Annotation of parser3/ChangeLog, revision 1.38
1.38 ! paf 1: 2004-05-26 paf
! 2: * operators.txt 1.174:
! 3: * src/classes/op.C 1.148:
! 4: * src/classes/table.C 1.202:
! 5: * src/include/pa_string.h 1.163:
! 6: * src/main/untaint.C 1.132:
! 7: * www/htdocs/_bug.html 1.47:
! 8: beauty: removed outdated level 'table'
! 9:
! 10: * src/main/pa_string.C 1.198:
! 11: beauty: removed 3 warnings
! 12:
! 13: * Makefile.am [release_3_1_3] 1.46.2.1:
! 14: * Makefile.am [release_3_1_3] 1.46.2.2:
! 15: * Makefile.in [release_3_1_3] 1.60.2.1:
! 16: * Makefile.in [release_3_1_3] 1.60.2.2:
! 17: * acinclude.m4 [release_3_1_3] 1.33.2.1:
! 18: * acinclude.m4 [release_3_1_3] 1.33.2.2:
! 19: * aclocal.m4 [release_3_1_3] 1.36.2.1:
! 20: * aclocal.m4 [release_3_1_3] 1.36.2.2:
! 21: * acsite.m4 [release_3_1_3] 1.11.2.1:
! 22: * acsite.m4 [release_3_1_3] 1.11.2.2:
! 23: * configure [release_3_1_3] 1.79.2.1:
! 24: * configure [release_3_1_3] 1.79.2.2:
! 25: * configure.in [release_3_1_3] 1.79.2.1:
! 26: * configure.in [release_3_1_3] 1.79.2.2:
! 27: *** empty log message ***
! 28:
! 29: * src/include/pa_version.h [release_3_1_3] 1.16.4.1:
! 30: 3.1.3
! 31:
! 32: * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2:
! 33: added: thanks to konst
! 34:
! 35: 2004-05-25 paf
! 36: * src/sql/pa_sql_driver.h 1.40:
! 37: beauty: param renamed and comment changed, it is now safe to
! 38: use url if pointers to it are stored to gc mem
! 39:
! 40: * src/main/pa_exec.C 1.59:
! 41: * src/types/pa_vhashfile.C 1.40:
! 42: bugfix: hashfile unknown errors reported and not cause SIGSEGV now
! 43:
! 44: * src/lib/sdbm/apr_file_io.C 1.4:
! 45: bugfix: bad seek wrapper implementation. mistery: how anything worked
! 46:
! 47: 2004-05-24 paf
! 48: * src/include/pa_string.h 1.161:
! 49: * src/lib/cord/include/cord.h 1.4:
! 50: more speed, less memory: CORD_chars_block originally intended
! 51: to speedup/reduce mem usage were forgotten, and were used
! 52: stupid CORD_chars
! 53:
! 54: * src/include/pa_config_auto.h.in 1.41:
! 55: bugfix: bigendian check added
! 56:
! 57: * src/targets/apache13/p3runConfigure.in 1.17:
! 58: bugfix: smtp added
! 59:
! 60: * src/include/pa_config_fixed.h 1.64:
! 61: * src/include/pa_string.h 1.160:
! 62: bugfix: on BIGENDIAN processors space-conserving mech failed, causing
! 63: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d", (1|2|3));
! 64:
! 65: * src/include/pa_string.h 1.162:
! 66: * src/lib/cord/cordbscs.c 1.4:
! 67: * src/lib/cord/cordxtra.c 1.6:
! 68: * src/lib/cord/include/cord.h 1.5:
! 69: * www/htdocs/_bug.html 1.46:
! 70: cancel: more speed, less memory: CORD_chars_block originally intended to ...
! 71: it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too]
! 72: undoing that. [and removed that func so that it would not confuse parser developer in future]
! 73:
! 74: * Makefile.am 1.46:
! 75: * Makefile.in 1.60:
! 76: * acinclude.m4 1.33:
! 77: * aclocal.m4 1.36:
! 78: * acsite.m4 1.11:
! 79: * configure 1.79:
! 80: * configure.in 1.79:
! 81: *** empty log message ***
! 82:
! 83: 2004-05-14 paf
! 84: * src/types/Makefile.am 1.36:
! 85: * src/types/pa_vvoid.C 1.1:
! 86: * src/types/pa_vvoid.h 1.22:
! 87: * src/types/types.vcproj 1.12:
! 88: * www/htdocs/.htaccess 1.33:
! 89: * www/htdocs/_bug.html 1.45:
! 90: * www/htdocs/auto.p 1.22:
! 91: bugfix: void now has vfile value, and $response:body[] works OK
! 92:
! 93: * src/types/Makefile.in 1.56:
! 94: *** empty log message ***
! 95:
! 96: 2004-05-12 paf
! 97: * src/types/pa_vbool.h 1.25:
! 98: * src/types/pa_vhash.h 1.51:
! 99: * src/types/pa_vhashfile.h 1.28:
! 100: * src/types/pa_vtable.h 1.53:
! 101: * www/htdocs/.htaccess 1.32:
! 102: * www/htdocs/_bug.html 1.44:
! 103: beauty: ^if(def $bool) now equals ^if($bool)
! 104: and shaped up other sources to use is_defined() {return as_bool();} along VBool
! 105:
! 106: 2004-05-11 paf
! 107: * src/include/pa_exec.h 1.17:
! 108: bugfix: gpf on file::exec/cgi because of referencing to local objects
! 109:
! 110: * src/classes/mail.C 1.104:
! 111: * src/include/pa_exec.h 1.16:
! 112: * src/main/compile.tab.C 1.102:
! 113: * src/types/pa_vmail.C 1.60:
! 114: * src/types/pa_vmail.h 1.16:
! 115: * www/htdocs/.htaccess 1.31:
! 116: * www/htdocs/_bug.gif 1.2:
! 117: * www/htdocs/_bug.html 1.43:
! 118: bugfix: bcc with sendmail now left intact
! 119:
! 120: 2004-04-15 paf
! 121: * src/include/pa_exec.h 1.15.4.1:
! 122: * src/include/pa_exec.h 1.15.4.2:
! 123: bugfix: interface without pointer provoked bug
! 124:
! 125: * src/classes/date.C 1.67:
! 126: merged: beauty: unused var removed
! 127:
! 128: * src/classes/date.C 1.65.4.1:
! 129: beauty: unused var removed
! 130:
! 131: 2004-04-09 paf
! 132: * src/types/pa_vform.C 1.82:
! 133: bugfix: form:imap were incorrect
! 134:
! 135: * src/types/pa_vform.C 1.81.2.1:
! 136: merge: bugfix: form:imap were incorrect
! 137:
! 138: 2004-04-08 paf
! 139: * src/main/pa_xml_io.C 1.17.4.1:
! 140: merged: bugfix /etc/xml/catalog
! 141:
! 142: * src/classes/date.C 1.66:
! 143: new: ^date::create[y-m-d h-M-s>>.milliseconds<<] now allowed,
! 144: ignored so far
! 145:
! 146: * src/main/pa_xml_io.C 1.18:
! 147: bugfix: in safe mode -- disabled attempts to consult default
! 148: catalog [usually, that file belongs to other user/group]
! 149:
! 150: 2004-04-06 paf
! 151: * src/main/compile.tab.C 1.98:
! 152: * src/main/compile.y 1.210:
! 153: * www/htdocs/_bug.html 1.40:
! 154: bugfix: step1 to fix explicit result problem
! 155:
! 156: * src/main/compile.tab.C 1.100:
! 157: * src/main/compile.y 1.212:
! 158: * www/htdocs/_bug.html 1.42:
! 159: bugfix: step3 to fix explicit result problem
! 160:
! 161: * operators.txt 1.173:
! 162: * src/classes/string.C 1.139:
! 163: new: ^string.append[string]
! 164:
! 165: * src/main/compile.C 1.75:
! 166: * src/main/compile.tab.C 1.97:
! 167: * src/main/compile.y 1.209:
! 168: * www/htdocs/_bug.html 1.39:
! 169: reimplemented: @method[][result] means "no string output here"
! 170: moved to lexical level [on grammar level it were too difficult]
! 171:
! 172: * src/main/compile.tab.C 1.99:
! 173: * src/main/compile.y 1.211:
! 174: * www/htdocs/_bug.html 1.41:
! 175: bugfix: step2 to fix explicit result problem
! 176:
! 177: * src/main/pa_common.C 1.186:
! 178: beauty: gcc warning removed
! 179:
! 180: * Makefile.am 1.45:
! 181: * Makefile.in 1.59:
! 182: * acinclude.m4 1.32:
! 183: * aclocal.m4 1.35:
! 184: * acsite.m4 1.10:
! 185: * configure 1.78:
! 186: * configure.in 1.78:
! 187: *** empty log message ***
! 188:
! 189: * src/main/pa_common.C 1.184:
! 190: * src/main/pa_common.C 1.185:
! 191: bugfix: of 1.175 bugfix: http://i.p.a.ddress gethostbyaddr added [on some platforms gethostbyname failed with such 'domains']
! 192: now checked properly, were: needless reverse/forward dns lookup
! 193:
! 194: * operators.txt 1.172:
! 195: * src/include/pa_string.h 1.159:
! 196: * src/main/compile.tab.C 1.96:
! 197: * src/main/compile.y 1.208:
! 198: * src/main/compile_tools.h 1.74:
! 199: * src/types/pa_vmethod_frame.C 1.6:
! 200: * src/types/pa_vmethod_frame.h 1.50:
! 201: * www/htdocs/.htaccess 1.30:
! 202: * www/htdocs/_bug.html 1.38:
! 203: new: @method[][result] means "no string output here",
! 204: implemented part of that idea: compiler throws away string literal generation code. and barks nonwhitespace chars
! 205:
! 206: * operators.txt 1.171:
! 207: truth: removed comment about $ORIGIN
! 208:
! 209: * src/main/compile.tab.C 1.101:
! 210: * src/main/compile.y 1.213:
! 211: bugfix: gcc refused to accept that trick, trying other
! 212:
! 213: * src/include/pa_opcode.h [attempt_check_call_in_explicit_result_mode] 1.27.6.1:
! 214: * src/main/compile.tab.C [attempt_check_call_in_explicit_result_mode] 1.97.2.1:
! 215: * src/main/compile.y [attempt_check_call_in_explicit_result_mode] 1.209.2.1:
! 216: * src/main/execute.C [attempt_check_call_in_explicit_result_mode] 1.305.6.1:
! 217: * www/htdocs/_bug.html [attempt_check_call_in_explicit_result_mode] 1.39.2.1:
! 218: attempt_check_call_in_explicit_result_mode: failed
! 219:
! 220: 2004-04-05 paf
! 221: * src/main/pa_common.C 1.182.4.1:
! 222: removed warning
! 223:
! 224: * etc/parser3.charsets/x-mac-cyrillic.cfg 1.1:
! 225: added: donated by Konstantin Tomashevitch [mailto:konst@design
! 226: ru]
! 227:
! 228: * src/doc/html2chm.cmd 1.7.30.1:
! 229: beauty: no need in bg here
! 230:
! 231: * Makefile.am 1.43.4.1:
! 232: * Makefile.am 1.44:
! 233: * Makefile.in 1.57.4.1:
! 234: * Makefile.in 1.58:
! 235: * acinclude.m4 1.30.4.1:
! 236: * acinclude.m4 1.31:
! 237: * aclocal.m4 1.33.4.1:
! 238: * aclocal.m4 1.34:
! 239: * acsite.m4 1.8.4.1:
! 240: * acsite.m4 1.9:
! 241: * configure 1.76.4.2:
! 242: * configure 1.77:
! 243: * configure.in 1.75.4.2:
! 244: * configure.in 1.76:
! 245: *** empty log message ***
! 246:
! 247: * configure.in 1.77:
! 248: * src/doc/html2chm.cmd 1.8:
! 249: * src/doc/sources2html.cmd 1.6:
! 250: * src/include/pa_version.h 1.16:
! 251: * src/main/pa_common.C 1.183:
! 252: * src/targets/isapi/parser3isapi.C 1.90:
! 253: * www/htdocs/.htaccess 1.29:
! 254: * www/htdocs/_bug.html 1.37:
! 255: * www/htdocs/_bug.txt 1.5:
! 256: merged with 3.1.3
! 257:
! 258: * src/targets/isapi/parser3isapi.C 1.89.2.1:
! 259: beauty: removed some warnings
! 260:
! 261: * configure 1.76.4.1:
! 262: * configure.in 1.75.4.1:
! 263: * src/include/pa_version.h 1.15:
! 264: 3.1.3
! 265:
! 266: * src/doc/sources2html.cmd 1.5.38.1:
! 267: beauty: same window, in bg it interfered with FAR console
! 268:
1.37 paf 269: 2004-04-02 paf
270: * src/targets/cgi/parser3.C 1.226:
271: new: CGI_PARSER_LOG env variable allows to specify where to put
272: parser log file
273:
274: * src/main/pa_string.C 1.197:
275: bugfix: $s[009] ^s.int[] now 9, were error
276:
277: 2004-04-01 paf
278: * src/include/pa_cache_managers.h 1.17:
279: * src/include/pa_globals.h 1.110:
280: * src/include/pa_socks.h 1.15:
281: * src/main/pa_cache_managers.C 1.15:
282: * src/main/pa_globals.C 1.174:
283: * src/main/pa_socks.C 1.22:
284: * src/targets/apache13/mod_parser3.c 1.11:
285: * src/targets/apache13/pa_httpd.h 1.6:
286: * src/targets/apache13core/mod_parser3_core.C 1.5:
287: * src/targets/cgi/parser3.C 1.225:
288: * src/targets/isapi/parser3isapi.C 1.89:
289: * src/targets/isapi/parser3isapi.def 1.2:
290: bugfix: sql connections now are disconnected
291:
292: * src/classes/table.C 1.201:
293: bugfix: bugfix: table::load last line without tab and enter
294: were ignored
295:
1.36 paf 296: 2004-03-30 paf
297: * src/doc/ClassExample1.dox 1.5:
298: * src/doc/ClassExample2.dox 1.5:
299: * src/doc/ClassExample3.dox 1.5:
300: * src/doc/chmhelper.pl 1.2:
301: * src/doc/class.dox 1.3:
302: * src/doc/compiler.dox 1.4:
303: * src/doc/doxygen.cfg 1.25:
304: * src/doc/exception.dox 1.3:
305: * src/doc/executor.dox 1.3:
306: * src/doc/footer.htm 1.4:
307: * src/doc/index.dox 1.6:
308: * src/doc/memory.dox 1.3:
309: * src/doc/methoded.dox 1.4:
310: * src/doc/object.dox 1.3:
311: * src/doc/string.dox 1.6:
312: * src/doc/targets.dox 1.4:
313: * src/doc/value.dox 1.4:
314: * src/include/pa_version.h 1.14:
315: * src/main/pa_cache_managers.C 1.14:
316: * src/main/pa_stylesheet_connection.C 1.2:
317: * src/targets/isapi/parser3isapi.vcproj 1.7:
318: * src/types/pa_vform.C 1.81:
319: * www/htdocs/_bug.html 1.36:
320: * www/htdocs/_bug.txt 1.4:
321: merged bugfixes from 3.1.2, changed version to 3.1.3beta
322:
323: * src/classes/table.C 1.200:
324: bugfix: table::load last line without tab and enter were ignored
325:
326: * src/classes/table.C 1.199:
327: bufix: if last table lines were commented, gpfed
328:
329: 2004-03-29 paf
330: * src/types/pa_vhashfile.C 1.39:
331: bugfix: empty key on hashfile.get causes gpf
332:
333: * src/doc/ClassExample1.dox [release_3_1_2] 1.4.34.1:
334: * src/doc/ClassExample2.dox [release_3_1_2] 1.4.36.1:
335: * src/doc/ClassExample3.dox [release_3_1_2] 1.4.34.1:
336: * src/doc/chmhelper.pl [release_3_1_2] 1.1.36.1:
337: * src/doc/class.dox [release_3_1_2] 1.2.44.1:
338: * src/doc/compiler.dox [release_3_1_2] 1.3.36.1:
339: * src/doc/doxygen.cfg [release_3_1_2] 1.24.28.1:
340: * src/doc/exception.dox [release_3_1_2] 1.2.10.1:
341: * src/doc/executor.dox [release_3_1_2] 1.2.44.1:
342: * src/doc/footer.htm [release_3_1_2] 1.3.8.1:
343: * src/doc/index.dox [release_3_1_2] 1.5.10.1:
344: * src/doc/memory.dox [release_3_1_2] 1.2.10.1:
345: * src/doc/methoded.dox [release_3_1_2] 1.3.34.1:
346: * src/doc/object.dox [release_3_1_2] 1.2.44.1:
347: * src/doc/string.dox [release_3_1_2] 1.5.10.1:
348: * src/doc/targets.dox [release_3_1_2] 1.3.36.1:
349: * src/doc/value.dox [release_3_1_2] 1.3.34.1:
350: translated to english
351:
352: 2004-03-25 paf
353: * src/types/pa_vform.C [release_3_1_2] 1.80.2.1:
354: beauty: removed warning
355:
356: * src/classes/classes.vcproj [release_3_1_2] 1.10.2.1:
357: bugfix: now all compiles in any folder [removed last ;) folder
358: dependency]
359:
360: * src/classes/classes.vcproj 1.11:
361: merged bugfix: now all compiles in any folder [removed last ;)
362: folder dependency]
363:
364: * src/classes/hash.C 1.69:
365: * www/htdocs/_bug.html 1.35:
366: bugfix: ^hash::sql{one column} now produces $.hash[$.column_value1(true) ... ]
367: [were producing some strang thing]
368:
369: * src/targets/isapi/parser3isapi.vcproj [release_3_1_2] 1.6.2.1:
370: beauty: one more parser3project dependency removed
371:
372: * src/include/pa_version.h [release_3_1_2] 1.13.2.1:
373: release
374:
375: * src/classes/table.C 1.197:
376: beauty: comment& more meaningful error message
377:
378: * src/main/pa_cache_managers.C [release_3_1_2] 1.13.2.1:
379: * src/main/pa_stylesheet_connection.C [release_3_1_2] 1.1.2.1:
380: bugfix: refused to compile without xml
381:
382: * src/lib/gd/gif.C 1.4:
383: new: ^image.pixel(outof;bounds) now returns -1
384:
385: * Makefile.am [release_3_1_2] 1.43.2.1:
386: * Makefile.in [release_3_1_2] 1.57.2.1:
387: * acinclude.m4 [release_3_1_2] 1.30.2.1:
388: * aclocal.m4 [release_3_1_2] 1.33.2.1:
389: * acsite.m4 [release_3_1_2] 1.8.2.1:
390: * configure [release_3_1_2] 1.76.2.1:
391: * configure.in [release_3_1_2] 1.75.2.1:
392: *** empty log message ***
393:
1.35 paf 394: 2004-03-23 paf
1.36 paf 395: * src/classes/image.C 1.110:
396: * src/main/pa_common.C 1.182:
397: * www/htdocs/_bug.html 1.34:
398: bugfix: ^image.polyline and http status line parsing
399: checked number of columns in table [user reported an assert]
400:
1.35 paf 401: * src/targets/cgi/parser3.C 1.224:
402: debug helper added
403:
404: * src/classes/op.C 1.147:
405: * src/types/pa_value.C 1.17:
406: * src/types/pa_wcontext.C 1.30:
407: * www/htdocs/_bug.html 1.33:
408: bugfix: junction reattach now actually reattaches a junction to new wcontext [were only assigning it to junction,
409: 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 410:
411: * operators.txt 1.170:
412: example: on hashfile
1.35 paf 413:
414: 2004-03-19 paf
415: * src/types/pa_wcontext.C 1.29:
416: * www/htdocs/_bug.html 1.32:
417: beauty: error messages removed duplicate "type(type)" in braces
418:
419: 2004-03-10 paf
420: * operators.txt 1.169:
421: * src/classes/xdoc.C 1.144:
422: * src/classes/xnode.C 1.67:
423: * src/classes/xnode.h 1.22:
424: * src/types/pa_vxdoc.C 1.28:
425: * src/types/pa_vxdoc.h 1.39:
426: * src/types/pa_vxnode.C 1.38:
427: * src/types/pa_vxnode.h 1.30:
428: * www/htdocs/_bug.html 1.31:
429: new: refined solution to search-in-namespaces problem:
430: $xdoc.search-namespaces.x[http://pif.design.ru/]
431: $nodes[^xdoc.select[//x:second]]
432:
433: * operators.txt 1.168:
434: * src/classes/xnode.C 1.66:
435: * www/htdocs/_bug.html 1.30:
436: * www/htdocs/_bug.xml 1.2:
437: new: xnode.select*[xpath expression][[NAMESPACES HASH]]
438: allows to search for info in namespaces
439:
440: $nodes[^xdoc.select[//x:second][
441: $.x[http://pif.design.ru/]
442: ]]
443:
444: 2004-03-09 paf
445: * operators.txt 1.167:
446: * src/main/pa_common.C 1.181:
447: * www/htdocs/.htaccess 1.28:
448: * www/htdocs/_bug.html 1.29:
449: * www/htdocs/_bug.txt 1.3:
450: * www/htdocs/_bug.xsl 1.12:
451: new: ^file::load[...][options]
452: $.form[
453: !$.field1[string]
454: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
455: ]
456: !$.body[string]
457:
458: GET ?here
459: notGET(POST, HEAD, others) in content-type: application/x-www-form-urlencoded
460:
461: todo: upload files ability
462:
463: * src/lib/cord/cordxtra.c 1.5:
464: bugfix: CORD_pos were not fixed properly, done
465:
466: 2004-03-05 paf
467: * etc/parser3.charsets/windows-1251.cfg 1.11:
468: typo
469:
470: * operators.txt 1.164:
471: * operators.txt 1.165:
472: * src/include/pa_common.h 1.99:
473: * src/main/pa_common.C 1.178:
474: * www/htdocs/_bug.html 1.28:
475: new: http:// options $.user $.password basic authorization
476:
477: * src/main/pa_common.C 1.177:
478: beauty: removed needless vars
479:
480: * operators.txt 1.166:
481: * src/main/pa_common.C 1.180:
482: new: file::load[;http:// GET/POST $.form[$.fields
483: started, not tested yet
484: todo:$.field[table] for multiple values
485:
486: * src/sql/pa_sql_driver.h 1.39:
487: beauty: important warning added
488:
489: * etc/parser3.charsets/koi8-r.cfg 1.7:
490: there's special code for grad char!
491:
492: * operators.txt 1.163:
493: new: pgsql option [like that recently added to oracle driver]
494: ClientCharset=parser-charset << charset in which parser thinks client works
495:
496: * operators.txt 1.162:
497: * www/htdocs/_bug.html 1.27:
498: new: odbc option [like that recently added to oracle driver]
499: ClientCharset=parser-charset << charset in which parser thinks client works
500:
501: * src/main/pa_common.C 1.179:
502: beauty: link to rtf added
503:
504: 2004-03-04 paf
505: * operators.txt 1.161:
506: * www/htdocs/_bug.html 1.26:
507: * www/htdocs/_bug.txt 1.2:
508: new: mysql option [like that recently added to oracle driver]
509: ClientCharset=parser-charset << charset in which parser thinks client works
510:
511: * src/main/pa_sql_driver_manager.C 1.83:
512: speedup: charset lookups cached, sql transcoding now goes faster
513:
514: * etc/parser3.charsets/koi8-r.cfg 1.5:
515: * etc/parser3.charsets/windows-1251.cfg 1.9:
516: typograph chars commented
517:
518: * etc/parser3.charsets/koi8-r.cfg 1.6:
519: * etc/parser3.charsets/windows-1251.cfg 1.10:
520: keyboard typo error
521:
522: 2004-03-03 paf
523: * INSTALL 1.38:
524: note: added on libgc on FreeBSD,
525: thanks to Andrey N. Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
526:
527: 2004-03-02 paf
528: * operators.txt 1.160:
529: new[update typo]:
530: !^void.left(n)
531: nothing
532: !^void.right(n)
533: nothing
534: !^void.mid(p[;n])
535: nothing
536:
537: * www/htdocs/_bug.html 1.22:
538: feature: oracle?..&LowerCaseColumnNames=0&ClientCharset
539: something column names got transcoded to $request:charset too [
540: were only column data]
541:
542: * operators.txt 1.157:
543: * src/classes/file.C 1.121:
544: * www/htdocs/_bug.gif 1.1:
545: * www/htdocs/_bug.html 1.23:
546: ^file.sql-string[] inside ^connect gets properly escaped string, which can be passed to request
547: now this for mysql only. it's up to parser sql driver to fix zeros properly
548:
549: * operators.txt 1.158:
550: * src/classes/file.C 1.122:
551: * src/include/pa_string.h 1.158:
552: * www/htdocs/_bug.html 1.24:
553: new: ^file::sql[[name_to_become_$.name]]{}
554: query result must be one row with columns:
555: first: data
556: second: file name
557: third: content-type
558:
559: * operators.txt 1.159:
560: * src/classes/void.C 1.32:
561: * www/htdocs/_bug.html 1.25:
562: new:
563: !^void.left(n)
564: nothing
565: !^void.right(n)
566: nothing
567: !^void.pos(p[;n])
568: nothing
569:
570: * src/targets/apache13/p3runConfigure.in 1.16:
571: @LIBS@ mainly to include -lm to apache
572:
573: * INSTALL 1.37:
574: note: added on building apache with this option: --enable-shared=max
575: thanks to Victor Fedoseev <vvf_ru@mail.ru>
576:
577: 2004-03-01 paf
578: * operators.txt 1.156:
579: * src/classes/hash.C 1.68:
580: * www/htdocs/_bug.html 1.21:
581: new: ^hash._keys[>>name<<] to call sole column of result
582:
583: * src/classes/xdoc.C 1.143:
584: * src/types/pa_vxdoc.h 1.38:
585: * www/htdocs/_bug.html 1.17:
586: * www/htdocs/_bug.xsl 1.11:
587: bugfix: boolean output options now have unified defaults [after
588: transform indent/omit-xml-declaration/standalone 'default'
589: erroreously meant 'true']
590:
591: * src/targets/apache13core/mod_parser3_core.C 1.4:
592: * src/targets/isapi/parser3isapi.C 1.88:
593: new: apache module & isapi extension memory:compact befor processingrequest
594:
595: * src/classes/string.C 1.138:
596: * www/htdocs/_bug.html 1.18:
597: bugfix: ^string.left/right/mid with negative values now
598: considered bad
599:
1.38 ! paf 600: * src/classes/string.C 1.136:
! 601: check: trim 'chars' must not be empty, exception if it is
! 602:
1.35 paf 603: * src/lib/smtp/comms.C 1.5:
604: bugfix: use SO_LINGER if no SO_DONTLINGER exist
605:
606: * src/classes/string.C 1.137:
607: feature: ^string.trim both parameters may be empty-strings, meaning
608: kind=both
609: chars=whitespaces
610:
611: * src/classes/image.C 1.108:
612: * src/types/pa_vimage.C 1.30:
613: * src/types/pa_vimage.h 1.40:
614: * www/htdocs/_bug.html 1.19:
615: beauty: image -- less checks [were ugly impl]
616:
617: * src/classes/string.C 1.135:
618: changed: ^string.trim
619: [] << both, whitespaces
620: [start|both|end] << kind, whitespaces
621: [start|both|end;chars] full
622:
623: * operators.txt 1.155:
624: * src/classes/image.C 1.109:
625: * src/lib/gd/gif.C 1.3:
626: * src/lib/gd/gif.h 1.3:
627: * www/htdocs/_bug.html 1.20:
628: new: ^image.pixel(x;y)[(color)]
629: get/set pixel color
630:
631: * src/main/pa_common.C 1.175:
632: * www/htdocs/_bug.html 1.16:
633: bugfix: http://i.p.a.ddress gethostbyaddr added [on some
634: platforms gethostbyname failed with such 'domains']
635:
636: * src/main/pa_common.C 1.176:
637: bugfix: INADDR_NONE not everywhere defined
638:
639: * src/include/pa_config_auto.h.in 1.40:
640: no select check, no define
641:
1.34 paf 642: 2004-02-27 paf
643: * www/htdocs/_bug.html 1.12:
644: * www/htdocs/_bug.txt 1.1:
645: just test: file::load[text;http:// $.text utf-8 signature, line ends OK
646: http://i2/tasks/edit/?id=4629476859594276758
647:
648: * src/main/untaint.C 1.131:
649: speed: there's no \n chars in output [normally], so no need to optimize them
650: they could be retrived from databases, though. but
651: 1. should be replaced
652: 2. if not optimized, no harm done
653:
654: * operators.txt 1.153:
655: * src/classes/string.C 1.133:
656: * src/include/pa_string.h 1.157:
657: * src/main/pa_string.C 1.195:
658: * www/htdocs/_bug.html 1.14:
659: new method: ^string.trim[start|both|end[;chars]] default 'chars' -- whitespace chars
660: started, only start works
661:
662: * src/lib/smtp/smtp.h 1.5:
663: bugfix: SMTP buffer overflow could allow malicious SMTP server to attack as by returning too long status responses
664: http://i2/tasks/edit/?id=4629448401140924947
665:
666: * www/htdocs/_bug.html 1.13:
667: * www/htdocs/_bug.xml 1.1:
668: * www/htdocs/_bug.xsl 1.10:
669: bug discovered: todo! xdoc::create+save != xdoc.transform&no
670: xsl:output>+save
671:
672: * operators.txt 1.154:
673: * src/classes/string.C 1.134:
674: * src/main/pa_string.C 1.196:
675: * www/htdocs/_bug.html 1.15:
676: new method: ^string.trim[start|both|end[;chars]] default 'chars' -- whitespace chars
677: finished
678:
679: * src/main/pa_exec.C 1.58:
680: 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]
681: http://i2/tasks/edit/?id=4629451867179521923
682:
683: * Makefile.am 1.43:
684: * Makefile.in 1.57:
685: * acinclude.m4 1.30:
686: * aclocal.m4 1.33:
687: * acsite.m4 1.8:
688: * configure 1.76:
689: * configure.in 1.75:
690: *** empty log message ***
691:
692: * src/main/compile.C 1.74:
693: bugfix: line numbers after ^process{}[$.line(-10]] can be
694: negative, allowed to print they as signed
695:
696: 2004-02-26 paf
697: * operators.txt 1.151:
698: * operators.txt 1.152:
699: * src/classes/op.C 1.146:
700: * src/include/pa_request.h 1.175:
701: * src/main/compile.C 1.73:
702: * src/main/compile_tools.h 1.73:
703: * src/main/pa_request.C 1.266:
704: * www/htdocs/_bug.html 1.11:
705: * www/htdocs/_bug.p 1.1:
706: * www/htdocs/_bug.xsl 1.9:
707: feature: ^process...{CODE}[now has options]
708: which are
709: $.main[to what to rename @main]
710: $.file[file, from which (user says) goes that CODE]
711: $.lineno(line number in that file, where CODE starts. may be negative)
712:
713: 2004-02-25 paf
714: * www/htdocs/_bug.html 1.10:
715: * www/htdocs/_bug.xsl 1.8:
716: xhtml: 	 as resutl of <xsl:attribute>[tab] is OK
717:
718: * src/classes/hash.C 1.67:
719: feature: ^hash::sql{one colum result} now produces hash of
720: column=>1
721:
722: * src/lib/smtp/smtp.h 1.4:
723: beauty: couple of #ifdef-s to compile even with incomplete
724: errno constants set
725:
726: * etc/parser3.charsets/Makefile.am 1.5:
727: * etc/parser3.charsets/Makefile.in 1.20:
728: bugfix: @sysconfdir@ used [were old @charsetsdir@ recently
729: erased from configure.in]
730:
731: 2004-02-24 paf
732: * src/lib/smtp/smtp.C 1.4:
733: smtp on unix: compiled on win32
734:
735: * src/lib/smtp/smtp.C 1.7:
736: smtp on unix: authors of lib/smtp never read "man select"
737:
738: * src/lib/smtp/Makefile.am 1.2:
739: * src/lib/smtp/Makefile.in 1.4:
740: * src/lib/smtp/comms.C 1.3:
741: * src/lib/smtp/smtp.C 1.3:
742: * src/lib/smtp/smtp.h 1.3:
743: * src/targets/cgi/Makefile.am 1.51:
744: * src/targets/cgi/Makefile.in 1.68:
745: started porting smtp to unix [testing on solaris]
746:
747: * src/main/pa_os.C 1.6:
748: beauty: <0 better then ==-1
749:
750: * src/classes/Makefile.am 1.49:
751: * src/classes/Makefile.in 1.61:
752: * src/classes/mail.C 1.101:
753: * src/lib/smtp/comms.C 1.4:
754: * src/lib/smtp/smtp.C 1.5:
755: * src/lib/smtp/smtp.C 1.6:
756: smtp on unix: steps to work on unix
757:
758: * src/classes/mail.C 1.102:
759: * src/classes/mail.C 1.103:
760: * src/types/pa_vmail.C 1.59:
761: * src/types/pa_vmail.h 1.15:
762: smtp on unix: steps to work on unix [extracted 'to']
763:
764: 2004-02-20 paf
765: * src/classes/xdoc.C 1.142:
766: * www/htdocs/_bug.xsl 1.7:
767: beauty: ugly code removed, thanks to egr for pointing that out
768:
769: * src/classes/xdoc.C 1.141:
770: * www/htdocs/_bug.html 1.9:
771: * www/htdocs/_bug.xsl 1.6:
772: bugfix: <tag attr="&#digital_entity;" bug fixed again [same
773: solution, mistanenly removed one line]
774:
775: 2004-02-19 paf
776: * src/classes/date.C 1.64:
777: * src/classes/image.C 1.106:
778: * www/htdocs/_bug.html 1.8:
779: beauty: date::create[bad date time in daylightsaving hole] now
780: throws error
781:
782: * src/classes/date.C 1.65:
783: * src/classes/image.C 1.107:
784: * src/types/pa_vdate.h 1.32:
785: feature: date::create from bad datetime in spring
786: daylightsaving hole now OK for all platforms [on some platforms
787: it failed]
788:
789: * src/classes/date.C 1.63:
790: comment: mistake fixed
791:
792: 2004-02-18 paf
793: * src/classes/xdoc.C 1.138:
794: * www/htdocs/_bug.html 1.1:
795: * www/htdocs/_bug.xsl 1.1:
796: feature: reimplemented xhtml output, see /.xsl for sample
797:
798: * src/classes/xdoc.C 1.139:
799: * www/htdocs/_bug.xsl 1.2:
800: beauty: xhtml doctype-public/system forcly turns off omit-xml-declaration
801:
802: * src/classes/xdoc.C 1.140:
803: * src/include/pa_charset.h 1.30:
804: * www/htdocs/_bug.html 1.2:
805: * www/htdocs/_bug.html 1.3:
806: * www/htdocs/_bug.html 1.4:
807: * www/htdocs/_bug.html 1.5:
808: * www/htdocs/_bug.xsl 1.3:
809: * www/htdocs/_bug.xsl 1.4:
810: beauty: xdoc.string now renderes in $request:charset, but in header puts $response:charset
811: todo: make that default only so that coder could override that
812:
813: * www/htdocs/_bug.html 1.6:
814: * www/htdocs/_bug.html 1.7:
815: * www/htdocs/_bug.xsl 1.5:
816: beauty: coder can override save/file encoding by specifying it
817: in xsl:output or in save/file hash-options
818:
819: 2004-02-17 paf
820: * src/main/untaint.C 1.130:
821: bugfix: one last char prior to "spaces<" were not made quoted-printable
822:
823: * src/main/pa_uue.C 1.8:
824: bugfix: uuencoded finish char adding violated string invariant
825:
826: * src/classes/xdoc.C 1.134:
827: new: xhtml now works [libxslt prevented libxml to do the work]
828: <xsl:output
829: method="html"
830: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
831: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
832: />
833:
834: * src/classes/xdoc.C 1.135:
835: bugfound: meta again, now somewhere in xhtml part of libxml
836:
837: * src/types/pa_vxdoc.h 1.37:
838: bugfix: ^xdoc::transform [note double :] caused assertion
839:
840: * src/classes/xdoc.C 1.133:
841: beauty: no <meta ... charset generated
842:
843: * src/classes/xdoc.C 1.136:
844: beauty: method=html outputxmlbuffer not copied extra time
845:
846: * src/classes/xdoc.C 1.137:
847: beauty: needless helper class removed
848:
849: * src/classes/hash.C 1.66:
850: bugfix: ^hash.add[$hash] ^hash.sub[$hash] could hang. now such
851: add does nothing, sub clears $hash
852:
853: 2004-02-16 paf
854: * src/main/pa_globals.C 1.173:
855: bugfix: xml errors copy from library now cleared [were not
856: cleared properly]
857:
858: 2004-02-13 paf
859: * bin/Makefile.in 1.11:
860: * etc/Makefile.in 1.16:
861: * etc/parser3.charsets/Makefile.in 1.19:
862: * src/Makefile.in 1.57:
863: * src/classes/Makefile.in 1.60:
864: * src/include/Makefile.in 1.18:
865: * src/include/pa_version.h 1.13:
866: * src/lib/Makefile.in 1.13:
867: * src/lib/cord/Makefile.in 1.4:
868: * src/lib/cord/include/Makefile.in 1.3:
869: * src/lib/cord/include/private/Makefile.in 1.3:
870: * src/lib/gc/Makefile.in 1.3:
871: * src/lib/gc/include/Makefile.in 1.3:
872: * src/lib/gd/Makefile.in 1.3:
873: * src/lib/ltdl/Makefile.in 1.6:
874: * src/lib/md5/Makefile.in 1.9:
875: * src/lib/patches/Makefile.in 1.13:
876: * src/lib/pcre/Makefile.in 1.11:
877: * src/lib/sdbm/Makefile.in 1.2:
878: * src/lib/sdbm/apr-include/Makefile.in 1.2:
879: * src/lib/smtp/Makefile.in 1.3:
880: * src/main/Makefile.in 1.57:
881: * src/sql/Makefile.in 1.13:
882: * src/targets/Makefile.in 1.44:
883: * src/targets/apache13/Makefile.in 1.49:
884: * src/targets/apache13core/Makefile.in 1.6:
885: * src/targets/cgi/Makefile.in 1.67:
886: * src/targets/isapi/Makefile.in 1.14:
887: * src/types/Makefile.in 1.55:
888: prerelease
889:
890: * src/classes/xdoc.C 1.132:
891: * src/include/pa_stylesheet_connection.h 1.39:
892: * src/include/pa_xml_io.h 1.3:
893: * src/main/Makefile.am 1.44:
894: * src/main/compile.tab.C 1.95:
895: * src/main/main.vcproj 1.13:
896: * src/main/pa_globals.C 1.172:
897: * src/main/pa_stylesheet_connection.C 1.1:
898: * src/main/pa_xml_io.C 1.17:
899: change: .xsl.stamp now not used, introducing dependencies
900: timestamp check
901:
902: * bin/auto.p.dist.in 1.11:
903: * configure.in 1.73:
904: auto.p: @conf made relative
905:
906: * Makefile.am 1.42:
907: * Makefile.in 1.56:
908: * acinclude.m4 1.29:
909: * aclocal.m4 1.32:
910: * acsite.m4 1.7:
911: * configure 1.75:
912: * configure.in 1.74:
913: *** empty log message ***
914:
915: 2004-02-12 paf
916: * src/include/pa_sapi.h 1.25:
917: 2004
918:
919: * INSTALL 1.36:
920: --without-threads
921:
922: * src/types/pa_vform.C 1.80:
923: bugfix: empty values[recently allowed] ruined empty <input type
924: file> submits. parser thought there were nameless empty file
925: and $form:field got value of type 'file'
926:
927: 2004-02-11 paf
928: * parser3.sln 1.9:
929: * src/classes/classes.vcproj 1.6:
930: * src/classes/classes.vcproj 1.7:
931: * src/lib/gd/gd.vcproj 1.2:
932: * src/lib/gd/gd.vcproj 1.3:
933: * src/lib/smtp/smtp.vcproj 1.2:
934: * src/lib/smtp/smtp.vcproj 1.3:
935: * src/main/compile.tab.C 1.94:
936: * src/main/main.vcproj 1.8:
937: * src/main/main.vcproj 1.9:
938: * src/main/pa_globals.C 1.167:
939: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.6:
940: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.7:
941: * src/targets/cgi/parser3.vcproj 1.6:
942: * src/targets/cgi/parser3.vcproj 1.7:
943: * src/targets/isapi/parser3isapi.vcproj 1.3:
944: * src/targets/isapi/parser3isapi.vcproj 1.4:
945: * src/types/types.vcproj 1.7:
946: * src/types/types.vcproj 1.8:
947: * www/htdocs/.htaccess 1.27:
948: started changes to reflect libxml xsl new folders
949:
950: * src/classes/classes.vcproj 1.8:
951: * src/classes/classes.vcproj 1.9:
952: * src/lib/gd/gd.vcproj 1.4:
953: * src/lib/gd/gd.vcproj 1.5:
954: * src/lib/smtp/smtp.vcproj 1.4:
955: * src/main/main.vcproj 1.10:
956: * src/main/main.vcproj 1.11:
957: * src/main/pa_globals.C 1.168:
958: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.8:
959: * src/targets/cgi/parser3.vcproj 1.8:
960: * src/targets/cgi/parser3.vcproj 1.9:
961: * src/targets/isapi/parser3isapi.vcproj 1.5:
962: * src/types/types.vcproj 1.10:
963: * src/types/types.vcproj 1.9:
964: continued changes to reflect libxml xsl new folders
965:
966: * src/classes/classes.vcproj 1.10:
967: * src/lib/gd/gd.vcproj 1.6:
968: * src/lib/pcre/pcre.vcproj 1.2:
969: * src/lib/pcre/pcre_dftables.vcproj 1.3:
970: * src/lib/pcre/pcre_parser_ctype.vcproj 1.3:
971: * src/lib/sdbm/sdbm.vcproj 1.4:
972: * src/lib/smtp/smtp.vcproj 1.5:
973: * src/main/main.vcproj 1.12:
974: * src/main/pa_globals.C 1.169:
975: * src/targets/apache13/ApacheModuleParser3.vcproj 1.6:
976: * src/targets/cgi/parser3.C 1.223:
977: * src/targets/cgi/parser3.vcproj 1.10:
978: * src/targets/isapi/parser3isapi.vcproj 1.6:
979: * src/types/types.vcproj 1.11:
980: migrated to latest libxml[2.6.5] and libgdome[1.1.2]
981: simplified lib build processes
982:
983: * src/classes/classes.C 1.21:
984: * src/classes/classes.h 1.26:
985: * src/classes/date.C 1.62:
986: * src/classes/double.C 1.57:
987: * src/classes/file.C 1.120:
988: * src/classes/form.C 1.38:
989: * src/classes/hash.C 1.65:
990: * src/classes/hashfile.C 1.33:
991: * src/classes/image.C 1.105:
992: * src/classes/int.C 1.53:
993: * src/classes/mail.C 1.100:
994: * src/classes/math.C 1.38:
995: * src/classes/memory.C 1.6:
996: * src/classes/op.C 1.145:
997: * src/classes/response.C 1.26:
998: * src/classes/string.C 1.132:
999: * src/classes/table.C 1.196:
1000: * src/classes/void.C 1.31:
1001: * src/classes/xdoc.C 1.131:
1002: * src/classes/xnode.C 1.65:
1003: * src/classes/xnode.h 1.21:
1004: * src/include/pa_array.h 1.64:
1005: * src/include/pa_cache_managers.h 1.16:
1006: * src/include/pa_charset.h 1.29:
1007: * src/include/pa_charsets.h 1.12:
1008: * src/include/pa_common.h 1.98:
1009: * src/include/pa_config_fixed.h 1.63:
1010: * src/include/pa_config_includes.h 1.28:
1011: * src/include/pa_dictionary.h 1.17:
1012: * src/include/pa_dir.h 1.16:
1013: * src/include/pa_exception.h 1.43:
1014: * src/include/pa_exec.h 1.15:
1015: * src/include/pa_globals.h 1.109:
1016: * src/include/pa_hash.h 1.62:
1017: * src/include/pa_memory.h 1.11:
1018: * src/include/pa_opcode.h 1.27:
1019: * src/include/pa_operation.h 1.5:
1020: * src/include/pa_os.h 1.4:
1021: * src/include/pa_request.h 1.174:
1022: * src/include/pa_request_charsets.h 1.4:
1023: * src/include/pa_request_info.h 1.4:
1024: * src/include/pa_socks.h 1.14:
1025: * src/include/pa_sql_connection.h 1.38:
1026: * src/include/pa_sql_driver_manager.h 1.32:
1027: * src/include/pa_stack.h 1.22:
1028: * src/include/pa_string.h 1.156:
1029: * src/include/pa_stylesheet_connection.h 1.38:
1030: * src/include/pa_stylesheet_manager.h 1.21:
1031: * src/include/pa_table.h 1.57:
1032: * src/include/pa_threads.h 1.29:
1033: * src/include/pa_types.h 1.48:
1034: * src/include/pa_uue.h 1.7:
1035: * src/include/pa_xml_exception.h 1.3:
1036: * src/include/pa_xml_io.h 1.2:
1037: * src/lib/gd/gif.C 1.2:
1038: * src/lib/gd/gif.h 1.2:
1039: * src/lib/gd/gifio.C 1.2:
1040: * src/lib/md5/pa_md5.h 1.10:
1041: * src/lib/md5/pa_md5c.c 1.12:
1042: * src/lib/smtp/comms.C 1.2:
1043: * src/lib/smtp/smtp.C 1.2:
1044: * src/lib/smtp/smtp.h 1.2:
1045: * src/main/compile.C 1.72:
1046: * src/main/compile_tools.C 1.57:
1047: * src/main/compile_tools.h 1.72:
1048: * src/main/execute.C 1.305:
1049: * src/main/pa_cache_managers.C 1.13:
1050: * src/main/pa_charset.C 1.48:
1051: * src/main/pa_charsets.C 1.15:
1052: * src/main/pa_common.C 1.174:
1053: * src/main/pa_dictionary.C 1.22:
1054: * src/main/pa_dir.C 1.19:
1055: * src/main/pa_exception.C 1.47:
1056: * src/main/pa_exec.C 1.57:
1057: * src/main/pa_globals.C 1.171:
1058: * src/main/pa_memory.C 1.5:
1059: * src/main/pa_os.C 1.5:
1060: * src/main/pa_request.C 1.265:
1061: * src/main/pa_socks.C 1.21:
1062: * src/main/pa_sql_driver_manager.C 1.82:
1063: * src/main/pa_string.C 1.194:
1064: * src/main/pa_stylesheet_manager.C 1.26:
1065: * src/main/pa_table.C 1.60:
1066: * src/main/pa_uue.C 1.7:
1067: * src/main/pa_xml_exception.C 1.3:
1068: * src/main/pa_xml_io.C 1.16:
1069: * src/main/untaint.C 1.129:
1070: * src/sql/pa_sql_driver.h 1.38:
1071: * src/targets/apache13/mod_parser3.c 1.10:
1072: * src/targets/apache13core/mod_parser3_core.C 1.3:
1073: * src/targets/apache13core/pa_threads.C 1.4:
1074: * src/targets/cgi/pa_threads.C 1.15:
1075: * src/targets/isapi/pa_threads.C 1.16:
1076: * src/targets/isapi/parser3isapi.C 1.87:
1077: * src/types/pa_junction.h 1.4:
1078: * src/types/pa_method.h 1.4:
1079: * src/types/pa_value.C 1.16:
1080: * src/types/pa_value.h 1.118:
1081: * src/types/pa_vbool.h 1.24:
1082: * src/types/pa_vclass.C 1.20:
1083: * src/types/pa_vclass.h 1.43:
1084: * src/types/pa_vcode_frame.h 1.27:
1085: * src/types/pa_vconsole.h 1.5:
1086: * src/types/pa_vcookie.C 1.63:
1087: * src/types/pa_vcookie.h 1.26:
1088: * src/types/pa_vdate.h 1.31:
1089: * src/types/pa_vdouble.h 1.45:
1090: * src/types/pa_venv.h 1.31:
1091: * src/types/pa_vfile.C 1.40:
1092: * src/types/pa_vfile.h 1.56:
1093: * src/types/pa_vform.C 1.79:
1094: * src/types/pa_vform.h 1.49:
1095: * src/types/pa_vhash.h 1.50:
1096: * src/types/pa_vhashfile.h 1.27:
1097: * src/types/pa_vimage.C 1.29:
1098: * src/types/pa_vimage.h 1.39:
1099: * src/types/pa_vint.h 1.41:
1100: * src/types/pa_vjunction.h 1.22:
1101: * src/types/pa_vmail.C 1.58:
1102: * src/types/pa_vmail.h 1.14:
1103: * src/types/pa_vmath.C 1.7:
1104: * src/types/pa_vmath.h 1.17:
1105: * src/types/pa_vmemory.h 1.4:
1106: * src/types/pa_vmethod_frame.C 1.5:
1107: * src/types/pa_vmethod_frame.h 1.49:
1108: * src/types/pa_vobject.C 1.16:
1109: * src/types/pa_vobject.h 1.42:
1110: * src/types/pa_vrequest.C 1.32:
1111: * src/types/pa_vrequest.h 1.28:
1112: * src/types/pa_vresponse.C 1.20:
1113: * src/types/pa_vresponse.h 1.35:
1114: * src/types/pa_vstateless_class.C 1.22:
1115: * src/types/pa_vstateless_class.h 1.48:
1116: * src/types/pa_vstateless_object.h 1.31:
1117: * src/types/pa_vstatus.C 1.24:
1118: * src/types/pa_vstatus.h 1.18:
1119: * src/types/pa_vstring.C 1.25:
1120: * src/types/pa_vstring.h 1.58:
1121: * src/types/pa_vtable.C 1.25:
1122: * src/types/pa_vtable.h 1.52:
1123: * src/types/pa_vvoid.h 1.21:
1124: * src/types/pa_vxdoc.C 1.27:
1125: * src/types/pa_vxdoc.h 1.36:
1126: * src/types/pa_vxnode.C 1.37:
1127: * src/types/pa_vxnode.h 1.29:
1128: * src/types/pa_wcontext.C 1.28:
1129: * src/types/pa_wcontext.h 1.46:
1130: * src/types/pa_wwrapper.h 1.31:
1131: 2004
1132:
1133: * src/main/pa_globals.C 1.170:
1134: beauty: typo caused gc.log warnings with debug version of gc.dll
1135:
1136: 2004-02-10 paf
1137: * INSTALL 1.34:
1138: critical: prior to 1.0.30 had bug: "a segfault on pattern
1139: compilation errors", on which spent 4 hours worktime. use
1140: versions higher than that. recommended now latest up to date
1141:
1142: * INSTALL 1.35:
1143: critical: libxslt1.1.2 wanted at least libxml2.6.3 to compile.
1144: recommened latest libxml up to date
1145:
1.33 paf 1146: 2004-02-06 paf
1147: * src/main/untaint.C 1.128:
1148: beauty: removed old def/ifdef
1149:
1150: * src/main/pa_sql_driver_manager.C 1.81:
1151: * src/main/pa_stylesheet_manager.C 1.25:
1152: beauty: unified destructing style
1153:
1154: * src/main/untaint.C 1.127:
1155: beauty: coredump @unknown untaint language now
1156:
1157: 2004-02-03 paf
1158: * src/main/pa_common.C 1.173:
1159: typo: %l -> %u
1160:
1161: * src/classes/xnode.C 1.64:
1162: memleaks found: not fixed yet. todo
1163:
1164: * src/classes/xdoc.C 1.130:
1165: bugfix: libxml: FOR UTF-8 TOO russian letters in attributes or
1166: documents-results of transform now not xx;
1167:
1168: * src/main/pa_charset.C 1.47:
1169: bugfix: forgot to undo some
1170:
1171: * src/classes/image.C 1.104:
1172: * src/main/pa_exec.C 1.56:
1173: * src/main/pa_memory.C 1.4:
1174: * src/targets/isapi/parser3isapi.C 1.86:
1175: * src/types/pa_value.C 1.15:
1176: * src/types/pa_vcookie.C 1.62:
1177: beauty: %u is more simple=proper for size_t then %ld/%lu
1178:
1179: * src/main/pa_charset.C 1.46:
1180: beauty: uncomment PA_PATCHED_LIBXML_BACKWARD to link with old
1181: patched libxml libraries
1182:
1183: 2004-02-02 paf
1184: * src/types/pa_vform.C 1.78:
1185: bugfix: empty values with enctype=multipart/form-data now produce entries in $form:tables
1186: <form method=post enctype=multipart/form-data>
1187: <input type=hidden name=a>
1188: <input type=hidden name=b>
1189:
1190: <input type=submit>
1191: </form>
1192: $k[^form:fields._keys[]]
1193: ^eval($k)
1194: <hr>
1195: <pre>$request:body
1196:
1197: * src/types/pa_vcookie.C 1.61:
1198: bugfix: erasing cookie: params now output
1199: $cookie:example[
1200: $.value[value]
1201: $.path[/there/]
1202: ]
1203:
1204: $cookie:example[
1205: $.value[]
1206: $.expires[session]
1207: $.path[/there/]
1208: $.domain[test.com]
1209: ]
1210:
1211: 2004-01-30 paf
1212: * src/classes/date.C 1.59:
1213: * www/htdocs/.htaccess 1.26:
1214: bugfix: ^date::create[invalid year] now produces exception.
1215: todo: check other fields
1216:
1217: * src/classes/date.C 1.60:
1218: * src/classes/date.C 1.61:
1219: * src/include/pa_string.h 1.155:
1220: * src/main/pa_string.C 1.193:
1221: bugfix: ^date::create[invalid fields now produce exception.
1222:
1223: * src/classes/xdoc.C 1.129:
1224: bugfix: libxml: russian letters in attributes or documents
1225: results of transform now not xx;
1226:
1.32 paf 1227: 2004-01-29 paf
1228: * src/targets/apache13core/mod_parser3_core.C 1.2:
1229: bugfix: old style new used
1230:
1231: * src/include/pa_memory.h 1.9:
1232: bugfix: [potential] strdup copied one more byte then specified
1233: then zeroed it << useless and potentially harmful(could gpf)
1.33 paf 1234:
1235: * src/include/pa_memory.h 1.10:
1236: typo error
1.32 paf 1237:
1238: 2004-01-22 paf
1239: * src/main/pa_common.C [release_3_1_1] 1.160.2.1:
1240: bugfix: buffer overflow
1241: * in libxml&xsl error-reporting code
1242: * in parser-error reporting code [when no @unhandled_exception defined]
1243:
1244: fixed in one place: my *snprintf override
1245:
1246: * src/main/untaint.C [release_3_1_1] 1.122.2.2:
1247: bugfix: whitespace now optimized properly [were bug: ^taint[1 &
1248: 2]="1 &2"
1249:
1250: * src/main/untaint.C 1.126:
1251: merged: bugfix from 3.1.1 on whitespace optimization
1252:
1253: * src/main/pa_globals.C 1.166:
1254: beauty: bigger buffer for xml-related errors
1255:
1256: * src/classes/xdoc.C 1.128:
1257: bugfix: when stylesheet contains error, gpf
1258:
1259: * src/main/compile.tab.C [release_3_1_1] 1.91.2.1:
1260: * src/main/untaint.C [release_3_1_1] 1.122.2.1:
1261: *** empty log message ***
1262:
1263: * src/main/pa_common.C 1.172:
1264: merged: bugfix from 3.1.1 on memory overflow
1265:
1266: 2004-01-13 paf
1267: * operators.txt 1.150:
1268: typo erro
1269:
1.31 paf 1270: 2003-12-25 paf
1271: * src/main/pa_common.C 1.171:
1272: bugfix: ^file::load[binary;http:// now not garbled [pieces
1273: after zero bytes were removed]
1274:
1275: 2003-12-22 paf
1276: * operators.txt 1.149:
1277: * src/classes/op.C 1.144:
1278: * src/include/pa_sql_connection.h 1.37:
1279: * src/include/pa_sql_driver_manager.h 1.31:
1280: * src/main/pa_sql_driver_manager.C 1.80:
1281: * src/sql/pa_sql_driver.h 1.37:
1282: * www/htdocs/.htaccess 1.25:
1283: feature: sql introducing ability to transcode charsets
1284:
1285: * src/include/Makefile.am 1.9:
1286: * src/include/Makefile.in 1.17:
1287: bugfix: removed from dist: src/include/pa_config_auto.h which
1288: were configured for make-dist-platform and badly updated proper
1289: config file in target [when .tar used for updating existing
1290: source tree]
1291:
1292: 2003-12-19 paf
1293: * src/main/pa_sql_driver_manager.C 1.79:
1294: beauty: more straighforward error message
1295:
1296: * src/main/pa_charset.C 1.45:
1297: bugfix: memory for charsethandler structure for libxml now
1298: allocated properly
1299:
1.30 paf 1300: 2003-12-17 paf
1301: * src/main/pa_globals.C 1.165:
1302: bugfix: removed false warning [warning: unreported
1303: xmlGenericErrors]
1304:
1305: * src/types/pa_vfile.C 1.39:
1306: beauty: removed outdated cast
1307:
1308: * src/main/pa_common.C 1.170:
1309: bugfix: empty http response caused gpf
1310:
1311: * src/include/pa_string.h 1.154:
1312: bugfix: removed too strong a assert
1313:
1314: 2003-12-15 paf
1315: * src/classes/xdoc.C 1.127:
1316: bugfix: taint uri under ^xdoc::create{now works}
1317:
1318: 2003-12-11 paf
1319: * src/classes/file.C 1.119:
1320: * src/classes/mail.C 1.99:
1321: * src/classes/op.C 1.143:
1322: * src/classes/xdoc.C 1.126:
1323: * src/main/pa_request.C 1.263:
1324: * src/types/pa_vimage.C 1.28:
1325: * src/types/pa_vmath.C 1.6:
1326: * src/types/pa_vstatus.C 1.21:
1327: beauty cancel: gcc does not understand that
1328:
1329: * src/include/pa_cache_managers.h 1.15:
1330: * src/main/pa_cache_managers.C 1.12:
1331: * src/main/pa_globals.C 1.164:
1332: * src/main/pa_request.C 1.264:
1333: * src/types/pa_vstatus.C 1.22:
1334: bugfix(solaris): removed dependency on object initialization
1335: order [one more place]
1336:
1337: * src/main/pa_cache_managers.C 1.11:
1338: * src/main/pa_sql_driver_manager.C 1.78:
1339: * src/main/pa_stylesheet_manager.C 1.23:
1340: bugfix(solaris): removed dependency on object initialization
1341: order [two places]
1342:
1343: * src/main/Makefile.am 1.43:
1344: * src/main/Makefile.in 1.56:
1345: *** empty log message ***
1346:
1347: * src/classes/file.C 1.118:
1348: * src/classes/mail.C 1.98:
1349: * src/classes/op.C 1.142:
1350: * src/classes/xdoc.C 1.125:
1351: * src/include/pa_cache_managers.h 1.14:
1352: * src/include/pa_sql_connection.h 1.36:
1353: * src/include/pa_sql_driver_manager.h 1.30:
1354: * src/include/pa_stylesheet_manager.h 1.20:
1355: * src/main/pa_request.C 1.262:
1356: * src/main/pa_stylesheet_manager.C 1.24:
1357: * src/types/pa_vimage.C 1.27:
1358: * src/types/pa_vmath.C 1.5:
1359: * src/types/pa_vstatus.C 1.20:
1360: beauty: removed redundant ctor call [relying on implicit String
1361: :Body(cstr) call]
1362:
1363: * operators.txt 1.148:
1364: * src/types/pa_vstatus.C 1.23:
1365: !$status:pid process id
1366: !$status:tid thread id
1367:
1368: 2003-12-10 paf
1369: * src/include/pa_sql_connection.h 1.35:
1370: * www/htdocs/.htaccess 1.24:
1371: bugfix: $status:sql.cache back << time now ok
1372:
1373: * operators.txt 1.147:
1374: * src/main/pa_sql_driver_manager.C 1.77:
1375: * src/main/pa_stylesheet_manager.C 1.22:
1376: $status:stylesheet.cache back operational
1377:
1378: * operators.txt 1.146:
1379: * src/classes/xdoc.C 1.124:
1380: * src/include/pa_charset.h 1.28:
1381: * src/include/pa_sql_connection.h 1.34:
1382: * src/main/pa_charset.C 1.44:
1383: * src/main/pa_sql_driver_manager.C 1.76:
1384: * src/main/pa_string.C 1.192:
1385: * src/types/pa_vxdoc.h 1.35:
1386: * www/htdocs/.htaccess 1.23:
1387: $status:sql.cache back operational
1388:
1.29 paf 1389: 2003-12-02 paf
1.30 paf 1390: * src/types/pa_vmail.C 1.57:
1391: bugfix: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints
1392: properly [were: as-is forced]
1393:
1394: * src/main/pa_xml_io.C 1.15:
1395: bugfix: on some platforms one can't throw exceptions out of libxml callbacks:
1396: reimplemented error handling of http://localhost, parser://method and safemode check callbacks
1397:
1398: * src/main/pa_string.C [release_3_1_1] 1.185.2.1:
1399: bugfix: SPARC gpf on %4!=0 address int ref [merged from HEAD]
1400:
1401: * src/classes/image.C 1.103:
1402: nothing: comment removed
1403:
1.29 paf 1404: * src/main/pa_string.C 1.191:
1405: bugfix: sparc gpf on reading %4!=0 addresses to int
1406:
1407: 2003-12-01 paf
1408: * src/main/pa_globals.C 1.163:
1409: bugfix: win32: compile prob
1410:
1411: * src/main/pa_xml_io.C 1.13:
1412: todo: safe mode check not to throw exception
1413:
1414: * src/main/pa_xml_io.C 1.12:
1415: bugfix: http://localhost typo error
1416:
1417: * src/classes/xdoc.C 1.123:
1418: * src/main/pa_xml_io.C 1.14:
1419: bugfix: typo
1420:
1421: 2003-11-28 paf
1422: * src/main/pa_xml_io.C 1.9:
1423: installed safe-mode checker as filter of all xml documents read
1424:
1425: * operators.txt 1.144:
1426: * src/include/pa_request.h 1.173:
1427: * src/main/pa_xml_io.C 1.3:
1428: works.
1429: todo: maybe replace original open mech of xdoc::create & co to use libxml open, so that this would work for root document
1430:
1431: $xdoc[^xdoc::create{<?xml version="1.0"?>
1432: <!DOCTYPE test SYSTEM "parser://method/params/here">
1433: <test>
1434: &test^;
1435: </test>
1436: }]
1437:
1438: ^taint[^xdoc.string[]]
1439:
1440: @method[param]
1441: <!ENTITY test "test-entity-value+$form:user+$param!">
1442:
1443: * src/main/pa_xml_io.C 1.8:
1444: http://localhost/ now checked for safe mode
1445:
1446: * src/classes/xdoc.C 1.122:
1447: * src/include/pa_stylesheet_connection.h 1.37:
1448: * src/include/pa_stylesheet_manager.h 1.19:
1449: * src/main/pa_stylesheet_manager.C 1.21:
1450: replaced original open mech of xdoc::create & co to use libxml open, so that this would work for root document
1451: todo: safe mode checks to libxml: ideally to some 1 point
1452:
1453: * src/include/Makefile.in 1.16:
1454: * src/main/Makefile.in 1.55:
1455: *** empty log message ***
1456:
1457: * operators.txt 1.145:
1458: * src/main/pa_xml_io.C 1.4:
1459: leading / in http://parser[abscent params]
1460:
1461: * src/main/pa_xml_io.C 1.5:
1462: comment
1463:
1464: 2003-11-27 paf
1465: * src/classes/date.C 1.58:
1466: bugfix: typo error
1467:
1468: * src/main/pa_xml_io.C 1.2:
1469: libxml: started parser://methodcall/params
1470:
1471: 2003-11-26 paf
1472: * src/types/pa_value.h 1.117:
1473: warnings: --
1474:
1475: * operators.txt 1.143:
1476: * src/include/Makefile.am 1.8:
1477: * src/include/pa_globals.h 1.108:
1478: * src/include/pa_xml_io.h 1.1:
1479: * src/main/Makefile.am 1.42:
1480: * src/main/main.vcproj 1.7:
1481: * src/main/pa_globals.C 1.162:
1482: * src/main/pa_request.C 1.261:
1483: * src/main/pa_xml_io.C 1.1:
1484: simplification: xml errors to hash<thread_id,error>
1485: reorganization: xml io moved to pa_xml_io.C/h
1486:
1.28 paf 1487: 2003-11-25 paf
1.29 paf 1488: * src/classes/table.C 1.194:
1489: bugfix: a, c?x:y, z in gcc considered(?) as a, (c?x:y, z)
1490:
1.28 paf 1491: * src/main/untaint.C 1.125:
1492: bugfix: consequences of not reading this comment:
1493: CORD_pos_chars_left /* Number of characters in cache. <= 0 ==
1494: none */
1495:
1496: * src/include/pa_array.h 1.63:
1497: removed needless checks
1.29 paf 1498:
1499: * src/classes/table.C 1.195:
1500: bugfix: wrong sequence. [sadly no waring whatever)
1.28 paf 1501:
1502: 2003-11-24 paf
1503: * operators.txt 1.142:
1504: * src/types/pa_vxnode.C 1.36:
1505: * src/types/pa_vxnode.h 1.28:
1506: $xdoc[^xdoc::create[test]]
1507: $tn[^xdoc.createTextNode[text node value]]
1508: $dummy[^xdoc.firstChild.appendChild[$tn]]
1509: $xdoc.firstChild.firstChild.nodeValue[different]
1510: ^taint[^xdoc.string[]]
1511:
1512: * src/main/pa_request.C 1.260:
1513: * src/types/pa_vform.C 1.77:
1514: * src/types/pa_vform.h 1.48:
1515: removed limit: now $form:xxx can be accessed anytime, even in @auto/conf
1516: [and request/response:charset still can be changed anytime]
1517:
1518: * src/include/pa_hash.h 1.61:
1519: * src/types/types.vcproj 1.6:
1520: linker HPUX nongnu workaround: static Hash::allocates -> static Hash_allocates
1521:
1522: * src/main/pa_common.C 1.169:
1523: bugfix: ^file::load[binary;http://...] now not transcodes
1524: response body
1525:
1526: 2003-11-21 paf
1527: * src/main/pa_exec.C 1.55:
1528: bug in safe mode
1529:
1530: * src/include/Makefile.am 1.7:
1531: pa_xml_exception.h
1532:
1533: * Makefile.am 1.40:
1534: * Makefile.in 1.54:
1535: * configure 1.73:
1536: * configure.in 1.71:
1537: * parser3.sln 1.8:
1538: * src/classes/Makefile.am 1.47:
1539: * src/classes/Makefile.am 1.48:
1540: * src/classes/Makefile.in 1.59:
1541: * src/classes/classes.vcproj 1.5:
1542: * src/include/Makefile.in 1.15:
1543: * src/include/pa_config_auto.h.in 1.39:
1544: * src/lib/Makefile.am 1.7:
1545: * src/lib/Makefile.in 1.12:
1546: * src/lib/gd/Makefile.am 1.1:
1547: * src/lib/gd/Makefile.in 1.1:
1548: * src/lib/gd/Makefile.in 1.2:
1549: * src/lib/gd/gd.vcproj 1.1:
1550: * src/lib/gd/gif.C 1.1:
1551: * src/lib/gd/gif.h 1.1:
1552: * src/lib/gd/gifio.C 1.1:
1553: * src/lib/gd/mtables.h 1.1:
1554: * src/lib/smtp/Makefile.am 1.1:
1555: * src/lib/smtp/Makefile.in 1.1:
1556: * src/lib/smtp/Makefile.in 1.2:
1557: * src/lib/smtp/comms.C 1.1:
1558: * src/lib/smtp/smtp.C 1.1:
1559: * src/lib/smtp/smtp.h 1.1:
1560: * src/lib/smtp/smtp.vcproj 1.1:
1561: * src/targets/apache13/p3runConfigure.in 1.15:
1562: * src/targets/apache13core/Makefile.in 1.5:
1563: * src/targets/cgi/Makefile.am 1.50:
1564: * src/targets/cgi/Makefile.in 1.66:
1565: * src/types/Makefile.am 1.35:
1566: * src/types/Makefile.in 1.54:
1567: rearrange: gd&smtp moved to src/lib
1568:
1569: * src/targets/apache13/ApacheModuleParser3.vcproj 1.5:
1570: * src/targets/isapi/parser3isapi.C 1.85:
1571: more warnings --
1572:
1573: * Makefile.am 1.41:
1574: * Makefile.in 1.55:
1575: * acinclude.m4 1.28:
1576: * aclocal.m4 1.31:
1577: * acsite.m4 1.6:
1578: * configure 1.74:
1579: * configure.in 1.72:
1580: * src/classes/mail.C 1.97:
1581: *** empty log message ***
1582:
1583: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.5:
1584: * src/targets/apache13core/Makefile.am 1.5:
1585: * src/targets/apache13core/mod_parser3.C 1.7:
1586: * src/targets/apache13core/mod_parser3_core.C 1.1:
1587: renamed mod_parser3 to mod_parser3_core to help DOXYGEN
1588:
1589: * src/classes/mail.C 1.96:
1590: bugfix: typo
1591:
1592: 2003-11-20 paf
1593: * src/main/execute.C 1.303:
1594: * src/main/pa_request.C 1.257:
1595: old forgotten todo: when can't report problem (undefined @
1596: unhandled_exception) problem source string were not reported
1597:
1598: * src/classes/classes.vcproj 1.4:
1599: * src/classes/date.C 1.53:
1600: * src/classes/double.C 1.55:
1601: * src/classes/file.C 1.114:
1602: * src/classes/hash.C 1.61:
1603: * src/classes/hashfile.C 1.31:
1604: * src/classes/image.C 1.98:
1605: * src/classes/int.C 1.51:
1606: * src/classes/mail.C 1.93:
1607: * src/classes/math.C 1.35:
1608: * src/classes/memory.C 1.4:
1609: * src/classes/op.C 1.138:
1610: * src/classes/string.C 1.128:
1611: * src/classes/table.C 1.191:
1612: * src/classes/xdoc.C 1.118:
1613: * src/classes/xnode.C 1.62:
1614: * src/include/pa_config_includes.h 1.27:
1615: * src/include/pa_operation.h 1.3:
1616: * src/include/pa_sql_connection.h 1.32:
1617: * src/include/pa_table.h 1.54:
1618: * src/include/pa_types.h 1.46:
1619: * src/lib/ltdl/config_fixed.h 1.3:
1620: * src/lib/ltdl/ltdl.vcproj 1.2:
1621: * src/lib/md5/md5.vcproj 1.2:
1622: * src/lib/pcre/maketables.c 1.2:
1623: * src/lib/pcre/pcre_dftables.vcproj 1.2:
1624: * src/lib/pcre/pcre_parser_ctype.vcproj 1.2:
1625: * src/lib/sdbm/apr_file_io.C 1.2:
1626: * src/main/compile.tab.C 1.93:
1627: * src/main/execute.C 1.301:
1628: * src/main/main.vcproj 1.6:
1629: * src/main/pa_cache_managers.C 1.9:
1630: * src/main/pa_charset.C 1.40:
1631: * src/main/pa_common.C 1.166:
1632: * src/main/pa_dir.C 1.16:
1633: * src/main/pa_exec.C 1.53:
1634: * src/main/pa_globals.C 1.160:
1635: * src/main/pa_os.C 1.3:
1636: * src/main/pa_request.C 1.255:
1637: * src/main/pa_string.C 1.187:
1638: * src/main/pa_table.C 1.57:
1639: * src/targets/apache13/ApacheModuleParser3.vcproj 1.4:
1640: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.4:
1641: * src/targets/cgi/parser3.vcproj 1.5:
1642: * src/targets/isapi/parser3isapi.vcproj 1.2:
1643: * src/types/pa_value.h 1.115:
1644: * src/types/pa_vconsole.h 1.3:
1645: * src/types/pa_vdate.h 1.28:
1646: * src/types/pa_vfile.h 1.54:
1647: * src/types/pa_vhashfile.C 1.36:
1648: * src/types/pa_vimage.C 1.25:
1649: * src/types/pa_vimage.h 1.36:
1650: * src/types/pa_vmail.C 1.53:
1651: * src/types/pa_vobject.C 1.14:
1652: * src/types/pa_vstateless_class.h 1.46:
1653: * src/types/pa_vtable.C 1.23:
1654: * src/types/pa_vtable.h 1.50:
1655: * src/types/pa_vvoid.h 1.19:
1656: * src/types/pa_vxdoc.h 1.33:
1657: * src/types/pa_vxnode.h 1.26:
1658: * src/types/types.vcproj 1.5:
1659: turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
1660: found several unitialized vars
1661:
1662: * src/classes/classes.C 1.20:
1663: * src/classes/classes.h 1.25:
1664: * src/classes/date.C 1.54:
1665: * src/classes/double.C 1.56:
1666: * src/classes/file.C 1.115:
1667: * src/classes/form.C 1.37:
1668: * src/classes/hash.C 1.62:
1669: * src/classes/hashfile.C 1.32:
1670: * src/classes/image.C 1.99:
1671: * src/classes/int.C 1.52:
1672: * src/classes/mail.C 1.94:
1673: * src/classes/math.C 1.36:
1674: * src/classes/memory.C 1.5:
1675: * src/classes/op.C 1.139:
1676: * src/classes/response.C 1.25:
1677: * src/classes/string.C 1.129:
1678: * src/classes/table.C 1.192:
1679: * src/classes/void.C 1.30:
1680: * src/classes/xdoc.C 1.119:
1681: * src/classes/xnode.C 1.63:
1682: * src/classes/xnode.h 1.20:
1683: * src/include/pa_array.h 1.62:
1684: * src/include/pa_cache_managers.h 1.12:
1685: * src/include/pa_charset.h 1.27:
1686: * src/include/pa_charsets.h 1.11:
1687: * src/include/pa_common.h 1.97:
1688: * src/include/pa_config_fixed.h 1.62:
1689: * src/include/pa_dictionary.h 1.16:
1690: * src/include/pa_dir.h 1.15:
1691: * src/include/pa_exception.h 1.42:
1692: * src/include/pa_exec.h 1.14:
1693: * src/include/pa_globals.h 1.107:
1694: * src/include/pa_hash.h 1.60:
1695: * src/include/pa_memory.h 1.8:
1696: * src/include/pa_opcode.h 1.26:
1697: * src/include/pa_operation.h 1.4:
1698: * src/include/pa_os.h 1.3:
1699: * src/include/pa_request.h 1.172:
1700: * src/include/pa_request_charsets.h 1.3:
1701: * src/include/pa_request_info.h 1.3:
1702: * src/include/pa_sapi.h 1.24:
1703: * src/include/pa_socks.h 1.13:
1704: * src/include/pa_sql_connection.h 1.33:
1705: * src/include/pa_sql_driver_manager.h 1.29:
1706: * src/include/pa_stack.h 1.21:
1707: * src/include/pa_string.h 1.153:
1708: * src/include/pa_stylesheet_connection.h 1.35:
1709: * src/include/pa_stylesheet_manager.h 1.18:
1710: * src/include/pa_table.h 1.56:
1711: * src/include/pa_threads.h 1.28:
1712: * src/include/pa_types.h 1.47:
1713: * src/include/pa_uue.h 1.6:
1714: * src/include/pa_xml_exception.h 1.2:
1715: * src/lib/md5/pa_md5.h 1.9:
1716: * src/lib/md5/pa_md5c.c 1.11:
1717: * src/lib/sdbm/apr_file_io.C 1.3:
1718: * src/lib/sdbm/apr_strings.C 1.2:
1719: * src/main/compile.C 1.71:
1720: * src/main/compile_tools.C 1.56:
1721: * src/main/compile_tools.h 1.71:
1722: * src/main/execute.C 1.302:
1723: * src/main/pa_cache_managers.C 1.10:
1724: * src/main/pa_charset.C 1.41:
1725: * src/main/pa_charsets.C 1.14:
1726: * src/main/pa_common.C 1.168:
1727: * src/main/pa_dictionary.C 1.20:
1728: * src/main/pa_dir.C 1.17:
1729: * src/main/pa_exception.C 1.46:
1730: * src/main/pa_exec.C 1.54:
1731: * src/main/pa_globals.C 1.161:
1732: * src/main/pa_memory.C 1.3:
1733: * src/main/pa_os.C 1.4:
1734: * src/main/pa_pool.C 1.62:
1735: * src/main/pa_request.C 1.256:
1736: * src/main/pa_socks.C 1.20:
1737: * src/main/pa_sql_driver_manager.C 1.74:
1738: * src/main/pa_string.C 1.188:
1739: * src/main/pa_stylesheet_manager.C 1.20:
1740: * src/main/pa_table.C 1.58:
1741: * src/main/pa_uue.C 1.6:
1742: * src/main/pa_xml_exception.C 1.2:
1743: * src/main/untaint.C 1.123:
1744: * src/sql/pa_sql_driver.h 1.36:
1745: * src/targets/apache13/mod_parser3.c 1.9:
1746: * src/targets/apache13/pa_httpd.h 1.5:
1747: * src/targets/apache13core/mod_parser3.C 1.6:
1748: * src/targets/apache13core/pa_threads.C 1.3:
1749: * src/targets/cgi/pa_threads.C 1.14:
1750: * src/targets/cgi/parser3.C 1.222:
1751: * src/targets/isapi/pa_threads.C 1.15:
1752: * src/targets/isapi/parser3isapi.C 1.84:
1753: * src/types/pa_junction.h 1.3:
1754: * src/types/pa_method.h 1.3:
1755: * src/types/pa_value.C 1.13:
1756: * src/types/pa_value.h 1.116:
1757: * src/types/pa_vbool.h 1.23:
1758: * src/types/pa_vclass.C 1.19:
1759: * src/types/pa_vclass.h 1.42:
1760: * src/types/pa_vcode_frame.h 1.26:
1761: * src/types/pa_vconsole.h 1.4:
1762: * src/types/pa_vcookie.C 1.59:
1763: * src/types/pa_vcookie.h 1.25:
1764: * src/types/pa_vdate.h 1.29:
1765: * src/types/pa_vdouble.h 1.44:
1766: * src/types/pa_venv.h 1.30:
1767: * src/types/pa_vfile.C 1.38:
1768: * src/types/pa_vfile.h 1.55:
1769: * src/types/pa_vform.C 1.76:
1770: * src/types/pa_vform.h 1.47:
1771: * src/types/pa_vhash.h 1.49:
1772: * src/types/pa_vhashfile.C 1.37:
1773: * src/types/pa_vhashfile.h 1.26:
1774: * src/types/pa_vimage.C 1.26:
1775: * src/types/pa_vimage.h 1.37:
1776: * src/types/pa_vint.h 1.40:
1777: * src/types/pa_vjunction.h 1.21:
1778: * src/types/pa_vmail.C 1.54:
1779: * src/types/pa_vmail.h 1.13:
1780: * src/types/pa_vmath.C 1.4:
1781: * src/types/pa_vmath.h 1.16:
1782: * src/types/pa_vmemory.h 1.3:
1783: * src/types/pa_vmethod_frame.C 1.3:
1784: * src/types/pa_vmethod_frame.h 1.47:
1785: * src/types/pa_vobject.C 1.15:
1786: * src/types/pa_vobject.h 1.41:
1787: * src/types/pa_vrequest.C 1.31:
1788: * src/types/pa_vrequest.h 1.27:
1789: * src/types/pa_vresponse.C 1.19:
1790: * src/types/pa_vresponse.h 1.34:
1791: * src/types/pa_vstateless_class.C 1.21:
1792: * src/types/pa_vstateless_class.h 1.47:
1793: * src/types/pa_vstateless_object.h 1.30:
1794: * src/types/pa_vstatus.C 1.19:
1795: * src/types/pa_vstatus.h 1.17:
1796: * src/types/pa_vstring.C 1.24:
1797: * src/types/pa_vstring.h 1.57:
1798: * src/types/pa_vtable.C 1.24:
1799: * src/types/pa_vtable.h 1.51:
1800: * src/types/pa_vvoid.h 1.20:
1801: * src/types/pa_vxdoc.C 1.26:
1802: * src/types/pa_vxdoc.h 1.34:
1803: * src/types/pa_vxnode.C 1.34:
1804: * src/types/pa_vxnode.h 1.27:
1805: * src/types/pa_wcontext.C 1.27:
1806: * src/types/pa_wcontext.h 1.45:
1807: * src/types/pa_wwrapper.h 1.30:
1808: static const char * const IDENT
1809:
1810: * src/classes/date.C 1.55:
1811: * src/classes/date.C 1.56:
1812: * src/classes/date.C 1.57:
1813: * src/classes/file.C 1.116:
1814: * src/classes/file.C 1.117:
1815: * src/classes/hash.C 1.63:
1816: * src/classes/hash.C 1.64:
1817: * src/classes/image.C 1.100:
1818: * src/classes/image.C 1.101:
1819: * src/classes/image.C 1.102:
1820: * src/classes/mail.C 1.95:
1821: * src/classes/math.C 1.37:
1822: * src/classes/op.C 1.140:
1823: * src/classes/op.C 1.141:
1824: * src/classes/string.C 1.130:
1825: * src/classes/string.C 1.131:
1826: * src/classes/table.C 1.193:
1827: * src/classes/xdoc.C 1.120:
1828: * src/classes/xdoc.C 1.121:
1829: * src/include/pa_array.h 1.61:
1830: * src/include/pa_cache_managers.h 1.13:
1831: * src/include/pa_pool.h 1.89:
1832: * src/include/pa_request.h 1.171:
1833: * src/include/pa_string.h 1.152:
1834: * src/include/pa_stylesheet_connection.h 1.36:
1835: * src/include/pa_table.h 1.55:
1836: * src/main/compile_tools.h 1.70:
1837: * src/main/pa_charset.C 1.42:
1838: * src/main/pa_charset.C 1.43:
1839: * src/main/pa_common.C 1.167:
1840: * src/main/pa_dictionary.C 1.21:
1841: * src/main/pa_dir.C 1.18:
1842: * src/main/pa_request.C 1.259:
1843: * src/main/pa_sql_driver_manager.C 1.75:
1844: * src/main/pa_string.C 1.189:
1845: * src/main/pa_string.C 1.190:
1846: * src/main/pa_table.C 1.59:
1847: * src/main/untaint.C 1.124:
1848: * src/types/pa_value.C 1.14:
1849: * src/types/pa_vcookie.C 1.60:
1850: * src/types/pa_vdate.h 1.30:
1851: * src/types/pa_vhash.h 1.48:
1852: * src/types/pa_vhashfile.C 1.38:
1853: * src/types/pa_vimage.h 1.38:
1854: * src/types/pa_vmail.C 1.55:
1855: * src/types/pa_vmethod_frame.C 1.4:
1856: * src/types/pa_vmethod_frame.h 1.48:
1857: * src/types/pa_vxnode.C 1.35:
1858: * src/types/pa_wcontext.h 1.44:
1859: more warnings --
1860:
1861: 2003-11-19 paf
1862: * operators.txt 1.141:
1863: * src/classes/op.C 1.136:
1864: * src/include/pa_request.h 1.170:
1865: * src/main/pa_request.C 1.254:
1866: cache[...]{body}{catch block with $exception.handled[cache]
1867: meaning "get expired cache, if any. else error"}
1868:
1869: * src/classes/op.C 1.135:
1870: * src/include/pa_os.h 1.2:
1871: * src/include/pa_request.h 1.169:
1872: * src/main/pa_common.C 1.165:
1873: cache: ^cache[] fallback
1874: todo: kinda ^try: ^cache[...]{body}{catch code with $exception.cache field}
1875:
1876: * src/classes/op.C 1.137:
1877: more ansi C++ comp
1878:
1879: 2003-11-12 paf
1880: * src/classes/xnode.C 1.61:
1881: replaceChild: 2nd param now named oldChild [copy/paste bug]
1882:
1883: 2003-11-11 paf
1884: * src/types/pa_value.h [release_3_0_8] 1.109.6.1:
1885: * src/types/pa_vfile.h [release_3_0_8] 1.52.6.1:
1886: more C++ compatible [HP C++ failed]
1887:
1888: * operators.txt 1.139:
1889: * operators.txt 1.140:
1890: *** empty log message ***
1891:
1892: * bin/auto.p.dist.in 1.10:
1893: colno
1894:
1895: 2003-11-10 paf
1896: * src/types/pa_vhashfile.C 1.35:
1897: * src/types/pa_vhashfile.h 1.25:
1898: add: hashfile old serialize version and exipire now removes entries
1899:
1900: * operators.txt 1.135:
1901: comment: updated
1902:
1903: * operators.txt 1.138:
1904: * src/main/pa_request.C 1.253:
1905: * src/types/Makefile.am 1.34:
1906: * src/types/pa_vconsole.h 1.1:
1907: * src/types/types.vcproj 1.4:
1908: $console:line read/write [for nntp]
1909:
1910: * operators.txt 1.134:
1911: * src/classes/hashfile.C 1.30:
1912: * src/include/pa_common.h 1.96:
1913: * src/main/pa_common.C 1.164:
1914: * src/types/pa_vhashfile.C 1.34:
1915: * src/types/pa_vhashfile.h 1.24:
1916: ^hashfile.delete[] removes files altogether [and dir, if could]
1917:
1918: * src/types/pa_vconsole.h 1.2:
1919: flush
1920:
1921: * src/types/Makefile.in 1.53:
1922: *** empty log message ***
1923:
1924: * src/lib/sdbm/sdbm.c 1.3:
1925: bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c
1926: coded that that was error. fixed
1927:
1928: * src/types/pa_vhashfile.C 1.33:
1929: sdbm: exception type change to file.access [regretfull can't
1930: split it to different exceptions without modifying sdbm source
1931: wich would prefer not to]
1932:
1933: * operators.txt 1.136:
1934: mysql: transaction support: ?autocommit=0
1935:
1936: 2003-11-07 paf
1937: * src/classes/date.C 1.52:
1938: * src/classes/file.C 1.113:
1939: * src/classes/hash.C 1.60:
1940: * src/classes/hashfile.C 1.29:
1941: * src/classes/image.C 1.97:
1942: * src/classes/table.C 1.190:
1943: * src/classes/xdoc.C 1.117:
1944: * src/include/Makefile.am 1.6:
1945: * src/include/pa_array.h 1.60:
1946: * src/include/pa_pool.h 1.88:
1947: * src/include/pa_request.h 1.168:
1948: * src/main/Makefile.am 1.41:
1949: * src/main/execute.C 1.300:
1950: * src/main/main.vcproj 1.5:
1951: * src/main/pa_pool.C 1.61:
1952: * src/main/pa_request.C 1.252:
1953: * src/targets/cgi/parser3.C 1.221:
1954: * src/types/pa_vclass.C 1.18:
1955: * src/types/pa_vclass.h 1.41:
1956: * src/types/pa_vhashfile.h 1.23:
1957: * src/types/pa_vobject.h 1.40:
1958: * src/types/pa_vstateless_class.h 1.45:
1959: resurrected: pool idea. now only for destructing objects at
1960: request processing end
1961:
1962: * src/include/Makefile.in 1.14:
1963: * src/main/Makefile.in 1.54:
1964: *** empty log message ***
1965:
1966: 2003-11-06 paf
1967: * src/classes/xdoc.C 1.116:
1968: * src/classes/xnode.C 1.60:
1969: * src/include/pa_charset.h 1.26:
1970: * src/include/pa_globals.h 1.106:
1971: * src/include/pa_stylesheet_connection.h 1.34:
1972: * src/main/pa_exception.C 1.45:
1973: * src/types/pa_vxnode.h 1.25:
1974: XmlException changes
1975:
1976: * src/types/pa_vhashfile.C 1.30:
1977: hashfile: foreach body can bodify $self
1978:
1979: * operators.txt 1.133:
1980: * src/types/pa_vhashfile.C 1.32:
1981: hashfile: clear & expiration [time in value. todo: move time to
1982: key]
1983:
1984: * src/include/pa_memory.h 1.7:
1985: * src/targets/cgi/parser3.C 1.220:
1986: * src/types/pa_value.C 1.12:
1987: * src/types/pa_value.h 1.114:
1988: * src/types/pa_vcookie.C 1.58:
1989: * src/types/pa_vhashfile.C 1.23:
1990: * src/types/pa_vhashfile.h 1.18:
1991: * www/htdocs/.htaccess 1.22:
1992: hashfile implemented get/put [raw]
1993:
1994: * operators.txt 1.130:
1995: * src/classes/hashfile.C 1.26:
1996: * src/types/pa_vhashfile.C 1.25:
1997: * src/types/pa_vhashfile.h 1.20:
1998: hashfile: hash
1999:
2000: * src/lib/sdbm/Makefile.am 1.2:
2001: * src/lib/sdbm/apr_file_io.C 1.1:
2002: * src/lib/sdbm/apr_strings.C 1.1:
2003: move to upper dir, .am updated
2004:
2005: * configure 1.69:
2006: * configure.in 1.65:
2007: * operators.txt 1.128:
2008: * parser3.sln 1.6:
2009: * src/classes/classes.vcproj 1.3:
2010: * src/classes/hashfile.C 1.24:
2011: * src/classes/xdoc.C 1.115:
2012: * src/include/pa_config_fixed.h 1.61:
2013: * src/include/pa_exception.h 1.40:
2014: * src/include/pa_globals.h 1.105:
2015: * src/include/pa_memory.h 1.6:
2016: * src/include/pa_version.h 1.11:
2017: * src/lib/ltdl/libltdl.vcproj 1.2:
2018: * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
2019: * src/lib/ltdl/ltdl.vcproj 1.1:
2020: * src/lib/ltdl/ltdl.vcproj.vspscc 1.1:
2021: * src/lib/sdbm/apr-include/apr.h 1.4:
2022: * src/lib/sdbm/apr-include/apr_errno.h 1.4:
2023: * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
2024: * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
2025: * src/lib/sdbm/apr-include/apr_pools.h 1.4:
2026: * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
2027: * src/lib/sdbm/apr-include/apr_strings.h 1.3:
2028: * src/lib/sdbm/apr-include/apu.h 1.3:
2029: * src/main/compile.tab.C 1.92:
2030: * src/main/main.vcproj 1.3:
2031: * src/main/pa_charset.C 1.39:
2032: * src/targets/apache13/ApacheModuleParser3.vcproj 1.3:
2033: * src/targets/apache13/mod_parser3.c 1.8:
2034: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.3:
2035: * src/targets/cgi/parser3.vcproj 1.4:
2036: * src/types/Makefile.am 1.30:
2037: * src/types/pa_vhash.C 1.4:
2038: * src/types/pa_vhashfile.C 1.22:
2039: * src/types/pa_vhashfile.h 1.17:
2040: * src/types/pa_vxnode.h 1.24:
2041: * src/types/types.vcproj 1.3:
2042: * www/htdocs/.htaccess 1.21:
2043: hashfile: started again with sdbm from apache
2044:
2045: * operators.txt 1.131:
2046: * src/classes/hash.C 1.58:
2047: * src/classes/hash.C 1.59:
2048: * src/classes/hashfile.C 1.27:
2049: * src/classes/hashfile.C 1.28:
2050: * src/types/pa_vhashfile.C 1.26:
2051: * src/types/pa_vhashfile.h 1.21:
2052: hashfile: foreach
2053:
2054: * operators.txt 1.132:
2055: * src/types/pa_vhashfile.C 1.27:
2056: * src/types/pa_vhashfile.h 1.22:
2057: hashfile: clear and proper locking
2058:
2059: * src/include/Makefile.in 1.13:
2060: * src/include/pa_config_includes.h 1.26:
2061: * src/include/pa_version.h 1.12:
2062: our replacements of max& co only for cpp
2063:
2064: * parser3.sln 1.7:
2065: * src/targets/apache13/p3runConfigure.in 1.14:
2066: * src/targets/cgi/Makefile.am 1.49:
2067: .vcproj & .am updated to include sdbm
2068:
2069: * operators.txt 1.129:
2070: * src/classes/hashfile.C 1.25:
2071: * src/types/pa_vhashfile.C 1.24:
2072: * src/types/pa_vhashfile.h 1.19:
2073: * tests/todo.txt 1.4:
2074: hashfile: delete
2075:
2076: * configure.in 1.66:
2077: * configure.in 1.67:
2078: * src/classes/Makefile.am 1.46:
2079: * src/classes/Makefile.in 1.58:
2080: * src/include/Makefile.am 1.5:
2081: * src/lib/Makefile.am 1.6:
2082: * src/lib/Makefile.in 1.11:
2083: * src/lib/sdbm/Makefile.am 1.3:
2084: * src/lib/sdbm/Makefile.in 1.1:
2085: * src/lib/sdbm/apr-include/Makefile.am 1.1:
2086: * src/lib/sdbm/apr-include/Makefile.in 1.1:
2087: * src/lib/sdbm/sdbm.vcproj 1.3:
2088: * src/main/Makefile.am 1.39:
2089: * src/main/Makefile.am 1.40:
2090: * src/main/Makefile.in 1.53:
2091: * src/targets/cgi/.cvsignore 1.3:
2092: * src/targets/cgi/Makefile.in 1.65:
2093: * src/types/Makefile.am 1.32:
2094: * src/types/Makefile.am 1.33:
2095: * src/types/Makefile.in 1.52:
2096: *** empty log message ***
2097:
2098: * src/include/pa_common.h 1.95:
2099: * src/include/pa_exception.h 1.41:
2100: * src/include/pa_os.h 1.1:
2101: * src/include/pa_xml_exception.h 1.1:
2102: * src/lib/sdbm/sdbm.vcproj 1.1:
2103: * src/main/main.vcproj 1.4:
2104: * src/main/pa_common.C 1.162:
2105: * src/main/pa_os.C 1.1:
2106: * src/main/pa_xml_exception.C 1.1:
2107: locking move to pa_os [along with pa_sleep]
2108: apr-impl locking done
2109:
2110: * src/types/pa_vhashfile.C 1.29:
2111: hashfile: clear now works [were trying to do that in foreach,
2112: no errors, but surely wrong]
2113:
2114: * src/lib/sdbm/apr-include/apr_pools.h 1.5:
2115: * src/lib/sdbm/sdbm.c 1.2:
2116: * src/lib/sdbm/sdbm.vcproj 1.2:
2117: just compiled
2118:
2119: * tests/todo.txt 1.5:
2120: hashfile: done
2121:
2122: * src/classes/op.C 1.134:
2123: * src/main/pa_os.C 1.2:
2124: just linked
2125:
2126: * src/classes/Makefile.am 1.45:
2127: * src/types/Makefile.am 1.31:
2128: .am sdbm INCLUDES updates
2129:
2130: 2003-11-05 paf
2131: * src/lib/sdbm/apr-include/apr.h 1.2:
2132: * src/lib/sdbm/apr-include/apr_errno.h 1.2:
2133: * src/lib/sdbm/apr-include/apr_file_io.h 1.2:
2134: * src/lib/sdbm/apr-include/apr_pools.h 1.2:
2135: * src/lib/sdbm/apr-include/apr_strings.h 1.1:
2136: * src/lib/sdbm/apr-include/apu.h 1.1:
2137: started porting: grabbed some parts of apr headers
2138:
2139: * src/lib/sdbm/Makefile.am 1.1:
2140: * src/lib/sdbm/sdbm.c 1.1:
2141: * src/lib/sdbm/sdbm_hash.c 1.1:
2142: * src/lib/sdbm/sdbm_lock.c 1.1:
2143: * src/lib/sdbm/sdbm_pair.c 1.1:
2144: * src/lib/sdbm/sdbm_pair.h 1.1:
2145: * src/lib/sdbm/sdbm_private.h 1.1:
2146: * src/lib/sdbm/sdbm_tune.h 1.1:
2147: original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
2148:
2149: * src/lib/sdbm/apr-include/apr.h 1.1:
2150: * src/lib/sdbm/apr-include/apr.h 1.3:
2151: * src/lib/sdbm/apr-include/apr_errno.h 1.1:
2152: * src/lib/sdbm/apr-include/apr_errno.h 1.3:
2153: * src/lib/sdbm/apr-include/apr_file_io.h 1.1:
2154: * src/lib/sdbm/apr-include/apr_file_io.h 1.3:
2155: * src/lib/sdbm/apr-include/apr_pools.h 1.1:
2156: * src/lib/sdbm/apr-include/apr_pools.h 1.3:
2157: * src/lib/sdbm/apr-include/apr_sdbm.h 1.1:
2158: * src/lib/sdbm/apr-include/apr_sdbm.h 1.2:
2159: * src/lib/sdbm/apr-include/apr_strings.h 1.2:
2160: * src/lib/sdbm/apr-include/apu.h 1.2:
2161: *** empty log message ***
2162:
2163: * src/classes/classes.vcproj [release_3_1_1] 1.2.6.1:
2164: * src/include/pa_config_fixed.h [release_3_1_1] 1.58.6.1:
2165: * src/main/main.vcproj [release_3_1_1] 1.2.6.1:
2166: * src/targets/apache13/ApacheModuleParser3.vcproj [release_3_1_1] 1.2.6.1:
2167: * src/targets/apache13/mod_parser3.c [release_3_1_1] 1.7.2.1:
2168: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [release_3_1_1] 1.2.6.1:
2169: * src/targets/cgi/parser3.vcproj [release_3_1_1] 1.3.2.1:
2170: not has to be in \parser3project dir anymore
2171:
2172: * src/main/helpers/CaseFolding.txt 1.1:
2173: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
2174:
2175: * src/main/pa_charset.C [release_3_1_1] 1.38.2.1:
2176: bugfix: had broken binary search [copied thoughtlessly from
2177: xalan]
2178:
2179: 2003-11-04 paf
2180: * operators.txt 1.124:
2181: * src/classes/table.C 1.187:
2182: * tests/todo.txt 1.2:
2183: ^table::load
2184: !$.separator[^#09]
2185: !$.encloser["] <nothing> by default
2186:
2187: * operators.txt 1.125:
2188: * src/classes/table.C 1.188:
2189: * src/main/pa_string.C 1.186:
2190: * tests/todo.txt 1.3:
2191: ^table.save[...
2192: $.separator[^#09]
2193: $.encloser["] <nothing> by default
2194:
2195: * operators.txt 1.126:
2196: * src/classes/mail.C 1.91:
2197: * src/types/pa_vmail.C 1.52:
2198: * src/types/pa_vmail.h 1.12:
2199: !^mail:send[
2200: $.options[unix: string to append to sendmail command line]
2201:
2202: * src/classes/Makefile.am 1.44:
2203: * src/classes/Makefile.in 1.57:
2204: classes.C to rebuild last
2205:
2206: * src/classes/mail.C 1.92:
2207: * src/classes/table.C 1.189:
2208: compiled on unix
2209:
2210: * operators.txt 1.127:
2211: comment: ^mail:send[$.options[
2212:
2213: 2003-11-03 paf
2214: * src/targets/cgi/parser3.C 1.219:
2215: beauty: SIGUSRX removed qs= printing [already included into uri
2216: xxx]
2217:
2218: * operators.txt 1.120:
2219: * src/classes/date.C 1.49:
2220: !^date::unix-timestamp()
2221: !^date.unix-timestamp[]
2222:
2223: * operators.txt 1.121:
2224: * src/classes/image.C 1.95:
2225: * tests/todo.txt 1.1:
2226: * www/htdocs/auto.p 1.21:
2227: ^image.gif[filename] for $response:download
2228:
2229: * operators.txt 1.123:
2230: * src/classes/table.C 1.186:
2231: * src/main/pa_common.C 1.161:
2232: ^table::load[; options:
2233: !$.column-separator[^#09]
2234: !$.column-encloser["]
2235:
2236: * operators.txt 1.122:
2237: * src/include/pa_config_fixed.h 1.60:
2238: * src/types/pa_vrequest.C 1.30:
2239: $request:document-root
2240:
2241: * src/classes/date.C 1.50:
2242: minor precaution
2243:
2244: 2003-10-31 paf
2245: * src/include/pa_config_fixed.h 1.59:
2246: * src/include/pa_version.h [release_3_1_1] 1.10.2.1:
2247: *** empty log message ***
2248:
1.27 paf 2249: 2003-10-30 paf
2250: * src/classes/date.C 1.47:
2251: * src/classes/image.C 1.94:
2252: improvement diagnostics: $now[^date::create[$undefined]] now is error
2253:
2254: * src/targets/apache13core/Makefile.am 1.4:
2255: * src/targets/apache13core/Makefile.in 1.4:
2256: gc include dir added, thanks to Victor Fedoseev for finding
2257:
2258: * src/main/pa_common.C 1.160:
2259: read errors would now be reported 'actually read -1 bytes'
2260:
2261: * operators.txt 1.119:
2262: * src/classes/date.C 1.48:
2263: * src/types/pa_vdate.h 1.27:
2264: merged from 3.0.8: ^date.roll[TZ;GMT] $date.hour
2265:
1.26 paf 2266: 2003-10-24 paf
2267: * Makefile.am 1.36:
2268: * src/classes/Makefile.am 1.43:
2269: * src/lib/cord/Makefile.am 1.3:
2270: * src/lib/md5/Makefile.am 1.3:
2271: * src/lib/pcre/Makefile.am 1.2:
2272: * src/main/Makefile.am 1.37:
2273: * src/targets/apache13/Makefile.am 1.18:
2274: * src/targets/apache13core/Makefile.am 1.3:
2275: * src/targets/cgi/Makefile.am 1.48:
2276: * src/targets/isapi/Makefile.am 1.3:
2277: .dsp/w -> .vcproj/sln
2278:
2279: * Makefile.in 1.50:
2280: * src/classes/Makefile.in 1.56:
2281: * src/include/pa_version.h 1.10:
2282: * src/lib/cord/Makefile.in 1.3:
2283: * src/lib/md5/Makefile.in 1.8:
2284: * src/lib/pcre/Makefile.in 1.10:
2285: * src/main/Makefile.am 1.38:
2286: * src/main/Makefile.in 1.52:
2287: * src/targets/apache13/Makefile.in 1.48:
2288: * src/targets/apache13core/Makefile.in 1.3:
2289: * src/targets/cgi/Makefile.in 1.64:
2290: * src/targets/isapi/Makefile.in 1.13:
2291: *** empty log message ***
2292:
2293: 2003-10-22 paf
2294: * src/include/pa_request.h 1.167:
2295: fixed: $h[^hash::create[]] $$h[1]
2296:
2297: 2003-10-21 paf
2298: * src/classes/op.C 1.133:
2299: * src/include/pa_request.h 1.166:
2300: fixed: false 'endless recoursion' message with intensive throw-catches
2301: fixed: incorrect name and line (one name upper then needed) in error message about problems inside try block
2302:
2303: * operators.txt 1.118:
2304: * src/include/pa_string.h 1.151:
2305: * src/main/pa_string.C 1.185:
2306: fixed: string.match[g] without <'> option produced columns with
2307: NULL's, which gpf'ed at table.save time
2308:
2309: 2003-10-10 paf
2310: * src/include/pa_string.h 1.150:
2311: * src/main/compile.tab.C 1.91:
2312: * www/htdocs/.htaccess 1.20:
2313: CORD_chr does not check offset argument for validity
2314: did that in String::Body::pos myself
2315: http://i2/tasks/edit/?id=4577425257580789777
2316:
2317: 2003-10-07 paf
2318: * src/main/compile.tab.C 1.90:
2319: * src/main/compile.y 1.207:
2320: ^if ( better error:
2321: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
2322:
2323: 2003-10-03 paf
2324: * parser3.sln 1.5:
2325: * src/include/pa_dictionary.h 1.15:
2326: * src/main/pa_dictionary.C 1.19:
2327: * src/main/pa_string.C 1.184:
2328: * src/targets/cgi/parser3.vcproj 1.3:
2329: * www/htdocs/.htaccess 1.19:
2330: dictionary optimized by precalculating cstr&length
2331:
2332: 2003-10-02 paf
2333: * src/classes/op.C 1.132:
2334: * src/include/pa_request.h 1.165:
2335: * src/include/pa_stack.h 1.20:
2336: * src/main/execute.C 1.299:
2337: * src/main/pa_request.C 1.251:
2338: * src/main/pa_sql_driver_manager.C 1.73:
2339: * src/main/pa_stylesheet_manager.C 1.19:
2340: * www/htdocs/.htaccess 1.18:
2341: bugfix: ^throw context were saved/restored incompletely
2342: http://www.parser.ru/forum/?id=21484
2343:
2344: 2003-09-30 paf
2345: * src/targets/apache13/mod_parser3.c 1.7:
2346: * src/targets/apache13/pa_httpd.h 1.4:
2347: * src/targets/apache13core/mod_parser3.C 1.5:
2348: content-type now changes
2349:
2350: * src/main/pa_string.C 1.183:
2351: string::replace bug fix [were ignoring occurrances after lang-mismatched
2352:
2353: 2003-09-29 paf
2354: * src/include/pa_charset.h 1.25:
2355: * src/main/helpers/simple_folding.pl 1.1:
2356: * src/main/pa_charset.C 1.38:
2357: * src/main/pa_string.C 1.181:
2358: * www/htdocs/auto.p 1.20:
2359: utf-8 upper/lower
2360:
2361: * src/classes/string.C 1.127:
2362: bugfix: s.right(>s.length) returned nothing
2363:
2364: * www/htdocs/base.p 1.7:
2365: * www/htdocs/derived.p 1.25:
2366: * www/htdocs/font.gif 1.2:
2367: * www/htdocs/global.xsl 1.9:
2368: * www/htdocs/index.html 1.213:
2369: * www/htdocs/mailreceive.eml 1.4:
2370: * www/htdocs/mailreceive.html 1.2:
2371: * www/htdocs/operators.p 1.12:
2372: * www/htdocs/parser-status.html 1.3:
2373: * www/htdocs/people.dtd 1.2:
2374: * www/htdocs/some.p 1.3:
2375: removing old tests
2376:
2377: * src/main/pa_common.C 1.159:
2378: bugfix: utf signature were not ignored due to typo error
2379: http://i2/tasks/edit/?id=4573354650786434584
2380:
2381: * src/classes/table.C 1.184:
2382: bugfix: flip: must produce nameless
2383: http://i2/tasks/edit/?id=4573405524674081244
2384:
2385: * src/main/utf8-to-lower.inc 1.1:
2386: * src/main/utf8-to-upper.inc 1.1:
2387: generated by helper
2388:
2389: * src/main/pa_string.C 1.182:
2390: string::serialize bug fix with zero-terminator
2391:
2392: * src/classes/table.C 1.185:
2393: ^nameless_table.save column row now has no \t at the end
2394:
2395: * src/classes/form.C 1.36:
2396: better error message: MAX_POST_SIZE_NAME to error message
2397:
2398: * src/include/pa_request.h 1.164:
2399: * src/main/execute.C 1.298:
2400: * src/main/pa_request.C 1.250:
2401: @postprocess now takes $response:body/download
2402:
2403: 2003-09-26 paf
2404: * src/include/pa_string.h 1.149:
2405: * src/main/pa_common.C 1.157:
2406: * src/main/pa_string.C 1.180:
2407: * www/htdocs/.htaccess 1.17:
2408: String.for_each bug fixed [omited one-char cases]
2409:
2410: * src/main/untaint.C 1.121:
2411: removed needless const
2412:
2413: * src/main/untaint.C 1.122:
2414: removed needless field
2415:
2416: * src/classes/op.C 1.131:
2417: * src/include/pa_string.h 1.148:
2418: * src/main/pa_string.C 1.178:
2419: * www/htdocs/.htaccess 1.15:
2420: string::serialize/deserialize implemented
2421: Language enum assigned meaningful letters [more convinient for debugging. read warning before adding/changing anything]
2422:
2423: * src/include/pa_stack.h 1.19:
2424: bugfix: before collecting garbage, runtime-executor stack were
2425: cleared... BADLY
2426:
2427: * src/main/pa_string.C 1.179:
2428: * www/htdocs/.htaccess 1.16:
2429: * www/htdocs/auto.p 1.19:
2430: ^stirng.replace code used old param-convention on langs.append, fixed that
2431: search fo the like, found none
2432:
2433: 2003-09-25 paf
2434: * src/main/compile.tab.C [string_fragments_to_cord] 1.88.2.1:
2435: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.7:
2436: string: debug: .v() functions aligned to that of eeparser3 look
2437:
2438: * src/include/pa_string.h 1.147:
2439: * src/include/pa_version.h 1.9:
2440: * src/main/pa_string.C 1.177:
2441: * src/main/untaint.C 1.120:
2442: templates and anonymous unions differences on unix
2443:
2444: * parser3.sln 1.4:
2445: * src/classes/file.C 1.112:
2446: * src/classes/image.C 1.93:
2447: * src/classes/mail.C 1.90:
2448: * src/classes/op.C 1.130:
2449: * src/classes/table.C 1.183:
2450: * src/classes/xdoc.C 1.114:
2451: * src/classes/xnode.C 1.59:
2452: * src/include/pa_cache_managers.h 1.11:
2453: * src/include/pa_charset.h 1.24:
2454: * src/include/pa_charsets.h 1.10:
2455: * src/include/pa_common.h 1.94:
2456: * src/include/pa_request.h 1.163:
2457: * src/include/pa_sql_driver_manager.h 1.28:
2458: * src/include/pa_string.h 1.146:
2459: * src/include/pa_stylesheet_manager.h 1.17:
2460: * src/include/pa_table.h 1.53:
2461: * src/lib/cord/cordbscs.c 1.3:
2462: * src/lib/cord/cordprnt.c 1.3:
2463: * src/lib/cord/cordxtra.c 1.4:
2464: * src/lib/cord/include/cord.h 1.3:
2465: * src/main/compile.tab.C 1.89:
2466: * src/main/compile_tools.h 1.69:
2467: * src/main/pa_charset.C 1.37:
2468: * src/main/pa_charsets.C 1.13:
2469: * src/main/pa_common.C 1.156:
2470: * src/main/pa_exec.C 1.52:
2471: * src/main/pa_request.C 1.249:
2472: * src/main/pa_sql_driver_manager.C 1.72:
2473: * src/main/pa_string.C 1.176:
2474: * src/main/pa_stylesheet_manager.C 1.18:
2475: * src/main/untaint.C 1.119:
2476: * src/types/pa_value.h 1.113:
2477: * src/types/pa_vimage.C 1.24:
2478: * src/types/pa_vmail.C 1.51:
2479: * src/types/pa_vmath.C 1.3:
2480: * src/types/pa_vstateless_class.h 1.44:
2481: * src/types/pa_vstatus.C 1.18:
2482: * src/types/pa_vxnode.C 1.33:
2483: * www/htdocs/.htaccess 1.14:
2484: string_fragments_to_cord merged to HEAD
2485:
2486: * src/lib/cord/cordprnt.c [string_fragments_to_cord] 1.2.4.1:
2487: removed warnings
2488:
2489: 2003-09-24 paf
2490: * src/classes/file.C [string_fragments_to_cord] 1.111.4.1:
2491: * src/classes/image.C [string_fragments_to_cord] 1.92.2.1:
2492: * src/classes/mail.C [string_fragments_to_cord] 1.89.4.1:
2493: * src/classes/op.C [string_fragments_to_cord] 1.129.4.1:
2494: * src/classes/xdoc.C [string_fragments_to_cord] 1.113.2.1:
2495: * src/classes/xnode.C [string_fragments_to_cord] 1.58.2.1:
2496: * src/include/pa_cache_managers.h [string_fragments_to_cord] 1.10.4.1:
2497: * src/include/pa_charset.h [string_fragments_to_cord] 1.23.4.1:
2498: * src/include/pa_charsets.h [string_fragments_to_cord] 1.9.4.1:
2499: * src/include/pa_common.h [string_fragments_to_cord] 1.93.4.1:
2500: * src/include/pa_request.h [string_fragments_to_cord] 1.162.4.1:
2501: * src/include/pa_sql_driver_manager.h [string_fragments_to_cord] 1.27.4.1:
2502: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.10:
2503: * src/include/pa_stylesheet_manager.h [string_fragments_to_cord] 1.16.4.1:
2504: * src/include/pa_table.h [string_fragments_to_cord] 1.52.4.1:
2505: * src/main/compile_tools.h [string_fragments_to_cord] 1.68.4.1:
2506: * src/main/pa_charset.C [string_fragments_to_cord] 1.36.2.1:
2507: * src/main/pa_charsets.C [string_fragments_to_cord] 1.12.4.1:
2508: * src/main/pa_common.C [string_fragments_to_cord] 1.155.2.1:
2509: * src/main/pa_exec.C [string_fragments_to_cord] 1.51.4.1:
2510: * src/main/pa_request.C [string_fragments_to_cord] 1.248.4.1:
2511: * src/main/pa_sql_driver_manager.C [string_fragments_to_cord] 1.71.4.1:
2512: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.6:
2513: * src/main/pa_stylesheet_manager.C [string_fragments_to_cord] 1.17.4.1:
2514: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.6:
2515: * src/types/pa_value.h [string_fragments_to_cord] 1.112.2.1:
2516: * src/types/pa_vimage.C [string_fragments_to_cord] 1.23.4.1:
2517: * src/types/pa_vmail.C [string_fragments_to_cord] 1.50.2.1:
2518: * src/types/pa_vmath.C [string_fragments_to_cord] 1.2.4.1:
2519: * src/types/pa_vstateless_class.h [string_fragments_to_cord] 1.43.4.1:
2520: * src/types/pa_vstatus.C [string_fragments_to_cord] 1.17.4.1:
2521: * src/types/pa_vxnode.C [string_fragments_to_cord] 1.32.2.1:
2522: v() functions of String::Body, String::Languages and String itself
2523: StringBody->String::Body
2524:
2525: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.8:
2526: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.4:
2527: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.4:
2528: langs: speed up by joining adjucent blocks of same char [
2529: CORD_append_block]
2530:
2531: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.9:
2532: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.5:
2533: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.5:
2534: CORD_append_block showed no efficiency = never optimized anything.
2535: todo: somehow speed up harder cases: concatenationA+concatenationB when last block of A and first of B contain same letters
2536:
2537: * src/classes/table.C [string_fragments_to_cord] 1.182.4.2:
2538: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.5:
2539: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.2:
2540: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.3:
2541: aval/ works!
2542:
2543: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.6:
2544: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.4:
2545: aval is not actually working yet :(
2546: but more working &understood :)
2547:
2548: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.7:
2549: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.3:
2550: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.3:
2551: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.5:
2552: aval/ works!
2553: todo: save space by extending blocks when appending block with c == lastblock.c
2554:
2555: 2003-09-23 paf
2556: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.2:
2557: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.2:
2558: just compiled
2559: todo: serialize&deserialize
2560:
2561: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.4:
2562: something even more works :)
2563:
2564: * src/classes/table.C [string_fragments_to_cord] 1.182.4.1:
2565: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.1:
2566: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.1:
2567: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.1:
2568: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.1:
2569: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.1:
2570: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.1:
2571: main idea implemented, details left
2572:
2573: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.3:
2574: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.2:
2575: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.2:
2576: something already works :)
2577:
2578: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.4:
2579: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.2:
2580: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.3:
2581: something more works :)
2582:
2583: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.5:
2584: $a[ok!]
2585: $a works!
2586:
2587: 2003-09-22 paf
2588: * src/classes/xdoc.C 1.112:
2589: * src/classes/xnode.C 1.57:
2590: new DOM2 methods from Alexandr Egorov <egr> (all?)
2591: xdoc:
2592: createAttributeNS
2593: createElementNS
2594: xnode:
2595: getAttributeNS
2596: setAttributeNS
2597: removeAttributeNS
2598: getAttributeNodeNS
2599: setAttributeNodeNS
2600: hasAttribute
2601: hasAttributeNS
2602:
2603: * src/classes/memory.C 1.3:
2604: * src/include/pa_memory.h 1.5:
2605: #ifdef GC_DEBUG
2606:
2607: * src/include/pa_memory.h 1.4:
2608: * src/main/pa_globals.C 1.159:
2609: when xml memory allocator returns 0, just die.
2610: http://i2/tasks/edit/?id=4570798492410259445
2611:
2612: * src/lib/cord/cordxtra.c 1.3:
2613: CORD_pos bugfix [failed to find 8bit chars due to bitwise
2614: operation signed-char error]
2615:
2616: * src/classes/xdoc.C 1.113:
2617: * src/classes/xnode.C 1.58:
2618: copy/paste comment bugfix
2619:
2620: 2003-09-19 paf
2621: * src/targets/apache13/mod_parser3.c 1.6:
2622: now compiles on MSVC7
2623:
2624: * operators.txt 1.117:
2625: * src/main/pa_common.C 1.155:
2626: merged
2627: $f[^file::load[binary;http://...]]
2628: $f.tables
2629:
2630: * src/types/pa_wcontext.C 1.26:
2631: output message: more practical suggestion
2632:
2633: 2003-09-02 paf
2634: * src/targets/apache13/mod_parser3.c 1.5:
2635: çàáûòîå èçìåíåíèå
2636:
2637: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.2:
2638: forgot initializer
2639:
2640: * src/main/pa_common.C [release_3_0_8] 1.153.2.2:
2641: got rid of 'stdout' symbol reference on unix (users reported
2642: problems with some old libc)
2643:
2644: * operators.txt [release_3_0_8] 1.115.2.1:
2645: *** empty log message ***
2646:
2647: * src/main/pa_common.C [release_3_0_8] 1.153.2.3:
2648: printf is buffered, write(1 is not. can't flush stdout without
2649: referencing 'stdout' symbol. to hell with non-ansi libraries
2650: without 'stdout' symbol
2651:
2652: 2003-09-01 paf
2653: * src/targets/apache13/Makefile.am [release_3_1_0] 1.16.2.1:
2654: * src/targets/apache13/Makefile.in [release_3_1_0] 1.46.2.1:
2655: * src/targets/apache13/mod_parser3.C [release_3_1_0] 1.29.2.1:
2656: * src/targets/apache13/mod_parser3.c [release_3_1_0] 1.3.2.1:
2657: renamed to .c [lowercase] to correspond to runconfigure.
2658: added files to fix 'make dist'
2659:
2660: * src/targets/apache13/Makefile.am 1.17:
2661: * src/targets/apache13/Makefile.in 1.47:
2662: * src/targets/apache13/mod_parser3.c 1.4:
2663: merged with 3.1.0:
2664: renamed to .c [lowercase] to correspond to runconfigure.
2665: added files to fix 'make dist'
2666:
2667: * src/classes/date.C [release_3_0_8] 1.45.2.1:
2668: * src/include/pa_common.h [release_3_0_8] 1.92.2.1:
2669: * src/main/compile.tab.C [release_3_0_8] 1.83.2.1:
2670: * src/main/pa_common.C [release_3_0_8] 1.153.2.1:
2671: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.1:
2672: $date.TZ
2673: ^date.roll[TZ;new zone]
2674:
2675: * src/classes/image.C 1.92:
2676: memory handling bugs [unpatched 'new' calls]
2677:
2678: 2003-08-19 paf
2679: * src/types/pa_vmail.C 1.48:
2680: * src/types/pa_vmail.h 1.11:
2681: parses headers, still problems with body
2682:
2683: * src/types/pa_vmail.C 1.47:
2684: mail_receive just compiled
2685:
2686: * src/types/pa_vmail.C 1.50:
2687: turned off recoding in gmime (were still recoding headers)
2688:
2689: * src/include/pa_memory.h 1.3:
2690: * src/types/pa_value.h 1.111:
2691: -= few warnings
2692:
2693: * src/targets/apache13/mod_parser3.C 1.31:
2694: * src/targets/apache13/mod_parser3.c 1.2:
2695: .c
2696:
2697: * src/types/pa_vmail.C 1.49:
2698: works as before, same charset problems:
2699: gmime recodes to UTF-8 only headers, not body. so not recoding anything for now
2700:
2701: * src/targets/apache13/mod_parser3.C 1.30:
2702: * src/targets/apache13/pa_httpd.h 1.3:
2703: * src/targets/apache13core/mod_parser3.C 1.3:
2704: apache module compiled on MSVC7
2705:
2706: * src/types/pa_value.C 1.11:
2707: * src/types/pa_value.h 1.112:
2708: * src/types/pa_vdate.h 1.26:
2709: * src/types/pa_vrequest.C 1.29:
2710: * src/types/pa_vstring.h 1.56:
2711: * src/types/pa_vxdoc.C 1.25:
2712: * src/types/pa_vxnode.C 1.32:
2713: bark intefrace obsoleted, simplified a little
2714:
2715: * src/types/pa_vhash.C 1.3:
2716: * src/types/pa_vhash.h 1.47:
2717: _default+foreach bug refix [lost fix from 3.0.8]
2718:
2719: * src/types/pa_vcookie.C 1.57:
2720: in VC7
2721: if(type var=xxx){
2722: }else{
2723: now visible here
2724: }
2725:
2726: bug fix
2727:
2728: * src/main/compile.tab.C 1.87:
2729: initialized couple of variables about which user reported runtime problems when parser were compiled with VC7, warning level4.
2730: study shows that later in bison they've fixed that. would migrate to latest bison someday
2731:
2732: 2003-08-18 paf
2733: * src/classes/classes.vcproj 1.2:
2734: * src/include/pa_config_fixed.h 1.58:
2735: * src/main/main.vcproj 1.2:
2736: * src/types/types.vcproj 1.2:
2737: win32: continued process detaching from \parser3project directory
2738:
2739: * ~sak5c961f3101c36563.tmp 1.1:
2740: Temporary file created by Visual Studio .NET to detect Jalindi
2741: Igloo capabilities.
2742:
2743: * gnu.vcproj 1.1:
2744: * parser3.sln 1.1:
2745: * src/classes/classes.vcproj 1.1:
2746: * src/lib/cord/cord.vcproj 1.1:
2747: * src/lib/ltdl/libltdl.vcproj 1.1:
2748: * src/lib/md5/md5.vcproj 1.1:
2749: * src/lib/pcre/pcre.vcproj 1.1:
2750: * src/lib/pcre/pcre_dftables.vcproj 1.1:
2751: * src/lib/pcre/pcre_parser_ctype.vcproj 1.1:
2752: * src/main/main.vcproj 1.1:
2753: * src/targets/apache13/ApacheModuleParser3.vcproj 1.1:
2754: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.1:
2755: * src/targets/cgi/parser3.vcproj 1.1:
2756: * src/targets/isapi/parser3isapi.vcproj 1.1:
2757: * src/types/types.vcproj 1.1:
2758: new VS project files
2759:
2760: * configure 1.68:
2761: * configure.in 1.64:
2762: * src/classes/Makefile.am 1.42:
2763: * src/classes/Makefile.in 1.55:
2764: * src/classes/classes.awk 1.8:
2765: * src/doc/footer.htm 1.3:
2766: * src/include/pa_config_fixed.h 1.57:
2767: * src/include/pa_version.h 1.8:
2768: * src/lib/Makefile.am 1.5:
2769: * src/lib/Makefile.in 1.10:
2770: * src/lib/patches/Makefile.in 1.12:
2771: * src/main/compile.tab.C 1.86:
2772: * src/main/pa_charset.C 1.36:
2773: * src/main/pa_string.C 1.175:
2774: * src/main/untaint.C 1.118:
2775: * src/types/pa_vmail.C 1.46:
2776: * www/htdocs/.htaccess [release_3_1_0] 1.13.2.1:
2777: * www/htdocs/auto.p [release_3_1_0] 1.18.2.1:
2778: merged 3.1.0 latest changes
2779:
2780: * gnu.dsp 1.5:
2781: * gnu.vcproj.vspscc 1.1:
2782: * parser3.dsw 1.9:
2783: * parser3.vssscc 1.1:
2784: * src/classes/classes.dsp 1.31:
2785: * src/classes/classes.vcproj.vspscc 1.1:
2786: * src/lib/cord/cord.dsp 1.3:
2787: * src/lib/cord/cord.vcproj.vspscc 1.1:
2788: * src/lib/ltdl/libltdl.dsp 1.7:
2789: * src/lib/ltdl/libltdl.vcproj.vspscc 1.1:
2790: * src/lib/md5/md5.dsp 1.5:
2791: * src/lib/md5/md5.vcproj.vspscc 1.1:
2792: * src/lib/pcre/pcre.dsp 1.4:
2793: * src/lib/pcre/pcre.vcproj.vspscc 1.1:
2794: * src/lib/pcre/pcre_dftables.dsp 1.2:
2795: * src/lib/pcre/pcre_dftables.vcproj.vspscc 1.1:
2796: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
2797: * src/lib/pcre/pcre_parser_ctype.vcproj.vspscc 1.1:
2798: * src/main/main.dsp 1.167:
2799: * src/main/main.vcproj.vspscc 1.1:
2800: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
2801: * src/targets/apache13/ApacheModuleParser3.vcproj.vspscc 1.1:
2802: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
2803: * src/targets/apache13core/ApacheModuleParser3Core.vcproj.vspscc 1.1:
2804: * src/targets/cgi/parser3.dsp 1.66:
2805: * src/targets/cgi/parser3.vcproj 1.2:
2806: * src/targets/isapi/parser3isapi.dsp 1.44:
2807: * src/targets/isapi/parser3isapi.vcproj.vspscc 1.1:
2808: * src/types/types.dsp 1.42:
2809: * src/types/types.vcproj.vspscc 1.1:
2810: moved to MSVC 7
2811:
2812: 2003-08-15 paf
2813: * src/main/untaint.C [release_3_0_8] 1.116.2.1:
2814: email addresses in forms:
2815: "non-ascii" <yyy>
2816: non-ascii <yyy>
2817: now encoded correctly
2818:
2819: * src/main/untaint.C [release_3_1_0] 1.117.2.1:
2820: email addresses in forms:
2821: "non-ascii" <yyy>
2822: non-ascii <yyy>
2823: now encoded correctly [kinda merge from 3.0.8]
2824:
2825: 2003-07-29 paf
2826: * src/classes/Makefile.am [release_3_1_0] 1.41.2.2:
2827: * src/classes/Makefile.in [release_3_1_0] 1.54.2.2:
2828: * src/classes/classes.awk [release_3_1_0] 1.7.2.1:
2829: classes.awk added to make dist
2830:
2831: * src/types/pa_vmail.C [release_3_1_0] 1.45.2.1:
2832: just started --with-mail-receive
2833:
2834: 2003-07-28 paf
2835: * src/classes/Makefile.am [release_3_1_0] 1.41.2.1:
2836: * src/classes/Makefile.in [release_3_1_0] 1.54.2.1:
2837: * src/lib/Makefile.am [release_3_1_0] 1.4.2.1:
2838: * src/lib/Makefile.in [release_3_1_0] 1.9.2.1:
2839: removed circular dependence in src/classes, src/lib/gc now in dist
2840:
2841: * src/main/pa_string.C [release_3_1_0] 1.174.2.1:
2842: ^cache bug fix [were not working at all]
2843:
2844: 2003-07-25 paf
2845: * src/doc/footer.htm [release_3_1_0] 1.2.28.1:
2846: year
2847:
1.24 paf 2848: 2003-07-24 paf
2849: * INSTALL 1.33:
2850: * Makefile.am 1.35:
2851: * Makefile.in 1.49:
2852: * acsite.m4 1.2:
2853: * bin/Makefile.in 1.10:
2854: * configure 1.67:
2855: * configure.in 1.63:
2856: * etc/Makefile.in 1.15:
2857: * etc/parser3.charsets/Makefile.in 1.18:
2858: * etc/parser3.charsets/koi8-r.cfg 1.4:
2859: * etc/parser3.charsets/windows-1251.cfg 1.8:
2860: * operators.txt 1.116:
2861: * parser3.dsw 1.8:
2862: * src/Makefile.in 1.56:
2863: * src/classes/Makefile.am 1.41:
2864: * src/classes/Makefile.in 1.54:
2865: * src/classes/classes.C 1.19:
2866: * src/classes/classes.awk 1.7:
2867: * src/classes/classes.dsp 1.29:
2868: * src/classes/classes.h 1.24:
2869: * src/classes/date.C 1.46:
2870: * src/classes/double.C 1.54:
2871: * src/classes/file.C 1.111:
2872: * src/classes/form.C 1.35:
2873: * src/classes/hash.C 1.57:
2874: * src/classes/image.C 1.91:
2875: * src/classes/int.C 1.50:
2876: * src/classes/mail.C 1.89:
2877: * src/classes/math.C 1.34:
2878: * src/classes/memory.C 1.2:
2879: * src/classes/op.C 1.129:
2880: * src/classes/response.C 1.24:
2881: * src/classes/string.C 1.126:
2882: * src/classes/table.C 1.182:
2883: * src/classes/void.C 1.29:
2884: * src/classes/xdoc.C 1.111:
2885: * src/classes/xnode.C 1.56:
2886: * src/classes/xnode.h 1.19:
2887: * src/doc/exception.dox 1.2:
2888: * src/doc/index.dox 1.5:
2889: * src/doc/memory.dox 1.2:
2890: * src/doc/string.dox 1.5:
2891: * src/include/Makefile.am 1.4:
2892: * src/include/Makefile.in 1.12:
2893: * src/include/pa_array.h 1.59:
2894: * src/include/pa_cache_managers.h 1.10:
2895: * src/include/pa_charset.h 1.23:
2896: * src/include/pa_charsets.h 1.9:
2897: * src/include/pa_common.h 1.93:
2898: * src/include/pa_config_auto.h.in 1.38:
2899: * src/include/pa_config_fixed.h 1.56:
2900: * src/include/pa_config_includes.h 1.25:
2901: * src/include/pa_dictionary.h 1.14:
2902: * src/include/pa_dir.h 1.14:
2903: * src/include/pa_exception.h 1.39:
2904: * src/include/pa_exec.h 1.13:
2905: * src/include/pa_globals.h 1.104:
2906: * src/include/pa_hash.h 1.59:
2907: * src/include/pa_memory.h 1.2:
2908: * src/include/pa_opcode.h 1.25:
2909: * src/include/pa_operation.h 1.2:
2910: * src/include/pa_pool.h 1.87:
2911: * src/include/pa_pragma_pack_begin.h 1.7:
2912: * src/include/pa_pragma_pack_end.h 1.7:
2913: * src/include/pa_request.h 1.162:
2914: * src/include/pa_request_charsets.h 1.2:
2915: * src/include/pa_request_info.h 1.2:
2916: * src/include/pa_sapi.h 1.23:
2917: * src/include/pa_socks.h 1.12:
2918: * src/include/pa_sql_connection.h 1.31:
2919: * src/include/pa_sql_driver_manager.h 1.27:
2920: * src/include/pa_stack.h 1.18:
2921: * src/include/pa_string.h 1.145:
2922: * src/include/pa_stylesheet_connection.h 1.33:
2923: * src/include/pa_stylesheet_manager.h 1.16:
2924: * src/include/pa_table.h 1.52:
2925: * src/include/pa_threads.h 1.27:
2926: * src/include/pa_types.h 1.45:
2927: * src/include/pa_uue.h 1.5:
2928: * src/lib/Makefile.am 1.4:
2929: * src/lib/Makefile.in 1.9:
2930: * src/lib/cord/Makefile.am 1.2:
2931: * src/lib/cord/Makefile.in 1.2:
2932: * src/lib/cord/cord.dsp 1.2:
2933: * src/lib/cord/cordbscs.c 1.2:
2934: * src/lib/cord/cordprnt.c 1.2:
2935: * src/lib/cord/cordxtra.c 1.2:
2936: * src/lib/cord/include/Makefile.am 1.2:
2937: * src/lib/cord/include/Makefile.in 1.2:
2938: * src/lib/cord/include/cord.h 1.2:
2939: * src/lib/cord/include/ec.h 1.2:
2940: * src/lib/cord/include/private/Makefile.am 1.2:
2941: * src/lib/cord/include/private/Makefile.in 1.2:
2942: * src/lib/cord/include/private/cord_pos.h 1.2:
2943: * src/lib/cord/source.url 1.2:
2944: * src/lib/gc/Makefile.am 1.2:
2945: * src/lib/gc/Makefile.in 1.2:
1.25 paf 2946: * src/lib/gc/include/Makefile.am 1.2:
2947: * src/lib/gc/include/Makefile.in 1.2:
2948: * src/lib/gc/include/gc.h 1.2:
1.24 paf 2949: * src/lib/ltdl/Makefile.in 1.5:
2950: * src/lib/ltdl/libltdl.dsp 1.6:
2951: * src/lib/md5/Makefile.in 1.7:
2952: * src/lib/md5/pa_md5.h 1.8:
2953: * src/lib/md5/pa_md5c.c 1.10:
2954: * src/lib/patches/Makefile.am 1.4:
2955: * src/lib/patches/Makefile.in 1.11:
2956: * src/lib/patches/gc.patch 1.2:
2957: * src/lib/patches/gdome2.patch 1.2:
2958: * src/lib/patches/libxml2.patch 1.2:
2959: * src/lib/patches/libxslt.patch 1.2:
2960: * src/lib/pcre/Makefile.in 1.9:
2961: * src/lib/pcre/pcre.h 1.2:
2962: * src/lib/pcre/pcre_parser_ctype.c 1.4:
2963: * src/main/Makefile.am 1.36:
2964: * src/main/Makefile.in 1.51:
2965: * src/main/compile.C 1.70:
2966: * src/main/compile.tab.C 1.84:
2967: * src/main/compile.tab.C 1.85:
2968: * src/main/compile.y 1.206:
2969: * src/main/compile_tools.C 1.55:
2970: * src/main/compile_tools.h 1.68:
2971: * src/main/execute.C 1.297:
2972: * src/main/main.dsp 1.165:
2973: * src/main/pa_array.C 1.57:
2974: * src/main/pa_cache_managers.C 1.8:
2975: * src/main/pa_charset.C 1.35:
2976: * src/main/pa_charsets.C 1.12:
2977: * src/main/pa_common.C 1.154:
2978: * src/main/pa_dictionary.C 1.18:
2979: * src/main/pa_dir.C 1.15:
2980: * src/main/pa_exception.C 1.44:
2981: * src/main/pa_exec.C 1.51:
2982: * src/main/pa_globals.C 1.157:
2983: * src/main/pa_hash.C 1.54:
2984: * src/main/pa_memory.C 1.2:
2985: * src/main/pa_pool.C 1.60:
2986: * src/main/pa_request.C 1.248:
2987: * src/main/pa_socks.C 1.19:
2988: * src/main/pa_sql_driver_manager.C 1.71:
2989: * src/main/pa_string.C 1.174:
2990: * src/main/pa_stylesheet_manager.C 1.17:
2991: * src/main/pa_table.C 1.56:
2992: * src/main/pa_uue.C 1.5:
2993: * src/main/untaint.C 1.117:
2994: * src/sql/Makefile.in 1.12:
2995: * src/sql/pa_sql_driver.h 1.35:
2996: * src/targets/Makefile.am 1.10:
2997: * src/targets/Makefile.in 1.43:
2998: * src/targets/apache13/ApacheModuleParser3.dsp 1.17:
2999: * src/targets/apache13/Makefile.am 1.16:
3000: * src/targets/apache13/Makefile.in 1.46:
3001: * src/targets/apache13/mod_parser3.C 1.29:
3002: * src/targets/apache13/p3runConfigure.in 1.13:
3003: * src/targets/apache13/pa_httpd.h 1.2:
3004: * src/targets/apache13/pa_md5c.c 1.6:
3005: * src/targets/apache13/pa_pool.C 1.9:
3006: * src/targets/apache13/pa_threads.C 1.12:
3007: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.2:
3008: * src/targets/apache13core/Makefile.am 1.2:
3009: * src/targets/apache13core/Makefile.in 1.2:
3010: * src/targets/apache13core/mod_parser3.C 1.2:
3011: * src/targets/apache13core/pa_threads.C 1.2:
3012: * src/targets/cgi/Makefile.am 1.47:
3013: * src/targets/cgi/Makefile.in 1.63:
3014: * src/targets/cgi/getopt.c 1.3:
3015: * src/targets/cgi/getopt.h 1.3:
3016: * src/targets/cgi/pa_pool.C 1.42:
3017: * src/targets/cgi/pa_threads.C 1.13:
3018: * src/targets/cgi/parser3.C 1.218:
3019: * src/targets/cgi/parser3.dsp 1.64:
3020: * src/targets/cgi/pool_storage.h 1.14:
3021: * src/targets/cgi/pp3.cmd 1.2:
3022: * src/targets/isapi/Makefile.am 1.2:
3023: * src/targets/isapi/Makefile.in 1.12:
3024: * src/targets/isapi/pa_pool.C 1.17:
3025: * src/targets/isapi/pa_threads.C 1.14:
3026: * src/targets/isapi/parser3isapi.C 1.83:
3027: * src/targets/isapi/parser3isapi.dsp 1.42:
3028: * src/targets/isapi/pool_storage.h 1.20:
3029: * src/types/Makefile.am 1.29:
3030: * src/types/Makefile.in 1.51:
3031: * src/types/pa_junction.h 1.2:
3032: * src/types/pa_method.h 1.2:
3033: * src/types/pa_value.C 1.10:
3034: * src/types/pa_value.h 1.110:
3035: * src/types/pa_vbool.h 1.22:
3036: * src/types/pa_vclass.C 1.17:
3037: * src/types/pa_vclass.h 1.40:
3038: * src/types/pa_vcode_frame.h 1.25:
3039: * src/types/pa_vcookie.C 1.56:
3040: * src/types/pa_vcookie.h 1.24:
3041: * src/types/pa_vdate.h 1.25:
3042: * src/types/pa_vdouble.h 1.43:
3043: * src/types/pa_venv.h 1.29:
3044: * src/types/pa_vfile.C 1.37:
3045: * src/types/pa_vfile.h 1.53:
3046: * src/types/pa_vform.C 1.75:
3047: * src/types/pa_vform.h 1.46:
3048: * src/types/pa_vhash.C 1.2:
3049: * src/types/pa_vhash.h 1.46:
3050: * src/types/pa_vimage.C 1.23:
3051: * src/types/pa_vimage.h 1.35:
3052: * src/types/pa_vint.h 1.39:
3053: * src/types/pa_vjunction.h 1.20:
3054: * src/types/pa_vmail.C 1.45:
3055: * src/types/pa_vmail.h 1.10:
3056: * src/types/pa_vmath.C 1.2:
3057: * src/types/pa_vmath.h 1.15:
3058: * src/types/pa_vmemory.h 1.2:
3059: * src/types/pa_vmethod_frame.C 1.2:
3060: * src/types/pa_vmethod_frame.h 1.46:
3061: * src/types/pa_vobject.C 1.13:
3062: * src/types/pa_vobject.h 1.39:
3063: * src/types/pa_vrequest.C 1.28:
3064: * src/types/pa_vrequest.h 1.26:
3065: * src/types/pa_vresponse.C 1.18:
3066: * src/types/pa_vresponse.h 1.33:
3067: * src/types/pa_vstateless_class.C 1.20:
3068: * src/types/pa_vstateless_class.h 1.43:
3069: * src/types/pa_vstateless_object.h 1.29:
3070: * src/types/pa_vstatus.C 1.17:
3071: * src/types/pa_vstatus.h 1.16:
3072: * src/types/pa_vstring.C 1.23:
3073: * src/types/pa_vstring.h 1.55:
3074: * src/types/pa_vtable.C 1.22:
3075: * src/types/pa_vtable.h 1.49:
3076: * src/types/pa_vvoid.h 1.18:
3077: * src/types/pa_vxdoc.C 1.24:
3078: * src/types/pa_vxdoc.h 1.32:
3079: * src/types/pa_vxnode.C 1.31:
3080: * src/types/pa_vxnode.h 1.23:
3081: * src/types/pa_wcontext.C 1.25:
3082: * src/types/pa_wcontext.h 1.43:
3083: * src/types/pa_wwrapper.h 1.29:
3084: * src/types/types.dsp 1.40:
3085: * www/htdocs/.htaccess 1.13:
3086: * www/htdocs/auto.p 1.18:
3087: * www/htdocs/index.html 1.212:
3088: moved tempate_gc to HEAD
3089:
3090: * parser3.dsw [template_gc] 1.7.6.1.2.4:
3091: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.21:
3092: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.6:
3093: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.18:
3094: few paths for libxml debug/release changes
3095:
3096: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.2:
3097: * src/targets/cgi/parser3.dsp [release_3_0_8] 1.63.2.1:
3098: * src/targets/isapi/parser3isapi.dsp [release_3_0_8] 1.41.16.1:
3099: more step towards \parser3project not having to be in root
3100:
3101: * parser3.dsw [template_gc] 1.7.6.1.2.5:
3102: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.22:
3103: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.19:
3104: relative paths to xml&gc libs
3105:
3106: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.4:
3107: PA_ -> pa_
3108:
3109: * src/classes/math.C [template_gc] 1.24.2.12.2.16:
3110: * src/classes/math.C [template_gc] 1.24.2.12.2.17:
3111: uuid bugfix
3112:
3113: * tests/141.html [template_gc] 1.1.2.2:
3114: * tests/Makefile [template_gc] 1.1.2.8.2.10:
3115: * tests/results/005.processed [template_gc] 1.1.2.2.2.2:
3116: * tests/results/030.processed [template_gc] 1.1.2.2.2.2:
3117: * tests/results/075.processed [template_gc] 1.1.2.1.2.2:
3118: * tests/results/078.processed [template_gc] 1.1.2.1.2.2:
3119: to reflect date format change (were - become ' ')
3120:
1.25 paf 3121: * src/classes/classes.dsp 1.30:
3122: * src/main/main.dsp 1.166:
3123: * src/main/pa_globals.C 1.158:
3124: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.3:
3125: * src/targets/cgi/parser3.dsp 1.65:
3126: * src/targets/isapi/parser3isapi.dsp 1.43:
3127: * src/types/types.dsp 1.41:
3128: cvs: getting rid of win32xml pseudo project
3129:
1.24 paf 3130: * src/classes/math.C 1.33:
3131: merged uuid bugfix
3132:
3133: * src/include/pa_version.h [release_3_0_8] 1.7.18.1:
1.25 paf 3134: * src/include/pa_version.h [release_3_1_0] 1.7.20.1:
3135: * src/lib/patches/Makefile.in [release_3_1_0] 1.11.2.1:
1.24 paf 3136: release
3137:
3138: * src/classes/math.C [release_3_0_8] 1.33.2.1:
3139: * src/lib/md5/pa_md5.h [release_3_0_8] 1.7.2.1:
3140: * src/lib/md5/pa_md5c.c [release_3_0_8] 1.9.2.1:
3141: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.1:
3142: * src/targets/apache13/pa_md5c.c [release_3_0_8] 1.5.6.1:
3143: apache module compiled [were minor unnecessary changes in lib
3144: md5 interface]
3145:
1.26 paf 3146: * src/include/pa_config_fixed.h [release_3_1_0] 1.56.2.3:
3147: * src/main/pa_charset.C [release_3_1_0] 1.35.2.1:
3148: bad #endif fix
3149:
1.24 paf 3150: * tests/001.html 1.2:
3151: * tests/002.html 1.2:
3152: * tests/003.html 1.2:
3153: * tests/004.html 1.2:
3154: * tests/005.html 1.2:
3155: * tests/006.html 1.2:
3156: * tests/007.html 1.2:
3157: * tests/008.html 1.2:
3158: * tests/009.html 1.2:
3159: * tests/010.html 1.2:
3160: * tests/011.html 1.2:
3161: * tests/012.html 1.2:
3162: * tests/013.html 1.2:
3163: * tests/014.html 1.2:
3164: * tests/015.html 1.2:
3165: * tests/016.html 1.2:
3166: * tests/017.html 1.2:
3167: * tests/018.html 1.2:
3168: * tests/019.html 1.2:
3169: * tests/019paf2001.gif 1.2:
3170: * tests/020.html 1.2:
3171: * tests/021.html 1.2:
3172: * tests/022.html 1.2:
3173: * tests/022_dir/a.html 1.2:
3174: * tests/022_dir/b.txt 1.2:
3175: * tests/022_dir/c.htm 1.2:
3176: * tests/023.html 1.2:
3177: * tests/024.html 1.2:
3178: * tests/025.html 1.2:
3179: * tests/026.html 1.2:
3180: * tests/027.html 1.2:
3181: * tests/028.html 1.2:
3182: * tests/029.html 1.2:
3183: * tests/030.html 1.2:
3184: * tests/031.html 1.2:
3185: * tests/032.html 1.2:
3186: * tests/033.html 1.2:
3187: * tests/034.html 1.2:
3188: * tests/035.html 1.2:
3189: * tests/036.html 1.2:
3190: * tests/037.html 1.2:
3191: * tests/038.html 1.2:
3192: * tests/039.html 1.2:
3193: * tests/040.html 1.2:
3194: * tests/041.html 1.2:
3195: * tests/042.html 1.2:
3196: * tests/043.html 1.2:
3197: * tests/044.html 1.2:
3198: * tests/045.html 1.2:
3199: * tests/046.html 1.2:
3200: * tests/047.html 1.2:
3201: * tests/048.html 1.2:
3202: * tests/049.html 1.2:
3203: * tests/050.html 1.2:
3204: * tests/051.html 1.2:
3205: * tests/051b.p 1.2:
3206: * tests/051t.p 1.2:
3207: * tests/052.html 1.2:
3208: * tests/053.html 1.2:
3209: * tests/054.html 1.2:
3210: * tests/055.html 1.2:
3211: * tests/056.html 1.2:
3212: * tests/057.html 1.2:
3213: * tests/058.html 1.2:
3214: * tests/058_paf2000.png 1.2:
3215: * tests/059.html 1.2:
3216: * tests/060.html 1.2:
3217: * tests/061.dat 1.2:
3218: * tests/061.html 1.2:
3219: * tests/062.html 1.2:
3220: * tests/063.html 1.2:
3221: * tests/064.html 1.2:
3222: * tests/065.html 1.2:
3223: * tests/066.html 1.2:
3224: * tests/067.html 1.2:
3225: * tests/068.html 1.2:
3226: * tests/069.html 1.2:
3227: * tests/070.html 1.2:
3228: * tests/071.html 1.2:
3229: * tests/072.html 1.2:
3230: * tests/073.html 1.2:
3231: * tests/074.html 1.2:
3232: * tests/075.html 1.2:
3233: * tests/076.html 1.2:
3234: * tests/077.html 1.2:
3235: * tests/078.html 1.2:
3236: * tests/079.html 1.2:
3237: * tests/080.html 1.2:
3238: * tests/081.html 1.2:
3239: * tests/082.html 1.2:
3240: * tests/083.html 1.2:
3241: * tests/084.html 1.2:
3242: * tests/085.html 1.2:
3243: * tests/086.html 1.2:
3244: * tests/087.html 1.2:
3245: * tests/088.html 1.2:
3246: * tests/089.html 1.2:
3247: * tests/090.html 1.2:
3248: * tests/091.html 1.2:
3249: * tests/092.html 1.2:
3250: * tests/093.html 1.2:
3251: * tests/094.html 1.2:
3252: * tests/095.html 1.2:
3253: * tests/096.html 1.2:
3254: * tests/096_dir/163.jpg 1.2:
3255: * tests/096_dir/188.jpg 1.2:
3256: * tests/097.html 1.2:
3257: * tests/098.html 1.2:
3258: * tests/098font.gif 1.2:
3259: * tests/099.html 1.2:
3260: * tests/100.html 1.2:
3261: * tests/101.html 1.2:
3262: * tests/102.html 1.2:
3263: * tests/103.html 1.2:
3264: * tests/103mark.gif 1.2:
3265: * tests/103paf2001.gif 1.2:
3266: * tests/104.html 1.2:
3267: * tests/105.html 1.2:
3268: * tests/106.html 1.2:
3269: * tests/107.html 1.2:
3270: * tests/108.html 1.2:
3271: * tests/108.xsl 1.2:
3272: * tests/109.html 1.2:
3273: * tests/110.html 1.2:
3274: * tests/111.html 1.2:
3275: * tests/112.html 1.2:
3276: * tests/113.html 1.2:
3277: * tests/114.html 1.2:
3278: * tests/115.html 1.2:
3279: * tests/116.html 1.2:
3280: * tests/117.html 1.2:
3281: * tests/118.html 1.2:
3282: * tests/119.html 1.2:
3283: * tests/120.html 1.2:
3284: * tests/121.html 1.2:
3285: * tests/122.html 1.2:
3286: * tests/123.html 1.2:
3287: * tests/124.html 1.2:
3288: * tests/125.html 1.2:
3289: * tests/126.html 1.2:
3290: * tests/127.html 1.2:
3291: * tests/128.html 1.2:
3292: * tests/129.html 1.2:
3293: * tests/130.html 1.2:
3294: * tests/131.html 1.2:
3295: * tests/132.html 1.2:
3296: * tests/133.html 1.2:
3297: * tests/134.html 1.2:
3298: * tests/135.html 1.2:
3299: * tests/136.html 1.2:
3300: * tests/137.html 1.2:
3301: * tests/138.html 1.2:
3302: * tests/139.html 1.2:
3303: * tests/140.html 1.2:
3304: * tests/141.html 1.2:
3305: * tests/Makefile 1.2:
3306: * tests/descript.ion 1.2:
3307: * tests/outputs/create-dir 1.2:
3308: * tests/results/001.processed 1.2:
3309: * tests/results/002.processed 1.2:
3310: * tests/results/003.processed 1.2:
3311: * tests/results/004.processed 1.2:
3312: * tests/results/005.processed 1.2:
3313: * tests/results/006.processed 1.2:
3314: * tests/results/007.processed 1.2:
3315: * tests/results/008.processed 1.2:
3316: * tests/results/009.processed 1.2:
3317: * tests/results/010.processed 1.2:
3318: * tests/results/011.processed 1.2:
3319: * tests/results/012.processed 1.2:
3320: * tests/results/013.processed 1.2:
3321: * tests/results/014.processed 1.2:
3322: * tests/results/015.processed 1.2:
3323: * tests/results/016.processed 1.2:
3324: * tests/results/017.processed 1.2:
3325: * tests/results/018.processed 1.2:
3326: * tests/results/019.processed 1.2:
3327: * tests/results/020.processed 1.2:
3328: * tests/results/021.processed 1.2:
3329: * tests/results/022.processed 1.2:
3330: * tests/results/023.processed 1.2:
3331: * tests/results/024.processed 1.2:
3332: * tests/results/025.processed 1.2:
3333: * tests/results/026.processed 1.2:
3334: * tests/results/027.processed 1.2:
3335: * tests/results/028.processed 1.2:
3336: * tests/results/029.processed 1.2:
3337: * tests/results/030.processed 1.2:
3338: * tests/results/031.processed 1.2:
3339: * tests/results/032.processed 1.2:
3340: * tests/results/033.processed 1.2:
3341: * tests/results/034.processed 1.2:
3342: * tests/results/035.processed 1.2:
3343: * tests/results/036.processed 1.2:
3344: * tests/results/037.processed 1.2:
3345: * tests/results/038.processed 1.2:
3346: * tests/results/039.processed 1.2:
3347: * tests/results/040.processed 1.2:
3348: * tests/results/041.processed 1.2:
3349: * tests/results/042.processed 1.2:
3350: * tests/results/043.processed 1.2:
3351: * tests/results/044.processed 1.2:
3352: * tests/results/045.processed 1.2:
3353: * tests/results/046.processed 1.2:
3354: * tests/results/047.processed 1.2:
3355: * tests/results/048.processed 1.2:
3356: * tests/results/049.processed 1.2:
3357: * tests/results/050.processed 1.2:
3358: * tests/results/051.processed 1.2:
3359: * tests/results/052.processed 1.2:
3360: * tests/results/053.processed 1.2:
3361: * tests/results/054.processed 1.2:
3362: * tests/results/055.processed 1.2:
3363: * tests/results/056.processed 1.2:
3364: * tests/results/057.processed 1.2:
3365: * tests/results/058.processed 1.2:
3366: * tests/results/059.processed 1.2:
3367: * tests/results/060.processed 1.2:
3368: * tests/results/061.processed 1.2:
3369: * tests/results/062.processed 1.2:
3370: * tests/results/063.processed 1.2:
3371: * tests/results/064.processed 1.2:
3372: * tests/results/065.processed 1.2:
3373: * tests/results/066.processed 1.2:
3374: * tests/results/067.processed 1.2:
3375: * tests/results/068.processed 1.2:
3376: * tests/results/069.processed 1.2:
3377: * tests/results/070.processed 1.2:
3378: * tests/results/071.processed 1.2:
3379: * tests/results/072.processed 1.2:
3380: * tests/results/073.processed 1.2:
3381: * tests/results/074.processed 1.2:
3382: * tests/results/075.processed 1.2:
3383: * tests/results/076.processed 1.2:
3384: * tests/results/077.processed 1.2:
3385: * tests/results/078.processed 1.2:
3386: * tests/results/079.processed 1.2:
3387: * tests/results/080.processed 1.2:
3388: * tests/results/081.processed 1.2:
3389: * tests/results/082.processed 1.2:
3390: * tests/results/083.processed 1.2:
3391: * tests/results/084.processed 1.2:
3392: * tests/results/085.processed 1.2:
3393: * tests/results/086.processed 1.2:
3394: * tests/results/087.processed 1.2:
3395: * tests/results/088.processed 1.2:
3396: * tests/results/089.processed 1.2:
3397: * tests/results/090.processed 1.2:
3398: * tests/results/091.processed 1.2:
3399: * tests/results/092.processed 1.2:
3400: * tests/results/093.processed 1.2:
3401: * tests/results/094.processed 1.2:
3402: * tests/results/095.processed 1.2:
3403: * tests/results/096.processed 1.2:
3404: * tests/results/097.processed 1.2:
3405: * tests/results/098.processed 1.2:
3406: * tests/results/099.processed 1.2:
3407: * tests/results/100.processed 1.2:
3408: * tests/results/101.processed 1.2:
3409: * tests/results/102.processed 1.2:
3410: * tests/results/103.processed 1.2:
3411: * tests/results/104.processed 1.2:
3412: * tests/results/105.processed 1.2:
3413: * tests/results/106.processed 1.2:
3414: * tests/results/107.processed 1.2:
3415: * tests/results/108.processed 1.2:
3416: * tests/results/109.processed 1.2:
3417: * tests/results/110.processed 1.2:
3418: * tests/results/111.processed 1.2:
3419: * tests/results/112.processed 1.2:
3420: * tests/results/113.processed 1.2:
3421: * tests/results/114.processed 1.2:
3422: * tests/results/115.processed 1.2:
3423: * tests/results/116.processed 1.2:
3424: * tests/results/117.processed 1.2:
3425: * tests/results/118.processed 1.2:
3426: * tests/results/119.processed 1.2:
3427: * tests/results/120.processed 1.2:
3428: * tests/results/121.processed 1.2:
3429: * tests/results/122.processed 1.2:
3430: * tests/results/123.processed 1.2:
3431: * tests/results/124.processed 1.2:
3432: * tests/results/125.processed 1.2:
3433: * tests/results/126.processed 1.2:
3434: * tests/results/127.processed 1.2:
3435: * tests/results/128.processed 1.2:
3436: * tests/results/129.processed 1.2:
3437: * tests/results/130.processed 1.2:
3438: * tests/results/131.processed 1.2:
3439: * tests/results/132.processed 1.2:
3440: * tests/results/133.processed 1.2:
3441: * tests/results/134.processed 1.2:
3442: * tests/results/135.processed 1.2:
3443: * tests/results/136.processed 1.2:
3444: * tests/results/137.processed 1.2:
3445: * tests/results/138.processed 1.2:
3446: * tests/results/139.processed 1.2:
3447: * tests/results/140.processed 1.2:
3448: * tests/results/141.processed 1.2:
3449: * tests/run_parser.sh 1.2:
3450: merged(copied) to HEAD from template_gc
3451:
1.25 paf 3452: * tests/141.html [template_gc] 1.1.2.3:
3453: * tests/results/141.processed [template_gc] 1.1.2.3:
3454: fixed bug with too-small-a-buffer
3455:
1.24 paf 3456: 2003-07-23 paf
3457: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.1:
3458: file ApacheModuleParser3Core.dsp was initially added on branch
3459: template_gc.
3460:
3461: * src/include/pa_request.h [template_gc] 1.160.2.37.2.24:
3462: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.8:
3463: * src/main/execute.C [template_gc] 1.295.2.27.2.23:
3464: * src/main/pa_request.C [template_gc] 1.245.2.37.2.34:
3465: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.14:
3466: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.8:
3467: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.3:
3468: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.4:
3469: stack top_index() fixed
3470:
3471: * src/targets/Makefile.am [template_gc] 1.9.24.1:
3472: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.2:
3473: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.2:
3474: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.3:
3475: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.2:
3476: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.3:
3477: * src/targets/apache13core/Makefile.am [template_gc] 1.1.2.1:
3478: * src/targets/apache13core/Makefile.in [template_gc] 1.1.2.1:
3479: apache13 splitted to simplify apache build
3480:
3481: * src/lib/patches/gc.patch 1.1:
3482: file gc.patch was initially added on branch template_gc.
3483:
3484: * src/targets/apache13/mod_parser3.c 1.1:
3485: file mod_parser3.c was initially added on branch template_gc.
3486:
3487: * src/targets/apache13core/mod_parser3.C 1.1:
3488: file mod_parser3.C was initially added on branch template_gc.
3489:
3490: * src/classes/op.C [template_gc] 1.127.2.22.2.34:
3491: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.8:
3492: connection closing/caching fixed [connections were not closed
3493: put to cache]
3494:
3495: * src/targets/apache13core/Makefile.am 1.1:
3496: file Makefile.am was initially added on branch template_gc.
3497:
3498: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.1:
3499: decided to support multithreading in apache module only on win32
3500: see that apache 1.3.28 supports it only in win32+netware...
3501:
3502: * src/targets/apache13/pa_httpd.h 1.1:
3503: file pa_httpd.h was initially added on branch template_gc.
3504:
3505: * src/targets/apache13core/Makefile.in 1.1:
3506: file Makefile.in was initially added on branch template_gc.
3507:
3508: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.3:
3509: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.4:
3510: proper dependence to rebuild p3conf from .in
3511:
3512: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.20:
3513: minor style changes
3514:
3515: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.5:
3516: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.5:
3517: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.2:
3518: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.2:
3519: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.2:
3520: * src/targets/apache13core/ApacheModuleParser3Core.dsp [template_gc] 1.1.2.1:
3521: * src/targets/apache13core/mod_parser3.C [template_gc] 1.1.2.1:
3522: * src/targets/apache13core/pa_threads.C [template_gc] 1.1.2.1:
3523: splitted apache to two projects to simplify separate c/c++ compilation
3524:
3525: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.2:
3526: *** empty log message ***
3527:
3528: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.2:
3529: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.6:
3530: updated to new sapi interface
3531:
3532: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.4:
3533: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.1:
3534: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.2:
3535: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.7:
3536: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.1:
3537: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.3:
3538: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.1:
3539: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.1:
3540: * src/targets/apache13/pa_md5c.c [template_gc] 1.5.2.1.2.1:
3541: started splitting mod_parser3 into two parts: C and C++
3542:
3543: * src/classes/math.C [template_gc] 1.24.2.12.2.15:
3544: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.2:
3545: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.3:
3546: renamed a little [to move to comman naming conv]
3547:
3548: * src/lib/patches/gc.patch [template_gc] 1.1.2.1:
3549: this bug remains even in latest-at-the-moment: gc6.2alpha6
3550: just reported to hans
3551:
1.38 ! paf 3552: * src/targets/apache13core/pa_threads.C 1.1:
! 3553: file pa_threads.C was initially added on branch template_gc.
! 3554:
1.24 paf 3555: * src/targets/apache13/mod_parser3_main.C 1.1:
3556: file mod_parser3_main.C was initially added on branch
3557: template_gc.
3558:
3559: 2003-07-22 paf
3560: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.17:
3561: on win32 bugfix in handling shbang
3562:
3563: * INSTALL [template_gc] 1.31.6.4:
3564: disable-threads adviced
3565:
3566: * INSTALL [template_gc] 1.31.6.5:
3567: gc part updated stightly
3568:
3569: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.13:
3570: out of memory is no longer coredump
3571:
3572: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.8:
3573: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.3:
3574: updated to new sapi interface
3575:
3576: * src/main/pa_string.C [template_gc] 1.172.2.21.2.43:
3577: removed reduntant invariant check [there is one deeper in cord
3578: lib]
3579:
3580: * src/classes/file.C [template_gc] 1.107.2.16.2.23:
3581: comment on OS
3582:
3583: 2003-07-21 paf
3584: * src/main/pa_common.C [template_gc] 1.143.2.21.2.29:
3585: http:// CRLF now [merged from HEAD]
3586:
3587: * src/classes/file.C [template_gc] 1.107.2.16.2.21:
3588: env passing fixed
3589:
3590: * src/classes/file.C [template_gc] 1.107.2.16.2.22:
3591: file::exec/cgi environment variables now must be UPPERCASE and
3592: A-Z 0-9 _-
3593:
3594: * src/classes/Makefile.am [template_gc] 1.40.16.3:
3595: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.2:
3596: removed circular dependency on classes.C
3597:
3598: * src/main/pa_common.C 1.153:
3599: http:// CRLF now
3600:
3601: 2003-07-02 paf
3602: * operators.txt [template_gc] 1.109.2.1.2.9:
3603: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.8:
3604: renamed $memory:status fields to reflect their real meaning
3605:
3606: 2003-06-27 paf
3607: * src/classes/file.C [template_gc] 1.107.2.16.2.20:
3608: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.13:
3609: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.6:
3610: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.9:
3611: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.26:
3612: merged from HEAD file::exec/cgi .charset
3613:
3614: 2003-06-26 paf
3615: * src/classes/file.C [template_gc] 1.107.2.16.2.19:
3616: * src/classes/hash.C [template_gc] 1.54.2.13.2.16:
3617: * src/classes/image.C [template_gc] 1.90.2.15.2.22:
3618: * src/classes/op.C [template_gc] 1.127.2.22.2.33:
3619: * src/classes/string.C [template_gc] 1.125.2.15.2.26:
3620: * src/classes/table.C [template_gc] 1.172.2.14.2.33:
3621: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.17:
3622: fixed several uninitialized local structures.
3623: notably ^hash.foreach now inserts delimiters properly [were inserting it before first body]
3624:
3625: 2003-06-24 paf
3626: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.8:
3627: simplified HASH_ALLOCATES_COUNT
3628:
3629: 2003-06-20 paf
3630: * operators.txt 1.115:
3631: * src/include/pa_globals.h 1.103:
3632: * src/main/pa_common.C 1.152:
3633: * src/main/pa_globals.C 1.156:
3634: introducing
3635: $f[^file::load[binary;http://...]]
3636: $f.tables
3637:
3638: 2003-06-06 paf
3639: * src/types/pa_vhash.h 1.45:
3640: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.7:
3641: hash.field lookup first now: along with table. [were method
3642: lookup: inconsistent]
3643:
1.23 paf 3644: 2003-06-02 paf
3645: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.20:
3646: empty string clone fixed to return writable memory
3647:
3648: * src/main/pa_common.C [template_gc] 1.143.2.21.2.28:
3649: fix_line_breaks bug fix [terminating zero were not appended]
3650: which violated string invariant
3651:
3652: 2003-05-30 paf
3653: * src/main/pa_common.C 1.151:
3654: date format now
3655: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123
3656:
3657: * src/types/pa_value.C [template_gc] 1.9.2.15.2.13:
3658: date format now
3659: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
3660:
3661: * src/classes/xnode.C [template_gc] 1.54.2.10.2.15:
3662: found minor bug, commended for future
3663:
3664: * src/classes/file.C [template_gc] 1.107.2.16.2.18:
3665: * src/classes/form.C [template_gc] 1.34.2.7.2.9:
3666: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.5:
3667: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.26:
3668: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.7:
3669: initialized request_info properly
3670:
3671: 2003-05-28 paf
3672: * src/classes/form.C [template_gc] 1.34.2.7.2.8:
3673: request_info.content_length can't be <0, size_t for some time
3674:
3675: 2003-05-26 paf
3676: * src/classes/file.C [template_gc] 1.107.2.16.2.17:
3677: * src/classes/string.C [template_gc] 1.125.2.15.2.25:
3678: * src/main/pa_string.C [template_gc] 1.172.2.21.2.42:
3679: few forgotten <0 changed to !=STRING_NOT_FOUND
3680:
3681: * src/classes/math.C [template_gc] 1.24.2.12.2.14:
3682: merged ffffu from HEAD
3683:
3684: 2003-05-11 paf
3685: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.11:
3686: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.8:
3687: think that found cause of premature doc free.
3688: transformed document had xmlDoc reference stored to non-gc-memory (libgdome)
3689: added holding-reference
3690:
3691: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.19:
3692: xml memory debugging functions (ifdefed)
3693:
3694: 2003-04-29 paf
3695: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.18:
3696: started digging on double free.
3697: on win32 found that that's perfectly normal.
3698:
3699: 2003-04-25 paf
3700: * src/classes/math.C 1.31:
3701: snprintf(buf, 3) become (buf,2) and failed to print anything.
3702: changed to quicker and simplier code
3703:
3704: * src/classes/hash.C 1.56:
3705: allowed ^hash::create[^rem{xxx}] [were to strict a check]
3706:
3707: * src/classes/table.C 1.180:
3708: * src/lib/md5/pa_md5c.c 1.9:
3709: minor compile errors
3710:
3711: * src/classes/table.C 1.181:
3712: table.join bug fix [bad limit check]
3713:
3714: * src/classes/math.C [template_gc] 1.24.2.12.2.13:
3715: merged from HEAD: simpiler hash_string
3716:
3717: 2003-04-24 paf
3718: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.2:
3719: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.4:
3720: thanks to Ilia Soldis <soldis@infolio.ru> for reporing this
3721: ansi c fiolation syntax report
3722:
3723: * src/include/pa_table.h [template_gc] 1.48.2.11.2.11:
3724: too strict assert loosened
3725:
3726: 2003-04-21 paf
3727: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.2:
3728: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.2:
3729: pp3 added to .am
3730:
3731: * src/main/pa_request.C [template_gc] 1.245.2.37.2.33:
3732: merged from HEAD:
3733: "x:..." and "\\..." file names on Win32 considered disk-global
3734:
3735: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.16:
3736: .5.6 version of libxml allows to install xmlMallocAtomic [
3737: author agreed to my suggestion], used that
3738:
3739: * src/include/pa_string.h [template_gc] 1.144.2.28.2.51:
3740: assert added [looking for bug]
3741:
3742: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.24:
3743: * src/types/pa_value.C [template_gc] 1.9.2.15.2.12:
3744: * src/types/pa_value.h [template_gc] 1.109.2.25.2.12:
3745: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.18:
3746: attributed_meaning_to_string added L_UNSPECIFIED piece
3747: which was sortof OK, but violated string invariant [assertion barked on that]
3748: changed to L_PASS_APPEND, made that param obligatory
3749:
3750: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.19:
3751: ^mail:send[$.body backward compatibility
3752:
3753: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.17:
3754: pcre memory management changed to use GC memory
3755:
3756: * src/main/pa_request.C 1.247:
3757: "x:..." and "\\..." file names on Win32 considered disk-global
3758:
3759: * src/main/pa_string.C [template_gc] 1.172.2.21.2.41:
3760: String::ArrayFragment::append_positions bug fixed [assert
3761: helped]
3762:
3763: 2003-04-18 paf
3764: * src/main/untaint.C [template_gc] 1.115.2.12.2.28:
3765: merged from HEAD:
3766: enabled '~' letter in filenames
3767:
3768: * src/main/untaint.C 1.116:
3769: enabled '~' letter in filenames
3770:
3771: 2003-04-16 paf
3772: * src/classes/file.C [template_gc] 1.107.2.16.2.16:
3773: small bug introduced in autoptr times fixed
3774:
3775: * src/classes/table.C [template_gc] 1.172.2.14.2.32:
3776: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.3:
3777: fix: gcc reported tiny error
3778:
3779: * etc/parser3.charsets/koi8-r.cfg [template_gc] 1.2.22.1:
3780: * etc/parser3.charsets/windows-1251.cfg [template_gc] 1.6.14.1:
3781: merged from HEAD
3782:
3783: 2003-04-15 paf
3784: * operators.txt 1.112:
3785: * operators.txt [release_3_0_0007] 1.107.2.2:
3786: * src/classes/math.C 1.27:
3787: * src/lib/md5/pa_md5.h 1.7:
3788: * src/lib/md5/pa_md5c.c 1.8:
3789: ^math:md5[string]
3790: 16-byte digest
3791:
3792: * operators.txt 1.113:
3793: * src/classes/math.C 1.28:
3794: * src/classes/math.C 1.29:
3795: ^math:uuid[]
3796:
3797: * tests/results/141.processed 1.1:
3798: file 141.processed was initially added on branch template_gc.
3799:
3800: * operators.txt 1.114:
3801: * src/classes/math.C 1.30:
3802: ^math:uid64[]
3803:
3804: * operators.txt [template_gc] 1.109.2.1.2.8:
3805: * src/classes/math.C [template_gc] 1.24.2.12.2.12:
3806: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.1:
3807: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.1:
3808: * tests/141.html [template_gc] 1.1.2.1:
3809: * tests/results/141.processed [template_gc] 1.1.2.1:
3810: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.16:
3811: merged from head
3812: ^math:uuid[]
3813: ^math:uid64[]
3814: ^math:md5[string]
3815:
3816: test added: 141.html
3817:
3818: * tests/141.html 1.1:
3819: file 141.html was initially added on branch template_gc.
3820:
3821: * operators.txt [release_3_0_0007] 1.107.2.1:
3822: * src/classes/file.C [release_3_0_0007] 1.106.2.1:
3823: * src/include/pa_common.h [release_3_0_0007] 1.88.4.1:
3824: * src/include/pa_config_fixed.h [release_3_0_0007] 1.52.4.1:
3825: * src/main/pa_common.C [release_3_0_0007] 1.140.2.3:
3826: ^file::load[mode;name;
3827: $.offset
3828: $.limit
3829:
3830: 2003-04-14 paf
3831: * src/classes/table.C 1.178:
3832: more warnings
3833:
3834: * src/include/pa_array.h [template_gc] 1.57.2.27.2.16:
3835: * src/include/pa_table.h [template_gc] 1.48.2.11.2.9:
3836: * src/main/pa_table.C [template_gc] 1.53.2.10.2.7:
3837: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.15:
3838: removed checks in table::set_current, moved them back to table::locate
3839: implemented table::create/join ñ $.reverse
3840:
3841: * tests/results/140.processed 1.1:
3842: file 140.processed was initially added on branch template_gc.
3843:
3844: * src/include/pa_table.h 1.50:
3845: * src/main/pa_array.C 1.56:
3846: * src/main/pa_table.C 1.55:
3847: removed checks in table::set_current, moved them back to table
3848: :locate
3849:
3850: * src/classes/table.C 1.179:
3851: * src/include/pa_table.h 1.51:
3852: table $.distinct[tables] bug fixed
3853:
3854: * src/classes/table.C [template_gc] 1.172.2.14.2.31:
3855: * src/include/pa_array.h [template_gc] 1.57.2.27.2.17:
3856: * src/include/pa_table.h [template_gc] 1.48.2.11.2.10:
3857: * src/main/pa_table.C [template_gc] 1.53.2.10.2.8:
3858: * tests/140.html [template_gc] 1.1.2.1:
3859: * tests/results/140.processed [template_gc] 1.1.2.1:
3860: table $.reverse option works in create&co
3861: table $.distinct[tables] bug fix merged
3862:
3863: * tests/140.html 1.1:
3864: file 140.html was initially added on branch template_gc.
3865:
3866: * src/classes/math.C 1.26:
3867: * src/lib/md5/pa_md5.h 1.6:
3868: * src/lib/md5/pa_md5c.c 1.7:
3869: started ^math:md5
3870:
3871: 2003-04-11 paf
3872: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.6:
3873: less xml, couple dup were valid
3874:
3875: * tests/128.html 1.1:
3876: file 128.html was initially added on branch template_gc.
3877:
3878: * tests/results/134.processed 1.1:
3879: file 134.processed was initially added on branch template_gc.
3880:
3881: * tests/129.html 1.1:
3882: file 129.html was initially added on branch template_gc.
3883:
3884: * tests/130.html 1.1:
3885: file 130.html was initially added on branch template_gc.
3886:
3887: * tests/results/126.processed 1.1:
3888: file 126.processed was initially added on branch template_gc.
3889:
3890: * tests/130.html [template_gc] 1.1.2.1:
3891: * tests/131.html [template_gc] 1.1.2.1:
3892: * tests/132.html [template_gc] 1.1.2.1:
3893: * tests/133.html [template_gc] 1.1.2.1:
3894: * tests/134.html [template_gc] 1.1.2.1:
3895: * tests/135.html [template_gc] 1.1.2.1:
3896: * tests/136.html [template_gc] 1.1.2.1:
3897: * tests/137.html [template_gc] 1.1.2.1:
3898: * tests/138.html [template_gc] 1.1.2.1:
3899: * tests/139.html [template_gc] 1.1.2.1:
3900: * tests/descript.ion [template_gc] 1.1.2.1:
3901: * tests/results/130.processed [template_gc] 1.1.2.1:
3902: * tests/results/131.processed [template_gc] 1.1.2.1:
3903: * tests/results/132.processed [template_gc] 1.1.2.1:
3904: * tests/results/133.processed [template_gc] 1.1.2.1:
3905: * tests/results/134.processed [template_gc] 1.1.2.1:
3906: * tests/results/135.processed [template_gc] 1.1.2.1:
3907: * tests/results/136.processed [template_gc] 1.1.2.1:
3908: * tests/results/137.processed [template_gc] 1.1.2.1:
3909: * tests/results/138.processed [template_gc] 1.1.2.1:
3910: * tests/results/139.processed [template_gc] 1.1.2.1:
3911: added few mustfail tests
3912: 130.html mustfail: empty regexp
3913: 131.html mustfail: invalid date/time
3914: 132.html mustfail: access to junction outside of context
3915: 133.html mustfail: access to junction outside of context, case version
3916: 134.html mustfail: hash: adding a key inside of foreach
3917: 135.html mustfail: modifying system class
3918: 136.html mustfail: $.name outside of $hash[here]
3919: 137.html mustfail: appendChild without import
3920: 138.html mustfail: invalid encoding inside of xml
3921: 139.html mustfail: bad XPath
3922:
3923: * tests/131.html 1.1:
3924: file 131.html was initially added on branch template_gc.
3925:
3926: * tests/results/136.processed 1.1:
3927: file 136.processed was initially added on branch template_gc.
3928:
3929: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.3:
3930: context-style
3931:
3932: * tests/132.html 1.1:
3933: file 132.html was initially added on branch template_gc.
3934:
3935: * tests/results/128.processed 1.1:
3936: file 128.processed was initially added on branch template_gc.
3937:
3938: * tests/results/138.processed 1.1:
3939: file 138.processed was initially added on branch template_gc.
3940:
3941: * operators.txt [template_gc] 1.109.2.1.2.7:
3942: * src/classes/date.C [template_gc] 1.42.2.11.2.13:
3943: * src/classes/table.C [template_gc] 1.172.2.14.2.30:
3944: * src/include/pa_array.h [template_gc] 1.57.2.27.2.15:
3945: * src/include/pa_common.h [template_gc] 1.89.2.13.2.13:
3946: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.3:
3947: * src/include/pa_string.h [template_gc] 1.144.2.28.2.50:
3948: * src/include/pa_table.h [template_gc] 1.48.2.11.2.8:
3949: * src/main/pa_request.C [template_gc] 1.245.2.37.2.32:
3950: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.13:
3951: * src/main/pa_string.C [template_gc] 1.172.2.21.2.40:
3952: * src/main/pa_table.C [template_gc] 1.53.2.10.2.6:
3953: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.14:
3954: merged from HEAD
3955: from before_append_array_limit_sense_change
3956: to after_append_array_limit_sense_change
3957:
3958: * operators.txt [template_gc] 1.109.2.1.2.6:
3959: * src/classes/table.C [template_gc] 1.172.2.14.2.28:
3960: * tests/084.html [template_gc] 1.1.2.1.2.1:
3961: * tests/125.html [template_gc] 1.1.2.1:
3962: * tests/126.html [template_gc] 1.1.2.1:
3963: * tests/127.html [template_gc] 1.1.2.1:
3964: * tests/128.html [template_gc] 1.1.2.1:
3965: * tests/129.html [template_gc] 1.1.2.1:
3966: * tests/results/125.processed [template_gc] 1.1.2.1:
3967: * tests/results/126.processed [template_gc] 1.1.2.1:
3968: * tests/results/127.processed [template_gc] 1.1.2.1:
3969: * tests/results/128.processed [template_gc] 1.1.2.1:
3970: * tests/results/129.processed [template_gc] 1.1.2.1:
3971: merged from HEAD
3972: ^table.hash[key][$.distinct[tables]]
3973:
3974: maked appropriate tests [changed one old nonconforming]
3975:
3976: * tests/descript.ion 1.1:
3977: file descript.ion was initially added on branch template_gc.
3978:
3979: * tests/133.html 1.1:
3980: file 133.html was initially added on branch template_gc.
3981:
3982: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.4:
3983: removed bad lines
3984:
3985: * tests/results/131.processed 1.1:
3986: file 131.processed was initially added on branch template_gc.
3987:
3988: * tests/134.html 1.1:
3989: file 134.html was initially added on branch template_gc.
3990:
3991: * tests/135.html 1.1:
3992: file 135.html was initially added on branch template_gc.
3993:
3994: * tests/results/133.processed 1.1:
3995: file 133.processed was initially added on branch template_gc.
3996:
3997: * tests/136.html 1.1:
3998: file 136.html was initially added on branch template_gc.
3999:
4000: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.7:
4001: const
4002:
4003: * tests/results/125.processed 1.1:
4004: file 125.processed was initially added on branch template_gc.
4005:
4006: * tests/137.html 1.1:
4007: file 137.html was initially added on branch template_gc.
4008:
4009: * operators.txt 1.110:
4010: * src/classes/table.C 1.174:
4011: ^table.hash[key][$.distinct[tables]]
4012:
4013: * tests/results/135.processed 1.1:
4014: file 135.processed was initially added on branch template_gc.
4015:
4016: * tests/138.html 1.1:
4017: file 138.html was initially added on branch template_gc.
4018:
4019: * operators.txt 1.111:
4020: * src/classes/date.C 1.45:
4021: * src/classes/table.C 1.176:
4022: * src/include/pa_array.h 1.58:
4023: * src/include/pa_common.h 1.92:
4024: * src/include/pa_config_includes.h 1.24:
4025: * src/include/pa_globals.h 1.102:
4026: * src/include/pa_table.h 1.49:
4027: * src/main/pa_array.C 1.55:
4028: * src/main/pa_globals.C 1.155:
4029: * src/main/pa_request.C 1.246:
4030: * src/main/pa_sql_driver_manager.C 1.70:
4031: * src/main/pa_string.C 1.173:
4032: * src/main/pa_table.C 1.54:
4033: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.13:
4034: append_array_limit_sense_change
4035: locate accepts options same as create
4036: new option: $.reverse(1) [do not work in table::create]
4037:
4038: * tests/results/127.processed 1.1:
4039: file 127.processed was initially added on branch template_gc.
4040:
4041: * tests/139.html 1.1:
4042: file 139.html was initially added on branch template_gc.
4043:
4044: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.3:
4045: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.5:
4046: *** empty log message ***
4047:
4048: * tests/results/137.processed 1.1:
4049: file 137.processed was initially added on branch template_gc.
4050:
4051: * tests/results/130.processed 1.1:
4052: file 130.processed was initially added on branch template_gc.
4053:
4054: * tests/results/129.processed 1.1:
4055: file 129.processed was initially added on branch template_gc.
4056:
4057: * src/include/pa_common.h 1.91:
4058: * src/include/pa_common.h [template_gc] 1.89.2.13.2.12:
4059: * src/main/pa_common.C 1.150:
4060: * src/main/pa_common.C [template_gc] 1.143.2.21.2.27:
4061: gcc didn't like (stat xxx,
4062:
4063: * INSTALL [template_gc] 1.31.6.3:
4064: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.11:
4065: * src/lib/Makefile.am [template_gc] 1.3.10.3:
4066: * src/lib/patches/Makefile.am [template_gc] 1.3.6.2:
4067: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.2:
4068: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.25:
4069: re-added libgdome patch. regretfully libgdome bug can not be
4070: worked around
4071:
4072: * src/classes/xdoc.C 1.110:
4073: * src/classes/xnode.C 1.55:
4074: * src/include/pa_charset.h 1.22:
4075: merged fix for
4076: found very old xml (dom) bug:
4077: were passing domString objects and later ERROREOUSLY freed them
4078:
4079: * src/classes/table.C 1.175:
4080: * src/classes/table.C 1.177:
4081: * src/classes/table.C [template_gc] 1.172.2.14.2.29:
4082: typo
4083:
4084: * tests/results/139.processed 1.1:
4085: file 139.processed was initially added on branch template_gc.
4086:
4087: * tests/125.html 1.1:
4088: file 125.html was initially added on branch template_gc.
4089:
4090: * tests/results/132.processed 1.1:
4091: file 132.processed was initially added on branch template_gc.
4092:
4093: * tests/126.html 1.1:
4094: file 126.html was initially added on branch template_gc.
4095:
4096: * tests/127.html 1.1:
4097: file 127.html was initially added on branch template_gc.
4098:
4099: 2003-04-10 paf
4100: * src/doc/string.dox [template_gc] 1.4.22.2:
4101: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.19:
4102: * src/include/pa_string.h [template_gc] 1.144.2.28.2.49:
4103: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.11:
4104: * src/main/pa_string.C [template_gc] 1.172.2.21.2.39:
4105: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.8:
4106: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.5:
4107: * tests/123.html [template_gc] 1.1.2.1:
4108: * tests/124.html [template_gc] 1.1.2.1:
4109: * tests/results/001.processed [template_gc] 1.1.2.2.2.1:
4110: * tests/results/002.processed [template_gc] 1.1.2.2.2.1:
4111: * tests/results/003.processed [template_gc] 1.1.2.2.2.1:
4112: * tests/results/004.processed [template_gc] 1.1.2.2.2.1:
4113: * tests/results/005.processed [template_gc] 1.1.2.2.2.1:
4114: * tests/results/006.processed [template_gc] 1.1.2.2.2.1:
4115: * tests/results/008.processed [template_gc] 1.1.2.2.2.1:
4116: * tests/results/009.processed [template_gc] 1.1.2.2.2.1:
4117: * tests/results/010.processed [template_gc] 1.1.2.1.2.1:
4118: * tests/results/011.processed [template_gc] 1.1.2.2.2.1:
4119: * tests/results/012.processed [template_gc] 1.1.2.2.2.1:
4120: * tests/results/013.processed [template_gc] 1.1.2.2.2.1:
4121: * tests/results/014.processed [template_gc] 1.1.2.2.2.1:
4122: * tests/results/015.processed [template_gc] 1.1.2.2.2.1:
4123: * tests/results/016.processed [template_gc] 1.1.2.2.2.1:
4124: * tests/results/017.processed [template_gc] 1.1.2.2.2.1:
4125: * tests/results/018.processed [template_gc] 1.1.2.1.2.1:
4126: * tests/results/020.processed [template_gc] 1.1.2.2.2.1:
4127: * tests/results/021.processed [template_gc] 1.1.2.2.2.1:
4128: * tests/results/022.processed [template_gc] 1.1.2.2.2.1:
4129: * tests/results/023.processed [template_gc] 1.1.2.1.2.1:
4130: * tests/results/024.processed [template_gc] 1.1.2.2.2.1:
4131: * tests/results/025.processed [template_gc] 1.1.2.2.2.1:
4132: * tests/results/026.processed [template_gc] 1.1.2.2.2.1:
4133: * tests/results/027.processed [template_gc] 1.1.2.2.2.1:
4134: * tests/results/028.processed [template_gc] 1.1.2.2.2.1:
4135: * tests/results/029.processed [template_gc] 1.1.2.2.2.1:
4136: * tests/results/030.processed [template_gc] 1.1.2.2.2.1:
4137: * tests/results/031.processed [template_gc] 1.1.2.2.2.1:
4138: * tests/results/032.processed [template_gc] 1.1.2.1.2.1:
4139: * tests/results/033.processed [template_gc] 1.1.2.1.2.1:
4140: * tests/results/034.processed [template_gc] 1.1.2.1.2.1:
4141: * tests/results/035.processed [template_gc] 1.1.2.1.2.1:
4142: * tests/results/036.processed [template_gc] 1.1.2.1.2.1:
4143: * tests/results/037.processed [template_gc] 1.1.2.1.2.1:
4144: * tests/results/038.processed [template_gc] 1.1.2.1.2.1:
4145: * tests/results/039.processed [template_gc] 1.1.2.1.2.1:
4146: * tests/results/040.processed [template_gc] 1.1.2.1.2.1:
4147: * tests/results/041.processed [template_gc] 1.1.2.1.2.1:
4148: * tests/results/042.processed [template_gc] 1.1.2.1.2.1:
4149: * tests/results/043.processed [template_gc] 1.1.2.1.2.1:
4150: * tests/results/044.processed [template_gc] 1.1.2.1.2.1:
4151: * tests/results/045.processed [template_gc] 1.1.2.1.2.1:
4152: * tests/results/046.processed [template_gc] 1.1.2.1.2.1:
4153: * tests/results/047.processed [template_gc] 1.1.2.1.2.1:
4154: * tests/results/048.processed [template_gc] 1.1.2.1.2.1:
4155: * tests/results/049.processed [template_gc] 1.1.2.1.2.1:
4156: * tests/results/050.processed [template_gc] 1.1.2.1.2.1:
4157: * tests/results/051.processed [template_gc] 1.1.2.1.2.1:
4158: * tests/results/052.processed [template_gc] 1.1.2.1.2.1:
4159: * tests/results/053.processed [template_gc] 1.1.2.1.2.1:
4160: * tests/results/054.processed [template_gc] 1.1.2.1.2.1:
4161: * tests/results/055.processed [template_gc] 1.1.2.1.2.1:
4162: * tests/results/056.processed [template_gc] 1.1.2.1.2.1:
4163: * tests/results/057.processed [template_gc] 1.1.2.3.2.1:
4164: * tests/results/058.processed [template_gc] 1.1.2.2.2.1:
4165: * tests/results/059.processed [template_gc] 1.1.2.1.2.1:
4166: * tests/results/060.processed [template_gc] 1.1.2.1.2.1:
4167: * tests/results/061.processed [template_gc] 1.1.2.1.2.1:
4168: * tests/results/062.processed [template_gc] 1.1.2.1.2.1:
4169: * tests/results/063.processed [template_gc] 1.1.2.1.2.1:
4170: * tests/results/064.processed [template_gc] 1.1.2.1.2.1:
4171: * tests/results/065.processed [template_gc] 1.1.2.1.2.1:
4172: * tests/results/066.processed [template_gc] 1.1.2.1.2.1:
4173: * tests/results/067.processed [template_gc] 1.1.2.1.2.1:
4174: * tests/results/068.processed [template_gc] 1.1.2.1.2.1:
4175: * tests/results/069.processed [template_gc] 1.1.2.1.2.1:
4176: * tests/results/070.processed [template_gc] 1.1.2.1.2.1:
4177: * tests/results/071.processed [template_gc] 1.1.2.1.2.1:
4178: * tests/results/072.processed [template_gc] 1.1.2.1.2.1:
4179: * tests/results/073.processed [template_gc] 1.1.2.1.2.1:
4180: * tests/results/074.processed [template_gc] 1.1.2.1.2.1:
4181: * tests/results/075.processed [template_gc] 1.1.2.1.2.1:
4182: * tests/results/076.processed [template_gc] 1.1.2.1.2.1:
4183: * tests/results/077.processed [template_gc] 1.1.2.1.2.1:
4184: * tests/results/078.processed [template_gc] 1.1.2.1.2.1:
4185: * tests/results/079.processed [template_gc] 1.1.2.1.2.1:
4186: * tests/results/080.processed [template_gc] 1.1.2.1.2.1:
4187: * tests/results/081.processed [template_gc] 1.1.2.1.2.1:
4188: * tests/results/082.processed [template_gc] 1.1.2.1.2.1:
4189: * tests/results/083.processed [template_gc] 1.1.2.1.2.1:
4190: * tests/results/084.processed [template_gc] 1.1.2.1.2.1:
4191: * tests/results/085.processed [template_gc] 1.1.2.1.2.1:
4192: * tests/results/086.processed [template_gc] 1.1.2.1.2.1:
4193: * tests/results/087.processed [template_gc] 1.1.2.1.2.1:
4194: * tests/results/088.processed [template_gc] 1.1.2.1.2.1:
4195: * tests/results/089.processed [template_gc] 1.1.2.1.2.1:
4196: * tests/results/090.processed [template_gc] 1.1.2.1.2.1:
4197: * tests/results/091.processed [template_gc] 1.1.2.1.2.1:
4198: * tests/results/092.processed [template_gc] 1.1.2.1.2.1:
4199: * tests/results/093.processed [template_gc] 1.1.2.1.2.1:
4200: * tests/results/094.processed [template_gc] 1.1.2.1.2.1:
4201: * tests/results/095.processed [template_gc] 1.1.2.1.2.1:
4202: * tests/results/096.processed [template_gc] 1.1.2.1.2.1:
4203: * tests/results/097.processed [template_gc] 1.1.2.1.2.1:
4204: * tests/results/101.processed [template_gc] 1.1.2.1.2.1:
4205: * tests/results/102.processed [template_gc] 1.1.2.1.2.1:
4206: * tests/results/104.processed [template_gc] 1.1.2.1.2.1:
4207: * tests/results/105.processed [template_gc] 1.1.2.1.2.1:
4208: * tests/results/106.processed [template_gc] 1.1.2.1.2.1:
4209: * tests/results/107.processed [template_gc] 1.1.2.1.2.2:
4210: * tests/results/108.processed [template_gc] 1.1.2.1.2.2:
4211: * tests/results/109.processed [template_gc] 1.1.2.1.2.2:
4212: * tests/results/110.processed [template_gc] 1.1.2.1.2.1:
4213: * tests/results/111.processed [template_gc] 1.1.2.1.2.1:
4214: * tests/results/112.processed [template_gc] 1.1.2.1.2.1:
4215: * tests/results/113.processed [template_gc] 1.1.2.1.2.1:
4216: * tests/results/114.processed [template_gc] 1.1.2.1.2.1:
4217: * tests/results/115.processed [template_gc] 1.1.2.1.2.1:
4218: * tests/results/116.processed [template_gc] 1.1.2.1.2.1:
4219: * tests/results/117.processed [template_gc] 1.1.2.1.2.2:
4220: * tests/results/118.processed [template_gc] 1.1.2.1.2.1:
4221: * tests/results/119.processed [template_gc] 1.1.2.1.2.1:
4222: * tests/results/120.processed [template_gc] 1.1.2.1.2.1:
4223: * tests/results/121.processed [template_gc] 1.1.2.2:
4224: * tests/results/122.processed [template_gc] 1.1.2.2:
4225: * tests/results/123.processed [template_gc] 1.1.2.1:
4226: * tests/results/124.processed [template_gc] 1.1.2.1:
4227: new convention: char* never 0. assert in cord on that
4228:
4229: * tests/124.html 1.1:
4230: file 124.html was initially added on branch template_gc.
4231:
4232: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.24:
4233: couple more asserts
4234:
4235: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.25:
4236: * src/classes/xnode.C [template_gc] 1.54.2.10.2.14:
4237: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.10:
4238: found very old xml (dom) bug:
4239: were passing domString objects and later ERROREOUSLY freed them
4240:
4241: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.20:
4242: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.21:
4243: bugfix on memory buffer overrun [but that's memory from
4244: gc_malloc, not from g_malloc :(, but would hope]
4245:
4246: * tests/results/123.processed 1.1:
4247: file 123.processed was initially added on branch template_gc.
4248:
4249: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.9:
4250: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.23:
4251: little transcodes speedup
4252:
4253: * tests/results/124.processed 1.1:
4254: file 124.processed was initially added on branch template_gc.
4255:
4256: * tests/123.html 1.1:
4257: file 123.html was initially added on branch template_gc.
4258:
4259: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.19:
4260: checked custom malloc for returning 0
4261:
4262: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.22:
4263: couple assertions on fantastic situations added [may be those
4264: is the case now?]
4265:
4266: 2003-04-09 paf
4267: * tests/122.html [template_gc] 1.1.2.1:
4268: * tests/results/122.processed [template_gc] 1.1.2.1:
4269: 122 date test <= and == added [after volatile fix. passes on
4270: win&intel-solaris]
4271:
4272: * src/targets/cgi/pp3.cmd [template_gc] 1.1.2.1:
4273: custom profiling script:
4274: plist/ST << Sort by function time
4275:
4276: * src/classes/date.C [template_gc] 1.42.2.11.2.12:
4277: merged ^date.roll changes
4278:
4279: * src/classes/date.C 1.44:
4280: ^date.roll bug fix
4281:
4282: * tests/results/122.processed 1.1:
4283: file 122.processed was initially added on branch template_gc.
4284:
4285: * tests/122.html 1.1:
4286: file 122.html was initially added on branch template_gc.
4287:
4288: * src/classes/date.C 1.43:
4289: ^date.roll now throws less errors:
4290: month shifts handles end of month situation by reducing day number
4291: hour-hole shift reduces hour to recover
4292:
4293: * src/targets/cgi/pp3.cmd 1.1:
4294: file pp3.cmd was initially added on branch template_gc.
4295:
4296: * operators.txt [template_gc] 1.109.2.1.2.5:
4297: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.18:
4298: * src/main/pa_common.C [template_gc] 1.143.2.21.2.26:
4299: http://
4300: $.charset[] param
4301: done
4302:
4303: 2003-04-08 paf
4304: * src/main/untaint.C [template_gc] 1.115.2.12.2.21:
4305: CORD_pos_advance turned out to have limit on 'n' param. worked
4306: that around
4307:
4308: * src/main/untaint.C [template_gc] 1.115.2.12.2.22:
4309: removed redundant & in CORD_pos param passing [for it's a
4310: pointer really]
4311:
4312: * src/main/pa_common.C [template_gc] 1.143.2.21.2.24:
4313: merged PA_USE_ALARM bugfix from HEAD
4314:
4315: * src/lib/cord/source.url 1.1:
4316: file source.url was initially added on branch template_gc.
4317:
4318: * src/classes/date.C [template_gc] 1.42.2.11.2.11:
4319: * src/classes/file.C [template_gc] 1.107.2.16.2.14:
4320: * src/classes/hash.C [template_gc] 1.54.2.13.2.15:
4321: * src/classes/op.C [template_gc] 1.127.2.22.2.31:
4322: * src/classes/string.C [template_gc] 1.125.2.15.2.23:
4323: * src/classes/table.C [template_gc] 1.172.2.14.2.26:
4324: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.7:
4325: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.18:
4326: * src/include/pa_string.h [template_gc] 1.144.2.28.2.47:
4327: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.34:
4328: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.16:
4329: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.15:
4330: * src/main/pa_request.C [template_gc] 1.245.2.37.2.29:
4331: * src/main/pa_string.C [template_gc] 1.172.2.21.2.37:
4332: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.5:
4333: * src/main/untaint.C [template_gc] 1.115.2.12.2.25:
4334: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.5:
4335: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.7:
4336: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.6:
4337: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.4:
4338: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.15:
4339: pa_vform violated String::invariant. started fixing [not
4340: compiled now]
4341:
4342: * src/classes/file.C [template_gc] 1.107.2.16.2.15:
4343: * src/classes/op.C [template_gc] 1.127.2.22.2.32:
4344: * src/classes/table.C [template_gc] 1.172.2.14.2.27:
4345: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.24:
4346: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.8:
4347: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.5:
4348: * src/include/pa_common.h [template_gc] 1.89.2.13.2.11:
4349: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.3:
4350: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.17:
4351: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.4:
4352: * src/main/pa_common.C [template_gc] 1.143.2.21.2.25:
4353: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.16:
4354: * src/main/pa_request.C [template_gc] 1.245.2.37.2.30:
4355: * src/main/untaint.C [template_gc] 1.115.2.12.2.27:
4356: * src/types/pa_value.h [template_gc] 1.109.2.25.2.11:
4357: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.17:
4358: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.5:
4359: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.6:
4360: started http://
4361: $.charset[] param
4362: and
4363: http response charset detection
4364: just compiled.
4365: todo:test
4366:
4367: * src/classes/string.C [template_gc] 1.125.2.15.2.24:
4368: * src/include/pa_string.h [template_gc] 1.144.2.28.2.48:
4369: * src/main/pa_string.C [template_gc] 1.172.2.21.2.38:
4370: * src/main/untaint.C [template_gc] 1.115.2.12.2.26:
4371: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.6:
4372: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.7:
4373: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.16:
4374: changed transcode param converntion along with string creating convention -- all strings are zero-terminated,
4375: this allowed to fix one remaining String("123", 2) case
4376:
4377: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.3:
4378: * src/lib/cord/Makefile.in [template_gc] 1.1.2.2:
4379: *** empty log message ***
4380:
4381: * src/classes/string.C [template_gc] 1.125.2.15.2.22:
4382: * src/include/pa_string.h [template_gc] 1.144.2.28.2.46:
4383: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.10:
4384: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.33:
4385: * src/main/compile.y [template_gc] 1.204.2.8.2.17:
4386: * src/main/pa_string.C [template_gc] 1.172.2.21.2.36:
4387: * src/main/untaint.C [template_gc] 1.115.2.12.2.24:
4388: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.23:
4389: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.12:
4390: number of string style improvements & optimizations
4391:
4392: * src/lib/cord/Makefile.am [template_gc] 1.1.2.2:
4393: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.9:
4394: * src/lib/cord/source.url [template_gc] 1.1.2.1:
4395: From: "Boehm, Hans" <hans_boehm@hp.com>
4396: To: "'Alexandr Petrosian (PAF)'" <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com>
4397: Sent: Tuesday, April 08, 2003 2:16 AM
4398: Subject: RE: libgc 6.2.alpha4 cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
4399:
4400:
4401: Thanks for the bug report and patch.
4402:
4403: 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.
4404:
4405: Hans
4406:
4407: * src/classes/xnode.C [template_gc] 1.54.2.10.2.13:
4408: =0 bug fix [left from autoptr default ctor :(]
4409:
4410: 2003-04-07 paf
4411: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.7:
4412: small style change
4413:
4414: * src/include/pa_string.h [template_gc] 1.144.2.28.2.45:
4415: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.8:
4416: CORD_cat bugfix
4417:
4418: * src/include/pa_common.h [template_gc] 1.89.2.13.2.10:
4419: * src/main/pa_common.C [template_gc] 1.143.2.21.2.23:
4420: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.14:
4421: merged from head:safe mode error message now includes numbers
4422:
4423: * src/include/pa_common.h 1.90:
4424: * src/main/pa_common.C 1.149:
4425: * src/main/pa_exec.C 1.50:
4426: safe mode error message now includes numbers
4427:
4428: * src/main/execute.C 1.296:
4429: * src/main/execute.C [template_gc] 1.295.2.27.2.22:
4430: n-th attempt to make a=a work with double.
4431: problem: as_double returns it's result in fp-register
4432: compiler optimizes access to that register after b->as_double,
4433: and just compares ALREADY_STORED_VALUE with prev-calculated a->as_double from memory.
4434: _SAME_ double values do not match here.
4435: when forced to REload fp-register, values do match.
4436:
4437: tried to make them volatile.
4438:
4439: * src/main/untaint.C [template_gc] 1.115.2.12.2.19:
4440: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.22:
4441: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.11:
4442: unknown untaint lang now causes death
4443:
4444: 2003-04-04 paf
4445: * src/types/pa_vmail.C 1.44:
4446: mail receive: .txt attachemnts bug fix
4447: http://i2/tasks/edit/?id=4507350336410850921
4448:
4449: * src/main/pa_globals.C 1.154:
4450: exif mem leak
4451: http://i2/tasks/edit/?id=4480590323629807263
4452:
4453: * src/classes/classes.dsp 1.27:
4454: * src/lib/ltdl/libltdl.dsp 1.5:
4455: * src/lib/md5/md5.dsp 1.4:
4456: * src/lib/pcre/pcre.dsp 1.3:
4457: * src/main/compile.tab.C 1.82:
4458: * src/main/main.dsp 1.163:
4459: * src/main/pa_globals.C 1.153:
4460: * src/targets/cgi/parser3.dsp 1.62:
4461: * src/types/types.dsp 1.38:
4462: links to xml libs made relative, no need to unpack
4463: parser3project to /parser3project.
4464:
4465: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.31:
4466: * src/main/compile.y [template_gc] 1.204.2.8.2.15:
4467: more understandable error message in case @CLASS with more then
4468: one line inside
4469:
4470: * src/classes/classes.dsp 1.28:
4471: * src/main/main.dsp 1.164:
4472: * src/targets/cgi/parser3.dsp 1.63:
4473: * src/types/pa_vmail.C 1.43:
4474: * src/types/types.dsp 1.39:
4475: buf fix http://i2/tasks/edit/?id=4493946731322521294
4476: $.to[billgates@microsoft.com
4477: BCc: send-spam-to@someemails.ru
4478: ]
4479:
4480: * src/classes/file.C 1.110:
4481: * src/include/pa_exec.h 1.12:
4482: * src/main/pa_exec.C 1.49:
4483: incorportated pa_exec patch by
4484: From: "Victor Fedoseev" <vvf_ru@mail.ru>
4485: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
4486: Sent: Thursday, January 23, 2003 9:14 AM
4487:
4488: huge speedup on ^file::cgi with big result
4489:
4490: * configure [template_gc] 1.66.2.5.2.7:
4491: * tests/Makefile [template_gc] 1.1.2.8.2.8:
4492: * tests/Makefile [template_gc] 1.1.2.8.2.9:
4493: *** empty log message ***
4494:
4495: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.21:
4496: more understandable error message in case of errors in @unhandled_exception
4497:
4498: * src/classes/math.C 1.25:
4499: allowed random 1...
4500:
4501: * src/classes/xdoc.C 1.109:
4502: memory allocation func bugfix
4503: http://i2/tasks/edit/?id=4499303470368629745
4504:
4505: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.32:
4506: * src/main/compile.y [template_gc] 1.204.2.8.2.16:
4507: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.11:
4508: error column more precise - tab handling bug fixed
4509:
4510: * src/classes/hash.C 1.55:
4511: * src/types/pa_vhash.h 1.44:
4512: $hash._default showed in foreach & co bug fix
4513: http://i2/tasks/edit/?id=4493701604654042676
4514:
4515: @main[]
4516: $with_default[
4517: $.a[1]
4518: $._default[default from with_default]
4519: ]
4520: ^show[$with_default]
4521:
4522: $to_add_to[
4523: $.b[2]
4524: ]
4525: ^to_add_to.add[$with_default]
4526: =$to_add_to.xxx=<br>
4527:
4528:
4529: ^show[$to_add_to]
4530:
4531:
4532: $cloned[^hash::create[$with_default]]
4533: =$cloned.xxx=<br>
4534: ^show[$cloned]
4535:
4536:
4537: @show[hash]
4538: ^hash.foreach[k;v]{
4539: $k = $v <br>
4540:
4541: }
4542: <hr>
4543:
1.38 ! paf 4544: * src/classes/math.C [template_gc] 1.24.2.12.2.11:
! 4545: allowed random 0..
! 4546:
! 4547: * src/classes/table.C 1.173:
! 4548: sort table with 0 rows bug fixed
! 4549:
1.23 paf 4550: 2003-04-03 paf
4551: * src/classes/op.C [template_gc] 1.127.2.22.2.23:
4552: * src/include/pa_request.h [template_gc] 1.160.2.37.2.18:
4553: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.6:
4554: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.23:
4555: * src/main/execute.C [template_gc] 1.295.2.27.2.16:
4556: * src/main/pa_request.C [template_gc] 1.245.2.37.2.22:
4557: strack trace reset after handled exception [old bug fixed]
4558:
4559: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.22:
4560: * src/main/compile.y [template_gc] 1.204.2.8.2.10:
4561: parse position old bug fixed.
4562: position reporting made precise [both, in parse erros and runtime errors]
4563:
4564: * operators.txt [template_gc] 1.109.2.1.2.4:
4565: * src/classes/date.C [template_gc] 1.42.2.11.2.10:
4566: * src/classes/date.C [template_gc] 1.42.2.11.2.9:
4567: * src/classes/double.C [template_gc] 1.53.2.8.2.4:
4568: * src/classes/file.C [template_gc] 1.107.2.16.2.13:
4569: * src/classes/hash.C [template_gc] 1.54.2.13.2.14:
4570: * src/classes/image.C [template_gc] 1.90.2.15.2.20:
4571: * src/classes/image.C [template_gc] 1.90.2.15.2.21:
4572: * src/classes/int.C [template_gc] 1.49.2.7.2.5:
4573: * src/classes/mail.C [template_gc] 1.88.2.16.2.17:
4574: * src/classes/math.C [template_gc] 1.24.2.12.2.9:
4575: * src/classes/memory.C [template_gc] 1.1.2.4:
4576: * src/classes/op.C [template_gc] 1.127.2.22.2.27:
4577: * src/classes/op.C [template_gc] 1.127.2.22.2.28:
4578: * src/classes/response.C [template_gc] 1.23.2.8.2.3:
4579: * src/classes/string.C [template_gc] 1.125.2.15.2.20:
4580: * src/classes/string.C [template_gc] 1.125.2.15.2.21:
4581: * src/classes/table.C [template_gc] 1.172.2.14.2.24:
4582: * src/classes/table.C [template_gc] 1.172.2.14.2.25:
4583: * src/classes/void.C [template_gc] 1.28.2.5.2.9:
4584: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.22:
4585: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.23:
4586: * src/classes/xnode.C [template_gc] 1.54.2.10.2.12:
4587: * src/classes/xnode.h [template_gc] 1.18.2.6.2.7:
4588: * src/main/execute.C [template_gc] 1.295.2.27.2.19:
4589: * src/types/pa_method.h [template_gc] 1.1.2.4.2.5:
4590: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.12:
4591: MethodParams& now [methods without params receive zero
4592: reference, but they are expected not to look there]
4593:
1.38 ! paf 4594: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.2:
! 4595: removed 'patches'
! 4596:
1.23 paf 4597: * src/main/execute.C [template_gc] 1.295.2.27.2.18:
4598: * src/types/pa_value.C [template_gc] 1.9.2.15.2.11:
4599: * src/types/pa_value.h [template_gc] 1.109.2.25.2.10:
4600: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.5:
4601: slightly improved error messages text:
4602: 1. is '%s', it
4603: 2. method undefined in case of ^void[]
4604:
4605: * src/classes/math.C [template_gc] 1.24.2.12.2.10:
4606: top limit
4607:
4608: * src/classes/op.C [template_gc] 1.127.2.22.2.24:
4609: * src/include/pa_request.h [template_gc] 1.160.2.37.2.19:
4610: removed from trace 'a' exception when
4611: ^try{
4612: ^throw[a;1]
4613: }{
4614: ^throw[b;2]
4615: }
4616:
4617: this makes life easier: were: bad stack order -- were in exception catch unwind order, which didn't match execution order
4618:
4619:
4620: @main[]
4621: ^try{
4622: ^first[]
4623: }{
4624: ^throw[c;3]
4625: }
4626:
4627: @first[]
4628: ^throw[a;1]
4629:
4630: showed
4631: throw a
4632: first
4633: throw b
4634: try
4635:
4636: which is no good
4637:
4638: * src/classes/op.C [template_gc] 1.127.2.22.2.30:
4639: * src/main/pa_request.C [template_gc] 1.245.2.37.2.26:
4640: * tests/042.html [template_gc] 1.1.2.1.2.1:
4641: test 042 changed to realities, and passed [bug fixed]
4642:
4643: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.25:
4644: * src/main/compile.y [template_gc] 1.204.2.8.2.12:
4645: *** empty log message ***
4646:
4647: * operators.txt [template_gc] 1.109.2.1.2.3:
4648: * src/classes/op.C [template_gc] 1.127.2.22.2.26:
4649: * src/include/pa_request.h [template_gc] 1.160.2.37.2.21:
4650: * src/main/pa_request.C [template_gc] 1.245.2.37.2.24:
4651: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.11:
4652: ^process...[filename]
4653: useful for better error reporting [file/line/col]
4654:
4655: * INSTALL [template_gc] 1.31.6.2:
4656: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.5:
4657: * src/include/pa_request.h [template_gc] 1.160.2.37.2.23:
4658: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.29:
4659: * src/main/compile.y [template_gc] 1.204.2.8.2.14:
4660: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.11:
4661: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.10:
4662: * src/main/execute.C [template_gc] 1.295.2.27.2.20:
4663: * src/main/pa_request.C [template_gc] 1.245.2.37.2.27:
4664: debug info format simplified, now it's:
4665: OP_VALUE
4666: Operation::Origin << here
4667: value*
4668:
4669: higher limits:
4670: file number (max: 255)
4671: line number (max: 64535)
4672: column number (max: 255)
4673:
4674: * src/main/compile.C [template_gc] 1.69.2.6.2.8:
4675: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.27:
4676: * src/main/compile.y [template_gc] 1.204.2.8.2.13:
4677: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.9:
4678: precise parse error position in case of
4679:
4680: ^bug
4681: ]
4682:
4683: * src/classes/op.C [template_gc] 1.127.2.22.2.25:
4684: * src/include/pa_request.h [template_gc] 1.160.2.37.2.20:
4685: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.7:
4686: * src/include/pa_types.h [template_gc] 1.44.2.3.2.1:
4687: * src/main/execute.C [template_gc] 1.295.2.27.2.17:
4688: * src/main/pa_request.C [template_gc] 1.245.2.37.2.23:
4689: exception handling done. now we have error columns
4690: todo: test it
4691:
4692: * src/classes/op.C [template_gc] 1.127.2.22.2.29:
4693: * src/include/pa_request.h [template_gc] 1.160.2.37.2.22:
4694: * src/main/compile.C [template_gc] 1.69.2.6.2.7:
4695: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.24:
4696: * src/main/compile.y [template_gc] 1.204.2.8.2.11:
4697: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.10:
4698: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.8:
4699: * src/main/pa_request.C [template_gc] 1.245.2.37.2.25:
4700: introducing ^process...[main-method-alias]
4701:
4702: 2003-04-02 paf
4703: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.21:
4704: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.10:
4705: removed ref leak in xdoc::create/load
4706:
4707: * src/classes/op.C [template_gc] 1.127.2.22.2.22:
4708: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.3:
4709: * src/include/pa_request.h [template_gc] 1.160.2.37.2.16:
4710: * src/main/compile.C [template_gc] 1.69.2.6.2.5:
4711: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.20:
4712: * src/main/compile.y [template_gc] 1.204.2.8.2.8:
4713: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.8:
4714: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.6:
4715: * src/main/execute.C [template_gc] 1.295.2.27.2.14:
4716: * src/main/pa_request.C [template_gc] 1.245.2.37.2.20:
4717: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.9:
4718: prepared debug info
4719: todo:use it
4720:
4721: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.6:
4722: * tests/Makefile [template_gc] 1.1.2.8.2.6:
4723: replace bug fix [broke Dictionary constructor when moved to gc]
4724:
4725: * src/classes/op.C [template_gc] 1.127.2.22.2.21:
4726: * src/classes/table.C [template_gc] 1.172.2.14.2.22:
4727: * src/include/pa_request.h [template_gc] 1.160.2.37.2.15:
4728: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.7:
4729: * src/main/execute.C [template_gc] 1.295.2.27.2.12:
4730: * src/types/pa_value.h [template_gc] 1.109.2.25.2.9:
4731: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.2:
4732: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.4:
4733: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.4:
4734: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.3:
4735: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.6:
4736: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.6:
4737: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.7:
4738: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.4:
4739: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.2:
4740: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.8:
4741: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.6:
4742: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.4:
4743: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.6:
4744: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.3:
4745: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.9:
4746: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.7:
4747: more locally scoped vars in execute (more easily optimizable)
4748:
4749: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.1:
4750: starting in gdome 0.7.4 this is no longer needed [author
4751: applied my patch]
4752:
4753: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.4:
4754: * src/include/pa_request.h [template_gc] 1.160.2.37.2.17:
4755: * src/main/compile.C [template_gc] 1.69.2.6.2.6:
4756: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.21:
4757: * src/main/compile.y [template_gc] 1.204.2.8.2.9:
4758: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.9:
4759: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.7:
4760: * src/main/execute.C [template_gc] 1.295.2.27.2.15:
4761: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.9:
4762: * src/main/pa_request.C [template_gc] 1.245.2.37.2.21:
4763: debug info: started using.
4764: todo:complete
4765:
4766: * src/lib/patches/Makefile.am [template_gc] 1.3.6.1:
4767: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.2:
4768: not patches now
4769:
4770: * src/main/pa_common.C [template_gc] 1.143.2.21.2.21:
4771: * src/main/pa_common.C [template_gc] 1.143.2.21.2.22:
4772: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.6:
4773: uncommented http:// file loading
4774:
4775: * tests/Makefile [template_gc] 1.1.2.8.2.7:
4776: * tests/results/108.processed [template_gc] 1.1.2.1.2.1:
4777: * tests/results/117.processed [template_gc] 1.1.2.1.2.1:
4778: meta considered OK [it's up to coder now to remove it not
4779: needed]
4780:
4781: * configure [template_gc] 1.66.2.5.2.3:
4782: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.2:
4783: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.14:
4784: --enable-assertions autoconf-ed
4785:
4786: * src/include/pa_array.h [template_gc] 1.57.2.27.2.12:
4787: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.4:
4788: * src/main/main.dsp [template_gc] 1.161.6.14.2.8:
4789: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.19:
4790: array::get/put inlined
4791:
4792: * src/include/pa_array.h [template_gc] 1.57.2.27.2.14:
4793: * src/main/execute.C [template_gc] 1.295.2.27.2.13:
4794: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.20:
4795: * tests/run_parser.sh [template_gc] 1.1.2.1.2.1:
4796: gif encoder bug fix [gdGrowingBuf]
4797:
4798: * src/classes/form.C [template_gc] 1.34.2.7.2.7:
4799: * src/classes/hash.C [template_gc] 1.54.2.13.2.13:
4800: * src/classes/image.C [template_gc] 1.90.2.15.2.19:
4801: * src/classes/string.C [template_gc] 1.125.2.15.2.19:
4802: * src/classes/table.C [template_gc] 1.172.2.14.2.23:
4803: * src/classes/void.C [template_gc] 1.28.2.5.2.8:
4804: * src/include/pa_common.h [template_gc] 1.89.2.13.2.9:
4805: * src/main/pa_common.C [template_gc] 1.143.2.21.2.20:
4806: * src/main/pa_request.C [template_gc] 1.245.2.37.2.19:
4807: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.12:
4808: * src/main/pa_string.C [template_gc] 1.172.2.21.2.35:
4809: all calls to String::String(str,helper_length) are checked.
4810: found/fixed one place:
4811: $request:body now zero-terminated,
4812:
4813: * src/lib/patches/libxslt.patch [template_gc] 1.1.6.1:
4814: decided against patching -- one can remove that header in @
4815: postprocess, if he/she wants to
4816:
4817: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.2:
4818: strange mistake fixed: forgot to return Operation class->union
4819: after switching from autoptrs.
4820:
4821: * configure.in [template_gc] 1.62.2.5.2.4:
4822: * src/lib/Makefile.am [template_gc] 1.3.10.2:
4823: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.8:
4824: removed patches
4825:
4826: * configure [template_gc] 1.66.2.5.2.4:
4827: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.15:
4828: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.14:
4829: *** empty log message ***
4830:
4831: * configure.in [template_gc] 1.62.2.5.2.3:
4832: * src/classes/xnode.C [template_gc] 1.54.2.10.2.11:
4833: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.5:
4834: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.2:
4835: * src/include/pa_string.h [template_gc] 1.144.2.28.2.43:
4836: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.6:
4837: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.11:
4838: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.18:
4839: converted debug hacks to ANSI assertions
4840: started configure.in --enable-assertions
4841:
4842: * src/include/pa_array.h [template_gc] 1.57.2.27.2.13:
4843: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.5:
4844: * src/include/pa_string.h [template_gc] 1.144.2.28.2.44:
4845: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.6:
4846: * src/main/main.dsp [template_gc] 1.161.6.14.2.9:
4847: * src/main/pa_table.C [template_gc] 1.53.2.10.2.4:
4848: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.10:
4849: array get/put check become assertion
4850: iterator in methodframe filler
4851:
4852: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.7:
4853: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.13:
4854: globals.c: gc_substitute_memory_management_functions
4855: +installed CORD_oom function
4856:
4857: * src/lib/patches/libxml2.patch [template_gc] 1.1.6.1:
4858: found a way of dealing with charset tables without patching
4859: library [price: imposed limit of 10 user-defined charsets, but
4860: limit can be easily increased]
4861:
4862: * src/classes/table.C [template_gc] 1.172.2.14.2.21:
4863: * src/include/pa_table.h [template_gc] 1.48.2.11.2.7:
4864: * src/main/pa_table.C [template_gc] 1.53.2.10.2.5:
4865: few for(size_t i=0...) -> for(Array_iterator... i(..); i
4866: has_next()
4867:
4868: 2003-04-01 paf
4869: * src/lib/gc/Makefile.am 1.1:
4870: * src/lib/gc/include/Makefile.am 1.1:
4871: file Makefile.am was initially added on branch template_gc.
4872:
4873: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.8:
4874: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.4:
4875: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.19:
4876: * src/main/main.dsp [template_gc] 1.161.6.14.2.7:
4877: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.10:
4878: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.1:
4879: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.12:
4880: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.2:
4881: * src/types/types.dsp [template_gc] 1.35.10.9.2.8:
4882: prepared xml-static configuration
4883:
4884: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.11:
4885: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.16:
4886: xml memory debugging showed no errors. todo: debug parser memory
4887:
4888: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.9:
4889: bug() to set bpt in (memory.c)
4890: some .am changes
4891:
4892: * src/lib/gc/Makefile.in 1.1:
4893: * src/lib/gc/include/Makefile.in 1.1:
4894: file Makefile.in was initially added on branch template_gc.
4895:
4896: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.20:
4897: * src/classes/xnode.h [template_gc] 1.18.2.6.2.6:
4898: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.17:
4899: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.10:
4900: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.17:
4901: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.8:
4902: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.8:
4903: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.6:
4904: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.5:
4905: memory bug debugged down: gdome uses glib memory, and stores last pointer to xmlDoc there, gc misses that and collects valid memory
4906: fixed by remembering xmlDoc from dom object in xdoc.
4907: todo: do something with premature free of xdoc with xnodes/node values referring into it
4908:
4909: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.15:
4910: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.13:
4911: more build configurations
4912:
4913: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.16:
4914: * src/main/pa_common.C [template_gc] 1.143.2.21.2.18:
4915: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.12:
4916: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.8:
4917: moved memory debugging to global level: to pa_gc_malloc
4918:
4919: * src/lib/gc/Makefile.am [template_gc] 1.1.2.1:
4920: * src/lib/gc/Makefile.in [template_gc] 1.1.2.1:
4921: * src/lib/gc/include/Makefile.am [template_gc] 1.1.2.1:
4922: * src/lib/gc/include/Makefile.in [template_gc] 1.1.2.1:
4923: *** empty log message ***
4924:
4925: * src/classes/mail.C [template_gc] 1.88.2.16.2.15:
4926: * src/classes/mail.C [template_gc] 1.88.2.16.2.16:
4927: typo fix
4928:
4929: 2003-03-31 paf
4930: * INSTALL [template_gc] 1.31.6.1:
4931: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.19:
4932: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.9:
4933: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.14:
4934: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.11:
4935: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.4:
4936: started xml lib memory debugging, simple checks failed:
4937: it seems that library does realloc(bad ptr), and recording those ptrs in heap [for debugging] was bad:
4938: heap situation changes = everything works fine
4939:
4940: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.6:
4941: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.13:
4942: worked around xmlRegisterCharEncodingHandler limitation [
4943: currently imposed limit of 10 user-defined charsets]
4944:
4945: 2003-03-28 paf
4946: * src/main/execute.C [template_gc] 1.295.2.27.2.11:
4947: execution stack copied to local
4948: register
4949: variable, removed lots [~2e7) of memory accesses
4950:
4951: 2003-03-27 paf
4952: * src/classes/string.C [template_gc] 1.125.2.15.2.17:
4953: * src/classes/table.C [template_gc] 1.172.2.14.2.19:
4954: * src/include/pa_array.h [template_gc] 1.57.2.27.2.9:
4955: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.3:
4956: * src/include/pa_string.h [template_gc] 1.144.2.28.2.40:
4957: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.5:
4958: * src/main/pa_string.C [template_gc] 1.172.2.21.2.33:
4959: * src/main/untaint.C [template_gc] 1.115.2.12.2.18:
4960: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.9:
4961: fixed clients of &get():
4962: most to use non-ref version,
4963: some[in tight places] to get_unchecked_ref
4964:
4965: * src/classes/date.C [template_gc] 1.42.2.11.2.8:
4966: * src/classes/file.C [template_gc] 1.107.2.16.2.12:
4967: * src/classes/hash.C [template_gc] 1.54.2.13.2.12:
4968: * src/classes/string.C [template_gc] 1.125.2.15.2.18:
4969: * src/classes/table.C [template_gc] 1.172.2.14.2.20:
4970: * src/classes/void.C [template_gc] 1.28.2.5.2.7:
4971: * src/include/pa_string.h [template_gc] 1.144.2.28.2.41:
4972: * src/lib/cord/cord.dsp [template_gc] 1.1.2.8:
4973: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.5:
4974: * src/lib/cord/include/cord.h [template_gc] 1.1.2.2:
4975: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.16:
4976: * src/main/compile.y [template_gc] 1.204.2.8.2.7:
4977: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.5:
4978: * src/main/pa_common.C [template_gc] 1.143.2.21.2.17:
4979: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.12:
4980: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.13:
4981: * src/main/pa_request.C [template_gc] 1.245.2.37.2.18:
4982: * src/main/pa_string.C [template_gc] 1.172.2.21.2.34:
4983: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.4:
4984: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.4:
4985: * src/types/pa_value.C [template_gc] 1.9.2.15.2.10:
4986: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.5:
4987: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.4:
4988: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.14:
4989: introducing append_help_length [radical improvement here]
4990:
4991: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.12:
4992: GC_java_finalization turned off [was 'not recommened' in gc.h,
4993: on win32 noticed no difference]
4994:
4995: * src/include/pa_array.h [template_gc] 1.57.2.27.2.11:
4996: returned checked array get [were disabled for debugging]
4997: result:not slower [don't understand that, it were INLINED]
4998: todo: find out a way of inlining it!
4999:
5000: * src/classes/memory.C [template_gc] 1.1.2.3:
5001: * src/include/pa_array.h [template_gc] 1.57.2.27.2.10:
5002: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.7:
5003: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.15:
5004: * src/lib/cord/cord.dsp [template_gc] 1.1.2.7:
5005: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.3:
5006: * src/lib/gc/include/gc.h [template_gc] 1.1.2.2:
5007: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.6:
5008: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.10:
5009: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.9:
5010: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.7:
5011: disabled gc, become even slower
5012:
5013: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.7:
5014: * src/classes/memory.C [template_gc] 1.1.2.2:
5015: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.16:
5016: * src/include/pa_array.h [template_gc] 1.57.2.27.2.8:
5017: * src/include/pa_request.h [template_gc] 1.160.2.37.2.14:
5018: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.2:
5019: * src/include/pa_string.h [template_gc] 1.144.2.28.2.39:
5020: * src/lib/cord/cord.dsp [template_gc] 1.1.2.6:
5021: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.4:
5022: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.3:
5023: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.3:
5024: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.15:
5025: * src/main/compile.y [template_gc] 1.204.2.8.2.6:
5026: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.4:
5027: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.4:
5028: * src/main/main.dsp [template_gc] 1.161.6.14.2.6:
5029: * src/main/pa_string.C [template_gc] 1.172.2.21.2.32:
5030: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.9:
5031: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.8:
5032: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.13:
5033: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.8:
5034: * src/types/types.dsp [template_gc] 1.35.10.9.2.7:
5035: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.3:
5036: Array::put(index, T>>&<< removed
5037: after Stack::pop wiping removed [moved to separate func]
5038: other Array & removed
5039:
5040: * src/lib/gc/include/gc_fake.h 1.1:
5041: file gc_fake.h was initially added on branch template_gc.
5042:
5043: * src/include/pa_string.h [template_gc] 1.144.2.28.2.42:
5044: * src/lib/gc/include/gc.h [template_gc] 1.1.2.3:
5045: * src/lib/gc/include/gc_fake.h [template_gc] 1.1.2.1:
5046: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.17:
5047: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.7:
5048: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.11:
5049: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.10:
5050: convention changed: all resulting strings are zero-terminated
5051:
5052: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.17:
5053: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.18:
5054: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.6:
5055: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.13:
5056: forgot to merge XML memory funcs replacement from gc branch
5057:
5058: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.18:
5059: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.7:
5060: XML memory funcs to GC works in debug, but fails in release
5061: todo: fix that
5062:
5063: * src/doc/memory.dox 1.1:
5064: file memory.dox was initially added on branch template_gc.
5065:
5066: * src/doc/memory.dox [template_gc] 1.1.2.1:
5067: forgot to add
5068:
5069: 2003-03-26 paf
5070: * src/lib/cord/include/private/cord_pos.h 1.1:
5071: file cord_pos.h was initially added on branch template_gc.
5072:
5073: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.6:
5074: * src/classes/file.C [template_gc] 1.107.2.16.2.11:
5075: * src/classes/op.C [template_gc] 1.127.2.22.2.20:
5076: * src/classes/table.C [template_gc] 1.172.2.14.2.18:
5077: * src/include/pa_array.h [template_gc] 1.57.2.27.2.7:
5078: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.5:
5079: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.1:
5080: * src/include/pa_string.h [template_gc] 1.144.2.28.2.38:
5081: * src/include/pa_table.h [template_gc] 1.48.2.11.2.6:
5082: * src/lib/cord/cord.dsp [template_gc] 1.1.2.5:
5083: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.3:
5084: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.2:
5085: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.2:
5086: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.14:
5087: * src/main/compile.y [template_gc] 1.204.2.8.2.5:
5088: * src/main/main.dsp [template_gc] 1.161.6.14.2.5:
5089: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.12:
5090: * src/main/pa_common.C [template_gc] 1.143.2.21.2.16:
5091: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.11:
5092: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.11:
5093: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.7:
5094: * src/main/pa_table.C [template_gc] 1.53.2.10.2.3:
5095: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.8:
5096: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.7:
5097: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.7:
5098: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.10:
5099: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.7:
5100: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.5:
5101: * src/types/types.dsp [template_gc] 1.35.10.9.2.6:
5102: pre-evaluated .count() in some places
5103:
5104: * src/lib/cord/Makefile.am 1.1:
5105: * src/lib/cord/include/Makefile.am 1.1:
5106: * src/lib/cord/include/private/Makefile.am 1.1:
5107: file Makefile.am was initially added on branch template_gc.
5108:
5109: * src/lib/cord/Makefile.in 1.1:
5110: * src/lib/cord/include/Makefile.in 1.1:
5111: * src/lib/cord/include/private/Makefile.in 1.1:
5112: file Makefile.in was initially added on branch template_gc.
5113:
5114: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.4:
5115: * src/lib/cord/cord.dsp [template_gc] 1.1.2.3:
5116: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.13:
5117: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.3:
5118: * src/main/main.dsp [template_gc] 1.161.6.14.2.3:
5119: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.5:
5120: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.1:
5121: * src/types/types.dsp [template_gc] 1.35.10.9.2.4:
5122: .dsp updated to use lib/gc,lib/cord
5123:
5124: * src/lib/cord/include/gc.h [template_gc] 1.1.2.2:
5125: * src/lib/gc/include/gc.h [template_gc] 1.1.2.1:
5126: introducing lib/gc
5127:
5128: * src/lib/cord/include/cord.h [template_gc] 1.1.2.1:
5129: * src/lib/cord/include/ec.h [template_gc] 1.1.2.1:
5130: * src/lib/cord/include/gc.h [template_gc] 1.1.2.1:
5131: * src/lib/cord/include/private/cord_pos.h [template_gc] 1.1.2.1:
5132: bundled gc includes
5133:
5134: * src/lib/cord/include/cord.h 1.1:
5135: file cord.h was initially added on branch template_gc.
5136:
5137: * src/lib/cord/include/ec.h 1.1:
5138: file ec.h was initially added on branch template_gc.
5139:
5140: * src/classes/op.C [template_gc] 1.127.2.22.2.18:
5141: * src/include/pa_array.h [template_gc] 1.57.2.27.2.6:
5142: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.7:
5143: * src/include/pa_string.h [template_gc] 1.144.2.28.2.35:
5144: * src/include/pa_version.h [template_gc] 1.7.16.1:
5145: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.12:
5146: * src/main/compile.y [template_gc] 1.204.2.8.2.4:
5147: * src/main/execute.C [template_gc] 1.295.2.27.2.10:
5148: * src/main/pa_common.C [template_gc] 1.143.2.21.2.15:
5149: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.8:
5150: * src/main/pa_request.C [template_gc] 1.245.2.37.2.17:
5151: * src/main/pa_string.C [template_gc] 1.172.2.21.2.30:
5152: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.7:
5153: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.4:
5154: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.2:
5155: a number of bugfixes [while testing first real site (aval)]
5156:
5157: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.5:
5158: * src/lib/cord/cord.dsp [template_gc] 1.1.2.4:
5159: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.2:
5160: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.1:
5161: * src/main/main.dsp [template_gc] 1.161.6.14.2.4:
5162: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.6:
5163: * src/types/types.dsp [template_gc] 1.35.10.9.2.5:
5164: started profiling
5165:
5166: * src/lib/cord/include/gc.h 1.1:
5167: * src/lib/gc/include/gc.h 1.1:
5168: file gc.h was initially added on branch template_gc.
5169:
5170: * acsite.m4 1.1:
5171: file acsite.m4 was initially added on branch template_gc.
5172:
5173: * acsite.m4 [template_gc] 1.1.2.1:
5174: * bin/Makefile.in [template_gc] 1.9.2.3.2.1:
5175: * etc/Makefile.in [template_gc] 1.14.2.3.2.1:
5176: * etc/parser3.charsets/Makefile.in [template_gc] 1.17.2.3.2.1:
5177: * src/Makefile.in [template_gc] 1.55.2.3.2.1:
5178: * src/classes/Makefile.am [template_gc] 1.40.16.2:
5179: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.1:
5180: * src/classes/mail.C [template_gc] 1.88.2.16.2.14:
5181: * src/classes/math.C [template_gc] 1.24.2.12.2.8:
5182: * src/classes/op.C [template_gc] 1.127.2.22.2.19:
5183: * src/include/Makefile.in [template_gc] 1.11.2.5.2.1:
5184: * src/include/pa_common.h [template_gc] 1.89.2.13.2.8:
5185: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.1:
5186: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.3:
5187: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.1:
5188: * src/include/pa_request.h [template_gc] 1.160.2.37.2.13:
5189: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.5:
5190: * src/include/pa_string.h [template_gc] 1.144.2.28.2.36:
5191: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.4:
5192: * src/include/pa_version.h [template_gc] 1.7.16.2:
5193: * src/lib/Makefile.am [template_gc] 1.3.10.1:
5194: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.1:
5195: * src/lib/cord/Makefile.am [template_gc] 1.1.2.1:
5196: * src/lib/cord/Makefile.in [template_gc] 1.1.2.1:
5197: * src/lib/cord/include/Makefile.am [template_gc] 1.1.2.1:
5198: * src/lib/cord/include/Makefile.in [template_gc] 1.1.2.1:
5199: * src/lib/cord/include/private/Makefile.am [template_gc] 1.1.2.1:
5200: * src/lib/cord/include/private/Makefile.in [template_gc] 1.1.2.1:
5201: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.2:
5202: * src/lib/md5/Makefile.in [template_gc] 1.6.2.3.2.1:
5203: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.1:
5204: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.2:
5205: * src/main/Makefile.am [template_gc] 1.35.6.4.2.2:
5206: * src/main/Makefile.in [template_gc] 1.50.2.6.2.1:
5207: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.10:
5208: * src/main/pa_string.C [template_gc] 1.172.2.21.2.31:
5209: * src/main/untaint.C [template_gc] 1.115.2.12.2.17:
5210: * src/sql/Makefile.in [template_gc] 1.11.2.3.2.1:
5211: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.1:
5212: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.1:
5213: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.1:
5214: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.1:
5215: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.1:
5216: * src/targets/isapi/Makefile.in [template_gc] 1.11.2.3.2.1:
5217: * src/types/Makefile.am [template_gc] 1.28.10.1.2.2:
5218: * src/types/Makefile.in [template_gc] 1.50.2.4.2.1:
5219: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.3:
5220: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.3:
5221: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.3:
5222: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.5:
5223: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.6:
5224: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.3:
5225: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.5:
5226: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.4:
5227: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.6:
5228: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.6:
5229: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.3:
5230: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.5:
5231: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.7:
5232: configured math funcs
5233: ported pa_exec
5234:
5235: * src/classes/classes.dsp 1.26:
5236: * src/lib/ltdl/libltdl.dsp 1.4:
5237: * src/lib/md5/md5.dsp 1.3:
5238: * src/lib/pcre/pcre.dsp 1.2:
5239: * src/main/main.dsp 1.162:
5240: * src/targets/cgi/parser3.dsp 1.61:
5241: * src/types/types.dsp 1.37:
5242: .dsp profiling updated
5243:
5244: 2003-03-25 paf
5245: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.14:
5246: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.9:
5247: memory: new 'new' overloads for structure handling
5248:
5249: * operators.txt [template_gc] 1.109.2.1.2.2:
5250: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.10:
5251: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.5:
5252: $status.memory
5253: used
5254: free
5255: since_compact
5256: process
5257:
1.38 ! paf 5258: * tests/results/109.processed [template_gc] 1.1.2.1.2.1:
! 5259: it was a bug in parser. updated 109 test result
! 5260:
1.23 paf 5261: * src/doc/exception.dox 1.1:
5262: file exception.dox was initially added on branch template_gc.
5263:
5264: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.11:
5265: * src/main/untaint.C [template_gc] 1.115.2.12.2.15:
5266: untaint.C L_MAIL_HEADER
5267:
5268: * src/classes/xnode.C [template_gc] 1.54.2.10.2.9:
5269: * src/classes/xnode.h [template_gc] 1.18.2.6.2.5:
5270: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.13:
5271: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.6:
5272: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.5:
5273: xnode.C compiled, doc/node finalizers isntalled
5274:
5275: * src/main/pa_request.C [template_gc] 1.245.2.37.2.14:
5276: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.6:
5277: vxnode compiled
5278: xml linked
5279:
5280: * tests/results/121.processed 1.1:
5281: file 121.processed was initially added on branch template_gc.
5282:
5283: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.6:
5284: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.5:
5285: * src/main/untaint.C [template_gc] 1.115.2.12.2.16:
5286: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.3:
5287: untaint.C L_SQL
5288:
5289: * src/types/pa_vmemory.h 1.1:
5290: file pa_vmemory.h was initially added on branch template_gc.
5291:
5292: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.14:
5293: fixed transform params
5294:
5295: * operators.txt [template_gc] 1.109.2.1.2.1:
5296: * src/classes/Makefile.am [template_gc] 1.40.16.1:
5297: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.3:
5298: * src/classes/memory.C [template_gc] 1.1.2.1:
5299: * src/classes/op.C [template_gc] 1.127.2.22.2.17:
5300: * src/main/pa_request.C [template_gc] 1.245.2.37.2.15:
5301: * src/types/Makefile.am [template_gc] 1.28.10.1.2.1:
5302: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.4:
5303: * src/types/pa_vmemory.h [template_gc] 1.1.2.1:
5304: * src/types/types.dsp [template_gc] 1.35.10.9.2.3:
5305: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.1:
5306: ^memory:compact[]
5307:
5308: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.4:
5309: vxdoc compiled
5310:
5311: * tests/121.html 1.1:
5312: file 121.html was initially added on branch template_gc.
5313:
5314: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.15:
5315: * tests/Makefile [template_gc] 1.1.2.8.2.5:
5316: fixed transform params2
5317:
5318: * src/doc/string.dox [template_gc] 1.4.22.1:
5319: updated: new string internals
5320:
5321: * src/classes/image.C [template_gc] 1.90.2.15.2.18:
5322: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.13:
5323: * src/classes/xnode.C [template_gc] 1.54.2.10.2.10:
5324: * src/include/pa_string.h [template_gc] 1.144.2.28.2.34:
5325: * src/main/pa_string.C [template_gc] 1.172.2.21.2.29:
5326: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.7:
5327: removed StringBody(0) ambiguilty, introducting static
5328: StringBody::Format(int)
5329:
5330: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.10:
5331: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.6:
5332: * tests/Makefile [template_gc] 1.1.2.8.2.4:
5333: * tests/results/107.processed [template_gc] 1.1.2.1.2.1:
5334: fixed dom language [values are now considered tainted.
5335: it was a bug in parser. updated 107 test result
5336:
5337: * src/classes/image.C [template_gc] 1.90.2.15.2.17:
5338: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.12:
5339: * src/classes/xnode.h [template_gc] 1.18.2.6.2.4:
5340: * src/doc/exception.dox [template_gc] 1.1.2.1:
5341: * src/doc/index.dox [template_gc] 1.4.8.1:
5342: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.4:
5343: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.12:
5344: * src/include/pa_request.h [template_gc] 1.160.2.37.2.12:
5345: * src/include/pa_string.h [template_gc] 1.144.2.28.2.33:
5346: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.8:
5347: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.5:
5348: * src/main/pa_string.C [template_gc] 1.172.2.21.2.28:
5349: xdoc.C compiled
5350: todo: xnode.C / finalizers
5351:
5352: * src/classes/memory.C 1.1:
5353: file memory.C was initially added on branch template_gc.
5354:
5355: * src/main/pa_request.C [template_gc] 1.245.2.37.2.16:
5356: * src/main/untaint.C [template_gc] 1.115.2.12.2.14:
5357: * src/types/pa_value.C [template_gc] 1.9.2.15.2.9:
5358: * src/types/pa_value.h [template_gc] 1.109.2.25.2.8:
5359: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.5:
5360: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.6:
5361: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.4:
5362: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.5:
5363: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.3:
5364: * tests/121.html [template_gc] 1.1.2.1:
5365: * tests/results/121.processed [template_gc] 1.1.2.1:
5366: untaint.C L_URI
5367:
5368: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.5:
5369: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.6:
5370: fixed stylesheet caching
5371:
5372: 2003-03-24 paf
5373: * src/classes/void.C [template_gc] 1.28.2.5.2.6:
5374: void.C compiled
5375:
5376: * src/main/pa_common.C [template_gc] 1.143.2.21.2.14:
5377: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.9:
5378: http://
5379:
5380: * src/classes/file.C [template_gc] 1.107.2.16.2.10:
5381: * src/classes/image.C [template_gc] 1.90.2.15.2.16:
5382: * src/classes/mail.C [template_gc] 1.88.2.16.2.13:
5383: * src/include/pa_string.h [template_gc] 1.144.2.28.2.32:
5384: * src/main/pa_common.C [template_gc] 1.143.2.21.2.13:
5385: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.8:
5386: introducing string[body]::pos(char)
5387:
5388: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.4:
5389: pa_vstatus.C compiled
5390:
5391: * src/include/pa_string.h [template_gc] 1.144.2.28.2.30:
5392: * src/main/pa_string.C [template_gc] 1.172.2.21.2.26:
5393: * src/main/untaint.C [template_gc] 1.115.2.12.2.12:
5394: String::ArrayFragment::append_positions fixed
5395:
5396: * src/classes/hash.C [template_gc] 1.54.2.13.2.11:
5397: * src/classes/string.C [template_gc] 1.125.2.15.2.16:
5398: * src/classes/table.C [template_gc] 1.172.2.14.2.14:
5399: * src/types/pa_value.C [template_gc] 1.9.2.15.2.7:
5400: all linked
5401: todo: debug
5402:
5403: * src/classes/hash.C [template_gc] 1.54.2.13.2.10:
5404: * src/classes/image.C [template_gc] 1.90.2.15.2.12:
5405: * src/classes/string.C [template_gc] 1.125.2.15.2.10:
5406: * src/classes/table.C [template_gc] 1.172.2.14.2.9:
5407: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.10:
5408: * src/include/pa_string.h [template_gc] 1.144.2.28.2.23:
5409: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.4:
5410: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.4:
5411: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.10:
5412: image.C compiled
5413:
5414: * src/classes/mail.C [template_gc] 1.88.2.16.2.10:
5415: * src/classes/string.C [template_gc] 1.125.2.15.2.11:
5416: * src/classes/table.C [template_gc] 1.172.2.14.2.11:
5417: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.3:
5418: mail.C compiled
5419:
5420: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.4:
5421: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.5:
5422: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.9:
5423: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.5:
5424: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.4:
5425: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.5:
5426: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.4:
5427: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.4:
5428: pa_vstateless_class.C compiled
5429:
5430: * src/classes/hash.C [template_gc] 1.54.2.13.2.9:
5431: * src/classes/string.C [template_gc] 1.125.2.15.2.9:
5432: * src/classes/table.C [template_gc] 1.172.2.14.2.8:
5433: * src/classes/void.C [template_gc] 1.28.2.5.2.4:
5434: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.9:
5435: * src/include/pa_request.h [template_gc] 1.160.2.37.2.8:
5436: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.4:
5437: hash.C compiled
5438:
5439: * src/classes/string.C [template_gc] 1.125.2.15.2.15:
5440: * src/types/pa_value.C [template_gc] 1.9.2.15.2.6:
5441: * src/types/pa_value.h [template_gc] 1.109.2.25.2.5:
5442: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.4:
5443: pa_value.C compiled
5444:
5445: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.6:
5446: pa_vtable.C compiled
5447:
5448: * src/main/execute.C [template_gc] 1.295.2.27.2.7:
5449: * src/main/pa_string.C [template_gc] 1.172.2.21.2.22:
5450: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.5:
5451: classes.lib
5452: main.lib compiled
5453:
5454: * src/classes/image.C [template_gc] 1.90.2.15.2.14:
5455: * src/classes/op.C [template_gc] 1.127.2.22.2.16:
5456: * src/classes/table.C [template_gc] 1.172.2.14.2.16:
5457: * src/include/pa_string.h [template_gc] 1.144.2.28.2.28:
5458: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.10:
5459: * src/main/compile.y [template_gc] 1.204.2.8.2.3:
5460: * src/main/execute.C [template_gc] 1.295.2.27.2.8:
5461: * src/main/pa_common.C [template_gc] 1.143.2.21.2.11:
5462: * src/main/untaint.C [template_gc] 1.115.2.12.2.11:
5463: * tests/Makefile [template_gc] 1.1.2.8.2.1:
5464: attempt to do gif encoding to CORD_ec [bad]
5465: would rewrite as realloc now
5466:
5467: * src/classes/mail.C [template_gc] 1.88.2.16.2.11:
5468: * src/main/pa_request.C [template_gc] 1.245.2.37.2.10:
5469: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.5:
5470: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.5:
5471: all compiled.
5472: todo:link
5473:
5474: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.3:
5475: pa_vfile.C compiled
5476:
5477: * src/main/pa_string.C [template_gc] 1.172.2.21.2.24:
5478: * tests/Makefile [template_gc] 1.1.2.8.2.2:
5479: string::pos fixed
5480:
5481: * src/classes/op.C [template_gc] 1.127.2.22.2.14:
5482: * src/classes/string.C [template_gc] 1.125.2.15.2.12:
5483: * src/classes/table.C [template_gc] 1.172.2.14.2.12:
5484: * src/classes/void.C [template_gc] 1.28.2.5.2.5:
5485: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.5:
5486: * src/include/pa_string.h [template_gc] 1.144.2.28.2.24:
5487: * src/main/pa_request.C [template_gc] 1.245.2.37.2.9:
5488: * src/main/pa_string.C [template_gc] 1.172.2.21.2.19:
5489: op.C compiled
5490:
5491: * src/classes/string.C [template_gc] 1.125.2.15.2.14:
5492: * src/classes/table.C [template_gc] 1.172.2.14.2.13:
5493: * src/include/pa_string.h [template_gc] 1.144.2.28.2.26:
5494: * src/main/pa_string.C [template_gc] 1.172.2.21.2.21:
5495: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.5:
5496: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.4:
5497: table.C compiled
5498:
5499: * src/types/pa_value.h [template_gc] 1.109.2.25.2.6:
5500: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.3:
5501: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.6:
5502: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.3:
5503: pa_vcookie.C compiled
5504:
5505: * parser3.dsw [template_gc] 1.7.6.1.2.3:
5506: * src/classes/date.C [template_gc] 1.42.2.11.2.6:
5507: * src/classes/file.C [template_gc] 1.107.2.16.2.7:
5508: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.5:
5509: * src/include/pa_string.h [template_gc] 1.144.2.28.2.27:
5510: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.8:
5511: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.6:
5512: empty run passed OK
5513:
5514: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.11:
5515: * src/classes/xnode.C [template_gc] 1.54.2.10.2.8:
5516: * src/classes/xnode.h [template_gc] 1.18.2.6.2.3:
5517: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.3:
5518: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.2:
5519: * src/include/pa_request.h [template_gc] 1.160.2.37.2.11:
5520: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.3:
5521: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.4:
5522: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.7:
5523: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.7:
5524: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.4:
5525: * src/main/pa_request.C [template_gc] 1.245.2.37.2.13:
5526: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.5:
5527: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.5:
5528: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.4:
5529: started XML
5530:
5531: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.5:
5532: pa_vform.C compiled
5533:
5534: * src/classes/math.C [template_gc] 1.24.2.12.2.6:
5535: * src/classes/op.C [template_gc] 1.127.2.22.2.13:
5536: math.C compiled
5537:
5538: * src/classes/classes.C [template_gc] 1.18.2.6.2.2:
5539: * src/classes/classes.awk [template_gc] 1.6.6.3.2.1:
5540: * src/classes/classes.h [template_gc] 1.23.2.9.2.3:
5541: * src/classes/date.C [template_gc] 1.42.2.11.2.5:
5542: * src/classes/double.C [template_gc] 1.53.2.8.2.3:
5543: * src/classes/file.C [template_gc] 1.107.2.16.2.6:
5544: * src/classes/form.C [template_gc] 1.34.2.7.2.5:
5545: * src/classes/hash.C [template_gc] 1.54.2.13.2.8:
5546: * src/classes/image.C [template_gc] 1.90.2.15.2.11:
5547: * src/classes/int.C [template_gc] 1.49.2.7.2.3:
5548: * src/classes/mail.C [template_gc] 1.88.2.16.2.9:
5549: * src/classes/math.C [template_gc] 1.24.2.12.2.5:
5550: * src/classes/op.C [template_gc] 1.127.2.22.2.12:
5551: * src/classes/response.C [template_gc] 1.23.2.8.2.2:
5552: * src/classes/string.C [template_gc] 1.125.2.15.2.8:
5553: * src/classes/table.C [template_gc] 1.172.2.14.2.7:
5554: * src/classes/void.C [template_gc] 1.28.2.5.2.3:
5555: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.8:
5556: * src/classes/xnode.C [template_gc] 1.54.2.10.2.7:
5557: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.9:
5558: * src/include/pa_request.h [template_gc] 1.160.2.37.2.7:
5559: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.4:
5560: * src/include/pa_string.h [template_gc] 1.144.2.28.2.22:
5561: * src/main/pa_string.C [template_gc] 1.172.2.21.2.18:
5562: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.3:
5563: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.8:
5564: file.C
5565: table.C compiled
5566:
5567: * src/classes/file.C [template_gc] 1.107.2.16.2.9:
5568: * src/classes/image.C [template_gc] 1.90.2.15.2.15:
5569: * src/classes/mail.C [template_gc] 1.88.2.16.2.12:
5570: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.11:
5571: * src/include/pa_string.h [template_gc] 1.144.2.28.2.31:
5572: * src/main/pa_common.C [template_gc] 1.143.2.21.2.12:
5573: * src/main/pa_request.C [template_gc] 1.245.2.37.2.12:
5574: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.7:
5575: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.5:
5576: size_t pos everywhere checks changed to check for eq STRING_NOT_FOUND
5577:
5578: * src/classes/int.C [template_gc] 1.49.2.7.2.4:
5579: * src/classes/table.C [template_gc] 1.172.2.14.2.10:
5580: int.C compiled
5581:
5582: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.4:
5583: pa_wcontext.C compiled
5584:
5585: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.4:
5586: pa_vstring.C compiled
5587:
5588: * src/main/pa_string.C [template_gc] 1.172.2.21.2.27:
5589: * src/main/untaint.C [template_gc] 1.115.2.12.2.13:
5590: * tests/Makefile [template_gc] 1.1.2.8.2.3:
5591: string optimize bit implemented
5592:
5593: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.6:
5594: * src/main/execute.C [template_gc] 1.295.2.27.2.9:
5595: * src/main/pa_string.C [template_gc] 1.172.2.21.2.23:
5596: hashcode implemented fully, including per-char callback [it can
5597: be - substr CORD node]
5598:
5599: * src/classes/table.C [template_gc] 1.172.2.14.2.17:
5600: * src/include/pa_string.h [template_gc] 1.144.2.28.2.29:
5601: * src/main/pa_string.C [template_gc] 1.172.2.21.2.25:
5602: String::this_starts fixed
5603:
5604: * src/classes/date.C [template_gc] 1.42.2.11.2.7:
5605: * src/classes/file.C [template_gc] 1.107.2.16.2.8:
5606: * src/classes/form.C [template_gc] 1.34.2.7.2.6:
5607: * src/classes/image.C [template_gc] 1.90.2.15.2.13:
5608: * src/classes/math.C [template_gc] 1.24.2.12.2.7:
5609: * src/classes/op.C [template_gc] 1.127.2.22.2.15:
5610: * src/classes/table.C [template_gc] 1.172.2.14.2.15:
5611: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.4:
5612: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.4:
5613: * src/include/pa_common.h [template_gc] 1.89.2.13.2.7:
5614: * src/include/pa_request.h [template_gc] 1.160.2.37.2.10:
5615: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.4:
5616: * src/include/pa_table.h [template_gc] 1.48.2.11.2.5:
5617: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.6:
5618: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.6:
5619: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.9:
5620: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.3:
5621: * src/main/pa_request.C [template_gc] 1.245.2.37.2.11:
5622: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.3:
5623: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.4:
5624: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.5:
5625: * src/types/pa_value.C [template_gc] 1.9.2.15.2.8:
5626: * src/types/pa_value.h [template_gc] 1.109.2.25.2.7:
5627: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.12:
5628: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.6:
5629: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.5:
5630: 2*2 worked :)
5631:
5632: * src/classes/string.C [template_gc] 1.125.2.15.2.13:
5633: * src/include/pa_request.h [template_gc] 1.160.2.37.2.9:
5634: * src/include/pa_string.h [template_gc] 1.144.2.28.2.25:
5635: * src/main/pa_string.C [template_gc] 1.172.2.21.2.20:
5636: string.C compiled
5637:
5638: * src/include/pa_array.h [template_gc] 1.57.2.27.2.5:
5639: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.11:
5640: gif encoding rewritten to rewalloc with 100byte buf ahead
5641:
5642: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.10:
5643: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.11:
5644: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.4:
5645: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.3:
5646: pa_vmail.C compiled
5647:
5648: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.2:
5649: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.6:
5650: pa_vimage.C compiled
5651:
5652: * src/include/pa_string.h [template_gc] 1.144.2.28.2.21:
5653: * src/main/pa_string.C [template_gc] 1.172.2.21.2.17:
5654: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.2:
5655: * src/main/untaint.C [template_gc] 1.115.2.12.2.10:
5656: main.lib compiled
5657:
5658: 2003-03-21 paf
5659: * src/classes/hash.C [template_gc] 1.54.2.13.2.6:
5660: * src/classes/mail.C [template_gc] 1.88.2.16.2.8:
5661: * src/classes/op.C [template_gc] 1.127.2.22.2.9:
5662: * src/include/pa_request.h [template_gc] 1.160.2.37.2.5:
5663: * src/main/execute.C [template_gc] 1.295.2.27.2.6:
5664: * src/main/pa_request.C [template_gc] 1.245.2.37.2.7:
5665: * src/types/pa_value.C [template_gc] 1.9.2.15.2.5:
5666: * src/types/pa_value.h [template_gc] 1.109.2.25.2.4:
5667: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.5:
5668: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.3:
5669: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.4:
5670: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.7:
5671: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.4:
5672: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.3:
5673: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.3:
5674: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.3:
5675: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.4:
5676: pa_request.C 50% compiled
5677:
1.38 ! paf 5678: * src/classes/file.C 1.108:
! 5679: ^file::exec/cgi now does not pass post data by default.
! 5680: use: ^file::exec[...;$.stdin[$request.body]
! 5681:
1.23 paf 5682: * src/classes/op.C [template_gc] 1.127.2.22.2.11:
5683: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.3:
5684: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.3:
5685: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.3:
5686: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.3:
5687: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.5:
5688: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.2:
5689: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.5:
5690: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.2:
5691: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.5:
5692: pa_sql_driver_manager.C compiled
5693:
5694: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.4:
5695: * src/main/pa_string.C [template_gc] 1.172.2.21.2.14:
5696: test14 [bug fixed]
5697:
5698: * src/classes/classes.C [template_gc] 1.18.2.6.2.1:
5699: * src/classes/classes.h [template_gc] 1.23.2.9.2.2:
5700: * src/classes/date.C [template_gc] 1.42.2.11.2.4:
5701: * src/classes/double.C [template_gc] 1.53.2.8.2.2:
5702: * src/classes/file.C [template_gc] 1.107.2.16.2.5:
5703: * src/classes/form.C [template_gc] 1.34.2.7.2.4:
5704: * src/classes/hash.C [template_gc] 1.54.2.13.2.5:
5705: * src/classes/image.C [template_gc] 1.90.2.15.2.8:
5706: * src/classes/int.C [template_gc] 1.49.2.7.2.2:
5707: * src/classes/mail.C [template_gc] 1.88.2.16.2.6:
5708: * src/classes/math.C [template_gc] 1.24.2.12.2.4:
5709: * src/classes/op.C [template_gc] 1.127.2.22.2.7:
5710: * src/classes/string.C [template_gc] 1.125.2.15.2.7:
5711: * src/classes/table.C [template_gc] 1.172.2.14.2.6:
5712: * src/classes/void.C [template_gc] 1.28.2.5.2.2:
5713: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.6:
5714: * src/classes/xnode.C [template_gc] 1.54.2.10.2.5:
5715: * src/classes/xnode.h [template_gc] 1.18.2.6.2.2:
5716: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.2:
5717: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.2:
5718: * src/include/pa_common.h [template_gc] 1.89.2.13.2.5:
5719: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.2:
5720: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.8:
5721: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.1:
5722: * src/include/pa_request.h [template_gc] 1.160.2.37.2.3:
5723: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.3:
5724: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.2:
5725: * src/include/pa_string.h [template_gc] 1.144.2.28.2.17:
5726: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.2:
5727: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.2:
5728: * src/include/pa_table.h [template_gc] 1.48.2.11.2.4:
5729: * src/main/compile.C [template_gc] 1.69.2.6.2.3:
5730: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.7:
5731: * src/main/compile.y [template_gc] 1.204.2.8.2.1:
5732: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.3:
5733: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.2:
5734: * src/main/execute.C [template_gc] 1.295.2.27.2.4:
5735: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.4:
5736: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.2:
5737: * src/main/pa_common.C [template_gc] 1.143.2.21.2.8:
5738: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.5:
5739: * src/main/pa_request.C [template_gc] 1.245.2.37.2.5:
5740: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.4:
5741: * src/main/pa_string.C [template_gc] 1.172.2.21.2.15:
5742: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.4:
5743: * src/main/untaint.C [template_gc] 1.115.2.12.2.9:
5744: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.3:
5745: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.4:
5746: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.4:
5747: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.2:
5748: * src/types/pa_method.h [template_gc] 1.1.2.4.2.3:
5749: * src/types/pa_value.C [template_gc] 1.9.2.15.2.4:
5750: * src/types/pa_value.h [template_gc] 1.109.2.25.2.3:
5751: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.1:
5752: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.2:
5753: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.2:
5754: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.3:
5755: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.4:
5756: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.2:
5757: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.2:
5758: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.2:
5759: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.3:
5760: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.2:
5761: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.4:
5762: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.4:
5763: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.2:
5764: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.2:
5765: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.3:
5766: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.2:
5767: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.2:
5768: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.1:
5769: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.8:
5770: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.2:
5771: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.2:
5772: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.2:
5773: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.4:
5774: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.5:
5775: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.3:
5776: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.2:
5777: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.2:
5778: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.2:
5779: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.3:
5780: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.2:
5781: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.2:
5782: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.3:
5783: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.2:
5784: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.3:
5785: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.2:
5786: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.3:
5787: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.2:
5788: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.3:
5789: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.3:
5790: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.2:
5791: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.3:
5792: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.4:
5793: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.4:
5794: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.3:
5795: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.3:
5796: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.4:
5797: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.3:
5798: introducing StringBody [C++ CORD wrapper]
5799:
5800: * src/main/pa_common.C 1.146:
5801: * src/main/pa_common.C 1.148:
5802: } typo bug fix
5803:
5804: * src/classes/hash.C [template_gc] 1.54.2.13.2.7:
5805: * src/classes/image.C [template_gc] 1.90.2.15.2.10:
5806: * src/classes/op.C [template_gc] 1.127.2.22.2.10:
5807: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.7:
5808: * src/classes/xnode.C [template_gc] 1.54.2.10.2.6:
5809: * src/include/pa_common.h [template_gc] 1.89.2.13.2.6:
5810: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.5:
5811: * src/include/pa_request.h [template_gc] 1.160.2.37.2.6:
5812: * src/include/pa_string.h [template_gc] 1.144.2.28.2.20:
5813: * src/main/compile.C [template_gc] 1.69.2.6.2.4:
5814: * src/main/pa_common.C [template_gc] 1.143.2.21.2.10:
5815: * src/main/pa_request.C [template_gc] 1.245.2.37.2.8:
5816: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.9:
5817: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.4:
5818: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.5:
5819: pa_request.C compiled
5820:
5821: * src/classes/image.C [template_gc] 1.90.2.15.2.9:
5822: * src/classes/mail.C [template_gc] 1.88.2.16.2.7:
5823: * src/classes/op.C [template_gc] 1.127.2.22.2.8:
5824: * src/include/pa_request.h [template_gc] 1.160.2.37.2.4:
5825: * src/include/pa_string.h [template_gc] 1.144.2.28.2.18:
5826: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.8:
5827: * src/main/compile.y [template_gc] 1.204.2.8.2.2:
5828: * src/main/execute.C [template_gc] 1.295.2.27.2.5:
5829: * src/main/pa_common.C [template_gc] 1.143.2.21.2.9:
5830: * src/main/pa_request.C [template_gc] 1.245.2.37.2.6:
5831: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.3:
5832: * src/types/pa_method.h [template_gc] 1.1.2.4.2.4:
5833: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.4:
5834: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.3:
5835: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.6:
5836: execute.C compiled
5837:
5838: * src/main/pa_common.C 1.147:
5839: * src/targets/cgi/parser3.C 1.217:
5840: *** empty log message ***
5841:
5842: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.2:
5843: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.3:
5844: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.3:
5845: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.9:
5846: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.5:
5847: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.3:
5848: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.5:
5849: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.6:
5850: pa_charsets.C compiled
5851:
5852: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.4:
5853: * src/include/pa_string.h [template_gc] 1.144.2.28.2.19:
5854: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.7:
5855: * src/main/pa_string.C [template_gc] 1.172.2.21.2.16:
5856: pa_exec.C compiled [win32 only for now] todo: on unix
5857:
5858: * src/classes/file.C 1.109:
5859: * src/include/pa_charset.h 1.21:
5860: * src/main/pa_charset.C 1.34:
5861: $file::exec/cgi[script;
5862: $.charset[this is script's charset]
5863:
5864: command line, env values, input got transcoded before call
5865: stdout, stderr got transcoded after call
5866:
5867: 2003-03-20 paf
5868: * src/include/pa_string.h [template_gc] 1.144.2.28.2.12:
5869: this_starts fixed
5870:
5871: * src/include/pa_string.h [template_gc] 1.144.2.28.2.16:
5872: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.3:
5873: * src/main/pa_string.C [template_gc] 1.172.2.21.2.13:
5874: * src/main/untaint.C [template_gc] 1.115.2.12.2.8:
5875: cord bug fix, but still errors
5876: todo: clear out
5877:
5878: * src/include/pa_array.h [template_gc] 1.57.2.27.2.4:
5879: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.4:
5880: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.6:
5881: * src/include/pa_string.h [template_gc] 1.144.2.28.2.9:
5882: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.3:
5883: * src/main/pa_string.C [template_gc] 1.172.2.21.2.8:
5884: test: gc/exit runned OK
5885:
5886: * src/classes/image.C [template_gc] 1.90.2.15.2.5:
5887: * src/classes/mail.C [template_gc] 1.88.2.16.2.4:
5888: * src/classes/math.C [template_gc] 1.24.2.12.2.3:
5889: * src/classes/string.C [template_gc] 1.125.2.15.2.5:
5890: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.3:
5891: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.3:
5892: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.5:
5893: * src/include/pa_string.h [template_gc] 1.144.2.28.2.7:
5894: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.2:
5895: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.2:
5896: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.2:
5897: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.3:
5898: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.2:
5899: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.2:
5900: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.2:
5901: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.2:
5902: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.2:
5903: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.4:
5904: * src/main/pa_common.C [template_gc] 1.143.2.21.2.5:
5905: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.2:
5906: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.3:
5907: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.2:
5908: * src/main/pa_request.C [template_gc] 1.245.2.37.2.4:
5909: * src/main/pa_string.C [template_gc] 1.172.2.21.2.6:
5910: * src/main/untaint.C [template_gc] 1.115.2.12.2.4:
5911: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.3:
5912: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.5:
5913: untaint.C 99% [except mail&sql&optimize]
5914:
1.24 paf 5915: * src/types/pa_vmail.C 1.42:
5916: another naming problem: should not name vars like that: unpredictable close caused problems with later sending mail:
5917: Mar 20 06:39:53 pt-6 sendmail[19044]: File descriptors missing on startup: stdin; Bad file number
5918:
5919: todo: find out why so many filters(stream) here. probably wrong?
5920:
1.23 paf 5921: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.4:
5922: * src/include/pa_string.h [template_gc] 1.144.2.28.2.8:
5923: * src/main/pa_common.C [template_gc] 1.143.2.21.2.6:
5924: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.3:
5925: * src/main/pa_string.C [template_gc] 1.172.2.21.2.7:
5926: * src/main/untaint.C [template_gc] 1.115.2.12.2.5:
5927: test compiled
5928:
5929: * src/include/pa_string.h [template_gc] 1.144.2.28.2.15:
5930: more tests
5931:
5932: * src/classes/image.C [template_gc] 1.90.2.15.2.7:
5933: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.5:
5934: * src/include/pa_string.h [template_gc] 1.144.2.28.2.14:
5935: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.1:
5936: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.1:
5937: * src/lib/pcre/internal.h [template_gc] 1.1.18.1:
5938: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.3:
5939: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.3:
5940: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.6:
5941: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.4:
5942: * src/main/pa_string.C [template_gc] 1.172.2.21.2.11:
5943: * src/main/untaint.C [template_gc] 1.115.2.12.2.7:
5944: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.7:
5945: more tests [bugs fixed]
5946:
1.24 paf 5947: * src/include/pa_string.h [template_gc] 1.144.2.28.2.11:
5948: * src/main/pa_string.C [template_gc] 1.172.2.21.2.10:
5949: added: assertion on new String ctor & append params convention
5950:
1.23 paf 5951: * src/main/pa_string.C [template_gc] 1.172.2.21.2.12:
5952: string.pos fixed
5953:
5954: * src/classes/file.C [template_gc] 1.107.2.16.2.4:
5955: * src/classes/hash.C [template_gc] 1.54.2.13.2.4:
5956: * src/classes/image.C [template_gc] 1.90.2.15.2.6:
5957: * src/classes/mail.C [template_gc] 1.88.2.16.2.5:
5958: * src/classes/op.C [template_gc] 1.127.2.22.2.6:
5959: * src/classes/string.C [template_gc] 1.125.2.15.2.6:
5960: * src/classes/table.C [template_gc] 1.172.2.14.2.5:
5961: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.5:
5962: * src/include/pa_common.h [template_gc] 1.89.2.13.2.4:
5963: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.7:
5964: * src/include/pa_string.h [template_gc] 1.144.2.28.2.10:
5965: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.5:
5966: * src/main/pa_common.C [template_gc] 1.143.2.21.2.7:
5967: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.4:
5968: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.4:
5969: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.3:
5970: * src/main/pa_string.C [template_gc] 1.172.2.21.2.9:
5971: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.3:
5972: * src/main/untaint.C [template_gc] 1.115.2.12.2.6:
5973: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.3:
5974: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.2:
5975: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.6:
5976: more tests OK
5977:
5978: * parser3.dsw [template_gc] 1.7.6.1.2.2:
5979: * src/classes/file.C [template_gc] 1.107.2.16.2.3:
5980: * src/classes/image.C [template_gc] 1.90.2.15.2.4:
5981: * src/classes/op.C [template_gc] 1.127.2.22.2.5:
5982: * src/classes/string.C [template_gc] 1.125.2.15.2.4:
5983: * src/classes/table.C [template_gc] 1.172.2.14.2.4:
5984: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.4:
5985: * src/classes/xnode.C [template_gc] 1.54.2.10.2.4:
5986: * src/include/pa_common.h [template_gc] 1.89.2.13.2.3:
5987: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.4:
5988: * src/include/pa_request.h [template_gc] 1.160.2.37.2.2:
5989: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.2:
5990: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.2:
5991: * src/include/pa_string.h [template_gc] 1.144.2.28.2.6:
5992: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.3:
5993: * src/main/execute.C [template_gc] 1.295.2.27.2.3:
5994: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.3:
5995: * src/main/pa_common.C [template_gc] 1.143.2.21.2.4:
5996: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.3:
5997: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.2:
5998: * src/main/pa_request.C [template_gc] 1.245.2.37.2.3:
5999: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.2:
6000: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.2:
6001: * src/main/untaint.C [template_gc] 1.115.2.12.2.3:
6002: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.1:
6003: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.2:
6004: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.3:
6005: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.2:
6006: * src/types/pa_value.C [template_gc] 1.9.2.15.2.3:
6007: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.2:
6008: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.3:
6009: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.2:
6010: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.3:
6011: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.4:
6012: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.3:
6013: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.4:
6014: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.2:
6015: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.2:
6016: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.2:
6017: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.2:
6018: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.2:
6019: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.3:
6020: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.3:
6021: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.3:
6022: untaint.C 30%,
6023: pa_common.C [done, without http for now]
6024:
6025: * src/include/pa_string.h [template_gc] 1.144.2.28.2.13:
6026: warning
6027:
6028: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.1:
6029: * src/lib/ltdl/config_fixed.h [template_gc] 1.2.2.2.2.1:
6030: * src/lib/ltdl/configure [template_gc] 1.4.2.1.2.1:
6031: * src/lib/ltdl/configure.in [template_gc] 1.4.2.1.2.1:
6032: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.1:
6033: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.2:
6034: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.2:
6035: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.3:
6036: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.4:
6037: * src/lib/pcre/internal.h [template_gc] 1.1.18.2:
6038: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.3:
6039: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.4:
6040: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.3:
6041: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.3:
6042: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.4:
6043: undone bad replaces
6044:
6045: 2003-03-19 paf
6046: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.2:
6047: * src/classes/string.C [template_gc] 1.125.2.15.2.3:
6048: * src/classes/table.C [template_gc] 1.172.2.14.2.3:
6049: * src/include/pa_array.h [template_gc] 1.57.2.27.2.1:
6050: * src/include/pa_common.h [template_gc] 1.89.2.13.2.2:
6051: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.2:
6052: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.2:
6053: * src/include/pa_string.h [template_gc] 1.144.2.28.2.3:
6054: * src/include/pa_table.h [template_gc] 1.48.2.11.2.2:
6055: * src/lib/cord/cord.dsp [template_gc] 1.1.2.2:
6056: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.2:
6057: * src/main/main.dsp [template_gc] 1.161.6.14.2.2:
6058: * src/main/pa_common.C [template_gc] 1.143.2.21.2.2:
6059: * src/main/pa_string.C [template_gc] 1.172.2.21.2.3:
6060: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.2:
6061: * src/types/pa_method.h [template_gc] 1.1.2.4.2.2:
6062: * src/types/pa_value.h [template_gc] 1.109.2.25.2.2:
6063: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.2:
6064: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.2:
6065: * src/types/types.dsp [template_gc] 1.35.10.9.2.2:
6066: string reimplementation with cord+array<fragment>: 70%
6067:
6068: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.1:
6069: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.1:
6070: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.2:
6071: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.1:
6072: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.1:
6073: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.1:
6074: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.1:
6075: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.1:
6076: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.1:
6077: restored bad replaces
6078:
6079: * src/classes/date.C [template_gc] 1.42.2.11.2.3:
6080: * src/classes/form.C [template_gc] 1.34.2.7.2.3:
6081: * src/classes/hash.C [template_gc] 1.54.2.13.2.3:
6082: * src/classes/image.C [template_gc] 1.90.2.15.2.3:
6083: * src/classes/mail.C [template_gc] 1.88.2.16.2.3:
6084: * src/classes/op.C [template_gc] 1.127.2.22.2.4:
6085: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.3:
6086: * src/classes/xnode.C [template_gc] 1.54.2.10.2.3:
6087: * src/include/pa_array.h [template_gc] 1.57.2.27.2.3:
6088: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.1:
6089: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.3:
6090: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.3:
6091: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.2:
6092: * src/include/pa_string.h [template_gc] 1.144.2.28.2.5:
6093: * src/include/pa_table.h [template_gc] 1.48.2.11.2.3:
6094: * src/main/compile.C [template_gc] 1.69.2.6.2.2:
6095: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.2:
6096: * src/main/execute.C [template_gc] 1.295.2.27.2.2:
6097: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.2:
6098: * src/main/pa_common.C [template_gc] 1.143.2.21.2.3:
6099: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.2:
6100: * src/main/pa_request.C [template_gc] 1.245.2.37.2.2:
6101: * src/main/pa_socks.C [template_gc] 1.18.2.5.2.1:
6102: * src/main/pa_string.C [template_gc] 1.172.2.21.2.5:
6103: * src/main/pa_table.C [template_gc] 1.53.2.10.2.2:
6104: * src/main/untaint.C [template_gc] 1.115.2.12.2.2:
6105: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.2:
6106: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.3:
6107: * src/types/pa_value.C [template_gc] 1.9.2.15.2.2:
6108: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.2:
6109: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.2:
6110: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.2:
6111: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.3:
6112: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.3:
6113: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.2:
6114: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.2:
6115: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.2:
6116: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.2:
6117: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.2:
6118: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.2:
6119: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.2:
6120: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.2:
6121: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.2:
6122: started test
6123:
6124: * src/classes/op.C [template_gc] 1.127.2.22.2.3:
6125: * src/include/pa_array.h [template_gc] 1.57.2.27.2.2:
6126: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.2:
6127: * src/include/pa_string.h [template_gc] 1.144.2.28.2.4:
6128: * src/main/pa_string.C [template_gc] 1.172.2.21.2.4:
6129: string compiled
6130: todo: test it
6131:
6132: 2003-03-18 paf
6133: * src/classes/date.C [template_gc] 1.42.2.11.2.2:
6134: * src/classes/file.C [template_gc] 1.107.2.16.2.2:
6135: * src/classes/form.C [template_gc] 1.34.2.7.2.2:
6136: * src/classes/hash.C [template_gc] 1.54.2.13.2.2:
6137: * src/classes/image.C [template_gc] 1.90.2.15.2.2:
6138: * src/classes/mail.C [template_gc] 1.88.2.16.2.2:
6139: * src/classes/math.C [template_gc] 1.24.2.12.2.2:
6140: * src/classes/op.C [template_gc] 1.127.2.22.2.2:
6141: * src/classes/string.C [template_gc] 1.125.2.15.2.2:
6142: * src/classes/table.C [template_gc] 1.172.2.14.2.2:
6143: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.2:
6144: * src/classes/xnode.C [template_gc] 1.54.2.10.2.2:
6145: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.2:
6146: * src/include/pa_string.h [template_gc] 1.144.2.28.2.2:
6147: * src/main/pa_string.C [template_gc] 1.172.2.21.2.2:
6148: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.2:
6149: lots of replacements,
6150: todo:we can ignore lang in cmp and pos really,
6151: but would split properly!
6152:
6153: * src/include/pa_pool.h [gc] 1.86.4.2:
6154: * src/main/execute.C [gc] 1.295.4.2:
6155: * src/targets/cgi/pa_pool.C [gc] 1.41.4.2:
6156: gc logging
6157:
6158: * src/lib/cord/cord.dsp [template_gc] 1.1.2.1:
6159: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.1:
6160: * src/lib/cord/cordprnt.c [template_gc] 1.1.2.1:
6161: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.1:
6162: gc: cord part made parser/src/lib: it's not compiled into libgc
6163: by default
6164:
6165: * src/lib/cord/cordxtra.c 1.1:
6166: file cordxtra.c was initially added on branch template_gc.
6167:
6168: * src/lib/cord/cordbscs.c 1.1:
6169: file cordbscs.c was initially added on branch template_gc.
6170:
6171: * parser3.dsw [template_gc] 1.7.6.1.2.1:
6172: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.1:
6173: * src/classes/classes.h [template_gc] 1.23.2.9.2.1:
6174: * src/classes/date.C [template_gc] 1.42.2.11.2.1:
6175: * src/classes/double.C [template_gc] 1.53.2.8.2.1:
6176: * src/classes/file.C [template_gc] 1.107.2.16.2.1:
6177: * src/classes/form.C [template_gc] 1.34.2.7.2.1:
6178: * src/classes/hash.C [template_gc] 1.54.2.13.2.1:
6179: * src/classes/image.C [template_gc] 1.90.2.15.2.1:
6180: * src/classes/int.C [template_gc] 1.49.2.7.2.1:
6181: * src/classes/mail.C [template_gc] 1.88.2.16.2.1:
6182: * src/classes/math.C [template_gc] 1.24.2.12.2.1:
6183: * src/classes/op.C [template_gc] 1.127.2.22.2.1:
6184: * src/classes/response.C [template_gc] 1.23.2.8.2.1:
6185: * src/classes/string.C [template_gc] 1.125.2.15.2.1:
6186: * src/classes/table.C [template_gc] 1.172.2.14.2.1:
6187: * src/classes/void.C [template_gc] 1.28.2.5.2.1:
6188: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.1:
6189: * src/classes/xnode.C [template_gc] 1.54.2.10.2.1:
6190: * src/classes/xnode.h [template_gc] 1.18.2.6.2.1:
6191: * src/include/Makefile.am [template_gc] 1.3.14.2.2.1:
6192: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.1:
6193: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.1:
6194: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.1:
6195: * src/include/pa_common.h [template_gc] 1.89.2.13.2.1:
6196: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.1:
6197: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.1:
6198: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.1:
6199: * src/include/pa_globals.h [template_gc] 1.101.2.15.2.1:
6200: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.1:
6201: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.1:
6202: * src/include/pa_pool.h [template_gc] 1.86.2.32.2.1:
6203: * src/include/pa_request.h [template_gc] 1.160.2.37.2.1:
6204: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.1:
6205: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.1:
6206: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.1:
6207: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.1:
6208: * src/include/pa_string.h [template_gc] 1.144.2.28.2.1:
6209: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.1:
6210: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.1:
6211: * src/include/pa_table.h [template_gc] 1.48.2.11.2.1:
6212: * src/include/pa_uue.h [template_gc] 1.4.2.3.2.1:
6213: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.1:
6214: * src/main/Makefile.am [template_gc] 1.35.6.4.2.1:
6215: * src/main/compile.C [template_gc] 1.69.2.6.2.1:
6216: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.1:
6217: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.1:
6218: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.1:
6219: * src/main/execute.C [template_gc] 1.295.2.27.2.1:
6220: * src/main/main.dsp [template_gc] 1.161.6.14.2.1:
6221: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.1:
6222: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.1:
6223: * src/main/pa_common.C [template_gc] 1.143.2.21.2.1:
6224: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.1:
6225: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.1:
6226: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.1:
6227: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.1:
6228: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.1:
6229: * src/main/pa_pool.C [template_gc] 1.59.2.6.2.1:
6230: * src/main/pa_request.C [template_gc] 1.245.2.37.2.1:
6231: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.1:
6232: * src/main/pa_string.C [template_gc] 1.172.2.21.2.1:
6233: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.1:
6234: * src/main/pa_table.C [template_gc] 1.53.2.10.2.1:
6235: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.1:
6236: * src/main/untaint.C [template_gc] 1.115.2.12.2.1:
6237: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.1:
6238: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.1:
6239: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.1:
6240: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.1:
6241: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.1:
6242: * src/types/pa_method.h [template_gc] 1.1.2.4.2.1:
6243: * src/types/pa_value.C [template_gc] 1.9.2.15.2.1:
6244: * src/types/pa_value.h [template_gc] 1.109.2.25.2.1:
6245: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.1:
6246: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.1:
6247: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.1:
6248: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.1:
6249: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.1:
6250: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.1:
6251: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.1:
6252: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.1:
6253: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.1:
6254: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.1:
6255: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.1:
6256: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.1:
6257: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.1:
6258: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.1:
6259: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.1:
6260: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.1:
6261: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.1:
6262: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.1:
6263: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.1:
6264: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.1:
6265: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.1:
6266: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.1:
6267: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.1:
6268: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.1:
6269: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.1:
6270: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.1:
6271: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.1:
6272: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.1:
6273: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.1:
6274: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.1:
6275: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.1:
6276: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.1:
6277: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.1:
6278: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.1:
6279: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.1:
6280: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.1:
6281: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.1:
6282: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.1:
6283: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.1:
6284: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.1:
6285: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.1:
6286: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.1:
6287: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.1:
6288: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.1:
6289: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.1:
6290: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.1:
6291: * src/types/types.dsp [template_gc] 1.35.10.9.2.1:
6292: started porting to gc:
6293: PA_Object done
6294: lots of replacements also
6295:
6296: * src/lib/cord/cordprnt.c 1.1:
6297: file cordprnt.c was initially added on branch template_gc.
6298:
6299: * src/lib/cord/cord.dsp 1.1:
6300: file cord.dsp was initially added on branch template_gc.
6301:
6302: 2003-03-17 paf
6303: * src/classes/date.C [gc] 1.42.4.1:
6304: * src/classes/file.C [gc] 1.107.4.1:
6305: * src/classes/form.C [gc] 1.34.4.1:
6306: * src/classes/image.C [gc] 1.90.4.1:
6307: * src/classes/mail.C [gc] 1.88.4.1:
6308: * src/classes/op.C [gc] 1.127.4.1:
6309: * src/classes/table.C [gc] 1.172.4.1:
6310: * src/classes/xdoc.C [gc] 1.108.4.1:
6311: * src/classes/xnode.C [gc] 1.54.4.1:
6312: * src/include/pa_pool.h [gc] 1.86.4.1:
6313: * src/include/pa_pragma_pack_begin.h [gc] 1.6.4.1:
6314: * src/include/pa_pragma_pack_end.h [gc] 1.6.4.1:
6315: * src/include/pa_string.h [gc] 1.144.4.1:
6316: * src/include/pa_types.h [gc] 1.44.4.1:
6317: * src/main/compile.C [gc] 1.69.4.1:
6318: * src/main/compile.tab.C [gc] 1.81.4.1:
6319: * src/main/execute.C [gc] 1.295.4.1:
6320: * src/main/pa_charset.C [gc] 1.33.4.1:
6321: * src/main/pa_common.C [gc] 1.145.2.1:
6322: * src/main/pa_exception.C [gc] 1.43.4.1:
6323: * src/main/pa_exec.C [gc] 1.48.4.1:
6324: * src/main/pa_globals.C [gc] 1.152.4.1:
6325: * src/main/pa_pool.C [gc] 1.59.4.1:
6326: * src/main/pa_request.C [gc] 1.245.4.1:
6327: * src/main/pa_sql_driver_manager.C [gc] 1.69.4.1:
6328: * src/main/pa_string.C [gc] 1.172.4.1:
6329: * src/main/pa_stylesheet_manager.C [gc] 1.16.4.1:
6330: * src/main/pa_uue.C [gc] 1.4.4.1:
6331: * src/main/untaint.C [gc] 1.115.4.1:
6332: * src/targets/cgi/pa_pool.C [gc] 1.41.4.1:
6333: * src/targets/cgi/parser3.C [gc] 1.216.4.1:
6334: * src/targets/cgi/parser3.dsp [gc] 1.60.12.1:
6335: * src/targets/cgi/pool_storage.h [gc] 1.13.4.1:
6336: * src/types/pa_vcookie.C [gc] 1.55.4.1:
6337: * src/types/pa_vdouble.h [gc] 1.42.4.1:
6338: * src/types/pa_vfile.C [gc] 1.36.4.1:
6339: * src/types/pa_vform.C [gc] 1.74.4.1:
6340: * src/types/pa_vint.h [gc] 1.38.4.1:
6341: * src/types/pa_vmail.C [gc] 1.41.2.1:
6342: * src/types/pa_vxdoc.C [gc] 1.23.4.1:
6343: * src/types/pa_vxdoc.h [gc] 1.31.4.1:
6344: * src/types/pa_vxnode.C [gc] 1.30.4.1:
6345: * src/types/pa_vxnode.h [gc] 1.22.4.1:
6346: * www/htdocs/.htaccess [gc] 1.12.8.1:
6347: * www/htdocs/auto.p [gc] 1.17.12.1:
6348: libgc attempt
6349:
6350: * src/main/pa_common.C [gc] 1.145.2.2:
6351: * src/main/pa_common.C [gc] 1.145.2.3:
6352: *** empty log message ***
6353:
6354: 2003-03-13 paf
6355: * src/include/pa_request.h [autoptr] 1.160.2.37:
6356: * src/lib/ltdl/libltdl.dsp [autoptr] 1.3.2.1:
6357: * src/lib/md5/md5.dsp [autoptr] 1.2.10.1:
6358: * src/main/compile.tab.C [autoptr] 1.81.2.13:
6359: * src/main/execute.C [autoptr] 1.295.2.27:
6360: * src/main/pa_request.C [autoptr] 1.245.2.37:
6361: * src/targets/cgi/parser3.C [autoptr] 1.216.2.28:
6362: * src/types/pa_value.C [autoptr] 1.9.2.15:
6363: * src/types/pa_value.h [autoptr] 1.109.2.25:
6364: * src/types/pa_vobject.h [autoptr] 1.38.2.9:
6365: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.16:
6366: * src/types/pa_vstatus.C [autoptr] 1.15.2.6:
6367: * src/types/types.dsp [autoptr] 1.35.10.8:
6368: * www/htdocs/.htaccess [autoptr] 1.12.6.9:
6369: set_base, set_derived simplified [counter leaks fixed]
6370:
6371: * src/include/pa_config_fixed.h 1.55:
6372: * src/types/pa_vstatus.C 1.16:
6373: * src/types/types.dsp 1.36:
6374: incorporated status class patch
6375: From: "Victor Fedoseev" <vvf_ru@mail.ru>
6376: Sent: Thursday, January 23, 2003 8:14 AM
6377:
6378: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus Win32 specific:
6379: QuotaPeakNonPagedPoolUsage
6380: QuotaPeakPagedPoolUsage
6381: PeakPagefileUsage]
6382:
6383: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.9:
6384: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.17:
6385: * src/targets/cgi/parser3.C [autoptr] 1.216.2.29:
6386: lt_dlexit called
6387:
6388: 2003-03-12 paf
6389: * Makefile.in [autoptr] 1.48.2.4:
6390: * bin/Makefile.in [autoptr] 1.9.2.3:
6391: * configure [autoptr] 1.66.2.4:
6392: * configure.in [autoptr] 1.62.2.4:
6393: * etc/Makefile.in [autoptr] 1.14.2.3:
6394: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.3:
6395: * src/Makefile.in [autoptr] 1.55.2.3:
6396: * src/classes/Makefile.in [autoptr] 1.53.2.3:
6397: * src/include/Makefile.in [autoptr] 1.11.2.5:
6398: * src/lib/Makefile.in [autoptr] 1.8.2.3:
6399: * src/lib/md5/Makefile.in [autoptr] 1.6.2.3:
6400: * src/lib/patches/Makefile.in [autoptr] 1.10.2.3:
6401: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.3:
6402: * src/main/Makefile.in [autoptr] 1.50.2.6:
6403: * src/sql/Makefile.in [autoptr] 1.11.2.3:
6404: * src/targets/Makefile.in [autoptr] 1.42.2.3:
6405: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.4:
6406: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.4:
6407: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.4:
6408: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.3:
6409: * src/types/Makefile.in [autoptr] 1.50.2.4:
6410: libstdc++ linkage fixed for g++ 3.2.2
6411:
6412: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.8:
6413: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.5:
6414: * src/main/compile.tab.C [autoptr] 1.81.2.12:
6415: gcc 3.2 rightliy complained on using privately declared class [
6416: fixed]
6417:
6418: * Makefile.am [autoptr] 1.34.2.3:
6419: * Makefile.in [autoptr] 1.48.2.5:
6420: * src/targets/apache13/Makefile.in 1.45:
6421: * src/targets/apache13/p3runConfigure.in 1.12:
6422: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.2:
6423: * tests/Makefile [autoptr] 1.1.2.8:
6424: *** empty log message ***
6425:
6426: * src/include/pa_request.h [autoptr] 1.160.2.36:
6427: * src/main/compile.tab.C [autoptr] 1.81.2.11:
6428: * src/main/execute.C [autoptr] 1.295.2.26:
6429: * src/targets/cgi/parser3.C [autoptr] 1.216.2.25:
6430: SIGPIPE now can be intercepted
6431: and does not cause exception in exception handler
6432:
6433: * Makefile.in [autoptr] 1.48.2.3:
6434: * bin/Makefile.in [autoptr] 1.9.2.2:
6435: * configure [autoptr] 1.66.2.3:
6436: * configure.in [autoptr] 1.62.2.3:
6437: * etc/Makefile.in [autoptr] 1.14.2.2:
6438: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.2:
6439: * src/Makefile.in [autoptr] 1.55.2.2:
6440: * src/classes/Makefile.in [autoptr] 1.53.2.2:
6441: * src/include/Makefile.in [autoptr] 1.11.2.4:
6442: * src/lib/Makefile.in [autoptr] 1.8.2.2:
6443: * src/lib/md5/Makefile.in [autoptr] 1.6.2.2:
6444: * src/lib/patches/Makefile.in [autoptr] 1.10.2.2:
6445: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.2:
6446: * src/main/Makefile.in [autoptr] 1.50.2.5:
6447: * src/sql/Makefile.in [autoptr] 1.11.2.2:
6448: * src/targets/Makefile.in [autoptr] 1.42.2.2:
6449: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.2:
6450: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.3:
6451: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.3:
6452: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.3:
6453: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.2:
6454: * src/types/Makefile.in [autoptr] 1.50.2.3:
6455: configure now default links libstdc++ statically.
6456: that can be overriden by --with-dynamic-stdcpp
6457:
6458: * src/targets/cgi/parser3.C [autoptr] 1.216.2.26:
6459: 1. more detailed log on signals.
6460: 2. sigpipe before request constructor now causes death
6461:
6462: * configure [autoptr] 1.66.2.5:
6463: * configure.in [autoptr] 1.62.2.5:
6464: * src/lib/ltdl/Makefile.in [autoptr] 1.4.2.1:
6465: * src/lib/ltdl/configure [autoptr] 1.4.2.1:
6466: * src/lib/ltdl/configure.in [autoptr] 1.4.2.1:
6467: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.3:
6468: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.5:
6469: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.5:
6470: lib/ltdl/Makefile now created by /configure.in only [were by
6471: lib/ltdl/configure.in OVERWRITE]
6472:
6473: 2003-03-11 paf
6474: * src/main/compile.tab.C [autoptr] 1.81.2.10:
6475: * src/main/compile.y [autoptr] 1.204.2.7:
6476: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.4:
6477: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.8:
6478: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.15:
6479: * www/htdocs/.htaccess [autoptr] 1.12.6.8:
6480: removed necessity of libstdc++
6481:
6482: * src/include/pa_request.h 1.161:
6483: * src/include/pa_request.h [autoptr] 1.160.2.35:
6484: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
6485:
6486: 2003-03-08 paf
6487: * tests/117.html 1.1:
6488: file 117.html was initially added on branch autoptr.
6489:
6490: * src/classes/xdoc.C [autoptr] 1.108.2.19:
6491: forgotten: global xdoc when ndef XML
6492:
6493: * src/classes/mail.C [autoptr] 1.88.2.16:
6494: * src/classes/response.C [autoptr] 1.23.2.8:
6495: * src/include/pa_request.h [autoptr] 1.160.2.33:
6496: * src/main/pa_request.C [autoptr] 1.245.2.36:
6497: removing vform,response,cookie.h -> pa_request.h dependency
6498:
6499: * tests/118.html 1.1:
6500: file 118.html was initially added on branch autoptr.
6501:
6502: * tests/results/115.processed 1.1:
6503: file 115.processed was initially added on branch autoptr.
6504:
6505: * tests/119.html 1.1:
6506: file 119.html was initially added on branch autoptr.
6507:
6508: * tests/120.html 1.1:
6509: file 120.html was initially added on branch autoptr.
6510:
6511: * src/targets/cgi/parser3.C [autoptr] 1.216.2.22:
6512: charsets: see some strange things with old xml lib-- it's
6513: internal memory handling has faults
6514:
6515: * tests/results/117.processed 1.1:
6516: file 117.processed was initially added on branch autoptr.
6517:
6518: * tests/results/109.processed 1.1:
6519: file 109.processed was initially added on branch autoptr.
6520:
6521: * tests/results/110.processed 1.1:
6522: file 110.processed was initially added on branch autoptr.
6523:
6524: * tests/021.html [autoptr] 1.1.2.2:
6525: * tests/031.html [autoptr] 1.1.2.2:
6526: * tests/033.html [autoptr] 1.1.2.2:
6527: * tests/109.html [autoptr] 1.1.2.1:
6528: * tests/110.html [autoptr] 1.1.2.1:
6529: * tests/111.html [autoptr] 1.1.2.1:
6530: * tests/112.html [autoptr] 1.1.2.1:
6531: * tests/113.html [autoptr] 1.1.2.1:
6532: * tests/114.html [autoptr] 1.1.2.1:
6533: * tests/115.html [autoptr] 1.1.2.1:
6534: * tests/116.html [autoptr] 1.1.2.1:
6535: * tests/117.html [autoptr] 1.1.2.1:
6536: * tests/118.html [autoptr] 1.1.2.1:
6537: * tests/119.html [autoptr] 1.1.2.1:
6538: * tests/120.html [autoptr] 1.1.2.1:
6539: * tests/results/109.processed [autoptr] 1.1.2.1:
6540: * tests/results/110.processed [autoptr] 1.1.2.1:
6541: * tests/results/111.processed [autoptr] 1.1.2.1:
6542: * tests/results/112.processed [autoptr] 1.1.2.1:
6543: * tests/results/113.processed [autoptr] 1.1.2.1:
6544: * tests/results/114.processed [autoptr] 1.1.2.1:
6545: * tests/results/115.processed [autoptr] 1.1.2.1:
6546: * tests/results/116.processed [autoptr] 1.1.2.1:
6547: * tests/results/117.processed [autoptr] 1.1.2.1:
6548: * tests/results/118.processed [autoptr] 1.1.2.1:
6549: * tests/results/119.processed [autoptr] 1.1.2.1:
6550: * tests/results/120.processed [autoptr] 1.1.2.1:
6551: xml: tests
6552: 109 dom create/show
6553: 110 xpath selectSingle
6554: 111 xdoc.create from tainted &
6555: 112 xdoc.create/output with russian attr value
6556: 113 xpath selectString/Number
6557: 114 dom attributes.count
6558: 115 xpath selectBool
6559: 116 output media-type change
6560: 117 transform by dom stylesheet
6561: 118 empty transform result
6562: 119 dom setAttribute
6563: 120 nbsp letter output
6564:
6565: =END OF PREPARED XML TESTS=
6566:
6567: * tests/results/119.processed 1.1:
6568: file 119.processed was initially added on branch autoptr.
6569:
6570: * tests/results/120.processed 1.1:
6571: file 120.processed was initially added on branch autoptr.
6572:
6573: * src/targets/cgi/parser3.C [autoptr] 1.216.2.23:
6574: todo: move to latest xml version on win32 and run memleak tests again
6575:
6576: * src/classes/op.C [autoptr] 1.127.2.21:
6577: * src/include/pa_request.h [autoptr] 1.160.2.34:
6578: removing vclass,object.h -> pa_request.h dependency
6579:
6580: * tests/results/112.processed 1.1:
6581: file 112.processed was initially added on branch autoptr.
6582:
6583: * tests/results/114.processed 1.1:
6584: file 114.processed was initially added on branch autoptr.
6585:
6586: * src/main/pa_request.C [autoptr] 1.245.2.32:
6587: * src/main/pa_request.C [autoptr] 1.245.2.33:
6588: * www/htdocs/.htaccess [autoptr] 1.12.6.7:
6589: forgotten: ifdef XML
6590:
6591: * src/classes/hash.C [autoptr] 1.54.2.13:
6592: * src/classes/mail.C [autoptr] 1.88.2.15:
6593: * src/classes/string.C [autoptr] 1.125.2.15:
6594: * src/classes/table.C [autoptr] 1.172.2.14:
6595: * src/include/pa_array.h [autoptr] 1.57.2.27:
6596: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.16:
6597: * src/types/pa_vmail.C [autoptr] 1.40.2.10:
6598: * src/types/pa_vmail.h [autoptr] 1.9.2.5:
6599: * www/htdocs/.htaccess [autoptr] 1.12.6.6:
6600: * www/htdocs/index.html 1.211:
6601: started full-scale-site-test [~ http://parser.ru sources]
6602:
6603: some fixes
6604:
6605: * tests/110.html 1.1:
6606: file 110.html was initially added on branch autoptr.
6607:
6608: * tests/109.html 1.1:
6609: file 109.html was initially added on branch autoptr.
6610:
6611: * src/include/pa_types.h [autoptr] 1.44.2.3:
6612: * src/main/pa_charset.C [autoptr] 1.33.2.19:
6613: charsets: fixed problems when transcode from charset A to A.
6614:
6615: * tests/results/116.processed 1.1:
6616: file 116.processed was initially added on branch autoptr.
6617:
1.24 paf 6618: * Makefile.in [autoptr] 1.48.2.2:
6619: * src/main/pa_request.C [autoptr] 1.245.2.34:
6620: * www/cgi-bin/parser3.log [autoptr] 1.78.10.1:
6621: *** empty log message ***
6622:
1.23 paf 6623: * tests/111.html 1.1:
6624: file 111.html was initially added on branch autoptr.
6625:
6626: * src/main/untaint.C [autoptr] 1.115.2.12:
6627: * src/types/pa_vmail.C [autoptr] 1.40.2.11:
6628: mail: transcode fixed.
6629: todo: still problems when transcode from charset A to A.
6630:
6631: * tests/112.html 1.1:
6632: file 112.html was initially added on branch autoptr.
6633:
6634: * tests/results/118.processed 1.1:
6635: file 118.processed was initially added on branch autoptr.
6636:
6637: * tests/113.html 1.1:
6638: file 113.html was initially added on branch autoptr.
6639:
6640: * tests/results/111.processed 1.1:
6641: file 111.processed was initially added on branch autoptr.
6642:
6643: * tests/Makefile [autoptr] 1.1.2.7:
6644: make install & co
6645:
6646: * tests/114.html 1.1:
6647: file 114.html was initially added on branch autoptr.
6648:
6649: * tests/115.html 1.1:
6650: file 115.html was initially added on branch autoptr.
6651:
6652: * src/include/pa_config_fixed.h [autoptr] 1.54.2.5:
6653: * src/types/pa_vxdoc.C [autoptr] 1.23.2.5:
6654: yet another return 0; fixed
6655:
6656: * src/include/pa_config_fixed.h [autoptr] 1.54.2.4:
6657: * src/types/pa_vmail.C [autoptr] 1.40.2.12:
6658: * src/types/pa_vmail.h [autoptr] 1.9.2.6:
6659: vmail.C received just compiled [not tested]
6660:
6661: * tests/results/113.processed 1.1:
6662: file 113.processed was initially added on branch autoptr.
6663:
6664: * tests/116.html 1.1:
6665: file 116.html was initially added on branch autoptr.
6666:
6667: * src/include/pa_request.h [autoptr] 1.160.2.32:
6668: removing vmail.h -> pa_request.h dependency [testing...]
6669:
6670: 2003-03-07 paf
6671: * src/classes/xdoc.C [autoptr] 1.108.2.18:
6672: * src/include/pa_charset.h [autoptr] 1.20.2.18:
6673: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.5:
6674: * tests/108.html [autoptr] 1.1.2.1:
6675: * tests/108.xsl [autoptr] 1.1.2.1:
6676: * tests/results/108.processed [autoptr] 1.1.2.1:
6677: xml: test 108 transform with params [bugs fixed]
6678:
1.38 ! paf 6679: * src/classes/xdoc.C [autoptr] 1.108.2.15:
! 6680: * src/types/pa_vxdoc.h [autoptr] 1.31.2.7:
! 6681: * src/types/pa_vxnode.h [autoptr] 1.22.2.5:
! 6682: xml: linked
! 6683:
1.23 paf 6684: * tests/results/107.processed 1.1:
6685: file 107.processed was initially added on branch autoptr.
6686:
6687: * tests/108.xsl 1.1:
6688: file 108.xsl was initially added on branch autoptr.
6689:
6690: * tests/106.html 1.1:
6691: file 106.html was initially added on branch autoptr.
6692:
6693: * src/classes/classes.C [autoptr] 1.18.2.6:
6694: fixed: prevent system classes from modification to lock ALL the
6695: classes, not only directly used
6696:
6697: * tests/107.html 1.1:
6698: file 107.html was initially added on branch autoptr.
6699:
6700: * tests/108.html 1.1:
6701: file 108.html was initially added on branch autoptr.
6702:
6703: * tests/results/106.processed 1.1:
6704: file 106.processed was initially added on branch autoptr.
6705:
6706: * src/include/pa_charset.h [autoptr] 1.20.2.16:
6707: * src/main/pa_charset.C [autoptr] 1.33.2.16:
6708: * www/htdocs/.htaccess [autoptr] 1.12.6.5:
6709: xml: charset two mem alloc functions used for different cases [
6710: libxml, libxsl]
6711:
6712: * src/classes/xdoc.C [autoptr] 1.108.2.17:
6713: * src/include/pa_charset.h [autoptr] 1.20.2.17:
6714: * src/include/pa_request.h [autoptr] 1.160.2.31:
6715: * src/main/execute.C [autoptr] 1.295.2.25:
6716: * src/main/pa_charset.C [autoptr] 1.33.2.17:
6717: * src/main/pa_exception.C [autoptr] 1.43.2.15:
6718: * src/main/pa_globals.C [autoptr] 1.152.2.19:
6719: * src/main/pa_request.C [autoptr] 1.245.2.31:
6720: * src/types/pa_vxdoc.C [autoptr] 1.23.2.4:
6721: * src/types/pa_vxdoc.h [autoptr] 1.31.2.9:
6722: * src/types/pa_vxnode.C [autoptr] 1.30.2.5:
6723: * tests/107.html [autoptr] 1.1.2.1:
6724: * tests/results/107.processed [autoptr] 1.1.2.1:
6725: xml: test: 107 bug fixes
6726:
6727: * tests/results/108.processed 1.1:
6728: file 108.processed was initially added on branch autoptr.
6729:
6730: * src/classes/xdoc.C [autoptr] 1.108.2.14:
6731: * src/types/pa_vxdoc.h [autoptr] 1.31.2.6:
6732: xdoc.C compiled
6733:
6734: * tests/106.html [autoptr] 1.1.2.1:
6735: * tests/results/106.processed [autoptr] 1.1.2.1:
6736: test: 106 xdoc create, string
6737:
6738: * src/classes/xdoc.C [autoptr] 1.108.2.16:
6739: * src/classes/xnode.C [autoptr] 1.54.2.10:
6740: * src/classes/xnode.h [autoptr] 1.18.2.6:
6741: * src/types/pa_value.h [autoptr] 1.109.2.24:
6742: * src/types/pa_vxdoc.C [autoptr] 1.23.2.3:
6743: * src/types/pa_vxdoc.h [autoptr] 1.31.2.8:
6744: * src/types/pa_vxnode.C [autoptr] 1.30.2.4:
6745: * src/types/pa_vxnode.h [autoptr] 1.22.2.6:
6746: test: 107 bug fixes
6747:
6748: * src/main/pa_charset.C [autoptr] 1.33.2.18:
6749: * src/targets/cgi/parser3.C [autoptr] 1.216.2.21:
6750: fixed: mem leak from copy/paste bug
6751:
6752: 2003-03-06 paf
6753: * tests/023.html [autoptr] 1.1.2.2:
6754: in some cases it rounded up badly. postponing solution of that
6755: problem, making more simple test
6756:
6757: * src/include/pa_charset.h [autoptr] 1.20.2.14:
6758: * src/include/pa_config_fixed.h [autoptr] 1.54.2.3:
6759: * src/include/pa_memory.h [autoptr] 1.1.2.6:
6760: * src/include/pa_pool.h [autoptr] 1.86.2.32:
6761: * src/main/pa_charset.C [autoptr] 1.33.2.14:
6762: * src/main/pa_memory.C [autoptr] 1.1.2.4:
6763: * src/main/pa_pool.C [autoptr] 1.59.2.6:
6764: * src/types/pa_vxdoc.C [autoptr] 1.23.2.2:
6765: * src/types/pa_vxdoc.h [autoptr] 1.31.2.5:
6766: * src/types/pa_vxnode.C [autoptr] 1.30.2.3:
6767: * src/types/pa_vxnode.h [autoptr] 1.22.2.4:
6768: xml: charsets
6769:
6770: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.4:
6771: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.4:
6772: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.15:
6773: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.6:
6774: xml: stylesheet&manager done
6775:
6776: * src/classes/xnode.C [autoptr] 1.54.2.9:
6777: * src/classes/xnode.h [autoptr] 1.18.2.5:
6778: * src/include/pa_charset.h [autoptr] 1.20.2.15:
6779: * src/include/pa_memory.h [autoptr] 1.1.2.8:
6780: * src/include/pa_request.h [autoptr] 1.160.2.30:
6781: * src/include/pa_string.h [autoptr] 1.144.2.28:
6782: * src/main/pa_globals.C [autoptr] 1.152.2.18:
6783: * src/main/pa_request.C [autoptr] 1.245.2.30:
6784: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.7:
6785: xnode.C compiled
6786:
6787: * src/include/pa_memory.h [autoptr] 1.1.2.7:
6788: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.3:
6789: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.3:
6790: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.5:
6791: xml: stylesheet&manager STARTED
6792:
6793: * src/include/pa_globals.h [autoptr] 1.101.2.15:
6794: * src/main/pa_charset.C [autoptr] 1.33.2.15:
6795: * src/main/pa_exception.C [autoptr] 1.43.2.14:
6796: * src/main/pa_globals.C [autoptr] 1.152.2.17:
6797: xml: exceptions
6798:
6799: * src/classes/xdoc.C [autoptr] 1.108.2.13:
6800: xdoc.C 50%
6801:
6802: * src/include/pa_charset.h [autoptr] 1.20.2.13:
6803: * src/include/pa_charsets.h [autoptr] 1.8.2.8:
6804: * src/main/pa_charset.C [autoptr] 1.33.2.13:
6805: * src/main/pa_charsets.C [autoptr] 1.11.2.10:
6806: * www/htdocs/.htaccess [autoptr] 1.12.6.4:
6807: charset_utf8 declaration moved to charsets.C
6808:
6809: * Makefile.am [autoptr] 1.34.2.2:
6810: * tests/Makefile [autoptr] 1.1.2.4:
6811: * tests/Makefile [autoptr] 1.1.2.6:
6812: *** empty log message ***
6813:
6814: * tests/058_paf2000.png [autoptr] 1.1.2.2:
6815: * tests/results/058.processed [autoptr] 1.1.2.2:
6816: .png added with -kb now
6817:
6818: 2003-03-05 paf
6819: * tests/results/105.processed 1.1:
6820: file 105.processed was initially added on branch autoptr.
6821:
6822: * src/classes/math.C [autoptr] 1.24.2.12:
6823: can be: crypt in -lcrypt OK, but crypt.h be missing
6824:
6825: * src/classes/op.C [autoptr] 1.127.2.20:
6826: * src/main/main.dsp [autoptr] 1.161.6.13:
6827: * tests/104.html [autoptr] 1.1.2.1:
6828: * tests/results/104.processed [autoptr] 1.1.2.1:
6829: * www/htdocs/.htaccess [autoptr] 1.12.6.3:
6830: ^bpt operator added [does int3 in debug build on win32]
6831:
6832: * www/htdocs/auto.p [autoptr] 1.17.10.1:
6833: * www/htdocs/autoptr.html [autoptr] 1.1.2.4:
6834: * www/htdocs/base.p [autoptr] 1.6.6.1:
6835: * www/htdocs/derived.p [autoptr] 1.24.6.1:
6836: * www/htdocs/font.gif [autoptr] 1.1.6.1:
6837: * www/htdocs/global.xsl [autoptr] 1.8.10.1:
6838: * www/htdocs/index.html [autoptr] 1.210.2.1:
6839: * www/htdocs/mailreceive.eml [autoptr] 1.3.10.1:
6840: * www/htdocs/mailreceive.html [autoptr] 1.1.10.1:
6841: * www/htdocs/operators.p [autoptr] 1.11.8.1:
6842: * www/htdocs/parser-status.html [autoptr] 1.2.18.1:
6843: * www/htdocs/people.dtd [autoptr] 1.1.20.1:
6844: * www/htdocs/some.p [autoptr] 1.2.8.1:
6845: removed old tests
6846:
6847: * tests/104.html 1.1:
6848: file 104.html was initially added on branch autoptr.
6849:
6850: * src/classes/math.C [autoptr] 1.24.2.11:
6851: * src/classes/op.C [autoptr] 1.127.2.19:
6852: * src/classes/string.C [autoptr] 1.125.2.13:
6853: * src/lib/Makefile.in [autoptr] 1.8.2.1:
6854: * src/lib/md5/Makefile.in [autoptr] 1.6.2.1:
6855: * src/lib/patches/Makefile.in [autoptr] 1.10.2.1:
6856: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.1:
6857: * src/main/pa_exec.C [autoptr] 1.48.2.18:
6858: * src/targets/Makefile.in [autoptr] 1.42.2.1:
6859: * src/targets/apache13/Makefile.am [autoptr] 1.15.10.1:
6860: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.1:
6861: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.1:
6862: gcc more happy. todo:make linker happy
6863:
1.38 ! paf 6864: * tests/105.html 1.1:
! 6865: file 105.html was initially added on branch autoptr.
! 6866:
1.23 paf 6867: * tests/results/104.processed 1.1:
6868: file 104.processed was initially added on branch autoptr.
6869:
6870: * ltmain.sh [autoptr] 1.5.2.1:
6871: ltmain.sh added
6872:
6873: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.1:
6874: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.2:
6875: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.2:
6876: linker needed more tricks to link OK
6877:
6878: * src/types/pa_vhash.C [autoptr] 1.1.2.2:
6879: * src/types/pa_vhash.h [autoptr] 1.43.2.13:
6880: hash_default_element_name made static
6881:
6882: * src/include/Makefile.am [autoptr] 1.3.14.2:
6883: * src/include/Makefile.in [autoptr] 1.11.2.3:
6884: * src/main/Makefile.am [autoptr] 1.35.6.4:
6885: * src/main/Makefile.in [autoptr] 1.50.2.4:
6886: * src/types/Makefile.am [autoptr] 1.28.10.1:
6887: * src/types/Makefile.in [autoptr] 1.50.2.2:
6888: forgotten files added to Makes
6889:
6890: * src/types/pa_vhash.C [autoptr] 1.1.2.3:
6891: * src/types/pa_vhash.h [autoptr] 1.43.2.14:
6892: hash_default_element_name change undone ;(
6893:
6894: * src/classes/file.C [autoptr] 1.107.2.16:
6895: * src/include/pa_exec.h [autoptr] 1.11.2.6:
6896: * src/main/pa_exec.C [autoptr] 1.48.2.17:
6897: pa_exec env param made optional
6898:
6899: * tests/057.html [autoptr] 1.1.2.3:
6900: * tests/results/057.processed [autoptr] 1.1.2.3:
6901: test bug fixed
6902:
6903: * src/classes/string.C [autoptr] 1.125.2.14:
6904: * src/include/pa_string.h [autoptr] 1.144.2.27:
6905: * src/main/pa_string.C [autoptr] 1.172.2.20:
6906: * tests/105.html [autoptr] 1.1.2.1:
6907: * tests/results/105.processed [autoptr] 1.1.2.1:
6908: String::match bug fixed
6909:
6910: 2003-03-04 paf
6911: * tests/results/060.processed 1.1:
6912: file 060.processed was initially added on branch autoptr.
6913:
6914: * tests/results/059.processed 1.1:
6915: file 059.processed was initially added on branch autoptr.
6916:
6917: * tests/072.html 1.1:
6918: file 072.html was initially added on branch autoptr.
6919:
6920: * tests/results/052.processed 1.1:
6921: file 052.processed was initially added on branch autoptr.
6922:
6923: * tests/074.html 1.1:
6924: file 074.html was initially added on branch autoptr.
6925:
6926: * tests/results/099.processed 1.1:
6927: file 099.processed was initially added on branch autoptr.
6928:
6929: * tests/076.html 1.1:
6930: file 076.html was initially added on branch autoptr.
6931:
6932: * tests/results/092.processed 1.1:
6933: file 092.processed was initially added on branch autoptr.
6934:
6935: * tests/results/102.processed 1.1:
6936: file 102.processed was initially added on branch autoptr.
6937:
6938: * tests/results/084.processed 1.1:
6939: file 084.processed was initially added on branch autoptr.
6940:
6941: * tests/078.html 1.1:
6942: file 078.html was initially added on branch autoptr.
6943:
6944: * tests/results/076.processed 1.1:
6945: file 076.processed was initially added on branch autoptr.
6946:
6947: * tests/081.html 1.1:
6948: file 081.html was initially added on branch autoptr.
6949:
6950: * tests/results/068.processed 1.1:
6951: file 068.processed was initially added on branch autoptr.
6952:
6953: * tests/results/061.processed 1.1:
6954: file 061.processed was initially added on branch autoptr.
6955:
6956: * src/classes/Makefile.in [autoptr] 1.53.2.1:
6957: * src/classes/mail.C [autoptr] 1.88.2.13:
6958: * src/main/Makefile.in [autoptr] 1.50.2.3:
6959: * src/main/pa_exec.C [autoptr] 1.48.2.16:
6960: * src/sql/Makefile.in [autoptr] 1.11.2.1:
6961: * src/types/Makefile.in [autoptr] 1.50.2.1:
6962: *** empty log message ***
6963:
6964: * tests/083.html 1.1:
6965: file 083.html was initially added on branch autoptr.
6966:
6967: * tests/results/053.processed 1.1:
6968: file 053.processed was initially added on branch autoptr.
6969:
6970: * tests/053.html [autoptr] 1.1.2.1:
6971: * tests/054.html [autoptr] 1.1.2.1:
6972: * tests/055.html [autoptr] 1.1.2.1:
6973: * tests/056.html [autoptr] 1.1.2.1:
6974: * tests/057.html [autoptr] 1.1.2.1:
6975: * tests/058.html [autoptr] 1.1.2.1:
6976: * tests/058_paf2000.png [autoptr] 1.1.2.1:
6977: * tests/059.html [autoptr] 1.1.2.1:
6978: * tests/060.html [autoptr] 1.1.2.1:
6979: * tests/results/053.processed [autoptr] 1.1.2.1:
6980: * tests/results/054.processed [autoptr] 1.1.2.1:
6981: * tests/results/055.processed [autoptr] 1.1.2.1:
6982: * tests/results/056.processed [autoptr] 1.1.2.1:
6983: * tests/results/057.processed [autoptr] 1.1.2.1:
6984: * tests/results/058.processed [autoptr] 1.1.2.1:
6985: * tests/results/059.processed [autoptr] 1.1.2.1:
6986: * tests/results/060.processed [autoptr] 1.1.2.1:
6987: test:
6988: 53 string.replace
6989: 54 junctions
6990: 55 table.hash
6991: 56 call indirect
6992: 57 date.create[string]
6993: 58 image.measure[png]
6994:
6995: * src/classes/image.C [autoptr] 1.90.2.14:
6996: * tests/098.html [autoptr] 1.1.2.1:
6997: * tests/098font.gif [autoptr] 1.1.2.1:
6998: * tests/results/098.processed [autoptr] 1.1.2.1:
6999: test:
7000: 98 image font text [bug fixed]
7001:
7002: * tests/085.html 1.1:
7003: file 085.html was initially added on branch autoptr.
7004:
7005: * tests/096_dir/188.jpg 1.1:
7006: file 188.jpg was initially added on branch autoptr.
7007:
7008: * tests/096_dir/163.jpg 1.1:
7009: file 163.jpg was initially added on branch autoptr.
7010:
7011: * tests/087.html 1.1:
7012: file 087.html was initially added on branch autoptr.
7013:
7014: * tests/103paf2001.gif 1.1:
7015: file 103paf2001.gif was initially added on branch autoptr.
7016:
7017: * tests/results/103.processed 1.1:
7018: file 103.processed was initially added on branch autoptr.
7019:
7020: * tests/results/093.processed 1.1:
7021: file 093.processed was initially added on branch autoptr.
7022:
7023: * tests/053.html 1.1:
7024: file 053.html was initially added on branch autoptr.
7025:
7026: * tests/results/085.processed 1.1:
7027: file 085.processed was initially added on branch autoptr.
7028:
7029: * tests/089.html 1.1:
7030: file 089.html was initially added on branch autoptr.
7031:
7032: * tests/090.html 1.1:
7033: file 090.html was initially added on branch autoptr.
7034:
7035: * tests/100.html 1.1:
7036: file 100.html was initially added on branch autoptr.
7037:
7038: * tests/results/077.processed 1.1:
7039: file 077.processed was initially added on branch autoptr.
7040:
7041: * tests/055.html 1.1:
7042: file 055.html was initially added on branch autoptr.
7043:
7044: * src/classes/table.C [autoptr] 1.172.2.12:
7045: * src/main/execute.C [autoptr] 1.295.2.23:
7046: * tests/061.dat [autoptr] 1.1.2.1:
7047: * tests/061.html [autoptr] 1.1.2.1:
7048: * tests/062.html [autoptr] 1.1.2.1:
7049: * tests/063.html [autoptr] 1.1.2.1:
7050: * tests/064.html [autoptr] 1.1.2.1:
7051: * tests/065.html [autoptr] 1.1.2.1:
7052: * tests/066.html [autoptr] 1.1.2.1:
7053: * tests/067.html [autoptr] 1.1.2.1:
7054: * tests/068.html [autoptr] 1.1.2.1:
7055: * tests/069.html [autoptr] 1.1.2.1:
7056: * tests/070.html [autoptr] 1.1.2.1:
7057: * tests/071.html [autoptr] 1.1.2.1:
7058: * tests/072.html [autoptr] 1.1.2.1:
7059: * tests/073.html [autoptr] 1.1.2.1:
7060: * tests/074.html [autoptr] 1.1.2.1:
7061: * tests/075.html [autoptr] 1.1.2.1:
7062: * tests/076.html [autoptr] 1.1.2.1:
7063: * tests/077.html [autoptr] 1.1.2.1:
7064: * tests/078.html [autoptr] 1.1.2.1:
7065: * tests/079.html [autoptr] 1.1.2.1:
7066: * tests/080.html [autoptr] 1.1.2.1:
7067: * tests/081.html [autoptr] 1.1.2.1:
7068: * tests/082.html [autoptr] 1.1.2.1:
7069: * tests/083.html [autoptr] 1.1.2.1:
7070: * tests/084.html [autoptr] 1.1.2.1:
7071: * tests/085.html [autoptr] 1.1.2.1:
7072: * tests/086.html [autoptr] 1.1.2.1:
7073: * tests/087.html [autoptr] 1.1.2.1:
7074: * tests/088.html [autoptr] 1.1.2.1:
7075: * tests/089.html [autoptr] 1.1.2.1:
7076: * tests/090.html [autoptr] 1.1.2.1:
7077: * tests/091.html [autoptr] 1.1.2.1:
7078: * tests/092.html [autoptr] 1.1.2.1:
7079: * tests/093.html [autoptr] 1.1.2.1:
7080: * tests/094.html [autoptr] 1.1.2.1:
7081: * tests/095.html [autoptr] 1.1.2.1:
7082: * tests/results/061.processed [autoptr] 1.1.2.1:
7083: * tests/results/062.processed [autoptr] 1.1.2.1:
7084: * tests/results/063.processed [autoptr] 1.1.2.1:
7085: * tests/results/064.processed [autoptr] 1.1.2.1:
7086: * tests/results/065.processed [autoptr] 1.1.2.1:
7087: * tests/results/066.processed [autoptr] 1.1.2.1:
7088: * tests/results/067.processed [autoptr] 1.1.2.1:
7089: * tests/results/068.processed [autoptr] 1.1.2.1:
7090: * tests/results/069.processed [autoptr] 1.1.2.1:
7091: * tests/results/070.processed [autoptr] 1.1.2.1:
7092: * tests/results/071.processed [autoptr] 1.1.2.1:
7093: * tests/results/072.processed [autoptr] 1.1.2.1:
7094: * tests/results/073.processed [autoptr] 1.1.2.1:
7095: * tests/results/074.processed [autoptr] 1.1.2.1:
7096: * tests/results/075.processed [autoptr] 1.1.2.1:
7097: * tests/results/076.processed [autoptr] 1.1.2.1:
7098: * tests/results/077.processed [autoptr] 1.1.2.1:
7099: * tests/results/078.processed [autoptr] 1.1.2.1:
7100: * tests/results/079.processed [autoptr] 1.1.2.1:
7101: * tests/results/080.processed [autoptr] 1.1.2.1:
7102: * tests/results/081.processed [autoptr] 1.1.2.1:
7103: * tests/results/082.processed [autoptr] 1.1.2.1:
7104: * tests/results/083.processed [autoptr] 1.1.2.1:
7105: * tests/results/084.processed [autoptr] 1.1.2.1:
7106: * tests/results/085.processed [autoptr] 1.1.2.1:
7107: * tests/results/086.processed [autoptr] 1.1.2.1:
7108: * tests/results/087.processed [autoptr] 1.1.2.1:
7109: * tests/results/088.processed [autoptr] 1.1.2.1:
7110: * tests/results/089.processed [autoptr] 1.1.2.1:
7111: * tests/results/090.processed [autoptr] 1.1.2.1:
7112: * tests/results/091.processed [autoptr] 1.1.2.1:
7113: * tests/results/092.processed [autoptr] 1.1.2.1:
7114: * tests/results/093.processed [autoptr] 1.1.2.1:
7115: * tests/results/094.processed [autoptr] 1.1.2.1:
7116: * tests/results/095.processed [autoptr] 1.1.2.1:
7117: tests:
7118: 61 file::stat size
7119: 62 string->int autoconvert
7120: 63 double .int,dec,div,mul
7121: 64 date compare
7122: 65 file: basename,justname,justext
7123: 66 math:crypt
7124: 67 string.match simple on long
7125: 68 string.match normalized simple on long
7126: 69 string.int
7127: 70 file::stat content-type
7128: 71 table.join
7129: 72 hash parameter conditional pass
7130: 73 date daylightsaving,yearday
7131: 74 date arithmetics
7132: 75 response date values/attributes
7133: 76 string.pos of void, void.pos
7134: 77 syntax parsing
7135: 78 cookie tainting
7136: 79 switch with local
7137: 80 scientific numeric literal in string autoconvert
7138: 81 xor: logical and numerical
7139: 82 for delims
7140: 83 menu delims
7141: 84 table.hash distinct
7142: 85 long string replace
7143: 86 throw+catch current language preserve
7144: 87 bit shifts
7145: 88 junction tests + $caller test
7146: 89 hash.foreach selfmodification
7147: 90 int/void to int
7148: 91 $caller test
7149: 92 junction is + def junction tests
7150: 93 $caller test
7151: 94 syntax test
7152: 95 table.hash(keygenerator) [bug fixed]
7153:
7154: * tests/results/070.processed 1.1:
7155: file 070.processed was initially added on branch autoptr.
7156:
7157: * tests/results/069.processed 1.1:
7158: file 069.processed was initially added on branch autoptr.
7159:
7160: * tests/061.dat 1.1:
7161: file 061.dat was initially added on branch autoptr.
7162:
7163: * tests/092.html 1.1:
7164: file 092.html was initially added on branch autoptr.
7165:
7166: * tests/102.html 1.1:
7167: file 102.html was initially added on branch autoptr.
7168:
7169: * tests/results/062.processed 1.1:
7170: file 062.processed was initially added on branch autoptr.
7171:
7172: * tests/057.html 1.1:
7173: file 057.html was initially added on branch autoptr.
7174:
7175: * tests/results/054.processed 1.1:
7176: file 054.processed was initially added on branch autoptr.
7177:
7178: * tests/094.html 1.1:
7179: file 094.html was initially added on branch autoptr.
7180:
7181: * tests/059.html 1.1:
7182: file 059.html was initially added on branch autoptr.
7183:
7184: * tests/060.html 1.1:
7185: file 060.html was initially added on branch autoptr.
7186:
7187: * tests/096.html 1.1:
7188: file 096.html was initially added on branch autoptr.
7189:
7190: * tests/results/094.processed 1.1:
7191: file 094.processed was initially added on branch autoptr.
7192:
7193: * tests/062.html 1.1:
7194: file 062.html was initially added on branch autoptr.
7195:
7196: * tests/results/086.processed 1.1:
7197: file 086.processed was initially added on branch autoptr.
7198:
7199: * tests/098font.gif 1.1:
7200: file 098font.gif was initially added on branch autoptr.
7201:
7202: * tests/098.html 1.1:
7203: file 098.html was initially added on branch autoptr.
7204:
7205: * tests/results/078.processed 1.1:
7206: file 078.processed was initially added on branch autoptr.
7207:
7208: * tests/064.html 1.1:
7209: file 064.html was initially added on branch autoptr.
7210:
7211: * tests/results/071.processed 1.1:
7212: file 071.processed was initially added on branch autoptr.
7213:
7214: * tests/results/063.processed 1.1:
7215: file 063.processed was initially added on branch autoptr.
7216:
7217: * tests/066.html 1.1:
7218: file 066.html was initially added on branch autoptr.
7219:
7220: * tests/results/055.processed 1.1:
7221: file 055.processed was initially added on branch autoptr.
7222:
7223: * tests/068.html 1.1:
7224: file 068.html was initially added on branch autoptr.
7225:
7226: * tests/071.html 1.1:
7227: file 071.html was initially added on branch autoptr.
7228:
7229: * tests/results/095.processed 1.1:
7230: file 095.processed was initially added on branch autoptr.
7231:
7232: * tests/results/087.processed 1.1:
7233: file 087.processed was initially added on branch autoptr.
7234:
7235: * tests/073.html 1.1:
7236: file 073.html was initially added on branch autoptr.
7237:
7238: * tests/results/079.processed 1.1:
7239: file 079.processed was initially added on branch autoptr.
7240:
7241: * tests/results/080.processed 1.1:
7242: file 080.processed was initially added on branch autoptr.
7243:
7244: * tests/results/072.processed 1.1:
7245: file 072.processed was initially added on branch autoptr.
7246:
7247: * tests/075.html 1.1:
7248: file 075.html was initially added on branch autoptr.
7249:
7250: * tests/results/064.processed 1.1:
7251: file 064.processed was initially added on branch autoptr.
7252:
7253: * tests/103.html [autoptr] 1.1.2.1:
7254: * tests/103mark.gif [autoptr] 1.1.2.1:
7255: * tests/103paf2001.gif [autoptr] 1.1.2.1:
7256: * tests/results/103.processed [autoptr] 1.1.2.1:
7257: tests:
7258: 103 image.copy transparence test
7259:
7260: * tests/results/056.processed 1.1:
7261: file 056.processed was initially added on branch autoptr.
7262:
7263: * tests/077.html 1.1:
7264: file 077.html was initially added on branch autoptr.
7265:
7266: * tests/080.html 1.1:
7267: file 080.html was initially added on branch autoptr.
7268:
7269: * tests/079.html 1.1:
7270: file 079.html was initially added on branch autoptr.
7271:
7272: * tests/results/096.processed 1.1:
7273: file 096.processed was initially added on branch autoptr.
7274:
7275: * tests/082.html 1.1:
7276: file 082.html was initially added on branch autoptr.
7277:
7278: * tests/results/088.processed 1.1:
7279: file 088.processed was initially added on branch autoptr.
7280:
7281: * tests/results/081.processed 1.1:
7282: file 081.processed was initially added on branch autoptr.
7283:
7284: * tests/084.html 1.1:
7285: file 084.html was initially added on branch autoptr.
7286:
7287: * tests/results/073.processed 1.1:
7288: file 073.processed was initially added on branch autoptr.
7289:
7290: * tests/058_paf2000.png 1.1:
7291: file 058_paf2000.png was initially added on branch autoptr.
7292:
7293: * tests/results/065.processed 1.1:
7294: file 065.processed was initially added on branch autoptr.
7295:
7296: * tests/086.html 1.1:
7297: file 086.html was initially added on branch autoptr.
7298:
7299: * tests/results/057.processed 1.1:
7300: file 057.processed was initially added on branch autoptr.
7301:
7302: * tests/052.html 1.1:
7303: file 052.html was initially added on branch autoptr.
7304:
7305: * tests/088.html 1.1:
7306: file 088.html was initially added on branch autoptr.
7307:
7308: * tests/054.html 1.1:
7309: file 054.html was initially added on branch autoptr.
7310:
7311: * src/main/pa_common.C [autoptr] 1.143.2.21:
7312: * src/targets/cgi/parser3.C [autoptr] 1.216.2.20:
7313: * tests/097.html [autoptr] 1.1.2.1:
7314: * tests/results/097.processed [autoptr] 1.1.2.1:
7315: test:
7316: 97 file::load http:// [bugs fixed]
7317:
7318: * tests/101.html 1.1:
7319: file 101.html was initially added on branch autoptr.
7320:
7321: * tests/091.html 1.1:
7322: file 091.html was initially added on branch autoptr.
7323:
7324: * tests/results/097.processed 1.1:
7325: file 097.processed was initially added on branch autoptr.
7326:
7327: * tests/056.html 1.1:
7328: file 056.html was initially added on branch autoptr.
7329:
7330: * tests/results/089.processed 1.1:
7331: file 089.processed was initially added on branch autoptr.
7332:
7333: * tests/results/090.processed 1.1:
7334: file 090.processed was initially added on branch autoptr.
7335:
7336: * src/classes/hash.C [autoptr] 1.54.2.12:
7337: * src/classes/image.C [autoptr] 1.90.2.13:
7338: * src/classes/table.C [autoptr] 1.172.2.13:
7339: * src/include/pa_memory.h [autoptr] 1.1.2.5:
7340: * tests/096.html [autoptr] 1.1.2.1:
7341: * tests/096_dir/163.jpg [autoptr] 1.1.2.1:
7342: * tests/096_dir/188.jpg [autoptr] 1.1.2.1:
7343: * tests/results/096.processed [autoptr] 1.1.2.1:
7344: tests:
7345: 96 image EXIF [bug fixed]
7346:
7347: * tests/results/100.processed 1.1:
7348: file 100.processed was initially added on branch autoptr.
7349:
7350: * tests/103.html 1.1:
7351: file 103.html was initially added on branch autoptr.
7352:
7353: * tests/093.html 1.1:
7354: file 093.html was initially added on branch autoptr.
7355:
7356: * tests/results/082.processed 1.1:
7357: file 082.processed was initially added on branch autoptr.
7358:
7359: * tests/052.html [autoptr] 1.1.2.1:
7360: * tests/outputs/049.processed [autoptr] 1.1.2.2:
7361: * tests/outputs/050.processed [autoptr] 1.1.2.2:
7362: * tests/outputs/051.processed [autoptr] 1.1.2.2:
7363: * tests/results/052.processed [autoptr] 1.1.2.1:
7364: test:
7365: 52 pre/match/post test: passed AS-IT-WERE, but wrong :) separate task: fix that
7366:
7367: * tests/058.html 1.1:
7368: file 058.html was initially added on branch autoptr.
7369:
7370: * tests/results/074.processed 1.1:
7371: file 074.processed was initially added on branch autoptr.
7372:
7373: * tests/095.html 1.1:
7374: file 095.html was initially added on branch autoptr.
7375:
7376: * tests/results/066.processed 1.1:
7377: file 066.processed was initially added on branch autoptr.
7378:
7379: * tests/061.html 1.1:
7380: file 061.html was initially added on branch autoptr.
7381:
7382: * tests/results/058.processed 1.1:
7383: file 058.processed was initially added on branch autoptr.
7384:
7385: * tests/103mark.gif 1.1:
7386: file 103mark.gif was initially added on branch autoptr.
7387:
7388: * tests/097.html 1.1:
7389: file 097.html was initially added on branch autoptr.
7390:
7391: * tests/063.html 1.1:
7392: file 063.html was initially added on branch autoptr.
7393:
7394: * src/main/execute.C [autoptr] 1.295.2.22:
7395: * src/main/pa_table.C [autoptr] 1.53.2.10:
7396: test:
7397: 59 table.locate [bug fixed]
7398: 60 string eq string [bug fixed]
7399:
7400: * tests/099.html 1.1:
7401: file 099.html was initially added on branch autoptr.
7402:
7403: * tests/065.html 1.1:
7404: file 065.html was initially added on branch autoptr.
7405:
7406: * tests/results/098.processed 1.1:
7407: file 098.processed was initially added on branch autoptr.
7408:
7409: * tests/results/091.processed 1.1:
7410: file 091.processed was initially added on branch autoptr.
7411:
7412: * tests/results/101.processed 1.1:
7413: file 101.processed was initially added on branch autoptr.
7414:
7415: * tests/057.html [autoptr] 1.1.2.2:
7416: * tests/099.html [autoptr] 1.1.2.1:
7417: * tests/100.html [autoptr] 1.1.2.1:
7418: * tests/results/057.processed [autoptr] 1.1.2.2:
7419: * tests/results/099.processed [autoptr] 1.1.2.1:
7420: * tests/results/100.processed [autoptr] 1.1.2.1:
7421: tests:
7422: 57 date create 2002: added
7423: 99,100 response:body/download
7424:
7425: * tests/067.html 1.1:
7426: file 067.html was initially added on branch autoptr.
7427:
7428: * tests/results/083.processed 1.1:
7429: file 083.processed was initially added on branch autoptr.
7430:
7431: * tests/results/075.processed 1.1:
7432: file 075.processed was initially added on branch autoptr.
7433:
7434: * src/main/execute.C [autoptr] 1.295.2.24:
7435: * tests/101.html [autoptr] 1.1.2.1:
7436: * tests/102.html [autoptr] 1.1.2.1:
7437: * tests/results/101.processed [autoptr] 1.1.2.1:
7438: * tests/results/102.processed [autoptr] 1.1.2.1:
7439: tests:
7440: 101 method/variable name conflict test
7441: 102 form fields change should not not change anything [bug fix]
7442:
7443: * tests/070.html 1.1:
7444: file 070.html was initially added on branch autoptr.
7445:
7446: * tests/069.html 1.1:
7447: file 069.html was initially added on branch autoptr.
7448:
7449: * tests/results/067.processed 1.1:
7450: file 067.processed was initially added on branch autoptr.
7451:
7452: * src/classes/image.C [autoptr] 1.90.2.15:
7453: * src/include/pa_request.h [autoptr] 1.160.2.29:
7454: * src/include/pa_stack.h [autoptr] 1.17.2.6:
7455: * src/types/pa_vimage.h [autoptr] 1.34.2.8:
7456: number of gcc compiler bugs fixed
7457:
7458: 2003-03-03 paf
7459: * tests/037.html 1.1:
7460: file 037.html was initially added on branch autoptr.
7461:
7462: * tests/results/044.processed 1.1:
7463: file 044.processed was initially added on branch autoptr.
7464:
7465: * tests/039.html 1.1:
7466: file 039.html was initially added on branch autoptr.
7467:
7468: * tests/040.html 1.1:
7469: file 040.html was initially added on branch autoptr.
7470:
7471: * tests/results/036.processed 1.1:
7472: file 036.processed was initially added on branch autoptr.
7473:
7474: * tests/042.html 1.1:
7475: file 042.html was initially added on branch autoptr.
7476:
7477: * tests/044.html 1.1:
7478: file 044.html was initially added on branch autoptr.
7479:
7480: * src/main/pa_request.C [autoptr] 1.245.2.29:
7481: * src/types/pa_vmath.C [autoptr] 1.1.2.9:
7482: * tests/033.html [autoptr] 1.1.2.1:
7483: * tests/034.html [autoptr] 1.1.2.1:
7484: * tests/035.html [autoptr] 1.1.2.1:
7485: * tests/036.html [autoptr] 1.1.2.1:
7486: * tests/037.html [autoptr] 1.1.2.1:
7487: * tests/038.html [autoptr] 1.1.2.1:
7488: * tests/results/033.processed [autoptr] 1.1.2.1:
7489: * tests/results/034.processed [autoptr] 1.1.2.1:
7490: * tests/results/035.processed [autoptr] 1.1.2.1:
7491: * tests/results/036.processed [autoptr] 1.1.2.1:
7492: * tests/results/037.processed [autoptr] 1.1.2.1:
7493: * tests/results/038.processed [autoptr] 1.1.2.1:
7494: tests:
7495: 33 string.replace
7496: 34 string.upper
7497: 35 table created
7498: 36 local/global vars with juntions
7499: 37 table clone
7500: 38 math PI & number formatting
7501:
7502: math class registring typo fixed
7503:
7504: * tests/046.html 1.1:
7505: file 046.html was initially added on branch autoptr.
7506:
7507: * tests/040.html [autoptr] 1.1.2.1:
7508: * tests/results/040.processed [autoptr] 1.1.2.1:
7509: test:
7510: 39 method result of type table
7511: 40 method param junction auto evaluate
7512:
7513: * tests/051b.p 1.1:
7514: file 051b.p was initially added on branch autoptr.
7515:
7516: * tests/results/045.processed 1.1:
7517: file 045.processed was initially added on branch autoptr.
7518:
7519: * tests/048.html 1.1:
7520: file 048.html was initially added on branch autoptr.
7521:
7522: * tests/results/037.processed 1.1:
7523: file 037.processed was initially added on branch autoptr.
7524:
7525: * tests/051.html 1.1:
7526: file 051.html was initially added on branch autoptr.
7527:
7528: * tests/results/046.processed 1.1:
7529: file 046.processed was initially added on branch autoptr.
7530:
7531: * tests/results/038.processed 1.1:
7532: file 038.processed was initially added on branch autoptr.
7533:
7534: * tests/041.html [autoptr] 1.1.2.1:
7535: * tests/results/041.processed [autoptr] 1.1.2.1:
7536: test:
7537: 41 table.locate by expression
7538:
7539: * tests/032.html 1.1:
7540: file 032.html was initially added on branch autoptr.
7541:
7542: * tests/results/047.processed 1.1:
7543: file 047.processed was initially added on branch autoptr.
7544:
7545: * tests/034.html 1.1:
7546: file 034.html was initially added on branch autoptr.
7547:
7548: * tests/results/040.processed 1.1:
7549: file 040.processed was initially added on branch autoptr.
7550:
7551: * tests/results/039.processed 1.1:
7552: file 039.processed was initially added on branch autoptr.
7553:
7554: * tests/results/032.processed 1.1:
7555: file 032.processed was initially added on branch autoptr.
7556:
7557: * tests/036.html 1.1:
7558: file 036.html was initially added on branch autoptr.
7559:
7560: * tests/038.html 1.1:
7561: file 038.html was initially added on branch autoptr.
7562:
7563: * tests/parser-unix.sh 1.1:
7564: file parser-unix.sh was initially added on branch autoptr.
7565:
7566: * tests/043.html [autoptr] 1.1.2.1:
7567: * tests/044.html [autoptr] 1.1.2.1:
7568: * tests/045.html [autoptr] 1.1.2.1:
7569: * tests/046.html [autoptr] 1.1.2.1:
7570: * tests/047.html [autoptr] 1.1.2.1:
7571: * tests/048.html [autoptr] 1.1.2.1:
7572: * tests/049.html [autoptr] 1.1.2.1:
7573: * tests/050.html [autoptr] 1.1.2.1:
7574: * tests/051.html [autoptr] 1.1.2.1:
7575: * tests/051b.p [autoptr] 1.1.2.1:
7576: * tests/051t.p [autoptr] 1.1.2.1:
7577: * tests/Makefile [autoptr] 1.1.2.3:
7578: * tests/outputs/049.processed [autoptr] 1.1.2.1:
7579: * tests/outputs/050.processed [autoptr] 1.1.2.1:
7580: * tests/outputs/051.processed [autoptr] 1.1.2.1:
7581: * tests/parser-cygwin.sh [autoptr] 1.1.2.2:
7582: * tests/parser-unix.sh [autoptr] 1.1.2.2:
7583: * tests/results/001.processed [autoptr] 1.1.2.2:
7584: * tests/results/002.processed [autoptr] 1.1.2.2:
7585: * tests/results/003.processed [autoptr] 1.1.2.2:
7586: * tests/results/005.processed [autoptr] 1.1.2.2:
7587: * tests/results/006.processed [autoptr] 1.1.2.2:
7588: * tests/results/008.processed [autoptr] 1.1.2.2:
7589: * tests/results/009.processed [autoptr] 1.1.2.2:
7590: * tests/results/011.processed [autoptr] 1.1.2.2:
7591: * tests/results/012.processed [autoptr] 1.1.2.2:
7592: * tests/results/013.processed [autoptr] 1.1.2.2:
7593: * tests/results/014.processed [autoptr] 1.1.2.2:
7594: * tests/results/015.processed [autoptr] 1.1.2.2:
7595: * tests/results/016.processed [autoptr] 1.1.2.2:
7596: * tests/results/017.processed [autoptr] 1.1.2.2:
7597: * tests/results/020.processed [autoptr] 1.1.2.2:
7598: * tests/results/021.processed [autoptr] 1.1.2.2:
7599: * tests/results/022.processed [autoptr] 1.1.2.2:
7600: * tests/results/024.processed [autoptr] 1.1.2.2:
7601: * tests/results/025.processed [autoptr] 1.1.2.2:
7602: * tests/results/026.processed [autoptr] 1.1.2.2:
7603: * tests/results/027.processed [autoptr] 1.1.2.2:
7604: * tests/results/028.processed [autoptr] 1.1.2.2:
7605: * tests/results/029.processed [autoptr] 1.1.2.2:
7606: * tests/results/030.processed [autoptr] 1.1.2.2:
7607: * tests/results/031.processed [autoptr] 1.1.2.2:
7608: * tests/results/043.processed [autoptr] 1.1.2.1:
7609: * tests/results/044.processed [autoptr] 1.1.2.1:
7610: * tests/results/045.processed [autoptr] 1.1.2.1:
7611: * tests/results/046.processed [autoptr] 1.1.2.1:
7612: * tests/results/047.processed [autoptr] 1.1.2.1:
7613: * tests/results/048.processed [autoptr] 1.1.2.1:
7614: * tests/results/049.processed [autoptr] 1.1.2.1:
7615: * tests/results/050.processed [autoptr] 1.1.2.1:
7616: * tests/results/051.processed [autoptr] 1.1.2.1:
7617: * tests/run_parser.sh [autoptr] 1.1.2.1:
7618: tests:
7619: 43,44,45 date rolls
7620: 46 autoevaluating junction
7621: 47 table.select
7622: 48 name with subvar
7623: 49 hash-creating switch
7624: 50 process
7625: 51 started parent/child, works as it were but it were NOT GOOD, created separate task to fix that
7626:
7627: * tests/041.html 1.1:
7628: file 041.html was initially added on branch autoptr.
7629:
7630: * src/classes/op.C [autoptr] 1.127.2.18:
7631: * src/include/pa_request.h [autoptr] 1.160.2.28:
7632: * src/include/pa_string.h [autoptr] 1.144.2.25:
7633: * src/main/execute.C [autoptr] 1.295.2.21:
7634: * src/main/pa_request.C [autoptr] 1.245.2.28:
7635: * src/main/pa_string.C [autoptr] 1.172.2.18:
7636: * src/main/untaint.C [autoptr] 1.115.2.11:
7637: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.3:
7638: * src/types/pa_wcontext.h [autoptr] 1.42.2.9:
7639: * tests/032.html [autoptr] 1.1.2.1:
7640: * tests/results/032.processed [autoptr] 1.1.2.1:
7641: uchar changed to String_UL in all places [was not everywhere]
7642: untaint test: 032
7643:
7644: * tests/results/048.processed 1.1:
7645: file 048.processed was initially added on branch autoptr.
7646:
7647: * tests/043.html 1.1:
7648: file 043.html was initially added on branch autoptr.
7649:
7650: * tests/results/041.processed 1.1:
7651: file 041.processed was initially added on branch autoptr.
7652:
7653: * tests/results/033.processed 1.1:
7654: file 033.processed was initially added on branch autoptr.
7655:
7656: * tests/045.html 1.1:
7657: file 045.html was initially added on branch autoptr.
7658:
7659: * tests/047.html 1.1:
7660: file 047.html was initially added on branch autoptr.
7661:
7662: * tests/051t.p 1.1:
7663: file 051t.p was initially added on branch autoptr.
7664:
7665: * tests/050.html 1.1:
7666: file 050.html was initially added on branch autoptr.
7667:
7668: * tests/049.html 1.1:
7669: file 049.html was initially added on branch autoptr.
7670:
7671: * src/targets/cgi/parser3.C [autoptr] 1.216.2.19:
7672: * tests/004.html [autoptr] 1.1.2.2:
7673: * tests/Makefile [autoptr] 1.1.2.2:
7674: * tests/parser-cygwin.sh [autoptr] 1.1.2.1:
7675: * tests/parser-unix.sh [autoptr] 1.1.2.1:
7676: * tests/results/004.processed [autoptr] 1.1.2.2:
7677: * www/htdocs/.htaccess [autoptr] 1.12.6.2:
7678: removed -H command line key, now testing using .sh file with
7679: SERVER_SOFTWARE=xxx
7680:
7681: * tests/outputs/049.processed 1.1:
7682: * tests/results/049.processed 1.1:
7683: file 049.processed was initially added on branch autoptr.
7684:
7685: * tests/outputs/050.processed 1.1:
7686: * tests/results/050.processed 1.1:
7687: file 050.processed was initially added on branch autoptr.
7688:
1.38 ! paf 7689: * tests/042.html [autoptr] 1.1.2.1:
! 7690: * tests/results/042.processed [autoptr] 1.1.2.1:
! 7691: test:
! 7692: 42 exception.handled
! 7693:
1.23 paf 7694: * tests/results/042.processed 1.1:
7695: file 042.processed was initially added on branch autoptr.
7696:
7697: * tests/results/034.processed 1.1:
7698: file 034.processed was initially added on branch autoptr.
7699:
7700: * tests/039.html [autoptr] 1.1.2.1:
7701: * tests/results/039.processed [autoptr] 1.1.2.1:
7702: test:
7703: 37 method result of type table
7704:
7705: * tests/outputs/051.processed 1.1:
7706: * tests/results/051.processed 1.1:
7707: file 051.processed was initially added on branch autoptr.
7708:
7709: * tests/parser-cygwin.sh 1.1:
7710: file parser-cygwin.sh was initially added on branch autoptr.
7711:
7712: * tests/results/043.processed 1.1:
7713: file 043.processed was initially added on branch autoptr.
7714:
7715: * tests/results/035.processed 1.1:
7716: file 035.processed was initially added on branch autoptr.
7717:
7718: * tests/033.html 1.1:
7719: file 033.html was initially added on branch autoptr.
7720:
7721: * tests/run_parser.sh 1.1:
7722: file run_parser.sh was initially added on branch autoptr.
7723:
7724: * tests/035.html 1.1:
7725: file 035.html was initially added on branch autoptr.
7726:
7727: 2003-02-27 paf
7728: * www/htdocs/maximized.htm [autoptr] 1.1.2.1:
7729: *** empty log message ***
7730:
7731: * www/htdocs/maximized.htm 1.1:
7732: file maximized.htm was initially added on branch autoptr.
7733:
7734: 2003-02-26 paf
7735: * tests/001.html 1.1:
7736: file 001.html was initially added on branch autoptr.
7737:
7738: * tests/003.html 1.1:
7739: file 003.html was initially added on branch autoptr.
7740:
7741: * tests/results/028.processed 1.1:
7742: file 028.processed was initially added on branch autoptr.
7743:
7744: * tests/005.html 1.1:
7745: file 005.html was initially added on branch autoptr.
7746:
7747: * tests/results/021.processed 1.1:
7748: file 021.processed was initially added on branch autoptr.
7749:
7750: * tests/results/013.processed 1.1:
7751: file 013.processed was initially added on branch autoptr.
7752:
7753: * src/include/pa_array.h [autoptr] 1.57.2.26:
7754: * src/include/pa_hash.h [autoptr] 1.58.2.17:
7755: * src/include/pa_memory.h [autoptr] 1.1.2.3:
7756: * src/main/pa_charset.C [autoptr] 1.33.2.12:
7757: * tests/001.html [autoptr] 1.1.2.1:
7758: * tests/002.html [autoptr] 1.1.2.1:
7759: * tests/003.html [autoptr] 1.1.2.1:
7760: * tests/004.html [autoptr] 1.1.2.1:
7761: * tests/005.html [autoptr] 1.1.2.1:
7762: * tests/006.html [autoptr] 1.1.2.1:
7763: * tests/007.html [autoptr] 1.1.2.1:
7764: * tests/008.html [autoptr] 1.1.2.1:
7765: * tests/009.html [autoptr] 1.1.2.1:
7766: * tests/010.html [autoptr] 1.1.2.1:
7767: * tests/011.html [autoptr] 1.1.2.1:
7768: * tests/012.html [autoptr] 1.1.2.1:
7769: * tests/013.html [autoptr] 1.1.2.1:
7770: * tests/014.html [autoptr] 1.1.2.1:
7771: * tests/Makefile [autoptr] 1.1.2.1:
7772: * tests/outputs/create-dir [autoptr] 1.1.2.1:
7773: * tests/results/001.processed [autoptr] 1.1.2.1:
7774: * tests/results/002.processed [autoptr] 1.1.2.1:
7775: * tests/results/003.processed [autoptr] 1.1.2.1:
7776: * tests/results/004.processed [autoptr] 1.1.2.1:
7777: * tests/results/005.processed [autoptr] 1.1.2.1:
7778: * tests/results/006.processed [autoptr] 1.1.2.1:
7779: * tests/results/007.processed [autoptr] 1.1.2.1:
7780: * tests/results/008.processed [autoptr] 1.1.2.1:
7781: * tests/results/009.processed [autoptr] 1.1.2.1:
7782: * tests/results/010.processed [autoptr] 1.1.2.1:
7783: * tests/results/011.processed [autoptr] 1.1.2.1:
7784: * tests/results/012.processed [autoptr] 1.1.2.1:
7785: * tests/results/013.processed [autoptr] 1.1.2.1:
7786: * tests/results/014.processed [autoptr] 1.1.2.1:
7787: hash cloning fixed
7788:
7789: * tests/007.html 1.1:
7790: file 007.html was initially added on branch autoptr.
7791:
7792: * tests/results/005.processed 1.1:
7793: file 005.processed was initially added on branch autoptr.
7794:
7795: * tests/010.html 1.1:
7796: file 010.html was initially added on branch autoptr.
7797:
7798: * tests/009.html 1.1:
7799: file 009.html was initially added on branch autoptr.
7800:
7801: * tests/012.html 1.1:
7802: file 012.html was initially added on branch autoptr.
7803:
7804: * tests/014.html 1.1:
7805: file 014.html was initially added on branch autoptr.
7806:
7807: * src/main/execute.C [autoptr] 1.295.2.20:
7808: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.14:
7809: * tests/024.html [autoptr] 1.1.2.1:
7810: * tests/025.html [autoptr] 1.1.2.1:
7811: * tests/026.html [autoptr] 1.1.2.1:
7812: * tests/027.html [autoptr] 1.1.2.1:
7813: * tests/028.html [autoptr] 1.1.2.1:
7814: * tests/029.html [autoptr] 1.1.2.1:
7815: * tests/030.html [autoptr] 1.1.2.1:
7816: * tests/031.html [autoptr] 1.1.2.1:
7817: * tests/results/024.processed [autoptr] 1.1.2.1:
7818: * tests/results/025.processed [autoptr] 1.1.2.1:
7819: * tests/results/026.processed [autoptr] 1.1.2.1:
7820: * tests/results/027.processed [autoptr] 1.1.2.1:
7821: * tests/results/028.processed [autoptr] 1.1.2.1:
7822: * tests/results/029.processed [autoptr] 1.1.2.1:
7823: * tests/results/030.processed [autoptr] 1.1.2.1:
7824: * tests/results/031.processed [autoptr] 1.1.2.1:
7825: fixed bug with name_cstr mutable CharPtr
7826: more tests
7827:
7828: * tests/results/029.processed 1.1:
7829: file 029.processed was initially added on branch autoptr.
7830:
7831: * tests/results/030.processed 1.1:
7832: file 030.processed was initially added on branch autoptr.
7833:
7834: * tests/016.html 1.1:
7835: file 016.html was initially added on branch autoptr.
7836:
7837: * tests/results/022.processed 1.1:
7838: file 022.processed was initially added on branch autoptr.
7839:
7840: * tests/results/014.processed 1.1:
7841: file 014.processed was initially added on branch autoptr.
7842:
7843: * tests/018.html 1.1:
7844: file 018.html was initially added on branch autoptr.
7845:
7846: * tests/results/006.processed 1.1:
7847: file 006.processed was initially added on branch autoptr.
7848:
7849: * tests/022_dir/a.html 1.1:
7850: file a.html was initially added on branch autoptr.
7851:
7852: * tests/021.html 1.1:
7853: file 021.html was initially added on branch autoptr.
7854:
7855: * tests/023.html 1.1:
7856: file 023.html was initially added on branch autoptr.
7857:
7858: * tests/results/031.processed 1.1:
7859: file 031.processed was initially added on branch autoptr.
7860:
7861: * tests/025.html 1.1:
7862: file 025.html was initially added on branch autoptr.
7863:
7864: * tests/results/023.processed 1.1:
7865: file 023.processed was initially added on branch autoptr.
7866:
7867: * src/include/pa_sapi.h [autoptr] 1.22.2.8:
7868: * src/main/pa_globals.C [autoptr] 1.152.2.16:
7869: * src/main/pa_memory.C [autoptr] 1.1.2.3:
7870: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.6:
7871: * src/targets/cgi/parser3.C [autoptr] 1.216.2.18:
7872: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.6:
7873: SAPI::abort << abort. die now just exits
7874:
7875: * tests/results/015.processed 1.1:
7876: file 015.processed was initially added on branch autoptr.
7877:
7878: * tests/027.html 1.1:
7879: file 027.html was initially added on branch autoptr.
7880:
7881: * tests/results/007.processed 1.1:
7882: file 007.processed was initially added on branch autoptr.
7883:
7884: * tests/030.html 1.1:
7885: file 030.html was initially added on branch autoptr.
7886:
7887: * tests/029.html 1.1:
7888: file 029.html was initially added on branch autoptr.
7889:
7890: * tests/outputs/create-dir 1.1:
7891: file create-dir was initially added on branch autoptr.
7892:
7893: * tests/022_dir/b.txt 1.1:
7894: file b.txt was initially added on branch autoptr.
7895:
7896: * tests/results/024.processed 1.1:
7897: file 024.processed was initially added on branch autoptr.
7898:
7899: * tests/002.html 1.1:
7900: file 002.html was initially added on branch autoptr.
7901:
7902: * tests/results/016.processed 1.1:
7903: file 016.processed was initially added on branch autoptr.
7904:
7905: * tests/results/008.processed 1.1:
7906: file 008.processed was initially added on branch autoptr.
7907:
7908: * tests/004.html 1.1:
7909: file 004.html was initially added on branch autoptr.
7910:
7911: * tests/results/001.processed 1.1:
7912: file 001.processed was initially added on branch autoptr.
7913:
7914: * tests/006.html 1.1:
7915: file 006.html was initially added on branch autoptr.
7916:
7917: * tests/008.html 1.1:
7918: file 008.html was initially added on branch autoptr.
7919:
7920: * tests/011.html 1.1:
7921: file 011.html was initially added on branch autoptr.
7922:
7923: * tests/results/025.processed 1.1:
7924: file 025.processed was initially added on branch autoptr.
7925:
7926: * tests/results/017.processed 1.1:
7927: file 017.processed was initially added on branch autoptr.
7928:
7929: * tests/Makefile 1.1:
7930: file Makefile was initially added on branch autoptr.
7931:
7932: * tests/results/009.processed 1.1:
7933: file 009.processed was initially added on branch autoptr.
7934:
7935: * tests/results/010.processed 1.1:
7936: file 010.processed was initially added on branch autoptr.
7937:
7938: * tests/013.html 1.1:
7939: file 013.html was initially added on branch autoptr.
7940:
7941: * tests/results/002.processed 1.1:
7942: file 002.processed was initially added on branch autoptr.
7943:
7944: * tests/019paf2001.gif 1.1:
7945: file 019paf2001.gif was initially added on branch autoptr.
7946:
7947: * tests/015.html 1.1:
7948: file 015.html was initially added on branch autoptr.
7949:
7950: * tests/017.html 1.1:
7951: file 017.html was initially added on branch autoptr.
7952:
7953: * tests/020.html 1.1:
7954: file 020.html was initially added on branch autoptr.
7955:
7956: * tests/019.html 1.1:
7957: file 019.html was initially added on branch autoptr.
7958:
7959: * tests/results/026.processed 1.1:
7960: file 026.processed was initially added on branch autoptr.
7961:
7962: * tests/results/018.processed 1.1:
7963: file 018.processed was initially added on branch autoptr.
7964:
7965: * tests/022.html 1.1:
7966: file 022.html was initially added on branch autoptr.
7967:
7968: * tests/results/011.processed 1.1:
7969: file 011.processed was initially added on branch autoptr.
7970:
7971: * tests/024.html 1.1:
7972: file 024.html was initially added on branch autoptr.
7973:
7974: * tests/results/003.processed 1.1:
7975: file 003.processed was initially added on branch autoptr.
7976:
7977: * tests/022_dir/c.htm 1.1:
7978: file c.htm was initially added on branch autoptr.
7979:
7980: * tests/026.html 1.1:
7981: file 026.html was initially added on branch autoptr.
7982:
7983: * tests/028.html 1.1:
7984: file 028.html was initially added on branch autoptr.
7985:
7986: * tests/031.html 1.1:
7987: file 031.html was initially added on branch autoptr.
7988:
7989: * tests/results/027.processed 1.1:
7990: file 027.processed was initially added on branch autoptr.
7991:
7992: * tests/results/019.processed 1.1:
7993: file 019.processed was initially added on branch autoptr.
7994:
7995: * tests/results/020.processed 1.1:
7996: file 020.processed was initially added on branch autoptr.
7997:
7998: * src/classes/classes.awk [autoptr] 1.6.6.3:
7999: * src/classes/classes.h [autoptr] 1.23.2.9:
8000: * src/classes/date.C [autoptr] 1.42.2.11:
8001: * src/classes/double.C [autoptr] 1.53.2.8:
8002: * src/classes/file.C [autoptr] 1.107.2.15:
8003: * src/classes/form.C [autoptr] 1.34.2.7:
8004: * src/classes/hash.C [autoptr] 1.54.2.11:
8005: * src/classes/image.C [autoptr] 1.90.2.12:
8006: * src/classes/int.C [autoptr] 1.49.2.7:
8007: * src/classes/mail.C [autoptr] 1.88.2.12:
8008: * src/classes/math.C [autoptr] 1.24.2.10:
8009: * src/classes/op.C [autoptr] 1.127.2.17:
8010: * src/classes/response.C [autoptr] 1.23.2.7:
8011: * src/classes/string.C [autoptr] 1.125.2.12:
8012: * src/classes/table.C [autoptr] 1.172.2.11:
8013: * src/classes/void.C [autoptr] 1.28.2.5:
8014: * src/classes/xdoc.C [autoptr] 1.108.2.12:
8015: * src/classes/xnode.C [autoptr] 1.54.2.8:
8016: * src/include/pa_memory.h [autoptr] 1.1.2.4:
8017: * src/include/pa_sapi.h [autoptr] 1.22.2.7:
8018: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.5:
8019: * src/targets/cgi/parser3.C [autoptr] 1.216.2.17:
8020: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.5:
8021: * src/types/pa_venv.h [autoptr] 1.28.2.5:
8022: * src/types/pa_vform.C [autoptr] 1.74.2.11:
8023: * tests/015.html [autoptr] 1.1.2.1:
8024: * tests/016.html [autoptr] 1.1.2.1:
8025: * tests/017.html [autoptr] 1.1.2.1:
8026: * tests/018.html [autoptr] 1.1.2.1:
8027: * tests/019.html [autoptr] 1.1.2.1:
8028: * tests/019paf2001.gif [autoptr] 1.1.2.1:
8029: * tests/020.html [autoptr] 1.1.2.1:
8030: * tests/021.html [autoptr] 1.1.2.1:
8031: * tests/022.html [autoptr] 1.1.2.1:
8032: * tests/022_dir/a.html [autoptr] 1.1.2.1:
8033: * tests/022_dir/b.txt [autoptr] 1.1.2.1:
8034: * tests/022_dir/c.htm [autoptr] 1.1.2.1:
8035: * tests/023.html [autoptr] 1.1.2.1:
8036: * tests/results/015.processed [autoptr] 1.1.2.1:
8037: * tests/results/016.processed [autoptr] 1.1.2.1:
8038: * tests/results/017.processed [autoptr] 1.1.2.1:
8039: * tests/results/018.processed [autoptr] 1.1.2.1:
8040: * tests/results/019.processed [autoptr] 1.1.2.1:
8041: * tests/results/020.processed [autoptr] 1.1.2.1:
8042: * tests/results/021.processed [autoptr] 1.1.2.1:
8043: * tests/results/022.processed [autoptr] 1.1.2.1:
8044: * tests/results/023.processed [autoptr] 1.1.2.1:
8045: methoded_array now contains all Mxxx classes
8046: SAPI::get_env now returns info on pool
8047: more tests
8048:
8049: * tests/results/012.processed 1.1:
8050: file 012.processed was initially added on branch autoptr.
8051:
8052: * tests/results/004.processed 1.1:
8053: file 004.processed was initially added on branch autoptr.
8054:
8055: 2003-02-25 paf
8056: * src/main/pa_common.C [release_3_0_0007] 1.140.2.2:
8057: typo fixed
8058:
8059: 2003-02-24 paf
8060: * src/types/pa_vcookie.C [autoptr] 1.55.2.9:
8061: fixed all places with bad get_string(0)
8062: [one remained]
8063:
8064: * src/include/pa_request.h [autoptr] 1.160.2.27:
8065: * src/main/execute.C [autoptr] 1.295.2.19:
8066: few bad get_string(0) [should have been get_string(&pool)]
8067: todo: check other such calls
8068:
8069: * src/types/pa_vmail.C 1.41:
8070: body [text/html] transcoded to
8071: $.charset[specified]
8072: now
8073:
8074: * src/main/compile.tab.C [autoptr] 1.81.2.9:
8075: * src/main/execute.C [autoptr] 1.295.2.18:
8076: * src/types/pa_vfile.h [autoptr] 1.52.2.16:
8077: test10, bad lookups
8078:
8079: xxx* xxx=smartptr.get(); << is bad style, after ";" original object got destructed, and xxx points to sky
8080:
8081: * src/main/pa_common.C 1.145:
8082: * src/main/pa_common.C [release_3_0_0007] 1.140.2.1:
8083: stupid gcc [2.95.4] generated bad code
8084: which failed to handle sigsetjmp+throw: crashed inside of pre-throw code.
8085: rewritten simplier [though duplicating closesocket code]
8086:
8087: * src/classes/string.C [autoptr] 1.125.2.11:
8088: match bug fixed
8089:
1.22 paf 8090: 2003-02-21 paf
8091: * src/targets/cgi/parser3.C [autoptr] 1.216.2.15:
8092: MAKE_TEST must be used inside of 'make tests' only
8093: [it's not forcing CGI mode now]
8094: now use -H to output CGI header when parser used in command line [useful for tests also]
8095:
8096: * src/classes/file.C [autoptr] 1.107.2.14:
8097: * src/classes/image.C [autoptr] 1.90.2.11:
8098: * src/classes/mail.C [autoptr] 1.88.2.11:
8099: * src/classes/op.C [autoptr] 1.127.2.16:
8100: * src/classes/xdoc.C [autoptr] 1.108.2.11:
8101: * src/main/pa_charset.C [autoptr] 1.33.2.11:
8102: * src/main/pa_exec.C [autoptr] 1.48.2.14:
8103: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.14:
8104: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.4:
8105: * src/types/pa_vimage.C [autoptr] 1.22.2.7:
8106: * src/types/pa_vxdoc.h [autoptr] 1.31.2.4:
8107: fixed all cstr's that must use pool [as the one in ^process]
8108:
8109: * src/include/pa_array.h [autoptr] 1.57.2.25:
8110: * src/include/pa_exception.h [autoptr] 1.38.2.15:
8111: * src/include/pa_memory.h [autoptr] 1.1.2.1:
8112: * src/include/pa_pool.h [autoptr] 1.86.2.31:
8113: * src/main/Makefile.am [autoptr] 1.35.6.3:
8114: * src/main/main.dsp [autoptr] 1.161.6.12:
8115: * src/main/pa_array.C [autoptr] 1.54.2.5:
8116: * src/main/pa_memory.C [autoptr] 1.1.2.1:
8117: * src/main/pa_pool.C [autoptr] 1.59.2.5:
8118: reorganized memory handling files
8119:
8120: * src/include/pa_memory.h [autoptr] 1.1.2.2:
8121: * src/main/pa_memory.C [autoptr] 1.1.2.2:
8122: inlined memory handling pa_*
8123:
8124: * src/main/execute.C [autoptr] 1.295.2.17:
8125: * src/targets/cgi/parser3.C [autoptr] 1.216.2.11:
8126: * www/htdocs/autoptr.html [autoptr] 1.1.2.3:
8127: release mode now compiles OK
8128: test to show benefits of free
8129:
8130: * src/targets/cgi/parser3.C [autoptr] 1.216.2.14:
8131: MAKE_TEST environment variable switches on CGI mode, and is
8132: used in regression tests
8133:
8134: * operators.txt [autoptr] 1.109.2.1:
8135: * src/targets/cgi/parser3.C [autoptr] 1.216.2.16:
8136: * src/types/pa_vcookie.C [autoptr] 1.55.2.8:
8137: $cookie:name[$.expires[date << can be now]]
8138:
8139: written makefile with regression tests [raw]
8140:
8141: * src/include/pa_request.h [autoptr] 1.160.2.26:
8142: * src/main/pa_request.C [autoptr] 1.245.2.27:
8143: * src/targets/cgi/parser3.C [autoptr] 1.216.2.13:
8144: * src/types/pa_vcookie.h [autoptr] 1.23.2.6:
8145: * src/types/pa_venv.h [autoptr] 1.28.2.4:
8146: env fixed
8147:
8148: * src/main/pa_array.C [autoptr] 1.54.2.4:
8149: pool::format_integer terminator fixed
8150:
8151: * src/include/pa_memory.h 1.1:
8152: file pa_memory.h was initially added on branch autoptr.
8153:
8154: * src/main/pa_memory.C 1.1:
8155: file pa_memory.C was initially added on branch autoptr.
8156:
8157: * src/classes/op.C [autoptr] 1.127.2.15:
8158: fixed process.
8159: sould now check for all cstr's -- some must use pool [as the one in ^process]
8160:
8161: 2003-02-20 paf
8162: * www/htdocs/autoptr.html 1.1:
8163: file autoptr.html was initially added on branch autoptr.
8164:
8165: * src/include/pa_config_fixed.h [autoptr] 1.54.2.2:
8166: * src/targets/cgi/parser3.C [autoptr] 1.216.2.10:
8167: form values passed OK now
8168:
8169: * src/classes/date.C [autoptr] 1.42.2.10:
8170: * src/classes/double.C [autoptr] 1.53.2.7:
8171: * src/classes/file.C [autoptr] 1.107.2.13:
8172: * src/classes/hash.C [autoptr] 1.54.2.10:
8173: * src/classes/image.C [autoptr] 1.90.2.10:
8174: * src/classes/int.C [autoptr] 1.49.2.6:
8175: * src/classes/mail.C [autoptr] 1.88.2.10:
8176: * src/classes/math.C [autoptr] 1.24.2.9:
8177: * src/classes/op.C [autoptr] 1.127.2.13:
8178: * src/classes/response.C [autoptr] 1.23.2.6:
8179: * src/classes/string.C [autoptr] 1.125.2.10:
8180: * src/classes/table.C [autoptr] 1.172.2.10:
8181: * src/classes/void.C [autoptr] 1.28.2.4:
8182: * src/classes/xdoc.C [autoptr] 1.108.2.10:
8183: * src/classes/xnode.C [autoptr] 1.54.2.7:
8184: * src/main/pa_string.C [autoptr] 1.172.2.17:
8185: * src/types/pa_method.h [autoptr] 1.1.2.4:
8186: * src/types/pa_value.C [autoptr] 1.9.2.14:
8187: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.8:
8188: * www/htdocs/autoptr.html [autoptr] 1.1.2.1:
8189: string cmp fixed
8190:
8191: 2003-02-19 paf
8192: * src/classes/form.C [autoptr] 1.34.2.6:
8193: * src/include/pa_charset.h [autoptr] 1.20.2.12:
8194: * src/include/pa_pool.h [autoptr] 1.86.2.30:
8195: * src/main/pa_charset.C [autoptr] 1.33.2.10:
8196: * src/main/pa_exception.C [autoptr] 1.43.2.13:
8197: * src/main/pa_request.C [autoptr] 1.245.2.25:
8198: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.3:
8199: * src/targets/apache13/ApacheModuleParser3.dsp [autoptr] 1.16.12.1:
8200: * src/targets/cgi/parser3.C [autoptr] 1.216.2.8:
8201: * src/targets/isapi/parser3isapi.dsp [autoptr] 1.41.12.1:
8202: * src/types/pa_vcookie.C [autoptr] 1.55.2.7:
8203: * src/types/pa_vform.C [autoptr] 1.74.2.9:
8204: * src/types/pa_vmail.C [autoptr] 1.40.2.9:
8205: * src/types/pa_vxnode.C [autoptr] 1.30.2.2:
8206: found&kill all remaning leaks resulted from pooled::malloc calls
8207: [excluding in gd -- planning complete rewrite extremely ugly code]
8208:
8209: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.2:
8210: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.2:
8211: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.2:
8212: removed unneeded files
8213:
8214: 2003-02-17 paf
8215: * src/classes/classes.C [autoptr] 1.18.2.4:
8216: * src/include/pa_array.h [autoptr] 1.57.2.22:
8217: * src/include/pa_hash.h [autoptr] 1.58.2.16:
8218: * src/include/pa_pool.h [autoptr] 1.86.2.29:
8219: * src/include/pa_request.h [autoptr] 1.160.2.23:
8220: * src/main/pa_request.C [autoptr] 1.245.2.20:
8221: * src/main/pa_string.C [autoptr] 1.172.2.16:
8222: * src/main/untaint.C [autoptr] 1.115.2.10:
8223: * src/types/pa_value.h [autoptr] 1.109.2.23:
8224: * src/types/pa_vint.h [autoptr] 1.38.2.10:
8225: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.12:
8226: * src/types/pa_vstring.h [autoptr] 1.54.2.10:
8227: * src/types/pa_vvoid.h [autoptr] 1.17.2.7:
8228: * src/types/pa_wcontext.h [autoptr] 1.42.2.7:
8229: class fields of simple type not initialized with zeros :(
8230: while class fields of class types initialized with default constructors.
8231: learn C++
8232:
8233: * src/main/execute.C [autoptr] 1.295.2.11:
8234: * src/main/pa_request.C [autoptr] 1.245.2.21:
8235: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.5:
8236: first letters out OK
8237:
8238: * src/classes/classes.awk [autoptr] 1.6.6.2:
8239: * src/classes/double.C [autoptr] 1.53.2.5:
8240: * src/classes/file.C [autoptr] 1.107.2.11:
8241: * src/classes/form.C [autoptr] 1.34.2.5:
8242: * src/classes/image.C [autoptr] 1.90.2.8:
8243: * src/classes/int.C [autoptr] 1.49.2.4:
8244: * src/classes/mail.C [autoptr] 1.88.2.8:
8245: * src/classes/math.C [autoptr] 1.24.2.7:
8246: * src/classes/xdoc.C [autoptr] 1.108.2.7:
8247: * src/classes/xnode.C [autoptr] 1.54.2.5:
8248: * src/include/pa_array.h [autoptr] 1.57.2.21:
8249: * src/include/pa_string.h [autoptr] 1.144.2.24:
8250: * src/main/pa_exec.C [autoptr] 1.48.2.13:
8251: * src/types/pa_vmail.C [autoptr] 1.40.2.7:
8252: parser3.exe - 0 error(s), 0 warning(s)
8253:
8254: * src/classes/date.C [autoptr] 1.42.2.8:
8255: * src/classes/op.C [autoptr] 1.127.2.12:
8256: * src/classes/table.C [autoptr] 1.172.2.8:
8257: * src/classes/xdoc.C [autoptr] 1.108.2.8:
8258: * src/classes/xnode.C [autoptr] 1.54.2.6:
8259: * src/include/pa_array.h [autoptr] 1.57.2.24:
8260: * src/include/pa_charset.h [autoptr] 1.20.2.11:
8261: * src/main/Makefile.am [autoptr] 1.35.6.2:
8262: * src/main/main.dsp [autoptr] 1.161.6.11:
8263: * src/main/pa_charset.C [autoptr] 1.33.2.8:
8264: * src/main/pa_common.C [autoptr] 1.143.2.20:
8265: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.13:
8266: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.2:
8267: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.4:
8268: * src/targets/cgi/parser3.C [autoptr] 1.216.2.6:
8269: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.4:
8270: * src/types/pa_vmail.C [autoptr] 1.40.2.8:
8271: fixed more leaks resulted from pooled::malloc calls
8272:
8273: * src/include/pa_stack.h [autoptr] 1.17.2.4:
8274: * src/main/compile.C [autoptr] 1.69.2.6:
8275: * src/main/execute.C [autoptr] 1.295.2.13:
8276: * src/main/pa_request.C [autoptr] 1.245.2.23:
8277: stack-stored items need extra .ref to prevent object_ptr from
8278: delete[them]
8279:
8280: * src/main/pa_request.C [autoptr] 1.245.2.22:
8281: * src/targets/cgi/parser3.C [autoptr] 1.216.2.5:
8282: * src/types/pa_vfile.C [autoptr] 1.36.2.10:
8283: couple mem leaks rusulted from old pooled::malloc usage.
8284: todo:find more like those
8285:
8286: * src/main/execute.C [autoptr] 1.295.2.14:
8287: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.2:
8288: * src/targets/cgi/parser3.C [autoptr] 1.216.2.7:
8289: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.2:
8290: few bugs in debug output fixed
8291:
8292: * src/include/pa_array.h [autoptr] 1.57.2.23:
8293: * src/include/pa_request.h [autoptr] 1.160.2.24:
8294: * src/main/execute.C [autoptr] 1.295.2.12:
8295: stackItem fixed [there were no string on stack before]
8296:
8297: * src/classes/date.C [autoptr] 1.42.2.9:
8298: * src/classes/double.C [autoptr] 1.53.2.6:
8299: * src/classes/file.C [autoptr] 1.107.2.12:
8300: * src/classes/image.C [autoptr] 1.90.2.9:
8301: * src/classes/int.C [autoptr] 1.49.2.5:
8302: * src/classes/mail.C [autoptr] 1.88.2.9:
8303: * src/classes/math.C [autoptr] 1.24.2.8:
8304: * src/classes/response.C [autoptr] 1.23.2.5:
8305: * src/classes/string.C [autoptr] 1.125.2.9:
8306: * src/classes/table.C [autoptr] 1.172.2.9:
8307: * src/classes/xdoc.C [autoptr] 1.108.2.9:
8308: * src/classes/xnode.h [autoptr] 1.18.2.4:
8309: * src/include/pa_stack.h [autoptr] 1.17.2.5:
8310: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.2:
8311: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.2:
8312: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.3:
8313: * src/types/pa_vdate.h [autoptr] 1.24.2.5:
8314: * src/types/pa_vdouble.h [autoptr] 1.42.2.9:
8315: * src/types/pa_vfile.h [autoptr] 1.52.2.15:
8316: * src/types/pa_vform.C [autoptr] 1.74.2.8:
8317: * src/types/pa_vform.h [autoptr] 1.45.2.8:
8318: * src/types/pa_vimage.h [autoptr] 1.34.2.7:
8319: * src/types/pa_vstatus.h [autoptr] 1.15.2.7:
8320: * src/types/pa_vstring.h [autoptr] 1.54.2.11:
8321: * src/types/pa_vtable.h [autoptr] 1.48.2.8:
8322: * src/types/pa_vvoid.h [autoptr] 1.17.2.8:
8323: * src/types/pa_vxdoc.h [autoptr] 1.31.2.3:
8324: * src/types/pa_vxnode.h [autoptr] 1.22.2.3:
8325: * src/types/pa_wcontext.h [autoptr] 1.42.2.8:
8326: * src/types/pa_wwrapper.h [autoptr] 1.28.2.3:
8327: fixed all remained bugs of unitialized simple-typed field
8328:
8329: * src/classes/classes.C [autoptr] 1.18.2.5:
8330: * src/classes/classes.h [autoptr] 1.23.2.8:
8331: * src/main/execute.C [autoptr] 1.295.2.15:
8332: * src/main/pa_charset.C [autoptr] 1.33.2.9:
8333: * src/main/pa_request.C [autoptr] 1.245.2.24:
8334: another bug of unitialized simple-typed field fixed.
8335: todo: find&kill all like that one
8336:
8337: * src/main/compile.C [autoptr] 1.69.2.5:
8338: * src/main/compile_tools.C [autoptr] 1.54.2.5:
8339: 2*2!
8340:
8341: 2003-02-14 paf
8342: * src/classes/classes.dsp [autoptr] 1.25.10.4:
8343: * src/classes/op.C [autoptr] 1.127.2.10:
8344: * src/classes/string.C [autoptr] 1.125.2.8:
8345: * src/classes/table.C [autoptr] 1.172.2.7:
8346: * src/include/pa_common.h [autoptr] 1.89.2.11:
8347: * src/include/pa_globals.h [autoptr] 1.101.2.14:
8348: * src/include/pa_pool.h [autoptr] 1.86.2.28:
8349: * src/include/pa_request.h [autoptr] 1.160.2.20:
8350: * src/main/pa_globals.C [autoptr] 1.152.2.15:
8351: * src/main/pa_request.C [autoptr] 1.245.2.16:
8352: * src/types/pa_value.h [autoptr] 1.109.2.22:
8353: * src/types/pa_vhash.h [autoptr] 1.43.2.12:
8354: * src/types/pa_vint.h [autoptr] 1.38.2.9:
8355: * src/types/types.dsp [autoptr] 1.35.10.7:
8356: op compiled
8357:
8358: * src/classes/classes.C [autoptr] 1.18.2.3:
8359: * src/classes/classes.awk [autoptr] 1.6.6.1:
8360: * src/classes/file.C [autoptr] 1.107.2.9:
8361: * src/classes/hash.C [autoptr] 1.54.2.9:
8362: * src/classes/mail.C [autoptr] 1.88.2.7:
8363: * src/classes/op.C [autoptr] 1.127.2.11:
8364: * src/include/pa_common.h [autoptr] 1.89.2.12:
8365: * src/include/pa_request.h [autoptr] 1.160.2.21:
8366: * src/include/pa_sapi.h [autoptr] 1.22.2.6:
8367: * src/main/pa_common.C [autoptr] 1.143.2.18:
8368: * src/main/pa_request.C [autoptr] 1.245.2.17:
8369: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.3:
8370: * src/targets/cgi/parser3.C [autoptr] 1.216.2.3:
8371: * src/targets/cgi/parser3.dsp [autoptr] 1.60.10.1:
8372: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.3:
8373: classes.lib - 0 error(s), 0 warning(s)
8374: parser.C compiled
8375:
8376: * src/classes/classes.dsp [autoptr] 1.25.10.3:
8377: * src/classes/response.C [autoptr] 1.23.2.4:
8378: * src/classes/string.C [autoptr] 1.125.2.7:
8379: * src/include/pa_dictionary.h [autoptr] 1.13.2.7:
8380: * src/include/pa_string.h [autoptr] 1.144.2.23:
8381: * src/main/pa_string.C [autoptr] 1.172.2.15:
8382: * src/main/untaint.C [autoptr] 1.115.2.9:
8383: * src/types/pa_vtable.h [autoptr] 1.48.2.7:
8384: string, response compiled
8385:
8386: * src/classes/file.C [autoptr] 1.107.2.10:
8387: * src/include/pa_request.h [autoptr] 1.160.2.22:
8388: * src/main/pa_request.C [autoptr] 1.245.2.18:
8389: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.12:
8390: * src/targets/cgi/parser3.C [autoptr] 1.216.2.4:
8391: * src/types/pa_vfile.C [autoptr] 1.36.2.9:
8392: * src/types/pa_vfile.h [autoptr] 1.52.2.14:
8393: * src/types/pa_vform.C [autoptr] 1.74.2.7:
8394: * src/types/pa_vimage.C [autoptr] 1.22.2.6:
8395: * src/types/pa_vtable.C [autoptr] 1.21.2.5:
8396: all compiled, only 14 link errors :)
8397:
8398: * src/types/pa_vhash.C 1.1:
8399: file pa_vhash.C was initially added on branch autoptr.
8400:
8401: * src/include/pa_common.h [autoptr] 1.89.2.13:
8402: * src/main/pa_common.C [autoptr] 1.143.2.19:
8403: * src/main/pa_request.C [autoptr] 1.245.2.19:
8404: 13 link errors
8405:
8406: 2003-02-07 paf
8407: * src/classes/table.C [autoptr] 1.172.2.6:
8408: * src/types/pa_vtable.h [autoptr] 1.48.2.6:
8409: table compiled
8410:
8411: 2003-02-06 paf
8412: * src/classes/image.C [autoptr] 1.90.2.7:
8413: * src/classes/string.C [autoptr] 1.125.2.6:
8414: * src/classes/xdoc.C [autoptr] 1.108.2.6:
8415: * src/include/pa_common.h [autoptr] 1.89.2.10:
8416: * src/include/pa_hash.h [autoptr] 1.58.2.15:
8417: * src/main/pa_common.C [autoptr] 1.143.2.17:
8418: * src/types/pa_vfile.h [autoptr] 1.52.2.13:
8419: * src/types/pa_vimage.h [autoptr] 1.34.2.6:
8420: image compiled
8421:
8422: * src/classes/mail.C [autoptr] 1.88.2.6:
8423: * src/include/pa_request.h [autoptr] 1.160.2.19:
8424: * src/main/pa_request.C [autoptr] 1.245.2.15:
8425: mail compiled
8426:
8427: * src/classes/hash.C [autoptr] 1.54.2.7:
8428: * src/include/pa_hash.h [autoptr] 1.58.2.14:
8429: * src/include/pa_table.h [autoptr] 1.48.2.11:
8430: * src/types/pa_vstring.h [autoptr] 1.54.2.9:
8431: hash compiled
8432:
8433: * src/classes/classes.dsp [autoptr] 1.25.10.2:
8434: * src/classes/file.C [autoptr] 1.107.2.7:
8435: * src/include/pa_common.h [autoptr] 1.89.2.9:
8436: * src/include/pa_exec.h [autoptr] 1.11.2.5:
8437: * src/main/pa_common.C [autoptr] 1.143.2.16:
8438: * src/main/pa_exec.C [autoptr] 1.48.2.12:
8439: * src/types/pa_vfile.C [autoptr] 1.36.2.8:
8440: * src/types/pa_vfile.h [autoptr] 1.52.2.12:
8441: file compiled
8442:
8443: * src/classes/file.C [autoptr] 1.107.2.8:
8444: * src/classes/form.C [autoptr] 1.34.2.4:
8445: form compiled
8446:
8447: * src/classes/hash.C [autoptr] 1.54.2.8:
8448: * src/classes/math.C [autoptr] 1.24.2.6:
8449: * src/types/pa_vmath.C [autoptr] 1.1.2.8:
8450: * src/types/pa_vmath.h [autoptr] 1.14.2.4:
8451: math compiled [win32]
8452:
8453: 2003-02-04 paf
8454: * src/classes/date.C [autoptr] 1.42.2.5:
8455: * src/classes/double.C [autoptr] 1.53.2.3:
8456: * src/classes/file.C [autoptr] 1.107.2.5:
8457: * src/classes/form.C [autoptr] 1.34.2.3:
8458: * src/classes/hash.C [autoptr] 1.54.2.4:
8459: * src/classes/image.C [autoptr] 1.90.2.5:
8460: * src/classes/int.C [autoptr] 1.49.2.3:
8461: * src/classes/mail.C [autoptr] 1.88.2.4:
8462: * src/classes/math.C [autoptr] 1.24.2.4:
8463: * src/classes/op.C [autoptr] 1.127.2.8:
8464: * src/classes/response.C [autoptr] 1.23.2.3:
8465: * src/classes/string.C [autoptr] 1.125.2.4:
8466: * src/classes/table.C [autoptr] 1.172.2.4:
8467: * src/classes/void.C [autoptr] 1.28.2.3:
8468: * src/classes/xdoc.C [autoptr] 1.108.2.4:
8469: * src/classes/xnode.C [autoptr] 1.54.2.3:
8470: * src/types/pa_vdouble.h [autoptr] 1.42.2.8:
8471: * src/types/pa_vhash.h [autoptr] 1.43.2.10:
8472: * src/types/pa_vint.h [autoptr] 1.38.2.8:
8473: * src/types/pa_vstring.h [autoptr] 1.54.2.8:
8474: * src/types/pa_vtable.h [autoptr] 1.48.2.5:
8475: * src/types/pa_vxdoc.h [autoptr] 1.31.2.2:
8476: * src/types/pa_vxnode.h [autoptr] 1.22.2.2:
8477: int compiled
8478:
8479: * src/types/pa_value.C [autoptr] 1.9.2.12:
8480: * src/types/pa_value_includes.h [autoptr] 1.1.2.4:
8481: * src/types/pa_vrequest.C [autoptr] 1.27.2.8:
8482: trying to remove stupid value_includes.h
8483:
8484: * src/classes/date.C [autoptr] 1.42.2.4:
8485: * src/classes/double.C [autoptr] 1.53.2.2:
8486: * src/classes/file.C [autoptr] 1.107.2.4:
8487: * src/classes/hash.C [autoptr] 1.54.2.3:
8488: * src/classes/image.C [autoptr] 1.90.2.4:
8489: * src/classes/int.C [autoptr] 1.49.2.2:
8490: * src/classes/mail.C [autoptr] 1.88.2.3:
8491: * src/classes/math.C [autoptr] 1.24.2.3:
8492: * src/classes/op.C [autoptr] 1.127.2.7:
8493: * src/classes/response.C [autoptr] 1.23.2.2:
8494: * src/classes/string.C [autoptr] 1.125.2.3:
8495: * src/classes/table.C [autoptr] 1.172.2.3:
8496: * src/classes/void.C [autoptr] 1.28.2.2:
8497: * src/classes/xdoc.C [autoptr] 1.108.2.3:
8498: * src/classes/xnode.C [autoptr] 1.54.2.2:
8499: * src/classes/xnode.h [autoptr] 1.18.2.3:
8500: * src/types/pa_vvoid.h [autoptr] 1.17.2.6:
8501: void compiled :)
8502:
8503: * src/classes/date.C [autoptr] 1.42.2.7:
8504: * src/classes/hash.C [autoptr] 1.54.2.6:
8505: * src/include/pa_exec.h [autoptr] 1.11.2.4:
8506: * src/include/pa_hash.h [autoptr] 1.58.2.13:
8507: * src/include/pa_request.h [autoptr] 1.160.2.18:
8508: * src/include/pa_string.h [autoptr] 1.144.2.22:
8509: * src/include/pa_table.h [autoptr] 1.48.2.10:
8510: * src/main/pa_common.C [autoptr] 1.143.2.15:
8511: * src/main/pa_exec.C [autoptr] 1.48.2.11:
8512: * src/main/pa_string.C [autoptr] 1.172.2.14:
8513: * src/types/pa_method.h [autoptr] 1.1.2.3:
8514: * src/types/pa_vform.C [autoptr] 1.74.2.6:
8515: * src/types/pa_vhash.h [autoptr] 1.43.2.11:
8516: hash 50% compiled
8517:
8518: * src/types/pa_method.h 1.1:
8519: file pa_method.h was initially added on branch autoptr.
8520:
8521: * src/include/pa_globals.h [autoptr] 1.101.2.13:
8522: * src/main/pa_cache_managers.C [autoptr] 1.7.2.5:
8523: * src/main/pa_charset.C [autoptr] 1.33.2.7:
8524: * src/main/pa_charsets.C [autoptr] 1.11.2.9:
8525: * src/main/pa_common.C [autoptr] 1.143.2.14:
8526: * src/main/pa_dir.C [autoptr] 1.14.2.3:
8527: * src/main/pa_exception.C [autoptr] 1.43.2.12:
8528: * src/main/pa_exec.C [autoptr] 1.48.2.10:
8529: * src/main/pa_globals.C [autoptr] 1.152.2.13:
8530: * src/main/pa_pool.C [autoptr] 1.59.2.4:
8531: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.11:
8532: * src/main/pa_string.C [autoptr] 1.172.2.12:
8533: * src/main/pa_uue.C [autoptr] 1.4.2.5:
8534: * src/main/untaint.C [autoptr] 1.115.2.8:
8535: * src/types/pa_value.C [autoptr] 1.9.2.13:
8536: * src/types/pa_vcookie.C [autoptr] 1.55.2.6:
8537: * src/types/pa_vfile.C [autoptr] 1.36.2.7:
8538: * src/types/pa_vimage.C [autoptr] 1.22.2.5:
8539: * src/types/pa_vmath.C [autoptr] 1.1.2.7:
8540: * src/types/pa_vrequest.C [autoptr] 1.27.2.9:
8541: * src/types/pa_vresponse.C [autoptr] 1.17.2.6:
8542: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.6:
8543: * src/types/pa_vstatus.C [autoptr] 1.15.2.5:
8544: * src/types/pa_vstring.C [autoptr] 1.22.2.3:
8545: * src/types/pa_vtable.C [autoptr] 1.21.2.4:
8546: * src/types/pa_wcontext.C [autoptr] 1.24.2.5:
8547: * src/types/types.dsp [autoptr] 1.35.10.6:
8548: removed stupid value_includes.h
8549:
8550: * src/main/pa_exec.C [autoptr] 1.48.2.8:
8551: libmain.a compiled on six [unix]
8552:
8553: * src/include/pa_config_includes.h [autoptr] 1.23.2.5:
8554: * src/include/pa_dictionary.h [autoptr] 1.13.2.6:
8555: * src/main/pa_common.C [autoptr] 1.143.2.13:
8556: * src/main/pa_dictionary.C [autoptr] 1.17.2.6:
8557: * src/main/pa_exec.C [autoptr] 1.48.2.7:
8558: * src/main/pa_socks.C [autoptr] 1.18.2.5:
8559: libmain.a gcc
8560: and
8561: mail.lib msvc++
8562: compiled
8563:
1.38 ! paf 8564: * src/include/pa_array.h [autoptr] 1.57.2.20:
! 8565: * src/include/pa_config_includes.h [autoptr] 1.23.2.4:
! 8566: * src/include/pa_dictionary.h [autoptr] 1.13.2.5:
! 8567: * src/main/pa_dictionary.C [autoptr] 1.17.2.5:
! 8568: * src/main/pa_exec.C [autoptr] 1.48.2.6:
! 8569: * src/main/pa_socks.C [autoptr] 1.18.2.4:
! 8570: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.10:
! 8571: gcc libmain.a compiled
! 8572:
1.22 paf 8573: * src/include/pa_globals.h [autoptr] 1.101.2.12:
8574: * src/include/pa_request.h [autoptr] 1.160.2.16:
8575: * src/types/pa_value.C [autoptr] 1.9.2.11:
8576: * src/types/pa_value.h [autoptr] 1.109.2.21:
8577: * src/types/pa_vclass.C [autoptr] 1.16.2.5:
8578: * src/types/pa_vcookie.C [autoptr] 1.55.2.5:
8579: * src/types/pa_vdate.h [autoptr] 1.24.2.4:
8580: * src/types/pa_vfile.C [autoptr] 1.36.2.6:
8581: * src/types/pa_vfile.h [autoptr] 1.52.2.11:
8582: * src/types/pa_vmail.C [autoptr] 1.40.2.6:
8583: * src/types/pa_vobject.C [autoptr] 1.12.2.6:
8584: * src/types/pa_vrequest.C [autoptr] 1.27.2.7:
8585: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.5:
8586: * src/types/pa_vstatus.C [autoptr] 1.15.2.4:
8587: * src/types/pa_vtable.C [autoptr] 1.21.2.3:
8588: libtypes.a compiled gcc
8589:
8590: * src/classes/classes.dsp [autoptr] 1.25.10.1:
8591: * src/classes/double.C [autoptr] 1.53.2.4:
8592: double compiled
8593:
8594: * src/main/pa_globals.C [release_3_0_0007] 1.148.2.1:
8595: merged changes from 1.149-1.150 (stupid name conflicts)
8596:
8597: * src/include/pa_array.h [autoptr] 1.57.2.19:
8598: * src/include/pa_pool.h [autoptr] 1.86.2.27:
8599: * src/main/Makefile.am [autoptr] 1.35.6.1:
8600: * src/main/Makefile.in [autoptr] 1.50.2.2:
8601: * src/main/compile.tab.C [autoptr] 1.81.2.7:
8602: * src/main/compile.y [autoptr] 1.204.2.6:
8603: * src/main/execute.C [autoptr] 1.295.2.10:
8604: * src/main/pa_request.C [autoptr] 1.245.2.14:
8605: * src/main/untaint.C [autoptr] 1.115.2.7:
8606: * src/types/pa_junction.h [autoptr] 1.1.2.2:
8607: * src/types/pa_method.h [autoptr] 1.1.2.2:
8608: * src/types/pa_value.h [autoptr] 1.109.2.20:
8609: * src/types/pa_value_includes.h [autoptr] 1.1.2.3:
8610: * src/types/pa_vimage.h [autoptr] 1.34.2.5:
8611: *** empty log message ***
8612:
8613: * src/main/pa_exec.C [autoptr] 1.48.2.9:
8614: pa_exec compiled on win32
8615:
8616: * src/classes/date.C [autoptr] 1.42.2.6:
8617: * src/classes/file.C [autoptr] 1.107.2.6:
8618: * src/classes/hash.C [autoptr] 1.54.2.5:
8619: * src/classes/image.C [autoptr] 1.90.2.6:
8620: * src/classes/mail.C [autoptr] 1.88.2.5:
8621: * src/classes/math.C [autoptr] 1.24.2.5:
8622: * src/classes/op.C [autoptr] 1.127.2.9:
8623: * src/classes/string.C [autoptr] 1.125.2.5:
8624: * src/classes/table.C [autoptr] 1.172.2.5:
8625: * src/classes/xdoc.C [autoptr] 1.108.2.5:
8626: * src/classes/xnode.C [autoptr] 1.54.2.4:
8627: * src/include/pa_request.h [autoptr] 1.160.2.17:
8628: * src/main/pa_globals.C [autoptr] 1.152.2.14:
8629: * src/main/pa_string.C [autoptr] 1.172.2.13:
8630: date compiled
8631:
8632: * src/types/pa_junction.h 1.1:
8633: file pa_junction.h was initially added on branch autoptr.
8634:
8635: * src/main/compile_tools.h [autoptr] 1.67.2.8:
8636: * src/main/execute.C [autoptr] 1.295.2.9:
8637: * src/main/pa_table.C [autoptr] 1.53.2.9:
8638: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.7:
8639: * src/types/pa_vvoid.h [autoptr] 1.17.2.5:
8640: yuk: gcc on cygwin yelds "virtual memory exhausted" while
8641: trying to compile execute.C [eating up to 127MB]
8642:
8643: 2003-02-03 paf
8644: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.4:
8645: vstateless_class compiled
8646:
8647: * src/include/pa_request.h [autoptr] 1.160.2.13:
8648: * src/main/execute.C [autoptr] 1.295.2.7:
8649: * src/main/pa_request.C [autoptr] 1.245.2.8:
8650: * src/types/pa_value.h [autoptr] 1.109.2.16:
8651: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.6:
8652: execute compiled
8653:
8654: * src/types/pa_vresponse.C [autoptr] 1.17.2.5:
8655: * src/types/pa_vresponse.h [autoptr] 1.32.2.6:
8656: vresponse compiled
8657:
8658: * src/types/pa_value.C [autoptr] 1.9.2.9:
8659: * src/types/pa_value.h [autoptr] 1.109.2.18:
8660: * src/types/pa_vclass.C [autoptr] 1.16.2.4:
8661: * src/types/pa_vclass.h [autoptr] 1.39.2.5:
8662: * src/types/pa_vobject.C [autoptr] 1.12.2.5:
8663: * src/types/pa_vobject.h [autoptr] 1.38.2.8:
8664: vobject compiled
8665:
8666: * src/types/pa_vtable.C [autoptr] 1.21.2.2:
8667: vtable compiled
8668:
8669: * src/types/pa_vmath.C [autoptr] 1.1.2.6:
8670: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.4:
8671: vmath compiled
8672:
8673: * src/include/pa_config_includes.h [autoptr] 1.23.2.2:
8674: * src/include/pa_hash.h [autoptr] 1.58.2.12:
8675: * src/include/pa_operation.h [autoptr] 1.1.2.6:
8676: * src/include/pa_pool.h [autoptr] 1.86.2.26:
8677: * src/include/pa_string.h [autoptr] 1.144.2.21:
8678: * src/main/pa_common.C [autoptr] 1.143.2.12:
8679: * src/types/pa_value.C [autoptr] 1.9.2.10:
8680: * src/types/pa_value.h [autoptr] 1.109.2.19:
8681: * src/types/pa_vdouble.h [autoptr] 1.42.2.7:
8682: * src/types/pa_vfile.h [autoptr] 1.52.2.10:
8683: * src/types/pa_vhash.h [autoptr] 1.43.2.9:
8684: * src/types/pa_vint.h [autoptr] 1.38.2.7:
8685: * src/types/pa_vjunction.h [autoptr] 1.19.2.5:
8686: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.11:
8687: * src/types/pa_vstring.h [autoptr] 1.54.2.7:
8688: * src/types/types.dsp [autoptr] 1.35.10.5:
8689: started gcc compiling
8690: pa_common compiled
8691:
8692: * src/include/pa_pool.h [autoptr] 1.86.2.23:
8693: * src/main/pa_request.C [autoptr] 1.245.2.10:
8694: * src/types/pa_value.C [autoptr] 1.9.2.8:
8695: * src/types/pa_vclass.C [autoptr] 1.16.2.3:
8696: * src/types/pa_vcookie.C [autoptr] 1.55.2.4:
8697: * src/types/pa_vcookie.h [autoptr] 1.23.2.5:
8698: * src/types/pa_vform.C [autoptr] 1.74.2.4:
8699: * src/types/pa_vform.h [autoptr] 1.45.2.7:
8700: * src/types/pa_vobject.h [autoptr] 1.38.2.7:
8701: vform compiled
8702:
8703: * src/include/Makefile.am [autoptr] 1.3.14.1:
8704: * src/include/Makefile.in [autoptr] 1.11.2.1:
8705: * src/include/pa_hash.h [autoptr] 1.58.2.11:
8706: * src/include/pa_pool.h [autoptr] 1.86.2.24:
8707: gcc refused to compile _P identifier. it replaced it to some
8708: strange 0x0000040
8709:
8710: * configure [autoptr] 1.66.2.2:
8711: * configure.in [autoptr] 1.62.2.2:
8712: * src/Makefile.in [autoptr] 1.55.2.1:
8713: * src/include/Makefile.in [autoptr] 1.11.2.2:
8714: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.1:
8715: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.2:
8716: * src/include/pa_string.h [autoptr] 1.144.2.20:
8717: * src/main/Makefile.in [autoptr] 1.50.2.1:
8718: *** empty log message ***
8719:
8720: * src/types/pa_vstring.C [autoptr] 1.22.2.2:
8721: * src/types/pa_vstring.h [autoptr] 1.54.2.6:
8722: vstring compiled
8723:
8724: * src/include/pa_request.h [autoptr] 1.160.2.14:
8725: * src/main/execute.C [autoptr] 1.295.2.8:
8726: * src/main/pa_request.C [autoptr] 1.245.2.9:
8727: main.lib - 0 error(s), 0 warning(s)
8728:
8729: * src/types/pa_vrequest.C [autoptr] 1.27.2.6:
8730: vrequest compiled
8731:
8732: * src/classes/form.C [autoptr] 1.34.2.2:
8733: * src/classes/mail.C [autoptr] 1.88.2.2:
8734: * src/include/pa_request.h [autoptr] 1.160.2.15:
8735: * src/main/pa_globals.C [autoptr] 1.152.2.12:
8736: * src/main/pa_request.C [autoptr] 1.245.2.11:
8737: * src/types/pa_value.h [autoptr] 1.109.2.17:
8738: * src/types/pa_vform.C [autoptr] 1.74.2.5:
8739: * src/types/pa_vmail.C [autoptr] 1.40.2.5:
8740: * src/types/pa_vmail.h [autoptr] 1.9.2.4:
8741: vmail compiled
8742:
8743: * src/types/pa_vimage.C [autoptr] 1.22.2.4:
8744: * src/types/pa_vimage.h [autoptr] 1.34.2.4:
8745: vimage compiled
8746:
8747: * src/include/pa_exception.h [autoptr] 1.38.2.14:
8748: * src/include/pa_pool.h [autoptr] 1.86.2.25:
8749: * src/main/pa_exception.C [autoptr] 1.43.2.11:
8750: exception gcc change #1
8751:
8752: * src/include/pa_cache_managers.h [autoptr] 1.9.2.6:
8753: * src/main/pa_request.C [autoptr] 1.245.2.12:
8754: * src/types/pa_vstatus.C [autoptr] 1.15.2.2:
8755: * src/types/pa_vstatus.h [autoptr] 1.15.2.6:
8756: vstatus compiled
8757:
8758: 2003-01-31 paf
8759: * src/classes/classes.C [autoptr] 1.18.2.2:
8760: * src/classes/classes.h [autoptr] 1.23.2.7:
8761: * src/classes/date.C [autoptr] 1.42.2.3:
8762: * src/classes/double.C [autoptr] 1.53.2.1:
8763: * src/classes/file.C [autoptr] 1.107.2.3:
8764: * src/classes/form.C [autoptr] 1.34.2.1:
8765: * src/classes/hash.C [autoptr] 1.54.2.2:
8766: * src/classes/image.C [autoptr] 1.90.2.3:
8767: * src/classes/int.C [autoptr] 1.49.2.1:
8768: * src/classes/mail.C [autoptr] 1.88.2.1:
8769: * src/classes/math.C [autoptr] 1.24.2.2:
8770: * src/classes/op.C [autoptr] 1.127.2.5:
8771: * src/classes/response.C [autoptr] 1.23.2.1:
8772: * src/classes/string.C [autoptr] 1.125.2.1:
8773: * src/classes/table.C [autoptr] 1.172.2.2:
8774: * src/classes/void.C [autoptr] 1.28.2.1:
8775: * src/classes/xdoc.C [autoptr] 1.108.2.2:
8776: * src/classes/xnode.C [autoptr] 1.54.2.1:
8777: * src/classes/xnode.h [autoptr] 1.18.2.2:
8778: * src/include/pa_array.h [autoptr] 1.57.2.16:
8779: * src/include/pa_cache_managers.h [autoptr] 1.9.2.5:
8780: * src/include/pa_charset.h [autoptr] 1.20.2.10:
8781: * src/include/pa_charsets.h [autoptr] 1.8.2.7:
8782: * src/include/pa_common.h [autoptr] 1.89.2.7:
8783: * src/include/pa_config_fixed.h [autoptr] 1.54.2.1:
8784: * src/include/pa_config_includes.h [autoptr] 1.23.2.1:
8785: * src/include/pa_dictionary.h [autoptr] 1.13.2.4:
8786: * src/include/pa_dir.h [autoptr] 1.13.2.1:
8787: * src/include/pa_exception.h [autoptr] 1.38.2.13:
8788: * src/include/pa_exec.h [autoptr] 1.11.2.3:
8789: * src/include/pa_globals.h [autoptr] 1.101.2.10:
8790: * src/include/pa_hash.h [autoptr] 1.58.2.10:
8791: * src/include/pa_opcode.h [autoptr] 1.24.2.2:
8792: * src/include/pa_operation.h [autoptr] 1.1.2.4:
8793: * src/include/pa_pool.h [autoptr] 1.86.2.22:
8794: * src/include/pa_request.h [autoptr] 1.160.2.9:
8795: * src/include/pa_request_charsets.h [autoptr] 1.1.2.3:
8796: * src/include/pa_request_info.h [autoptr] 1.1.2.4:
8797: * src/include/pa_sapi.h [autoptr] 1.22.2.4:
8798: * src/include/pa_socks.h [autoptr] 1.11.2.2:
8799: * src/include/pa_sql_connection.h [autoptr] 1.30.2.6:
8800: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.7:
8801: * src/include/pa_stack.h [autoptr] 1.17.2.3:
8802: * src/include/pa_string.h [autoptr] 1.144.2.18:
8803: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.1:
8804: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.1:
8805: * src/include/pa_table.h [autoptr] 1.48.2.9:
8806: * src/include/pa_threads.h [autoptr] 1.26.2.1:
8807: * src/include/pa_types.h [autoptr] 1.44.2.2:
8808: * src/include/pa_uue.h [autoptr] 1.4.2.3:
8809: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.2:
8810: * src/lib/ltdl/ltdl.c [autoptr] 1.3.2.1:
8811: * src/lib/ltdl/ltdl.h [autoptr] 1.2.2.1:
8812: * src/lib/md5/pa_md5.h [autoptr] 1.5.2.1:
8813: * src/lib/md5/pa_md5c.c [autoptr] 1.6.2.1:
8814: * src/lib/pcre/dftables.c [autoptr] 1.1.14.1:
8815: * src/lib/pcre/get.c [autoptr] 1.1.14.1:
8816: * src/lib/pcre/maketables.c [autoptr] 1.1.14.1:
8817: * src/lib/pcre/pcre.c [autoptr] 1.1.14.1:
8818: * src/lib/pcre/pcre.h [autoptr] 1.1.14.1:
8819: * src/lib/pcre/pcre_parser_ctype.c [autoptr] 1.3.2.1:
8820: * src/lib/pcre/study.c [autoptr] 1.1.14.1:
8821: * src/main/compile.C [autoptr] 1.69.2.4:
8822: * src/main/compile.tab.C [autoptr] 1.81.2.4:
8823: * src/main/compile.y [autoptr] 1.204.2.3:
8824: * src/main/compile_tools.C [autoptr] 1.54.2.4:
8825: * src/main/compile_tools.h [autoptr] 1.67.2.6:
8826: * src/main/execute.C [autoptr] 1.295.2.4:
8827: * src/main/main.dsp [autoptr] 1.161.6.8:
8828: * src/main/pa_cache_managers.C [autoptr] 1.7.2.4:
8829: * src/main/pa_charset.C [autoptr] 1.33.2.6:
8830: * src/main/pa_charsets.C [autoptr] 1.11.2.8:
8831: * src/main/pa_common.C [autoptr] 1.143.2.10:
8832: * src/main/pa_dictionary.C [autoptr] 1.17.2.4:
8833: * src/main/pa_dir.C [autoptr] 1.14.2.2:
8834: * src/main/pa_exception.C [autoptr] 1.43.2.10:
8835: * src/main/pa_exec.C [autoptr] 1.48.2.5:
8836: * src/main/pa_globals.C [autoptr] 1.152.2.10:
8837: * src/main/pa_pool.C [autoptr] 1.59.2.3:
8838: * src/main/pa_request.C [autoptr] 1.245.2.5:
8839: * src/main/pa_socks.C [autoptr] 1.18.2.3:
8840: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.9:
8841: * src/main/pa_string.C [autoptr] 1.172.2.11:
8842: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.1:
8843: * src/main/pa_table.C [autoptr] 1.53.2.8:
8844: * src/main/pa_uue.C [autoptr] 1.4.2.4:
8845: * src/main/untaint.C [autoptr] 1.115.2.6:
8846: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.2:
8847: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.1:
8848: * src/targets/apache13/pa_md5c.c [autoptr] 1.5.2.1:
8849: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.1:
8850: * src/targets/apache13/pa_threads.C [autoptr] 1.11.2.1:
8851: * src/targets/cgi/getopt.c [autoptr] 1.2.6.1:
8852: * src/targets/cgi/getopt.h [autoptr] 1.2.10.1:
8853: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.1:
8854: * src/targets/cgi/pa_threads.C [autoptr] 1.12.2.1:
8855: * src/targets/cgi/parser3.C [autoptr] 1.216.2.1:
8856: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.1:
8857: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.1:
8858: * src/targets/isapi/pa_threads.C [autoptr] 1.13.2.1:
8859: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.1:
8860: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.1:
8861: * src/types/pa_value.C [autoptr] 1.9.2.7:
8862: * src/types/pa_value.h [autoptr] 1.109.2.14:
8863: * src/types/pa_value_includes.h [autoptr] 1.1.2.2:
8864: * src/types/pa_vbool.h [autoptr] 1.21.2.3:
8865: * src/types/pa_vclass.C [autoptr] 1.16.2.2:
8866: * src/types/pa_vclass.h [autoptr] 1.39.2.4:
8867: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.1:
8868: * src/types/pa_vcookie.C [autoptr] 1.55.2.3:
8869: * src/types/pa_vcookie.h [autoptr] 1.23.2.3:
8870: * src/types/pa_vdate.h [autoptr] 1.24.2.3:
8871: * src/types/pa_vdouble.h [autoptr] 1.42.2.6:
8872: * src/types/pa_venv.h [autoptr] 1.28.2.3:
8873: * src/types/pa_vfile.C [autoptr] 1.36.2.4:
8874: * src/types/pa_vfile.h [autoptr] 1.52.2.8:
8875: * src/types/pa_vform.C [autoptr] 1.74.2.3:
8876: * src/types/pa_vform.h [autoptr] 1.45.2.5:
8877: * src/types/pa_vhash.h [autoptr] 1.43.2.7:
8878: * src/types/pa_vimage.C [autoptr] 1.22.2.3:
8879: * src/types/pa_vimage.h [autoptr] 1.34.2.3:
8880: * src/types/pa_vint.h [autoptr] 1.38.2.6:
8881: * src/types/pa_vjunction.h [autoptr] 1.19.2.3:
8882: * src/types/pa_vmail.C [autoptr] 1.40.2.3:
8883: * src/types/pa_vmail.h [autoptr] 1.9.2.2:
8884: * src/types/pa_vmath.C [autoptr] 1.1.2.5:
8885: * src/types/pa_vmath.h [autoptr] 1.14.2.3:
8886: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.3:
8887: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.5:
8888: * src/types/pa_vobject.C [autoptr] 1.12.2.4:
8889: * src/types/pa_vobject.h [autoptr] 1.38.2.6:
8890: * src/types/pa_vrequest.C [autoptr] 1.27.2.5:
8891: * src/types/pa_vrequest.h [autoptr] 1.25.2.3:
8892: * src/types/pa_vresponse.C [autoptr] 1.17.2.4:
8893: * src/types/pa_vresponse.h [autoptr] 1.32.2.4:
8894: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.3:
8895: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.10:
8896: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.4:
8897: * src/types/pa_vstatus.C [autoptr] 1.15.2.1:
8898: * src/types/pa_vstatus.h [autoptr] 1.15.2.5:
8899: * src/types/pa_vstring.C [autoptr] 1.22.2.1:
8900: * src/types/pa_vstring.h [autoptr] 1.54.2.5:
8901: * src/types/pa_vtable.C [autoptr] 1.21.2.1:
8902: * src/types/pa_vtable.h [autoptr] 1.48.2.3:
8903: * src/types/pa_vvoid.h [autoptr] 1.17.2.4:
8904: * src/types/pa_vxdoc.C [autoptr] 1.23.2.1:
8905: * src/types/pa_vxdoc.h [autoptr] 1.31.2.1:
8906: * src/types/pa_vxnode.C [autoptr] 1.30.2.1:
8907: * src/types/pa_vxnode.h [autoptr] 1.22.2.1:
8908: * src/types/pa_wcontext.C [autoptr] 1.24.2.3:
8909: * src/types/pa_wcontext.h [autoptr] 1.42.2.5:
8910: * src/types/pa_wwrapper.h [autoptr] 1.28.2.2:
8911: grammar compiled
8912:
8913: * src/classes/op.C [autoptr] 1.127.2.6:
8914: * src/classes/string.C [autoptr] 1.125.2.2:
8915: * src/include/pa_common.h [autoptr] 1.89.2.8:
8916: * src/include/pa_globals.h [autoptr] 1.101.2.11:
8917: * src/include/pa_request.h [autoptr] 1.160.2.10:
8918: * src/include/pa_sql_connection.h [autoptr] 1.30.2.7:
8919: * src/main/compile.tab.C [autoptr] 1.81.2.5:
8920: * src/main/compile.y [autoptr] 1.204.2.4:
8921: * src/main/execute.C [autoptr] 1.295.2.5:
8922: * src/main/main.dsp [autoptr] 1.161.6.9:
8923: * src/main/pa_common.C [autoptr] 1.143.2.11:
8924: * src/main/pa_globals.C [autoptr] 1.152.2.11:
8925: * src/main/pa_request.C [autoptr] 1.245.2.6:
8926: * src/types/pa_value.h [autoptr] 1.109.2.15:
8927: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.2:
8928: * src/types/pa_vcookie.h [autoptr] 1.23.2.4:
8929: * src/types/pa_vform.h [autoptr] 1.45.2.6:
8930: * src/types/pa_vmail.C [autoptr] 1.40.2.4:
8931: * src/types/pa_vmail.h [autoptr] 1.9.2.3:
8932: * src/types/pa_vresponse.h [autoptr] 1.32.2.5:
8933: * src/types/pa_vtable.h [autoptr] 1.48.2.4:
8934: * src/types/pa_wcontext.C [autoptr] 1.24.2.4:
8935: * src/types/pa_wcontext.h [autoptr] 1.42.2.6:
8936: * src/types/types.dsp [autoptr] 1.35.10.4:
8937: most pa_request compiled
8938:
8939: * src/include/pa_array.h [autoptr] 1.57.2.17:
8940: * src/include/pa_operation.h [autoptr] 1.1.2.5:
8941: * src/include/pa_request.h [autoptr] 1.160.2.12:
8942: * src/main/execute.C [autoptr] 1.295.2.6:
8943: * src/main/main.dsp [autoptr] 1.161.6.10:
8944: * src/types/pa_vjunction.h [autoptr] 1.19.2.4:
8945: started last file from main library: execute
8946:
8947: * src/include/pa_request.h [autoptr] 1.160.2.11:
8948: * src/include/pa_sapi.h [autoptr] 1.22.2.5:
8949: * src/main/compile.tab.C [autoptr] 1.81.2.6:
8950: * src/main/compile.y [autoptr] 1.204.2.5:
8951: * src/main/compile_tools.h [autoptr] 1.67.2.7:
8952: * src/main/pa_request.C [autoptr] 1.245.2.7:
8953: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.2:
8954: * src/targets/cgi/parser3.C [autoptr] 1.216.2.2:
8955: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.2:
8956: * src/types/pa_vfile.C [autoptr] 1.36.2.5:
8957: * src/types/pa_vfile.h [autoptr] 1.52.2.9:
8958: * src/types/pa_vhash.h [autoptr] 1.43.2.8:
8959: pa_request compiled
8960:
8961: * src/classes/classes.h [autoptr] 1.23.2.6:
8962: * src/classes/op.C [autoptr] 1.127.2.4:
8963: * src/include/pa_cache_managers.h [autoptr] 1.9.2.4:
8964: * src/include/pa_charset.h [autoptr] 1.20.2.9:
8965: * src/include/pa_charsets.h [autoptr] 1.8.2.6:
8966: * src/include/pa_common.h [autoptr] 1.89.2.6:
8967: * src/include/pa_dictionary.h [autoptr] 1.13.2.3:
8968: * src/include/pa_exception.h [autoptr] 1.38.2.12:
8969: * src/include/pa_exec.h [autoptr] 1.11.2.2:
8970: * src/include/pa_pool.h [autoptr] 1.86.2.21:
8971: * src/include/pa_request.h [autoptr] 1.160.2.8:
8972: * src/include/pa_sapi.h [autoptr] 1.22.2.3:
8973: * src/include/pa_sql_connection.h [autoptr] 1.30.2.5:
8974: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.6:
8975: * src/include/pa_string.h [autoptr] 1.144.2.17:
8976: * src/include/pa_table.h [autoptr] 1.48.2.8:
8977: * src/include/pa_uue.h [autoptr] 1.4.2.2:
8978: * src/main/compile.C [autoptr] 1.69.2.3:
8979: * src/main/compile.tab.C [autoptr] 1.81.2.3:
8980: * src/main/compile_tools.C [autoptr] 1.54.2.3:
8981: * src/main/compile_tools.h [autoptr] 1.67.2.5:
8982: * src/main/main.dsp [autoptr] 1.161.6.7:
8983: * src/main/pa_charset.C [autoptr] 1.33.2.5:
8984: * src/main/pa_charsets.C [autoptr] 1.11.2.7:
8985: * src/main/pa_common.C [autoptr] 1.143.2.9:
8986: * src/main/pa_dictionary.C [autoptr] 1.17.2.3:
8987: * src/main/pa_exception.C [autoptr] 1.43.2.9:
8988: * src/main/pa_exec.C [autoptr] 1.48.2.4:
8989: * src/main/pa_request.C [autoptr] 1.245.2.4:
8990: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.8:
8991: * src/main/pa_string.C [autoptr] 1.172.2.10:
8992: * src/main/pa_table.C [autoptr] 1.53.2.7:
8993: * src/main/pa_uue.C [autoptr] 1.4.2.3:
8994: * src/main/untaint.C [autoptr] 1.115.2.5:
8995: * src/types/pa_value.C [autoptr] 1.9.2.6:
8996: * src/types/pa_value.h [autoptr] 1.109.2.13:
8997: * src/types/pa_vclass.h [autoptr] 1.39.2.3:
8998: * src/types/pa_vcookie.C [autoptr] 1.55.2.2:
8999: * src/types/pa_vcookie.h [autoptr] 1.23.2.2:
9000: * src/types/pa_vdate.h [autoptr] 1.24.2.2:
9001: * src/types/pa_vdouble.h [autoptr] 1.42.2.5:
9002: * src/types/pa_venv.h [autoptr] 1.28.2.2:
9003: * src/types/pa_vfile.C [autoptr] 1.36.2.3:
9004: * src/types/pa_vfile.h [autoptr] 1.52.2.7:
9005: * src/types/pa_vform.h [autoptr] 1.45.2.4:
9006: * src/types/pa_vhash.h [autoptr] 1.43.2.6:
9007: * src/types/pa_vimage.C [autoptr] 1.22.2.2:
9008: * src/types/pa_vimage.h [autoptr] 1.34.2.2:
9009: * src/types/pa_vint.h [autoptr] 1.38.2.5:
9010: * src/types/pa_vmail.C [autoptr] 1.40.2.2:
9011: * src/types/pa_vmail.h [autoptr] 1.9.2.1:
9012: * src/types/pa_vmath.C [autoptr] 1.1.2.4:
9013: * src/types/pa_vmath.h [autoptr] 1.14.2.2:
9014: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.2:
9015: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.4:
9016: * src/types/pa_vobject.C [autoptr] 1.12.2.3:
9017: * src/types/pa_vobject.h [autoptr] 1.38.2.5:
9018: * src/types/pa_vrequest.C [autoptr] 1.27.2.4:
9019: * src/types/pa_vrequest.h [autoptr] 1.25.2.2:
9020: * src/types/pa_vresponse.C [autoptr] 1.17.2.3:
9021: * src/types/pa_vresponse.h [autoptr] 1.32.2.3:
9022: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.2:
9023: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.9:
9024: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.3:
9025: * src/types/pa_vstatus.h [autoptr] 1.15.2.4:
9026: * src/types/pa_vstring.h [autoptr] 1.54.2.4:
9027: * src/types/pa_vtable.h [autoptr] 1.48.2.2:
9028: * src/types/pa_vvoid.h [autoptr] 1.17.2.3:
9029: * src/types/pa_wcontext.C [autoptr] 1.24.2.2:
9030: * src/types/pa_wcontext.h [autoptr] 1.42.2.4:
9031: * src/types/pa_wwrapper.h [autoptr] 1.28.2.1:
9032: * www/htdocs/.htaccess [autoptr] 1.12.6.1:
9033: ConstStringPtr died, long live StringPtr
9034:
9035: 2003-01-30 paf
9036: * src/classes/classes.h [autoptr] 1.23.2.5:
9037: * src/include/pa_pool.h [autoptr] 1.86.2.20:
9038: * src/main/compile.C [autoptr] 1.69.2.2:
9039: * src/main/compile.tab.C [autoptr] 1.81.2.1:
9040: * src/types/pa_value.h [autoptr] 1.109.2.12:
9041: * src/types/pa_vfile.h [autoptr] 1.52.2.6:
9042: * src/types/pa_vhash.h [autoptr] 1.43.2.5:
9043: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.3:
9044: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.1:
9045: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.8:
9046: * src/types/types.dsp [autoptr] 1.35.10.3:
9047: vstateless_class compiled
9048:
9049: * src/include/pa_charset.h [autoptr] 1.20.2.8:
9050: * src/include/pa_request.h [autoptr] 1.160.2.7:
9051: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.5:
9052: * src/main/compile.tab.C [autoptr] 1.81.2.2:
9053: * src/main/compile.y [autoptr] 1.204.2.2:
9054: * src/main/compile_tools.h [autoptr] 1.67.2.4:
9055: * src/main/pa_request.C [autoptr] 1.245.2.3:
9056: * src/types/pa_vobject.h [autoptr] 1.38.2.4:
9057: * src/types/pa_vstatus.h [autoptr] 1.15.2.3:
9058: grammar compiled
9059:
9060: * src/include/pa_opcode.h [autoptr] 1.24.2.1:
9061: * src/main/compile_tools.h [autoptr] 1.67.2.1:
9062: * src/main/execute.C [autoptr] 1.295.2.3:
9063: * src/main/main.dsp [autoptr] 1.161.6.6:
9064: * src/types/pa_value.C [autoptr] 1.9.2.5:
9065: * src/types/pa_value.h [autoptr] 1.109.2.11:
9066: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.2:
9067: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.7:
9068: value compiled
9069:
9070: * src/types/pa_vmethod_frame.C 1.1:
9071: file pa_vmethod_frame.C was initially added on branch autoptr.
9072:
9073: * src/include/pa_array.h [autoptr] 1.57.2.15:
9074: * src/include/pa_operation.h [autoptr] 1.1.2.3:
9075: * src/include/pa_table.h [autoptr] 1.48.2.7:
9076: * src/main/compile_tools.C [autoptr] 1.54.2.2:
9077: * src/main/compile_tools.h [autoptr] 1.67.2.3:
9078: * src/main/pa_table.C [autoptr] 1.53.2.6:
9079: compile_tools compiled
9080:
9081: * src/main/compile.C [autoptr] 1.69.2.1:
9082: compile compiled
9083:
9084: * ltmain.sh 1.5:
9085: *** empty log message ***
9086:
9087: * src/include/pa_operation.h [autoptr] 1.1.2.2:
9088: * src/main/compile.y [autoptr] 1.204.2.1:
9089: * src/main/compile_tools.C [autoptr] 1.54.2.1:
9090: * src/main/compile_tools.h [autoptr] 1.67.2.2:
9091: started compile_tools. vagues ideas of how to free compiled code
9092:
9093: * src/include/pa_operation.h 1.1:
9094: file pa_operation.h was initially added on branch autoptr.
9095:
9096: 2003-01-29 paf
9097: * src/include/pa_request_charsets.h [autoptr] 1.1.2.2:
9098: * src/include/pa_request_info.h [autoptr] 1.1.2.3:
9099: * src/main/main.dsp [autoptr] 1.161.6.5:
9100: * src/main/untaint.C [autoptr] 1.115.2.4:
9101: more compiled
9102:
9103: * src/include/pa_globals.h [autoptr] 1.101.2.9:
9104: * src/include/pa_request.h [autoptr] 1.160.2.6:
9105: * src/main/pa_globals.C [autoptr] 1.152.2.9:
9106: * src/main/pa_request.C [autoptr] 1.245.2.2:
9107: * src/types/pa_value.h [autoptr] 1.109.2.10:
9108: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.1:
9109: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.6:
9110: * src/types/pa_wcontext.h [autoptr] 1.42.2.3:
9111: * src/types/types.dsp [autoptr] 1.35.10.2:
9112: vmethodframe, pa_request.h compiled
9113:
9114: * src/classes/file.C [autoptr] 1.107.2.2:
9115: * src/include/pa_globals.h [autoptr] 1.101.2.8:
9116: * src/main/pa_globals.C [autoptr] 1.152.2.8:
9117: * src/types/pa_value.C [autoptr] 1.9.2.4:
9118: * src/types/pa_value.h [autoptr] 1.109.2.9:
9119: * src/types/pa_vfile.C [autoptr] 1.36.2.1:
9120: * src/types/pa_vfile.h [autoptr] 1.52.2.4:
9121: vfile compiled
9122:
1.38 ! paf 9123: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.1:
! 9124: libltdl compiled without warnings now
! 9125:
1.22 paf 9126: * src/classes/classes.h [autoptr] 1.23.2.3:
9127: * src/classes/math.C [autoptr] 1.24.2.1:
9128: * src/include/pa_pool.h [autoptr] 1.86.2.17:
9129: * src/include/pa_request.h [autoptr] 1.160.2.3:
9130: * src/include/pa_sapi.h [autoptr] 1.22.2.2:
9131: * src/include/pa_string.h [autoptr] 1.144.2.13:
9132: * src/main/main.dsp [autoptr] 1.161.6.3:
9133: * src/types/pa_value.h [autoptr] 1.109.2.5:
9134: * src/types/pa_vbool.h [autoptr] 1.21.2.2:
9135: * src/types/pa_vclass.h [autoptr] 1.39.2.2:
9136: * src/types/pa_vdouble.h [autoptr] 1.42.2.3:
9137: * src/types/pa_venv.h [autoptr] 1.28.2.1:
9138: * src/types/pa_vfile.h [autoptr] 1.52.2.2:
9139: * src/types/pa_vform.C [autoptr] 1.74.2.1:
9140: * src/types/pa_vform.h [autoptr] 1.45.2.1:
9141: * src/types/pa_vjunction.h [autoptr] 1.19.2.2:
9142: * src/types/pa_vmath.C [autoptr] 1.1.2.2:
9143: * src/types/pa_vmath.h [autoptr] 1.14.2.1:
9144: * src/types/pa_vobject.h [autoptr] 1.38.2.2:
9145: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.4:
9146: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.2:
9147: * src/types/pa_vstatus.h [autoptr] 1.15.2.2:
9148: * src/types/pa_vstring.h [autoptr] 1.54.2.2:
9149: * src/types/types.dsp [autoptr] 1.35.10.1:
9150: vmath compiled
9151:
9152: * src/types/pa_vmath.C 1.1:
9153: file pa_vmath.C was initially added on branch autoptr.
9154:
9155: * src/include/pa_common.h [autoptr] 1.89.2.5:
9156: * src/include/pa_globals.h [autoptr] 1.101.2.7:
9157: * src/include/pa_string.h [autoptr] 1.144.2.16:
9158: * src/main/pa_globals.C [autoptr] 1.152.2.7:
9159: * src/types/pa_value.C [autoptr] 1.9.2.3:
9160: * src/types/pa_value.h [autoptr] 1.109.2.8:
9161: * src/types/pa_vcookie.C [autoptr] 1.55.2.1:
9162: * src/types/pa_vcookie.h [autoptr] 1.23.2.1:
9163: * src/types/pa_vform.C [autoptr] 1.74.2.2:
9164: * src/types/pa_vform.h [autoptr] 1.45.2.3:
9165: vcookie compiled
9166:
9167: * src/include/pa_request_info.h 1.1:
9168: file pa_request_info.h was initially added on branch autoptr.
9169:
9170: * src/include/pa_array.h [autoptr] 1.57.2.14:
9171: * src/include/pa_exception.h [autoptr] 1.38.2.11:
9172: * src/include/pa_pool.h [autoptr] 1.86.2.19:
9173: * src/main/pa_exception.C [autoptr] 1.43.2.8:
9174: * src/types/pa_vfile.C [autoptr] 1.36.2.2:
9175: * src/types/pa_vfile.h [autoptr] 1.52.2.5:
9176: * src/types/pa_vimage.C [autoptr] 1.22.2.1:
9177: * src/types/pa_vimage.h [autoptr] 1.34.2.1:
9178: gd compiled
9179:
9180: * src/include/pa_exception.h [autoptr] 1.38.2.10:
9181: * src/main/pa_cache_managers.C [autoptr] 1.7.2.3:
9182: * src/main/pa_charsets.C [autoptr] 1.11.2.6:
9183: * src/main/pa_common.C [autoptr] 1.143.2.8:
9184: * src/main/pa_dir.C [autoptr] 1.14.2.1:
9185: * src/main/pa_exception.C [autoptr] 1.43.2.7:
9186: * src/main/pa_exec.C [autoptr] 1.48.2.3:
9187: * src/main/pa_pool.C [autoptr] 1.59.2.2:
9188: * src/main/pa_socks.C [autoptr] 1.18.2.2:
9189: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.7:
9190: * src/main/pa_string.C [autoptr] 1.172.2.9:
9191: * src/main/pa_uue.C [autoptr] 1.4.2.2:
9192: #include "pa_value_includes.h"
9193: everywhere in main
9194:
9195: * src/include/pa_charsets.h [autoptr] 1.8.2.5:
9196: * src/include/pa_request.h [autoptr] 1.160.2.5:
9197: * src/include/pa_request_info.h [autoptr] 1.1.2.2:
9198: * src/include/pa_string.h [autoptr] 1.144.2.15:
9199: * src/main/pa_charsets.C [autoptr] 1.11.2.5:
9200: * src/types/pa_value.h [autoptr] 1.109.2.7:
9201: * src/types/pa_vdate.h [autoptr] 1.24.2.1:
9202: * src/types/pa_vform.h [autoptr] 1.45.2.2:
9203: * src/types/pa_vhash.h [autoptr] 1.43.2.4:
9204: * src/types/pa_vobject.C [autoptr] 1.12.2.2:
9205: * src/types/pa_vobject.h [autoptr] 1.38.2.3:
9206: * src/types/pa_vrequest.C [autoptr] 1.27.2.2:
9207: * src/types/pa_vrequest.C [autoptr] 1.27.2.3:
9208: * src/types/pa_vresponse.C [autoptr] 1.17.2.1:
9209: * src/types/pa_vresponse.C [autoptr] 1.17.2.2:
9210: * src/types/pa_vresponse.h [autoptr] 1.32.2.1:
9211: * src/types/pa_vresponse.h [autoptr] 1.32.2.2:
9212: * src/types/pa_wcontext.h [autoptr] 1.42.2.2:
9213: vrequest compiled
9214:
9215: * src/types/pa_value_includes.h 1.1:
9216: file pa_value_includes.h was initially added on branch autoptr.
9217:
9218: * src/classes/classes.h [autoptr] 1.23.2.4:
9219: * src/include/pa_charset.h [autoptr] 1.20.2.7:
9220: * src/include/pa_charsets.h [autoptr] 1.8.2.4:
9221: * src/include/pa_globals.h [autoptr] 1.101.2.6:
9222: * src/include/pa_pool.h [autoptr] 1.86.2.18:
9223: * src/include/pa_request.h [autoptr] 1.160.2.4:
9224: * src/include/pa_string.h [autoptr] 1.144.2.14:
9225: * src/main/main.dsp [autoptr] 1.161.6.4:
9226: * src/main/pa_charset.C [autoptr] 1.33.2.4:
9227: * src/main/pa_charsets.C [autoptr] 1.11.2.4:
9228: * src/main/pa_globals.C [autoptr] 1.152.2.6:
9229: * src/main/untaint.C [autoptr] 1.115.2.3:
9230: * src/types/pa_value.h [autoptr] 1.109.2.6:
9231: * src/types/pa_vdouble.h [autoptr] 1.42.2.4:
9232: * src/types/pa_vfile.h [autoptr] 1.52.2.3:
9233: * src/types/pa_vint.h [autoptr] 1.38.2.4:
9234: * src/types/pa_vmath.C [autoptr] 1.1.2.3:
9235: * src/types/pa_vrequest.C [autoptr] 1.27.2.1:
9236: * src/types/pa_vrequest.h [autoptr] 1.25.2.1:
9237: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.5:
9238: * src/types/pa_vstring.h [autoptr] 1.54.2.3:
9239: * src/types/pa_vvoid.h [autoptr] 1.17.2.2:
9240: vrequest,vdouble,vint compiled
9241:
9242: * src/include/pa_request_charsets.h 1.1:
9243: file pa_request_charsets.h was initially added on branch
9244: autoptr.
9245:
9246: 2003-01-28 paf
9247: * src/include/pa_charset.h [autoptr] 1.20.2.6:
9248: * src/include/pa_exception.h [autoptr] 1.38.2.9:
9249: * src/include/pa_request.h [autoptr] 1.160.2.2:
9250: * src/include/pa_string.h [autoptr] 1.144.2.12:
9251: * src/main/untaint.C [autoptr] 1.115.2.2:
9252: untaint compiled
9253:
9254: * src/include/pa_charset.h [autoptr] 1.20.2.5:
9255: * src/main/pa_charset.C [autoptr] 1.33.2.3:
9256: * src/main/pa_charsets.C [autoptr] 1.11.2.3:
9257: charset/s simplified [charset::pool_for_load introduced]
9258:
9259: * src/include/pa_cache_managers.h [autoptr] 1.9.2.3:
9260: * src/main/pa_cache_managers.C [autoptr] 1.7.2.2:
9261: * src/main/pa_globals.C [autoptr] 1.152.2.5:
9262: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.6:
9263: globals compiled
9264:
9265: * src/include/pa_array.h [autoptr] 1.57.2.11:
9266: * src/include/pa_charset.h [autoptr] 1.20.2.3:
9267: * src/include/pa_charsets.h [autoptr] 1.8.2.1:
9268: * src/include/pa_pool.h [autoptr] 1.86.2.13:
9269: * src/include/pa_sql_connection.h [autoptr] 1.30.2.4:
9270: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.4:
9271: * src/include/pa_stack.h [autoptr] 1.17.2.2:
9272: * src/include/pa_string.h [autoptr] 1.144.2.9:
9273: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.4:
9274: * src/types/pa_vhash.h [autoptr] 1.43.2.3:
9275: * src/types/pa_vint.h [autoptr] 1.38.2.3:
9276: sql_driver_manager compiled
9277:
9278: * src/classes/date.C [autoptr] 1.42.2.1:
9279: * src/include/pa_charset.h [autoptr] 1.20.2.4:
9280: * src/include/pa_charsets.h [autoptr] 1.8.2.2:
9281: * src/include/pa_charsets.h [autoptr] 1.8.2.3:
9282: * src/include/pa_globals.h [autoptr] 1.101.2.5:
9283: * src/main/pa_charset.C [autoptr] 1.33.2.2:
9284: * src/main/pa_charsets.C [autoptr] 1.11.2.1:
9285: * src/main/pa_charsets.C [autoptr] 1.11.2.2:
9286: * src/main/pa_globals.C [autoptr] 1.152.2.4:
9287: * src/main/pa_request.C [autoptr] 1.245.2.1:
9288: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.5:
9289: pa_charsets compiled
9290:
9291: * etc/parser3.charsets/koi8-r.cfg 1.3:
9292: * etc/parser3.charsets/windows-1251.cfg 1.7:
9293: ukranian letter i with two dots added to koi,
9294: all ukranian letters added to win1251.
9295:
9296: typographic simbol 0xb9 deleted from win1251 [strange one & were abscent from koi]
9297:
1.38 ! paf 9298: * src/include/pa_pool.h [autoptr] 1.86.2.14:
! 9299: * src/main/pa_common.C [autoptr] 1.143.2.7:
! 9300: * src/types/pa_vdouble.h [autoptr] 1.42.2.2:
! 9301: common compiled
! 9302:
1.22 paf 9303: * src/classes/classes.h [autoptr] 1.23.2.2:
9304: * src/classes/date.C [autoptr] 1.42.2.2:
9305: * src/classes/file.C [autoptr] 1.107.2.1:
9306: * src/classes/hash.C [autoptr] 1.54.2.1:
9307: * src/classes/image.C [autoptr] 1.90.2.2:
9308: * src/classes/table.C [autoptr] 1.172.2.1:
9309: * src/classes/xdoc.C [autoptr] 1.108.2.1:
9310: * src/classes/xnode.h [autoptr] 1.18.2.1:
9311: * src/main/execute.C [autoptr] 1.295.2.2:
9312: * src/main/main.dsp [autoptr] 1.161.6.2:
9313: * src/types/pa_value.h [autoptr] 1.109.2.4:
9314: * src/types/pa_vclass.C [autoptr] 1.16.2.1:
9315: * src/types/pa_vclass.h [autoptr] 1.39.2.1:
9316: * src/types/pa_vobject.C [autoptr] 1.12.2.1:
9317: * src/types/pa_vobject.h [autoptr] 1.38.2.1:
9318: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.3:
9319: started main: compile_tools
9320:
9321: * src/include/pa_array.h [autoptr] 1.57.2.13:
9322: * src/include/pa_string.h [autoptr] 1.144.2.11:
9323: * src/main/execute.C [autoptr] 1.295.2.1:
9324: * src/main/untaint.C [autoptr] 1.115.2.1:
9325: * src/types/pa_vmail.C [autoptr] 1.40.2.1:
9326: more compiled.
9327: struck with string::store_to needing to know source/client charsets
9328:
9329: * src/include/pa_exception.h [autoptr] 1.38.2.8:
9330: * src/include/pa_uue.h [autoptr] 1.4.2.1:
9331: * src/main/pa_uue.C [autoptr] 1.4.2.1:
9332: * src/types/pa_vfile.h [autoptr] 1.52.2.1:
9333: uue compiled
9334:
9335: * src/include/pa_table.h [autoptr] 1.48.2.6:
9336: * src/main/pa_string.C [autoptr] 1.172.2.8:
9337: * src/main/pa_table.C [autoptr] 1.53.2.5:
9338: table compiled
9339:
9340: * src/include/pa_array.h [autoptr] 1.57.2.12:
9341: * src/include/pa_exec.h [autoptr] 1.11.2.1:
9342: * src/include/pa_hash.h [autoptr] 1.58.2.9:
9343: * src/include/pa_pool.h [autoptr] 1.86.2.15:
9344: * src/main/pa_exec.C [autoptr] 1.48.2.2:
9345: pa_exec win32 compiled
9346:
9347: 2003-01-27 paf
9348: * src/include/pa_array.h [autoptr] 1.57.2.9:
9349: * src/include/pa_common.h [autoptr] 1.89.2.4:
9350: * src/include/pa_hash.h [autoptr] 1.58.2.7:
9351: * src/include/pa_pool.h [autoptr] 1.86.2.9:
9352: * src/include/pa_string.h [autoptr] 1.144.2.7:
9353: * src/main/pa_common.C [autoptr] 1.143.2.4:
9354: * src/main/pa_string.C [autoptr] 1.172.2.6:
9355: * src/types/pa_value.C [autoptr] 1.9.2.2:
9356: * src/types/pa_value.h [autoptr] 1.109.2.3:
9357: * src/types/pa_vhash.h [autoptr] 1.43.2.2:
9358: * src/types/pa_vint.h [autoptr] 1.38.2.2:
9359: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.2:
9360: * src/types/pa_wcontext.C [autoptr] 1.24.2.1:
9361: * src/types/pa_wcontext.h [autoptr] 1.42.2.1:
9362: wcontext compiled
9363:
9364: * src/include/pa_exception.h [autoptr] 1.38.2.6:
9365: * src/include/pa_sql_connection.h [autoptr] 1.30.2.3:
9366: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.3:
9367: * src/include/pa_string.h [autoptr] 1.144.2.8:
9368: * src/main/pa_common.C [autoptr] 1.143.2.6:
9369: * src/main/pa_exec.C [autoptr] 1.48.2.1:
9370: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.3:
9371: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.1:
9372: paused on sql_manager
9373:
9374: * src/classes/op.C [autoptr] 1.127.2.3:
9375: * src/include/pa_globals.h [autoptr] 1.101.2.4:
9376: * src/include/pa_hash.h [autoptr] 1.58.2.8:
9377: * src/include/pa_sql_connection.h [autoptr] 1.30.2.1:
9378: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.1:
9379: * src/include/pa_table.h [autoptr] 1.48.2.5:
9380: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.1:
9381: * src/main/pa_table.C [autoptr] 1.53.2.4:
9382: table compiled
9383:
9384: * src/include/pa_pool.h [autoptr] 1.86.2.10:
9385: * src/main/pa_common.C [autoptr] 1.143.2.5:
9386: common compiled
9387:
9388: * src/include/pa_cache_managers.h [autoptr] 1.9.2.1:
9389: * src/main/pa_cache_managers.C [autoptr] 1.7.2.1:
9390: cache_managers compiled
9391:
9392: * src/include/pa_cache_managers.h [autoptr] 1.9.2.2:
9393: * src/include/pa_pool.h [autoptr] 1.86.2.12:
9394: * src/include/pa_sql_connection.h [autoptr] 1.30.2.2:
9395: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.2:
9396: * src/include/pa_stack.h [autoptr] 1.17.2.1:
9397: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.2:
9398: * src/types/pa_vtable.h [autoptr] 1.48.2.1:
9399: * src/types/pa_vvoid.h [autoptr] 1.17.2.1:
9400: vtable compiled
9401:
9402: * src/include/pa_array.h [autoptr] 1.57.2.10:
9403: * src/include/pa_charset.h [autoptr] 1.20.2.2:
9404: * src/include/pa_pool.h [autoptr] 1.86.2.11:
9405: * src/main/pa_charset.C [autoptr] 1.33.2.1:
9406: charset compiled
9407:
9408: 2003-01-24 paf
9409: * src/classes/classes.C [autoptr] 1.18.2.1:
9410: * src/classes/classes.h [autoptr] 1.23.2.1:
9411: * src/include/pa_array.h [autoptr] 1.57.2.8:
9412: * src/include/pa_common.h [autoptr] 1.89.2.3:
9413: * src/include/pa_globals.h [autoptr] 1.101.2.3:
9414: * src/include/pa_hash.h [autoptr] 1.58.2.6:
9415: * src/include/pa_pool.h [autoptr] 1.86.2.8:
9416: * src/include/pa_string.h [autoptr] 1.144.2.6:
9417: * src/main/pa_common.C [autoptr] 1.143.2.3:
9418: * src/main/pa_globals.C [autoptr] 1.152.2.3:
9419: * src/main/pa_string.C [autoptr] 1.172.2.5:
9420: * src/types/pa_value.h [autoptr] 1.109.2.2:
9421: * src/types/pa_vbool.h [autoptr] 1.21.2.1:
9422: * src/types/pa_vdouble.h [autoptr] 1.42.2.1:
9423: * src/types/pa_vhash.h [autoptr] 1.43.2.1:
9424: * src/types/pa_vint.h [autoptr] 1.38.2.1:
9425: * src/types/pa_vjunction.h [autoptr] 1.19.2.1:
9426: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.1:
9427: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.1:
9428: * src/types/pa_vstatus.h [autoptr] 1.15.2.1:
9429: * src/types/pa_vstring.h [autoptr] 1.54.2.1:
9430: more patched
9431:
9432: * src/classes/op.C [autoptr] 1.127.2.2:
9433: * src/include/pa_array.h [autoptr] 1.57.2.7:
9434: * src/include/pa_exception.h [autoptr] 1.38.2.5:
9435: * src/include/pa_hash.h [autoptr] 1.58.2.5:
9436: * src/include/pa_pool.h [autoptr] 1.86.2.7:
9437: * src/include/pa_string.h [autoptr] 1.144.2.5:
9438: * src/include/pa_table.h [autoptr] 1.48.2.4:
9439: * src/main/pa_dictionary.C [autoptr] 1.17.2.2:
9440: * src/main/pa_exception.C [autoptr] 1.43.2.5:
9441: * src/main/pa_string.C [autoptr] 1.172.2.4:
9442: * src/main/pa_table.C [autoptr] 1.53.2.3:
9443: string compiled
9444:
9445: * src/include/pa_array.h [autoptr] 1.57.2.6:
9446: * src/include/pa_common.h [autoptr] 1.89.2.2:
9447: * src/include/pa_dictionary.h [autoptr] 1.13.2.2:
9448: * src/include/pa_exception.h [autoptr] 1.38.2.4:
9449: * src/include/pa_pool.h [autoptr] 1.86.2.6:
9450: * src/include/pa_string.h [autoptr] 1.144.2.4:
9451: * src/include/pa_table.h [autoptr] 1.48.2.3:
9452: * src/main/pa_common.C [autoptr] 1.143.2.2:
9453: * src/main/pa_dictionary.C [autoptr] 1.17.2.1:
9454: * src/main/pa_exception.C [autoptr] 1.43.2.4:
9455: * src/main/pa_string.C [autoptr] 1.172.2.3:
9456: dictionary compiled
9457:
9458: 2003-01-23 paf
9459: * src/include/pa_array.h [autoptr] 1.57.2.4:
9460: * src/include/pa_exception.h [autoptr] 1.38.2.2:
9461: * src/include/pa_hash.h [autoptr] 1.58.2.4:
9462: * src/include/pa_pool.h [autoptr] 1.86.2.4:
9463: * src/include/pa_table.h [autoptr] 1.48.2.2:
9464: * src/main/pa_exception.C [autoptr] 1.43.2.2:
9465: * src/main/pa_table.C [autoptr] 1.53.2.2:
9466: table compiled
9467:
9468: * src/include/pa_array.h [autoptr] 1.57.2.2:
9469: * src/include/pa_hash.h [autoptr] 1.58.2.2:
9470: * src/include/pa_pool.h [autoptr] 1.86.2.2:
9471: * src/main/main.dsp [autoptr] 1.161.6.1:
9472: continued with Hash
9473:
9474: * src/include/pa_array.h [autoptr] 1.57.2.5:
9475: * src/include/pa_common.h [autoptr] 1.89.2.1:
9476: * src/include/pa_exception.h [autoptr] 1.38.2.3:
9477: * src/include/pa_globals.h [autoptr] 1.101.2.2:
9478: * src/include/pa_pool.h [autoptr] 1.86.2.5:
9479: * src/include/pa_request.h [autoptr] 1.160.2.1:
9480: * src/include/pa_string.h [autoptr] 1.144.2.3:
9481: * src/main/pa_common.C [autoptr] 1.143.2.1:
9482: * src/main/pa_exception.C [autoptr] 1.43.2.3:
9483: * src/main/pa_globals.C [autoptr] 1.152.2.2:
9484: * src/types/pa_value.C [autoptr] 1.9.2.1:
9485: * src/types/pa_value.h [autoptr] 1.109.2.1:
9486: resurrected pool in new sense: now it's factory, producing
9487: accounting memory chunks for read[autofree] buffers
9488:
9489: * src/classes/image.C [autoptr] 1.90.2.1:
9490: * src/classes/op.C [autoptr] 1.127.2.1:
9491: * src/include/pa_array.h [autoptr] 1.57.2.3:
9492: * src/include/pa_exception.h [autoptr] 1.38.2.1:
9493: * src/include/pa_globals.h [autoptr] 1.101.2.1:
9494: * src/include/pa_hash.h [autoptr] 1.58.2.3:
9495: * src/include/pa_pool.h [autoptr] 1.86.2.3:
9496: * src/include/pa_pragma_pack_begin.h [autoptr] 1.6.2.1:
9497: * src/include/pa_pragma_pack_end.h [autoptr] 1.6.2.1:
9498: * src/include/pa_sapi.h [autoptr] 1.22.2.1:
9499: * src/include/pa_string.h [autoptr] 1.144.2.2:
9500: * src/include/pa_table.h [autoptr] 1.48.2.1:
9501: * src/include/pa_types.h [autoptr] 1.44.2.1:
9502: * src/main/pa_exception.C [autoptr] 1.43.2.1:
9503: * src/main/pa_globals.C [autoptr] 1.152.2.1:
9504: * src/main/pa_string.C [autoptr] 1.172.2.2:
9505: * src/main/pa_table.C [autoptr] 1.53.2.1:
9506: aint that easy
9507:
9508: * src/main/pa_common.C 1.144:
9509: connect_string allocated on heap[wes on stack] now. and exception can be reported OK now [can be reported outside of pro
9510: c with that stack]
9511:
9512: * src/lib/pcre/8859-1.ucm 1.1:
9513: file 8859-1.ucm was initially added on branch autoptr.
9514:
9515: 2003-01-22 paf
9516: * src/include/pa_array.h [autoptr] 1.57.2.1:
9517: * src/include/pa_charset.h [autoptr] 1.20.2.1:
9518: * src/include/pa_dictionary.h [autoptr] 1.13.2.1:
9519: * src/include/pa_hash.h [autoptr] 1.58.2.1:
9520: * src/include/pa_pool.h [autoptr] 1.86.2.1:
9521: * src/include/pa_string.h [autoptr] 1.144.2.1:
9522: * src/main/pa_array.C [autoptr] 1.54.2.1:
9523: * src/main/pa_hash.C [autoptr] 1.53.2.1:
9524: * src/main/pa_pool.C [autoptr] 1.59.2.1:
9525: * src/main/pa_string.C [autoptr] 1.172.2.1:
9526: started auto_ptr.
9527: PA_Object is base: contains references_count.
9528: auto_ptr template calls add_ref/release
9529:
9530: 2003-01-21 paf
9531: * src/classes/classes.C 1.18:
9532: * src/classes/classes.h 1.23:
9533: * src/classes/date.C 1.42:
9534: * src/classes/double.C 1.53:
9535: * src/classes/file.C 1.107:
9536: * src/classes/form.C 1.34:
9537: * src/classes/hash.C 1.54:
9538: * src/classes/image.C 1.90:
9539: * src/classes/int.C 1.49:
9540: * src/classes/mail.C 1.88:
9541: * src/classes/math.C 1.24:
9542: * src/classes/op.C 1.127:
9543: * src/classes/response.C 1.23:
9544: * src/classes/string.C 1.125:
9545: * src/classes/table.C 1.172:
9546: * src/classes/void.C 1.28:
9547: * src/classes/xdoc.C 1.108:
9548: * src/classes/xnode.C 1.54:
9549: * src/classes/xnode.h 1.18:
9550: * src/include/pa_array.h 1.57:
9551: * src/include/pa_cache_managers.h 1.9:
9552: * src/include/pa_charset.h 1.20:
9553: * src/include/pa_charsets.h 1.8:
9554: * src/include/pa_common.h 1.89:
9555: * src/include/pa_config_fixed.h 1.54:
9556: * src/include/pa_config_includes.h 1.23:
9557: * src/include/pa_dictionary.h 1.13:
9558: * src/include/pa_dir.h 1.13:
9559: * src/include/pa_exception.h 1.38:
9560: * src/include/pa_exec.h 1.11:
9561: * src/include/pa_globals.h 1.101:
9562: * src/include/pa_hash.h 1.58:
9563: * src/include/pa_opcode.h 1.24:
9564: * src/include/pa_pool.h 1.86:
9565: * src/include/pa_pragma_pack_begin.h 1.6:
9566: * src/include/pa_pragma_pack_end.h 1.6:
9567: * src/include/pa_request.h 1.160:
9568: * src/include/pa_sapi.h 1.22:
9569: * src/include/pa_socks.h 1.11:
9570: * src/include/pa_sql_connection.h 1.30:
9571: * src/include/pa_sql_driver_manager.h 1.26:
9572: * src/include/pa_stack.h 1.17:
9573: * src/include/pa_string.h 1.144:
9574: * src/include/pa_stylesheet_connection.h 1.32:
9575: * src/include/pa_stylesheet_manager.h 1.15:
9576: * src/include/pa_table.h 1.48:
9577: * src/include/pa_threads.h 1.26:
9578: * src/include/pa_types.h 1.44:
9579: * src/include/pa_uue.h 1.4:
9580: * src/lib/md5/pa_md5.h 1.5:
9581: * src/lib/md5/pa_md5c.c 1.6:
9582: * src/lib/pcre/pcre_parser_ctype.c 1.3:
9583: * src/main/compile.C 1.69:
9584: * src/main/compile.tab.C 1.80:
9585: * src/main/compile.y 1.204:
9586: * src/main/compile_tools.C 1.54:
9587: * src/main/compile_tools.h 1.67:
9588: * src/main/execute.C 1.295:
9589: * src/main/pa_array.C 1.54:
9590: * src/main/pa_cache_managers.C 1.7:
9591: * src/main/pa_charset.C 1.33:
9592: * src/main/pa_charsets.C 1.11:
9593: * src/main/pa_common.C 1.143:
9594: * src/main/pa_dictionary.C 1.17:
9595: * src/main/pa_dir.C 1.14:
9596: * src/main/pa_exception.C 1.43:
9597: * src/main/pa_exec.C 1.48:
9598: * src/main/pa_globals.C 1.152:
9599: * src/main/pa_hash.C 1.53:
9600: * src/main/pa_pool.C 1.59:
9601: * src/main/pa_request.C 1.245:
9602: * src/main/pa_socks.C 1.18:
9603: * src/main/pa_sql_driver_manager.C 1.69:
9604: * src/main/pa_string.C 1.172:
9605: * src/main/pa_stylesheet_manager.C 1.16:
9606: * src/main/pa_table.C 1.53:
9607: * src/main/pa_uue.C 1.4:
9608: * src/main/untaint.C 1.115:
9609: * src/sql/pa_sql_driver.h 1.34:
9610: * src/targets/apache13/mod_parser3.C 1.28:
9611: * src/targets/apache13/pa_md5c.c 1.5:
9612: * src/targets/apache13/pa_pool.C 1.8:
9613: * src/targets/apache13/pa_threads.C 1.11:
9614: * src/targets/cgi/pa_pool.C 1.41:
9615: * src/targets/cgi/pa_threads.C 1.12:
9616: * src/targets/cgi/parser3.C 1.216:
9617: * src/targets/cgi/pool_storage.h 1.13:
9618: * src/targets/isapi/pa_pool.C 1.16:
9619: * src/targets/isapi/pa_threads.C 1.13:
9620: * src/targets/isapi/parser3isapi.C 1.82:
9621: * src/targets/isapi/pool_storage.h 1.19:
9622: * src/types/pa_value.C 1.9:
9623: * src/types/pa_value.h 1.109:
9624: * src/types/pa_vbool.h 1.21:
9625: * src/types/pa_vclass.C 1.16:
9626: * src/types/pa_vclass.h 1.39:
9627: * src/types/pa_vcode_frame.h 1.24:
9628: * src/types/pa_vcookie.C 1.55:
9629: * src/types/pa_vcookie.h 1.23:
9630: * src/types/pa_vdate.h 1.24:
9631: * src/types/pa_vdouble.h 1.42:
9632: * src/types/pa_venv.h 1.28:
9633: * src/types/pa_vfile.C 1.36:
9634: * src/types/pa_vfile.h 1.52:
9635: * src/types/pa_vform.C 1.74:
9636: * src/types/pa_vform.h 1.45:
9637: * src/types/pa_vhash.h 1.43:
9638: * src/types/pa_vimage.C 1.22:
9639: * src/types/pa_vimage.h 1.34:
9640: * src/types/pa_vint.h 1.38:
9641: * src/types/pa_vjunction.h 1.19:
9642: * src/types/pa_vmail.C 1.40:
9643: * src/types/pa_vmail.h 1.9:
9644: * src/types/pa_vmath.h 1.14:
9645: * src/types/pa_vmethod_frame.h 1.45:
9646: * src/types/pa_vobject.C 1.12:
9647: * src/types/pa_vobject.h 1.38:
9648: * src/types/pa_vrequest.C 1.27:
9649: * src/types/pa_vrequest.h 1.25:
9650: * src/types/pa_vresponse.C 1.17:
9651: * src/types/pa_vresponse.h 1.32:
9652: * src/types/pa_vstateless_class.C 1.19:
9653: * src/types/pa_vstateless_class.h 1.42:
9654: * src/types/pa_vstateless_object.h 1.28:
9655: * src/types/pa_vstatus.C 1.15:
9656: * src/types/pa_vstatus.h 1.15:
9657: * src/types/pa_vstring.C 1.22:
9658: * src/types/pa_vstring.h 1.54:
9659: * src/types/pa_vtable.C 1.21:
9660: * src/types/pa_vtable.h 1.48:
9661: * src/types/pa_vvoid.h 1.17:
9662: * src/types/pa_vxdoc.C 1.23:
9663: * src/types/pa_vxdoc.h 1.31:
9664: * src/types/pa_vxnode.C 1.30:
9665: * src/types/pa_vxnode.h 1.22:
9666: * src/types/pa_wcontext.C 1.24:
9667: * src/types/pa_wcontext.h 1.42:
9668: * src/types/pa_wwrapper.h 1.28:
9669: 2002->2003
9670:
9671: 2003-01-16 paf
9672: * operators.txt 1.108:
9673: * src/include/pa_config_fixed.h 1.53:
9674: * src/main/pa_common.C 1.141:
9675: * www/htdocs/index.html 1.208:
9676: http request now return status. and not fail on status!=200
9677:
9678: * operators.txt 1.109:
9679: * src/include/pa_globals.h 1.100:
9680: * src/main/pa_common.C 1.142:
9681: * src/main/pa_globals.C 1.151:
9682: * www/htdocs/index.html 1.209:
9683: http://
9684: introducing
9685: $.any-status(1)
9686:
9687: * www/htdocs/index.html 1.210:
9688: image.copy fixed transparent resampling
9689:
9690: * bin/Makefile.in 1.9:
9691: * etc/Makefile.in 1.14:
9692: * etc/parser3.charsets/Makefile.in 1.17:
9693: * src/Makefile.in 1.55:
9694: * src/classes/Makefile.in 1.53:
9695: * src/include/Makefile.in 1.11:
9696: * src/lib/Makefile.in 1.8:
9697: * src/lib/md5/Makefile.in 1.6:
9698: * src/lib/patches/Makefile.in 1.10:
9699: * src/lib/pcre/Makefile.in 1.8:
9700: * src/main/Makefile.in 1.50:
9701: * src/sql/Makefile.in 1.11:
9702: * src/targets/Makefile.in 1.42:
9703: * src/targets/cgi/Makefile.in 1.62:
9704: * src/targets/isapi/Makefile.in 1.11:
9705: * src/types/Makefile.in 1.50:
9706: proper AC_LANG_ switching to fix qsort detection bug
9707:
9708: 2003-01-15 paf
9709: * src/main/pa_globals.C 1.150:
9710: localized pa_xmlFileRead/Close
9711:
9712: 2003-01-14 paf
9713: * src/lib/ltdl/config.guess 1.2:
9714: * src/lib/ltdl/config.sub 1.2:
9715: * src/lib/ltdl/install-sh 1.2:
9716: * src/lib/ltdl/missing 1.2:
9717: * src/lib/ltdl/mkinstalldirs 1.2:
9718: removed some ancient files [they in / really]
9719:
9720: * src/lib/ltdl/config_fixed.h 1.2:
9721: * src/lib/ltdl/libltdl.dsp 1.3:
9722: * src/lib/ltdl/ltdl.c 1.3:
9723: ltdl.c regretfully needed patch in two places.
9724: in config_fixed.h made stubs for lib to compile in MSVC
9725:
9726: * src/lib/ltdl/aclocal.m4 1.1:
9727: *** empty log message ***
9728:
9729: 2003-01-13 paf
9730: * config.guess 1.3:
9731: * config.sub 1.4:
9732: * ltmain.sh 1.4:
9733: * src/targets/apache13/Makefile.in 1.44:
9734: removed last piece of configure.in(libtool) hacks
9735:
9736: * src/lib/ltdl/COPYING.LIB 1.1:
9737: * src/lib/ltdl/Makefile.in 1.4:
9738: * src/lib/ltdl/acinclude.m4 1.2:
9739: * src/lib/ltdl/config.h 1.2:
9740: * src/lib/ltdl/config_auto.h.in 1.3:
9741: * src/lib/ltdl/configure 1.4:
9742: * src/lib/ltdl/configure.in 1.4:
9743: * src/lib/ltdl/libltdl.dsp 1.2:
9744: * src/lib/ltdl/ltdl.c 1.2:
9745: * src/lib/ltdl/ltdl.h 1.2:
9746: moved to latest libtool (1.4.3)
9747:
9748: 2003-01-10 paf
9749: * src/lib/patches/Makefile.am 1.3:
9750: * src/lib/patches/Makefile.in 1.9:
9751: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
9752: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
9753: * src/lib/patches/libgdome_morestatic.patch 1.2:
9754: * src/lib/patches/libxml_error_column_tab.patch 1.2:
9755: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
9756: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
9757: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
9758: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
9759: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
9760: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
9761: * src/main/pa_globals.C 1.149:
9762: moved to latest xml lib versions, changed patches.
9763: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
9764: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
9765: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
9766:
9767: * INSTALL 1.31:
9768: moved to latest versions of xml libs
9769: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
9770: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
9771: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
9772:
9773: * src/lib/patches/libxml2.patch 1.1:
9774: moved to libxml2 2.5.1, only these patches left:
9775: * fixing \t chars to spaces in error position reporting
9776: * adding context to conversion functions
9777:
9778: * src/lib/patches/gdome2.patch 1.1:
9779: moved to gdome 0.7.2, one extern const patch left; making some strings more static still needed.
9780: Paolo said that he would incorporate this patch in upcoming version of gdome.
9781:
9782: * src/lib/ltdl/configure 1.3:
9783: * src/lib/ltdl/configure.in 1.3:
9784: PROG_NM
9785:
9786: * src/lib/patches/libxslt.patch 1.1:
9787: moved to libxslt 1.0.23. still need a patch which suppresses
9788: htmlSetMetaEncoding calls
9789:
9790: 2003-01-09 paf
9791: * bin/Makefile.in 1.8:
9792: * config.guess 1.2:
9793: * config.sub 1.3:
9794: * etc/Makefile.in 1.13:
9795: * etc/parser3.charsets/Makefile.in 1.16:
9796: * missing 1.2:
9797: * mkinstalldirs 1.2:
9798: * src/Makefile.in 1.54:
9799: * src/classes/Makefile.in 1.52:
9800: * src/include/Makefile.in 1.10:
9801: * src/include/pa_config_auto.h.in 1.37:
9802: * src/lib/Makefile.in 1.7:
9803: * src/lib/ltdl/Makefile.in 1.3:
9804: * src/lib/ltdl/config_auto.h.in 1.2:
9805: * src/lib/ltdl/configure 1.2:
9806: * src/lib/ltdl/configure.in 1.2:
9807: * src/lib/md5/Makefile.in 1.5:
9808: * src/lib/patches/Makefile.in 1.8:
9809: * src/lib/pcre/Makefile.in 1.7:
9810: * src/main/Makefile.in 1.49:
9811: * src/sql/Makefile.in 1.10:
9812: * src/targets/Makefile.in 1.41:
9813: * src/targets/apache13/Makefile.in 1.43:
9814: * src/targets/cgi/Makefile.am 1.46:
9815: * src/targets/cgi/Makefile.in 1.61:
9816: * src/targets/isapi/Makefile.in 1.10:
9817: * src/types/Makefile.in 1.49:
9818: moved to autoconf 2.57 & automake 1.7.2
9819:
9820: * depcomp 1.1:
9821: moving to automake 1.7.2
9822:
9823: * INSTALL 1.30:
9824: xml,xslt,gdome lib urls updated
9825:
9826: * Makefile.am 1.30:
9827: * Makefile.in 1.44:
9828: * src/lib/ltdl/missing 1.1:
9829: * src/lib/ltdl/mkinstalldirs 1.1:
9830: *** empty log message ***
9831:
1.21 paf 9832: 2002-12-27 paf
9833: * src/doc/aliased.dox 1.5:
9834: * src/doc/index.dox 1.4:
9835: * src/doc/module.dox 1.4:
9836: * src/doc/pooled.dox 1.4:
9837: * www/htdocs/index.html 1.207:
9838: removed outdated parts, made links to language docs
9839:
9840: * src/include/pa_version.h [release_3_0_0007] 1.7.10.1:
9841: 0007
9842:
9843: * src/include/pa_config_auto.h.in 1.36:
9844: comment
9845:
9846: 2002-12-26 paf
9847: * INSTALL 1.29:
9848: * src/include/pa_config_auto.h.in 1.35:
9849: * src/main/pa_common.C 1.140:
9850: * src/main/pa_exec.C 1.47:
9851: changing SAFE_MODE politics
9852:
9853: * src/classes/file.C 1.106:
9854: file:fullpath[a.gif] when document root did not contain
9855: trailing / fixed.
9856:
9857: 2002-12-25 paf
9858: * src/main/pa_globals.C 1.147:
9859: optimized-as-is
9860:
9861: * src/main/pa_globals.C 1.148:
9862: optimized-xml
9863:
9864: 2002-12-24 paf
9865: * src/main/pa_common.C 1.139:
9866: * src/main/pa_pool.C 1.58:
9867: pool::copy on zero size|ptr fixed [were really called with zero
9868: size when .html?a=&b=]
9869:
9870: * src/main/pa_exec.C 1.46:
9871: * www/htdocs/index.html 1.206:
9872: fork/pipe error now [old always-pipe-error fixed]
9873:
9874: * src/classes/mail.C 1.86:
9875: $MAIL in @conf now invalid when configured with --with-sendmail
9876:
9877: 2002-12-23 paf
9878: * src/types/pa_vcookie.C 1.54:
9879: cookie:field[put value] fixed [were ignoring parameters & were
9880: storing only string with default expires
9881:
9882: * src/main/pa_charset.C 1.32:
9883: From: "Victor Fedoseev" <vvf_ru@mail.ru>
9884: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
9885: Sent: Monday, December 23, 2002 4:22 AM
9886: Subject: bug â Charset::transcode_buf2xchar
9887:
9888: 2002-12-20 paf
9889: * src/targets/cgi/parser3.C 1.215:
9890: removed last \n appending in non-win32 non-cgi [script] runs
9891:
9892: 2002-12-19 paf
9893: * operators.txt 1.107:
9894: * src/include/pa_globals.h 1.99:
9895: * src/include/pa_request.h 1.159:
9896: * src/main/pa_globals.C 1.146:
9897: * src/main/pa_request.C 1.244:
9898: * www/htdocs/index.html 1.205:
9899: $response:download
9900:
9901: * src/classes/mail.C 1.85:
9902: 'to' check bugfix [now checked only on ms compiler [win32]].
9903:
9904: * INSTALL 1.28:
9905: --without-iconv recommended [it crashes on some systems [tested on elik]]
9906: moreover, it's not needed there [parser registers charsets itself]
9907:
9908: * INSTALL 1.27:
9909: -without-iconv recommended [it crashes on some systems [tested
9910: on elik]]
9911:
9912: 2002-12-18 paf
9913: * src/classes/xdoc.C 1.107:
9914: doc->URL on xdoc.load set correctly now
9915:
9916: 2002-12-17 paf
9917: * src/targets/cgi/parser3.C [release_3_0_0006] 1.213.2.1:
9918: 1. on win32 in die: abort() reverted to exit(1)
9919: 2. more flexible iilegal call check
9920:
9921: * src/targets/cgi/parser3.C 1.214:
9922: merged die&iis changes
9923:
9924: 2002-12-16 paf
9925: * src/main/untaint.C 1.114:
9926: filespec russian small 'r' changed to latin 'p' bug fix
9927:
9928: * Makefile.in 1.38:
9929: ltmain.sh silly required for stupid automake added
9930:
9931: * ltmain.sh 1.3:
9932: *** empty log message ***
9933:
9934: * ltmain.sh [release_3_0_0006] 1.2.2.1:
9935: some automakes silly insist on having this handy
9936:
1.20 paf 9937: 2002-12-15 paf
1.21 paf 9938: * src/main/untaint.C 1.113:
9939: filespec russian small 'r' changed to latin 'p'
9940:
9941: * src/main/pa_common.C [release_3_0_0006] 1.137.2.1:
9942: ftruncate having checked
9943:
9944: * src/main/compile.C [release_3_0_0006] 1.67.6.1:
9945: removed warning
9946:
1.20 paf 9947: * configure.in [release_3_0_0006] 1.52.2.1:
9948: * src/include/pa_version.h [release_3_0_0006] 1.7.8.1:
9949: new version
9950:
1.21 paf 9951: * configure.in [release_3_0_0006] 1.52.2.2:
9952: * src/include/pa_config_auto.h.in [release_3_0_0006] 1.33.2.1:
9953: *** empty log message ***
9954:
9955: * configure.in 1.53:
9956: * src/include/pa_config_auto.h.in 1.34:
9957: * src/main/compile.C 1.68:
9958: * src/main/pa_common.C 1.138:
9959: merged small changes from branch 6 to HEAD
9960:
1.20 paf 9961: 2002-12-14 paf
9962: * src/sql/pa_sql_driver.h 1.33:
9963: * www/htdocs/index.html 1.204:
9964: exception type fixed
9965:
9966: * src/classes/table.C 1.171:
9967: removed unnecessary code
9968:
9969: 2002-12-09 paf
9970: * src/classes/hash.C 1.53:
9971: * src/classes/string.C 1.124:
9972: * src/classes/table.C 1.170:
9973: * src/classes/void.C 1.27:
9974: * src/main/pa_sql_driver_manager.C 1.68:
9975: * src/sql/pa_sql_driver.h 1.32:
9976: changed exception handling mech in sql handlers #2
9977:
9978: * bin/Makefile.in 1.7:
9979: * configure.in 1.52:
9980: * etc/Makefile.in 1.12:
9981: * etc/parser3.charsets/Makefile.in 1.15:
9982: * src/Makefile.in 1.53:
9983: * src/classes/Makefile.in 1.51:
9984: * src/include/Makefile.in 1.9:
9985: * src/lib/Makefile.in 1.6:
9986: * src/lib/ltdl/Makefile.in 1.2:
9987: * src/lib/md5/Makefile.in 1.4:
9988: * src/lib/patches/Makefile.in 1.7:
9989: * src/lib/pcre/Makefile.in 1.6:
9990: * src/main/Makefile.in 1.48:
9991: * src/sql/Makefile.in 1.9:
9992: * src/targets/Makefile.in 1.40:
9993: * src/targets/apache13/Makefile.in 1.42:
9994: * src/targets/cgi/Makefile.in 1.60:
9995: * src/targets/isapi/Makefile.in 1.9:
9996: * src/types/Makefile.in 1.48:
9997: removed configure.in:AC_LIBTOOL, it caused automake to write
9998: makefile which used libtool to install things, which is not needed
9999:
10000: * src/targets/apache13/mod_parser3.C 1.27:
10001: * src/targets/cgi/parser3.C 1.211:
10002: * src/targets/cgi/parser3.C 1.212:
10003: * src/targets/cgi/parser3.C 1.213:
10004: * src/targets/isapi/parser3isapi.C 1.81:
10005: ::die now tries to write core dump
10006:
10007: * src/types/pa_vvoid.h 1.16:
10008: * www/htdocs/index.html 1.203:
10009: $void.store[now] error
10010:
10011: * src/classes/hash.C 1.52:
10012: * src/classes/string.C 1.123:
10013: * src/classes/table.C 1.169:
10014: * src/classes/void.C 1.26:
10015: * src/main/pa_sql_driver_manager.C 1.66:
10016: * src/main/pa_sql_driver_manager.C 1.67:
10017: * src/sql/pa_sql_driver.h 1.29:
10018: * src/sql/pa_sql_driver.h 1.30:
10019: * src/sql/pa_sql_driver.h 1.31:
10020: changed exception handling mech in sql handlers
10021:
10022: 2002-12-06 paf
10023: * operators.txt 1.106:
10024: * src/main/compile.tab.C 1.78:
10025: * src/types/pa_vhash.h 1.42:
10026: $hash.fields -- pseudo field to make 'hash' more like 'table'
10027:
10028: 2002-12-05 paf
10029: * src/main/pa_array.C 1.53:
10030: * src/main/pa_table.C 1.51:
10031: * www/htdocs/index.html 1.199:
10032: wow! found/fixed bug in lowlevel proc
10033:
10034: * src/main/pa_common.C 1.137:
10035: * src/main/untaint.C 1.111:
10036: * src/types/pa_vmail.C 1.38:
10037: * www/htdocs/index.html 1.200:
10038: mail header ',' allowed.
10039: still bugs in smtp [only one receiptient works, cc, bcc ignored now, and MAILED ;)]
10040:
10041: [strncpy killed, memnchr used]
10042:
10043: * src/main/pa_table.C 1.52:
10044: table-copy now current=0
10045:
10046: * src/targets/cgi/parser3.C 1.209:
10047: * src/targets/cgi/parser3.C 1.210:
10048: more checks on http://domain/parser.cgi start [maybe some
10049: getenv returns "", checked that now
10050:
10051: * src/targets/cgi/parser3.C 1.208:
10052: * www/htdocs/index.html 1.198:
10053: error logging made unbuffered [so that out-of-mem errors
10054: reached log]
10055:
10056: * src/main/main.dsp 1.161:
10057: pa_version included into main.dsp
10058:
10059: * www/htdocs/index.html 1.196:
10060: smtp line ends fixed. now \r\n [not \r]. some smtp servers [
10061: win32] leave \n intact, and some clients [bat] fail to show
10062: letter correctly
10063:
10064: * src/classes/mail.C 1.83:
10065: * src/targets/cgi/parser3.C 1.207:
10066: * src/types/pa_vmail.C 1.37:
10067: * www/htdocs/index.html 1.197:
10068: mail:send MIME-Version default
10069:
10070: * src/main/untaint.C 1.112:
10071: * www/htdocs/index.html 1.201:
10072: mail header closed properly
10073:
10074: * src/classes/mail.C 1.84:
10075: * src/types/pa_vmail.C 1.39:
10076: * src/types/pa_vmail.h 1.8:
10077: * www/htdocs/index.html 1.202:
10078: smtp cc/bcc OK now
10079:
10080: 2002-12-04 paf
10081: * gnu.dsp 1.3:
10082: restored
10083:
10084: * src/types/pa_vform.C 1.73:
10085: $form:field string value cut by premature 0
10086:
10087: * parser3.dsw 1.6:
10088: * src/main/compile.tab.C 1.77:
10089: * src/main/main.dsp 1.160:
10090: * www/htdocs/.htaccess 1.12:
10091: * www/htdocs/index.html 1.195:
10092: lib/libltdl -> lib/ltdl Win32 changes. s
10093:
10094: * bin/Makefile.in 1.6:
10095: * configure.in 1.51:
10096: * etc/Makefile.in 1.11:
10097: * etc/parser3.charsets/Makefile.in 1.14:
10098: * gnu.dsp 1.2:
10099: * src/Makefile.in 1.52:
10100: * src/classes/Makefile.in 1.50:
10101: * src/include/Makefile.in 1.8:
10102: * src/lib/Makefile.am 1.3:
10103: * src/lib/Makefile.in 1.5:
10104: * src/lib/ltdl/Makefile.am 1.1:
10105: * src/lib/ltdl/Makefile.in 1.1:
10106: * src/lib/ltdl/README 1.1:
10107: * src/lib/ltdl/acinclude.m4 1.1:
10108: * src/lib/ltdl/config.guess 1.1:
10109: * src/lib/ltdl/config.h 1.1:
10110: * src/lib/ltdl/config.sub 1.1:
10111: * src/lib/ltdl/config_auto.h.in 1.1:
10112: * src/lib/ltdl/config_fixed.h 1.1:
10113: * src/lib/ltdl/configure 1.1:
10114: * src/lib/ltdl/configure.in 1.1:
10115: * src/lib/ltdl/install-sh 1.1:
10116: * src/lib/ltdl/libltdl.dsp 1.1:
10117: * src/lib/ltdl/ltdl.c 1.1:
10118: * src/lib/ltdl/ltdl.h 1.1:
10119: * src/lib/md5/Makefile.in 1.3:
10120: * src/lib/patches/Makefile.in 1.6:
10121: * src/lib/pcre/Makefile.in 1.5:
10122: * src/main/Makefile.in 1.47:
10123: * src/sql/Makefile.in 1.8:
10124: * src/targets/Makefile.in 1.39:
10125: * src/targets/apache13/Makefile.in 1.41:
10126: * src/targets/cgi/Makefile.in 1.59:
10127: * src/targets/isapi/Makefile.in 1.8:
10128: * src/types/Makefile.in 1.47:
10129: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
10130: so it does have no problems with automake.
10131: ltdl/configure AC_OUTPUT(Makefile<<removed)
10132:
10133: * src/classes/classes.awk 1.6:
10134: more strict *.C$
10135:
10136: 2002-12-02 paf
10137: * operators.txt 1.105:
10138: removed outdated status:db
10139:
10140: * src/classes/mail.C 1.82:
10141: * src/include/pa_common.h 1.88:
10142: * src/main/pa_common.C 1.136:
10143: * src/main/pa_request.C 1.243:
10144: * src/types/pa_vcookie.C 1.53:
10145: * src/types/pa_vmail.C 1.36:
10146: * www/htdocs/index.html 1.194:
10147: http header lang of tainted parts becomes http-header
10148:
1.19 paf 10149: 2002-11-29 paf
10150: * src/include/pa_common.h 1.87:
10151: * src/main/pa_common.C 1.135:
10152: * src/types/pa_vresponse.C 1.16:
10153: * src/types/pa_vresponse.h 1.31:
10154: * www/htdocs/index.html 1.192:
10155: http:// param values now handled exactly like $response:header values.
10156: e.g. can be hash [can have subattributes] & contain date values.
10157:
10158: * operators.txt 1.104:
10159: * src/classes/date.C 1.41:
10160: * src/classes/image.C 1.89:
10161: * www/htdocs/index.html 1.193:
10162: exif dates now objects of type date
10163:
10164: * src/main/pa_common.C 1.133:
10165: * www/htdocs/index.html 1.190:
10166: http:// tainted partes now %xx
10167:
10168: * src/main/pa_common.C 1.134:
10169: * www/htdocs/index.html 1.191:
10170: http:// param values lang forced URI
10171:
10172: * src/classes/image.C 1.88:
10173: 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]
10174: now used image.format
10175:
10176: 2002-11-28 paf
10177: * src/classes/op.C 1.126:
10178: * www/htdocs/index.html 1.185:
10179: ^cache bug fixed.
10180: stupid compiler allowed 'false' to go into (Hash *) parameter
10181:
10182: * src/classes/image.C 1.85:
10183: * www/htdocs/index.html 1.186:
10184: image.text now outputs one pixel HIGHER chars [one top
10185: horizontal line of 1pixel height were missing]
10186:
10187: * www/htdocs/index.html 1.187:
10188: regexp syntax xxx$ speed-up experiments
10189:
10190: * operators.txt 1.102:
10191: http.timeout
10192:
10193: * www/htdocs/font.gif 1.1:
10194: *** empty log message ***
10195:
10196: * configure.in 1.50:
10197: stopped double libltdl/Makefile generation
10198:
10199: * src/classes/image.C 1.87:
10200: * www/htdocs/index.html 1.188:
10201: image.length now counts interchar space. plus space after last char
10202:
10203: * www/htdocs/index.html 1.189:
10204: doc samples
10205:
10206: * src/main/pa_string.C 1.171:
10207: PCRE_DOLLAR_ENDONLY
10208:
10209: * src/classes/image.C 1.86:
10210: ^image.font width measurer now scans full height [were -1]
10211:
10212: 2002-11-27 paf
10213: * src/classes/image.C 1.84:
10214: * www/htdocs/index.html 1.183:
10215: ^image.font << bad font file-size now properly reported
10216:
10217: * src/include/pa_globals.h 1.98:
10218: * src/main/pa_globals.C 1.145:
10219: * src/main/pa_request.C 1.242:
10220: * src/types/pa_vmail.C 1.35:
10221: * www/htdocs/index.html 1.184:
10222: response:body[file] if file nows it's name
10223: now returns content-disposition: >>attachment<<
10224:
1.18 paf 10225: 2002-11-26 paf
10226: * operators.txt 1.101:
10227: * src/main/pa_common.C 1.130:
10228: * www/htdocs/index.html 1.182:
10229: http:// response status!=200 made exception: http.status with
10230: source=bad status#
10231:
10232: * src/main/pa_common.C 1.131:
10233: * www/htdocs/.htaccess 1.11:
10234: utf8 prefix ignored @read text
10235:
10236: * src/main/pa_request.C 1.241:
10237: fixed lang in reponse header
10238:
10239: 2002-11-25 paf
10240: * operators.txt 1.99:
10241: * src/main/pa_common.C 1.128:
10242: * www/htdocs/index.html 1.181:
10243: http fields now UPPERCASE
10244:
10245: $file[^file::load[http://there]]
10246: $file.SERVER
10247:
10248: * configure.in 1.49:
10249: * src/classes/image.C 1.83:
10250: * src/include/pa_config_auto.h.in 1.33:
10251: * src/include/pa_config_includes.h 1.22:
10252: * src/main/Makefile.am 1.35:
10253: * src/main/Makefile.in 1.46:
10254: * src/main/pa_common.C 1.129:
10255: * src/main/pa_globals.C 1.142:
10256: http://
10257: and image const void related probs fixed
10258:
10259: * operators.txt 1.98:
10260: * src/classes/file.C 1.104:
10261: * src/classes/table.C 1.168:
10262: * src/classes/xdoc.C 1.105:
10263: * src/include/pa_common.h 1.85:
10264: * src/include/pa_globals.h 1.97:
10265: * src/main/pa_common.C 1.126:
10266: * src/main/pa_globals.C 1.141:
10267: * src/main/pa_request.C 1.239:
10268: * src/types/pa_vfile.C 1.35:
10269: * src/types/pa_vfile.h 1.51:
10270: * www/htdocs/index.html 1.179:
10271: table/xdoc/file::load now understand http:// prefix and additional params, sample:
10272: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
10273: $.USER-AGENT[parser3]
10274: ]]
10275:
10276: * src/classes/file.C 1.105:
10277: * src/classes/image.C 1.82:
10278: * src/classes/xdoc.C 1.106:
10279: * src/include/pa_common.h 1.86:
10280: * src/main/pa_common.C 1.127:
10281: * src/main/pa_request.C 1.240:
10282: * www/htdocs/index.html 1.180:
10283: checked http options [invalid onces now reported]
10284: made default
10285: user-agent: paf
10286:
10287: 2002-11-22 paf
10288: * operators.txt 1.97:
10289: * src/classes/image.C 1.80:
10290: * src/include/pa_globals.h 1.96:
10291: * src/main/execute.C 1.294:
10292: * src/main/pa_globals.C 1.140:
10293: * src/types/pa_vimage.C 1.21:
10294: * src/types/pa_vimage.h 1.33:
10295: * www/htdocs/.htaccess 1.10:
10296: * www/htdocs/index.html 1.178:
10297: $image.exif support
10298: $image.exif.DateTime & co
10299:
10300: 2002-11-21 paf
10301: * src/classes/image.C 1.78:
10302: jpeg size measure fixed: were badly skipping EXIF information [
10303: were big block and it's size were considered negative :(]
10304:
10305: * operators.txt 1.96:
10306: * src/classes/image.C 1.77:
10307: * src/include/pa_common.h 1.83:
10308: * src/main/pa_common.C 1.123:
10309: * src/types/pa_vmail.C 1.34:
10310: * www/htdocs/index.html 1.177:
10311: image.measure internals rewritten. no there's reader.seek, and all's ready for EXIF extraction
10312: [now we fail to measure files with EXIF info]
10313:
10314: * src/main/pa_common.C 1.122:
10315: O_TRUNCATE killed, ftruncate used instead:
10316: O_TRUNC truncates even exclusevely write-locked file [thanks to Igor Milyakov <virtan@rotabanner.com> for discovering]
10317:
10318: * src/main/pa_exec.C 1.44:
10319: * src/main/untaint.C 1.110:
10320: cstr(UL_UNSPECIFIED) [not _PASS_APPENDED)
10321:
10322: 2002-11-20 paf
10323: * src/main/pa_exec.C 1.41:
10324: pa_exec: data written only if size>0
10325:
10326: * src/targets/cgi/parser3.C 1.205:
10327: logging @signal += query_string
10328:
10329: * src/include/pa_config_fixed.h 1.52:
10330: * src/main/pa_common.C 1.121:
10331: * src/main/pa_exec.C 1.40:
10332: * src/targets/cgi/parser3.C 1.200:
10333: ^file:exec/cgi [pa_exec] pipe read errors now checked
10334:
10335: * src/main/pa_exec.C 1.43:
10336: *** empty log message ***
10337:
10338: * operators.txt 1.95:
10339: * src/classes/file.C 1.103:
10340: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
10341:
10342: * src/include/pa_request.h 1.158:
10343: * src/main/execute.C 1.293:
10344: * src/main/pa_request.C 1.238:
10345: * src/targets/cgi/parser3.C 1.201:
10346: SIGUSR1 >> writes to error_log uri of currently processed document
10347: SIGPIPE >> interrupts request processing [exception = DB rollback]
10348:
10349: * src/targets/cgi/parser3.C 1.203:
10350: SIGNALS overriden @ main top
10351:
10352: * configure.in 1.48:
10353: * src/include/pa_config_auto.h.in 1.32:
10354: * src/include/pa_config_includes.h 1.21:
10355: * src/main/pa_exec.C 1.42:
10356: * src/targets/cgi/parser3.C 1.204:
10357: comment
10358:
10359: 2002-11-19 paf
10360: * src/targets/cgi/parser3.C 1.199:
10361: removed #ifdef WIN32 around check of CGI: Illegal call
10362:
10363: 2002-11-01 paf
10364: * src/main/execute.C 1.292:
10365: comment
10366:
10367: 2002-10-31 paf
10368: * src/types/pa_vobject.C 1.11:
10369: * src/types/pa_vstateless_object.h 1.27:
10370: object put replaces static parent if any
10371:
10372: * src/main/execute.C 1.291:
10373: found out why, checked that for now.
10374: todo: find out a way for that user could do that
10375:
10376: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.2:
10377: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.2:
10378: realized that one can't remember derivates in base class: there's so many of them.
10379: also there can be no virtual method calls in static classes
10380:
10381: * src/classes/op.C 1.124:
10382: * src/types/pa_value.h 1.107:
10383: * src/types/pa_vobject.h 1.36:
10384: * www/htdocs/base.p 1.4:
10385: * www/htdocs/derived.p 1.22:
10386: * www/htdocs/index.html 1.174:
10387: * www/htdocs/operators.p 1.11:
10388: * www/htdocs/some.p 1.2:
10389: ^process[$caller.self]{...}
10390: now compiles to last derived object part of that 'self'
10391:
10392: * src/classes/form.C [global_static_self_fix] 1.32.4.1:
10393: * src/classes/mail.C [global_static_self_fix] 1.80.4.1:
10394: * src/classes/op.C [global_static_self_fix] 1.124.2.1:
10395: * src/classes/xnode.h [global_static_self_fix] 1.16.4.1:
10396: * src/main/execute.C [global_static_self_fix] 1.289.2.1:
10397: * src/main/pa_request.C [global_static_self_fix] 1.236.4.1:
10398: * src/types/pa_value.h [global_static_self_fix] 1.107.2.1:
10399: * src/types/pa_vclass.C [global_static_self_fix] 1.14.4.1:
10400: * src/types/pa_vclass.h [global_static_self_fix] 1.37.4.1:
10401: * src/types/pa_vcode_frame.h [global_static_self_fix] 1.22.4.1:
10402: * src/types/pa_vcookie.C [global_static_self_fix] 1.51.4.1:
10403: * src/types/pa_vcookie.h [global_static_self_fix] 1.21.4.1:
10404: * src/types/pa_vdate.h [global_static_self_fix] 1.22.4.1:
10405: * src/types/pa_venv.h [global_static_self_fix] 1.26.4.1:
10406: * src/types/pa_vfile.h [global_static_self_fix] 1.49.4.1:
10407: * src/types/pa_vform.C [global_static_self_fix] 1.70.4.1:
10408: * src/types/pa_vform.h [global_static_self_fix] 1.43.4.1:
10409: * src/types/pa_vhash.h [global_static_self_fix] 1.40.4.1:
10410: * src/types/pa_vimage.h [global_static_self_fix] 1.31.4.1:
10411: * src/types/pa_vmail.C [global_static_self_fix] 1.32.4.1:
10412: * src/types/pa_vmail.h [global_static_self_fix] 1.6.4.1:
10413: * src/types/pa_vmath.h [global_static_self_fix] 1.12.4.1:
10414: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.1:
10415: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.1:
10416: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.1:
10417: * src/types/pa_vrequest.C [global_static_self_fix] 1.25.4.1:
10418: * src/types/pa_vrequest.h [global_static_self_fix] 1.23.4.1:
10419: * src/types/pa_vresponse.C [global_static_self_fix] 1.14.2.1:
10420: * src/types/pa_vresponse.h [global_static_self_fix] 1.29.4.1:
10421: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.1:
10422: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.1:
10423: * src/types/pa_vstateless_object.h [global_static_self_fix] 1.25.4.1:
10424: * src/types/pa_vstatus.C [global_static_self_fix] 1.13.4.1:
10425: * src/types/pa_vstatus.h [global_static_self_fix] 1.13.4.1:
10426: * src/types/pa_vstring.h [global_static_self_fix] 1.52.4.1:
10427: * src/types/pa_vtable.C [global_static_self_fix] 1.19.4.1:
10428: * src/types/pa_vtable.h [global_static_self_fix] 1.46.4.1:
10429: * src/types/pa_vvoid.h [global_static_self_fix] 1.14.4.1:
10430: * src/types/pa_vxdoc.C [global_static_self_fix] 1.21.4.1:
10431: * src/types/pa_vxdoc.h [global_static_self_fix] 1.29.4.1:
10432: * src/types/pa_vxnode.C [global_static_self_fix] 1.28.4.1:
10433: * src/types/pa_vxnode.h [global_static_self_fix] 1.20.4.1:
10434: * src/types/pa_wwrapper.h [global_static_self_fix] 1.26.4.1:
10435: * www/htdocs/base.p [global_static_self_fix] 1.4.2.1:
10436: * www/htdocs/derived.p [global_static_self_fix] 1.22.2.1:
10437: * www/htdocs/index.html [global_static_self_fix] 1.174.2.1:
10438: static call $self fixed
10439:
10440: * www/htdocs/base.p 1.6:
10441: * www/htdocs/derived.p 1.24:
10442: * www/htdocs/index.html 1.176:
10443: this example creates base object, which is wrong, todo: find
10444: out why
10445:
10446: * src/main/compile.tab.C [global_static_self_fix] 1.75.4.1:
10447: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.4:
10448: killed $virtual_fields in dynamic, but one can reach derived
10449: static[class] variable from base
10450:
10451: * src/classes/form.C 1.33:
10452: * src/classes/mail.C 1.81:
10453: * src/classes/op.C 1.125:
10454: * src/classes/xnode.h 1.17:
10455: * src/main/compile.tab.C 1.76:
10456: * src/main/execute.C 1.290:
10457: * src/main/pa_request.C 1.237:
10458: * src/types/pa_value.h 1.108:
10459: * src/types/pa_vclass.C 1.15:
10460: * src/types/pa_vclass.h 1.38:
10461: * src/types/pa_vcode_frame.h 1.23:
10462: * src/types/pa_vcookie.C 1.52:
10463: * src/types/pa_vcookie.h 1.22:
10464: * src/types/pa_vdate.h 1.23:
10465: * src/types/pa_venv.h 1.27:
10466: * src/types/pa_vfile.h 1.50:
10467: * src/types/pa_vform.C 1.71:
10468: * src/types/pa_vform.h 1.44:
10469: * src/types/pa_vhash.h 1.41:
10470: * src/types/pa_vimage.h 1.32:
10471: * src/types/pa_vmail.C 1.33:
10472: * src/types/pa_vmail.h 1.7:
10473: * src/types/pa_vmath.h 1.13:
10474: * src/types/pa_vmethod_frame.h 1.44:
10475: * src/types/pa_vobject.C 1.10:
10476: * src/types/pa_vobject.h 1.37:
10477: * src/types/pa_vrequest.C 1.26:
10478: * src/types/pa_vrequest.h 1.24:
10479: * src/types/pa_vresponse.C 1.15:
10480: * src/types/pa_vresponse.h 1.30:
10481: * src/types/pa_vstateless_class.C 1.18:
10482: * src/types/pa_vstateless_class.h 1.41:
10483: * src/types/pa_vstateless_object.h 1.26:
10484: * src/types/pa_vstatus.C 1.14:
10485: * src/types/pa_vstatus.h 1.14:
10486: * src/types/pa_vstring.h 1.53:
10487: * src/types/pa_vtable.C 1.20:
10488: * src/types/pa_vtable.h 1.47:
10489: * src/types/pa_vvoid.h 1.15:
10490: * src/types/pa_vxdoc.C 1.22:
10491: * src/types/pa_vxdoc.h 1.30:
10492: * src/types/pa_vxnode.C 1.29:
10493: * src/types/pa_vxnode.h 1.21:
10494: * src/types/pa_wwrapper.h 1.27:
10495: * www/htdocs/base.p 1.5:
10496: * www/htdocs/derived.p 1.23:
10497: * www/htdocs/index.html 1.175:
10498: static fix merged
10499:
10500: * src/classes/op.C [global_static_self_fix] 1.124.2.2:
10501: * src/types/pa_value.h [global_static_self_fix] 1.107.2.2:
10502: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.2:
10503: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.3:
10504: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.2:
10505: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.3:
10506: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.2:
10507: fixed statics, left $virtual_fields in dynamic
10508:
10509: * src/main/execute.C 1.288:
10510: comment
10511:
10512: 2002-10-30 paf
10513: * www/htdocs/derived.p 1.21:
10514: * www/htdocs/some.p 1.1:
10515: include method overriding tested OK
10516:
10517: 2002-10-29 paf
10518: * src/targets/isapi/parser3isapi.C 1.80:
10519: comment on 404 bad status re-passing [iis to blame]
10520:
10521: * src/classes/string.C 1.122:
10522: changed string.save to pass current sql connection to cstr
10523: thus one can
10524: ^connect[some server]{
10525: $s[insert into table x (x) values (^taint[sql]{value})]
10526: ^s.save[some.sql]
10527: }
10528: and he'd get in some.sql file code with properly escaped.
10529: [tried in mssql->mysql export->import of binary data]
10530:
10531: 2002-10-28 paf
10532: * www/htdocs/index.html 1.172:
10533: * www/htdocs/index.html 1.173:
10534: bad email handling test
10535:
10536: 2002-10-25 paf
10537: * src/include/pa_hash.h [hash_insensitive_garbage] 1.57.4.1:
10538: * src/main/pa_hash.C [hash_insensitive_garbage] 1.52.4.1:
10539: * src/main/pa_request.C [hash_insensitive_garbage] 1.236.2.1:
10540: * src/types/pa_vresponse.C [hash_insensitive_garbage] 1.13.2.1:
10541: saving for maybe-future
10542:
10543: * src/types/pa_vresponse.C 1.14:
10544: case insensitive response user fields get/put
10545:
10546: 2002-10-23 paf
10547: * src/types/pa_vmail.C 1.32:
10548: * www/htdocs/index.html 1.171:
10549: email whitespace trimBoth-ed
10550:
10551: * operators.txt 1.94:
10552: * src/classes/table.C 1.166:
10553: ^table.hash{code}...
10554: ^table.hash(expr)...
10555:
10556: 2002-10-22 paf
10557: * src/types/pa_vform.C 1.70:
10558: * src/types/pa_vform.h 1.43:
10559: removed needless VForm::Append...(...Value)
10560:
10561: * src/main/execute.C 1.287:
10562: $.name outside of $name[...]
10563: checked
10564:
10565: * src/main/compile.tab.C 1.75:
10566: * src/main/compile.y 1.203:
10567: lexer changed to fix ^call[]^#HH bug [that situation yelded no
10568: EON, which whas wrong]
10569:
10570: 2002-10-21 paf
10571: * operators.txt 1.91:
10572: * src/types/pa_vform.C 1.67:
10573: $form:image-map
10574:
10575: * operators.txt 1.92:
10576: * src/types/pa_vform.C 1.68:
10577: $form:nameless = "?value&...", "...&value&...", "...&value"
10578:
10579: * operators.txt 1.93:
10580: * src/types/pa_vform.C 1.69:
10581: * src/types/pa_vform.h 1.42:
10582: $form:qtail
10583: $form:imap.x/y
10584:
10585: * operators.txt 1.90:
10586: * src/classes/file.C 1.102:
10587: * www/htdocs/index.html 1.170:
10588: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
10589:
10590: 2002-10-17 paf
10591: * src/classes/op.C 1.123:
10592: exception handling fixed [were bad with contexts]
10593:
10594: * src/main/compile.tab.C 1.74:
10595: * src/main/compile.y 1.202:
10596: operators precedence changed a little:
10597: logical not and bitwise negation precedence made highest,
10598: << and >> bitshits precedence made equal [were << higher than >>]
10599:
1.17 paf 10600: 2002-10-16 paf
10601: * src/classes/op.C 1.122:
10602: * src/include/pa_request.h 1.157:
10603: * src/main/execute.C 1.285:
10604: * src/main/execute.C 1.286:
10605: * src/main/pa_request.C 1.236:
10606: * www/htdocs/derived.p 1.20:
10607: * www/htdocs/index.html 1.167:
10608: * www/htdocs/index.html 1.168:
10609: Request::self considered equal to VMethodFrame::self, and removed,
10610: Request::get_self() mapped to VMethodFrame.self()
1.18 paf 10611:
10612: * www/htdocs/index.html 1.169:
10613: bad compile to system class test
1.17 paf 10614:
10615: * src/classes/op.C 1.121:
10616: * src/main/pa_request.C 1.235:
10617: VMainClass now has name = $hash in open field now gives old
10618: good error meesage
10619:
1.15 paf 10620: 2002-10-15 paf
1.17 paf 10621: * www/htdocs/derived.p 1.17:
10622: * www/htdocs/index.html 1.162:
10623: test of ^process from operator called from user class
10624:
10625: * src/types/pa_vjunction.h 1.18:
10626: * www/htdocs/index.html 1.166:
10627: ^if(def $junction){was true}{now false}
10628: use
10629: ^if($junction is junction){was and now true}
10630:
10631: * src/types/pa_vjunction.C 1.2:
10632: ident
10633:
10634: * src/classes/op.C 1.119:
10635: * src/main/compile.tab.C 1.72:
10636: * src/main/compile.y 1.200:
10637: * src/types/pa_vmethod_frame.h 1.42:
10638: process[self] objects also considered [were only classes]
10639:
1.15 paf 10640: * src/main/execute.C 1.283:
10641: * src/targets/cgi/parser3.C 1.198:
10642: * src/types/pa_vstateless_class.C 1.17:
10643: * src/types/pa_vstateless_class.h 1.40:
10644: * www/htdocs/operators.p 1.9:
10645: compiling to system classes disabled
10646:
1.17 paf 10647: * operators.txt 1.88:
10648: * src/classes/op.C 1.116:
10649: * www/htdocs/operators.p 1.8:
10650: ^process[$caller.CLASS]{code-string} added
10651:
10652: * src/types/Makefile.in 1.46:
10653: *** empty log message ***
1.15 paf 10654:
1.17 paf 10655: * src/classes/op.C 1.120:
10656: * src/include/pa_opcode.h 1.23:
10657: * src/include/pa_request.h 1.156:
10658: * src/main/compile.tab.C 1.73:
10659: * src/main/compile.y 1.201:
10660: * src/main/execute.C 1.284:
10661: * src/types/pa_vmethod_frame.h 1.43:
10662: * www/htdocs/derived.p 1.19:
10663: removed last pieces of old code allowing $junction.xxx at
10664: compile time
1.15 paf 10665:
10666: * operators.txt 1.87:
10667: * src/classes/op.C 1.115:
10668: * src/main/compile.tab.C 1.71:
10669: * src/main/compile.y 1.199:
10670: * src/main/execute.C 1.282:
10671: * src/main/pa_request.C 1.234:
10672: * src/types/Makefile.am 1.28:
10673: * src/types/pa_vjunction.C 1.3:
10674: * src/types/pa_vjunction.h 1.17:
10675: * src/types/pa_vmethod_frame.h 1.40:
10676: * src/types/types.dsp 1.35:
10677: * www/htdocs/operators.p 1.7:
10678: removed $junction.get $junction.set[]
10679: introducing $caller
10680:
10681: * src/classes/op.C 1.118:
10682: * src/include/pa_request.h 1.155:
10683: * src/types/pa_vmethod_frame.h 1.41:
10684: * www/htdocs/derived.p 1.18:
10685: * www/htdocs/index.html 1.164:
10686: ^process[CLASS]{body} now executed with CLASS self.
10687: [ (request&method_frame).self temporarily changed ]
10688:
1.17 paf 10689: * src/classes/xdoc.C 1.104:
10690: * src/classes/xnode.C 1.53:
10691: * src/include/pa_charset.h 1.19:
10692: * src/include/pa_pool.h 1.85:
10693: * src/main/pa_charset.C 1.31:
10694: * src/main/pa_pool.C 1.57:
10695: * src/types/pa_vxnode.C 1.28:
10696: * www/htdocs/index.html 1.165:
10697: xml->parser strings now have origin, which points to place
10698: where value left xml library and came to parser: place of dom
10699: field extraction/call
1.16 paf 10700:
1.15 paf 10701: * src/classes/hash.C 1.51:
10702: * src/classes/op.C 1.117:
10703: * www/htdocs/index.html 1.163:
10704: * www/htdocs/operators.p 1.10:
10705: method_frame now always changed, with no exception to native calls.
10706: for&foreach changed to use method_frame.caller for their var's name context
10707:
1.38 ! paf 10708: * src/types/pa_value.h 1.106:
! 10709: removed outdated comments. doxygen would find them lower by
! 10710: inheritance tree
! 10711:
1.15 paf 10712: 2002-10-14 paf
10713: * src/classes/form.C 1.32:
10714: * src/classes/mail.C 1.80:
10715: * src/classes/op.C 1.113:
10716: * src/include/pa_request.h 1.154:
10717: * src/main/compile.C 1.67:
10718: * src/main/compile.tab.C 1.70:
10719: * src/main/compile.y 1.198:
10720: * src/main/execute.C 1.281:
10721: * src/main/pa_request.C 1.233:
10722: * src/types/pa_vstateless_class.h 1.39:
10723: * www/htdocs/index.html 1.161:
10724: operators now main-class-methods
10725:
10726: * src/include/pa_request.h 1.152:
10727: * src/main/execute.C 1.280:
10728: * src/main/pa_request.C 1.232:
10729: operators @auto now executed in MAIN context
10730:
10731: * src/types/pa_vclass.C 1.14:
10732: * src/types/pa_vobject.h 1.35:
10733: * src/types/pa_vstateless_class.C 1.16:
10734: * src/types/pa_vstateless_class.h 1.38:
10735: * www/htdocs/index.html 1.158:
10736: * www/htdocs/operators.p 1.5:
10737: $form:CLASS resurrected [wes killed in action]
10738:
10739: * configure 1.49:
10740: * configure.in 1.47:
10741: * operators.txt 1.86:
10742: * src/include/pa_config_auto.h.in 1.31:
10743: * src/types/pa_vstatus.C 1.13:
10744: * www/htdocs/index.html 1.157:
10745: $status:rusage.tv_secs/usecs introduced
10746:
10747: * src/types/pa_vxnode.C 1.27:
10748: misreplace fixed
10749:
10750: * src/classes/op.C 1.112:
10751: * src/include/pa_request.h 1.153:
10752: * www/htdocs/index.html 1.160:
10753: * www/htdocs/operators.p 1.6:
10754: ^try{^call{}} now has better stack trace [has "call" & co there]
10755:
10756: * src/main/execute.C 1.279:
10757: operator execution context now = MAIN, not closest stack frame
10758:
10759: @touchit[]
10760: $i[after]
10761:
10762: ----t.html
10763: $i[before] << local
10764: ^touchit[]
10765: $i << now 'before', were 'after'
10766:
10767: ---t.html
10768: $i[before] << notlocal [main]
10769: ^touchit[]
10770: $i << now 'after'
10771:
10772: * src/main/execute.C 1.278:
10773: comment
10774:
10775: * src/classes/op.C 1.114:
10776: process compiles to code's class class
10777:
10778: 2002-10-09 paf
10779: * src/classes/double.C 1.52:
10780: * src/classes/int.C 1.48:
10781: * src/classes/string.C 1.121:
10782: * www/htdocs/derived.p 1.16:
10783: * www/htdocs/index.html 1.156:
10784: ^string.int[] now failes on empty string [or uses (default)]
10785:
10786: 2002-10-08 paf
10787: * src/lib/patches/Makefile.am 1.2:
10788: * src/lib/patches/Makefile.in 1.5:
10789: forgot libgdome_morestatic.patch
10790:
10791: * src/types/pa_vxnode.C 1.26:
10792: misreplace
10793:
10794: * src/main/untaint.C 1.109:
10795: mail header quoted printable changed after RFC reread
10796:
10797: * operators.txt 1.85:
10798: plan on ^if(method
10799:
10800: 2002-09-24 paf
10801: * src/targets/cgi/Makefile.am 1.45:
10802: * src/targets/cgi/Makefile.in 1.58:
10803: LIBS were bad name in .am
10804:
10805: * acconfig.h 1.5:
10806: * configure 1.47:
10807: * configure.in 1.46:
10808: * src/include/pa_config_auto.h.in 1.30:
10809: * src/include/pa_config_fixed.h 1.51:
10810: * src/targets/cgi/Makefile.am 1.44:
10811: * src/targets/cgi/Makefile.in 1.57:
10812: * src/types/pa_vmail.C 1.30:
10813: * src/types/pa_vmail.C 1.31:
10814: HAVE_TIMEZONE & co now checked and mailreceive would compile on
10815: freebsd now
10816:
10817: * src/classes/file.C 1.101:
10818: * src/main/untaint.C 1.108:
10819: * www/htdocs/index.html 1.155:
10820: 1.
10821: file spec language changed:
10822: now there are only few chars are untainted:
10823: * ? ' " < > |
10824: and, on unix, : \ ~
10825: [russian letters and SPACES now enabled, one should use ^untaint[uri]{...} now]
10826:
10827: 2.
10828: $list[^file:list[dir]] now returns simply tainted names in $list.name, not tainted as filespec
10829:
10830: @russianindex[]
10831: #dir with files with russian-lang names
10832: $where[dir]
10833:
10834: $dir[^file:list[$where;\.txt^$]]
10835: ^dir.menu{
10836: <a href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br>
10837: }
10838:
10839: 2002-09-23 paf
10840: * src/classes/date.C 1.38:
10841: * src/classes/date.C 1.39:
10842: date bug fix, now round(floatDays*secondsPerDay)
10843:
10844: * src/targets/cgi/Makefile.in 1.56:
10845: *** empty log message ***
10846:
10847: * src/types/pa_vdouble.h 1.41:
10848: double->int round added
10849:
10850: 2002-09-20 paf
10851: * src/types/pa_vhash.h 1.40:
10852: * www/htdocs/operators.p 1.4:
10853: hash.foreach modification of existing keys allowed
10854:
10855: * src/main/compile.tab.C 1.69:
10856: * src/main/compile.y 1.197:
10857: * www/htdocs/index.html 1.153:
10858: changed grammer on junction expanding to include ^junction.method
10859:
10860: * src/classes/xdoc.C 1.102:
10861: empty transform result, being taken as file now returns empty
10862: file, not raises stupid error about "stat-ed file"
10863:
10864: * src/main/execute.C 1.276:
10865: * www/htdocs/index.html 1.154:
10866: code junction calls disabled [before: code was compiled in such a way, that there were no code-junctions in OP_CALL]
10867:
10868: this now error:
10869: @badjunctioncall[]
10870: ^badjunctioncallinside{code}
10871:
10872: @badjunctioncallinside[code]
10873: ^code[]
10874:
10875: * src/targets/apache13/Makefile.am 1.15:
10876: * src/targets/apache13/Makefile.in 1.40:
10877: * src/targets/cgi/Makefile.am 1.43:
10878: * src/targets/cgi/Makefile.in 1.55:
10879: binaries now depend on makefiles, thus taking linking options
10880: configure changes into account [were: ignoring]
10881:
10882: * src/classes/xdoc.C 1.103:
10883: * www/htdocs/index.html 1.152:
10884: xdoc::create[name] now sets $request:charset as internal xdoc
10885: encoding, and after decoding attributes set by dom functions
10886: now encoded OK, not as digital entities
10887:
10888: * src/types/Makefile.in 1.45:
10889: *** empty log message ***
10890:
10891: * src/include/pa_opcode.h 1.22:
10892: * src/include/pa_request.h 1.150:
10893: * src/main/compile.tab.C 1.68:
10894: * src/main/compile.y 1.196:
10895: * src/main/execute.C 1.275:
10896: * src/main/main.dsp 1.159:
10897: * src/targets/cgi/parser3.dsp 1.60:
10898: * src/types/Makefile.am 1.27:
10899: * src/types/pa_vjunction.C 1.1:
10900: * src/types/pa_vjunction.h 1.16:
10901: * src/types/types.dsp 1.34:
10902: * www/htdocs/.htaccess 1.8:
10903: * www/htdocs/index.html 1.151:
10904: introducing $junction.get/put(1)
10905: one can write iterators now:
10906:
10907: ^user-foreach[key;value]{$key=$value<br>}
10908:
10909: @user-foreach[key;value;code]
10910: ^for[i](1;10){
10911: $code.key($i)
10912: $code.value($i*2)
10913: $code
10914: }
10915:
10916: * src/main/pa_common.C 1.120:
10917: -d "DIR/" now true
10918:
10919: * src/main/compile_tools.h 1.66:
10920: mistype
10921:
10922: 2002-09-19 paf
10923: * Makefile.am 1.8:
10924: * Makefile.in 1.21:
10925: * aclocal.m4 1.5:
10926: *** empty log message ***
10927:
10928: * aclocal.m4 1.3:
10929: forced to be older
10930:
10931: * Makefile.am 1.12:
10932: * Makefile.in 1.25:
10933: new: make commit
10934:
10935: 2002-09-18 paf
10936: * parser3.dsw 1.4:
10937: * src/include/pa_opcode.h 1.21:
10938: * src/main/compile.tab.C 1.67:
10939: * src/main/compile.y 1.195:
10940: * src/main/execute.C 1.274:
10941: * www/htdocs/index.html 1.150:
10942: << >> int shifts
10943:
10944: * src/classes/file.C 1.100:
10945: * www/htdocs/index.html 1.149:
10946: * www/htdocs/mailreceive.eml 1.3:
10947: ^file::exec/cgi $.stdin[can be file now]
10948: so that one can pass binary data there
10949:
10950: * src/include/pa_common.h 1.82:
10951: * src/include/pa_request.h 1.149:
10952: * src/main/pa_common.C 1.119:
10953: * src/main/pa_request.C 1.230:
10954: auto.p exists but unreadable - now this - fatal error
10955:
10956: * src/classes/date.C 1.37:
10957: * src/classes/double.C 1.51:
10958: * src/classes/file.C 1.99:
10959: * src/classes/hash.C 1.50:
10960: * src/classes/image.C 1.76:
10961: * src/classes/int.C 1.47:
10962: * src/classes/mail.C 1.79:
10963: * src/classes/op.C 1.111:
10964: * src/classes/response.C 1.22:
10965: * src/classes/string.C 1.120:
10966: * src/classes/table.C 1.165:
10967: * src/classes/void.C 1.25:
10968: * src/classes/xdoc.C 1.101:
10969: * src/classes/xnode.C 1.52:
10970: * src/include/pa_request.h 1.148:
10971: * www/htdocs/index.html 1.148:
10972: pa_request contexts made privated, plus get_{self/method_frame} to read.
10973: Request_context_saver used in ^try to save flang too.
10974: [were not saved]
10975:
10976: * src/types/pa_vresponse.C 1.13:
10977: header value chains joined before output, this should help
10978: $.subject[$var $var]
10979: from being converted to
10980: subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
10981:
10982: 2002-09-17 paf
10983: * src/classes/op.C 1.109:
10984: * www/htdocs/index.html 1.147:
10985: * www/htdocs/operators.p 1.2:
10986: made place for ^process to compile it's code to in case of no self
10987:
10988: * src/classes/op.C 1.110:
10989: * src/main/execute.C 1.272:
10990: * src/main/pa_request.C 1.229:
10991: * src/types/pa_value.C 1.8:
10992: * src/types/pa_value.h 1.104:
10993: * src/types/pa_vmethod_frame.h 1.38:
10994: * src/types/pa_vstateless_class.h 1.37:
10995: * www/htdocs/operators.p 1.3:
10996: operators now executed with MAIN self.
10997: it's for ^include sake, too strong a change
10998:
10999: * src/classes/hash.C 1.47:
11000: foreach delims bug fixed [were ,2,3]
11001:
11002: * src/classes/hash.C 1.48:
11003: * src/classes/table.C 1.162:
11004: * src/include/pa_sql_connection.h 1.29:
11005: * www/htdocs/index.html 1.141:
11006: table.sql hash::sql duplicate keys now errors
11007:
11008: * src/main/execute.C 1.273:
11009: * src/types/pa_value.h 1.105:
11010: * src/types/pa_vmethod_frame.h 1.39:
11011: removed changes, operators executed with calling self.
11012: lots of code with ^include code relies on defined/defining self variables
11013:
11014: $a[1]
11015: ^include[print_a.p]
11016: print_a.p: $a
11017:
11018: ^include[set_a.p]
11019: a=$a
11020: set_a.p:
11021: $a[1]
11022:
11023: * operators.txt 1.83:
11024: * operators.txt 1.84:
11025: * src/classes/hash.C 1.49:
11026: * src/classes/table.C 1.163:
11027: * src/include/pa_globals.h 1.95:
11028: * src/main/pa_globals.C 1.139:
11029: * www/htdocs/index.html 1.142:
11030: table.sql hash::sql flag to allow duplicate keys [$.distinct(1/0)]
11031: first record taken [were last]
11032:
11033: * src/main/execute.C 1.270:
11034: * src/main/execute.C 1.271:
11035: * src/types/pa_value.C 1.7:
11036: * src/types/pa_value.h 1.103:
11037: * src/types/pa_vstateless_class.h 1.36:
11038: * www/htdocs/index.html 1.146:
11039: found ancient param to Junction, removed.
11040: allowed passing self to native_code_operators [for ^process to work, she needs self]
11041:
11042: * Makefile.in 1.20:
11043: * bin/Makefile.in 1.5:
11044: * bin/auto.p.dist.in 1.8:
11045: * configure 1.40:
11046: * configure 1.41:
11047: * configure.in 1.40:
11048: * configure.in 1.41:
11049: * etc/Makefile.in 1.10:
11050: * etc/parser3.charsets/Makefile.in 1.13:
11051: * src/Makefile.in 1.51:
11052: * src/classes/Makefile.in 1.49:
11053: * src/include/Makefile.in 1.7:
11054: * src/lib/Makefile.in 1.4:
11055: * src/lib/md5/Makefile.in 1.2:
11056: * src/lib/patches/Makefile.in 1.4:
11057: * src/lib/pcre/Makefile.in 1.4:
11058: * src/main/Makefile.in 1.45:
11059: * src/sql/Makefile.in 1.7:
11060: * src/targets/Makefile.in 1.38:
11061: * src/targets/apache13/Makefile.in 1.39:
11062: * src/targets/cgi/Makefile.in 1.54:
11063: * src/targets/isapi/Makefile.in 1.7:
11064: * src/types/Makefile.in 1.44:
11065: so now detected [can be .sl on hpux, .dll on cygwin, .so in
11066: other cases)
11067:
11068: * bin/auto.p.dist.in 1.9:
11069: strange \n
11070:
11071: * src/classes/table.C 1.164:
11072: * src/classes/xdoc.C 1.100:
11073: * www/htdocs/index.html 1.144:
11074: table::sql options
11075: table::create copy options
11076: options checked, wrong option now fatal error
11077:
11078: * src/main/pa_string.C 1.170:
11079: * www/htdocs/index.html 1.143:
11080: string.replace fixed [were missing words on pieces boundaries]
11081:
11082: * src/main/execute.C 1.269:
11083: * src/main/pa_request.C 1.228:
11084: * src/types/pa_value.C 1.6:
11085: * src/types/pa_value.h 1.102:
11086: * src/types/pa_vmethod_frame.h 1.37:
11087: * src/types/pa_vstateless_class.h 1.35:
11088: * www/htdocs/index.html 1.145:
11089: * www/htdocs/operators.p 1.1:
11090: allowed Request.self to be 0, checked that in VMethodFrame get
11091: put and $self.
11092:
11093: * src/classes/op.C 1.108:
11094: * src/classes/table.C 1.161:
11095: * www/htdocs/index.html 1.140:
11096: menu/for delims bug fixed [were ,2,3]
11097:
11098: 2002-09-16 paf
11099: * src/classes/file.C 1.98:
11100: * www/htdocs/index.html 1.139:
11101: 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.
11102: now detected closest header break.
11103:
11104: * src/main/untaint.C 1.107:
11105: * src/types/pa_vmail.C 1.29:
11106: mail:send closing ?= now closed right
11107:
11108: 2002-09-13 paf
11109: * operators.txt 1.81:
11110: * src/main/compile.tab.C 1.65:
11111: * src/main/compile.y 1.193:
11112: * www/htdocs/index.html 1.137:
11113: !| bitwise
11114: !|| numerical
11115: xor now
11116: [preparing for expression #comments]
11117:
11118: * src/main/compile.tab.C 1.63:
11119: * src/main/compile.y 1.191:
11120: * src/types/pa_vresponse.C 1.12:
11121: * www/htdocs/index.html 1.135:
11122: cookie date now clean [were mistakenly tainted & that worked
11123: bad with opera -- 'happily' that worked OK with msie]
11124:
11125: * src/main/compile.tab.C 1.64:
11126: * src/main/compile.y 1.192:
11127: * www/htdocs/index.html 1.136:
11128: @method[$name]
11129: now parse error
11130:
11131: * operators.txt 1.82:
11132: * src/main/compile.tab.C 1.66:
11133: * src/main/compile.y 1.194:
11134: * src/main/compile_tools.h 1.65:
11135: * www/htdocs/index.html 1.138:
11136: (expression #comment)
11137:
11138: (multiline expression #comment
11139: line2 #comment
11140: )
11141:
11142: (expression #comment with (brackets) comment) << OK
11143:
11144: * Makefile.in 1.19:
11145: * configure 1.39:
11146: * configure.in 1.39:
11147: * src/include/pa_config_auto.h.in 1.29:
11148: HAVE_WINSOCK_H created in configure.in
11149:
11150: * src/include/pa_config_fixed.h 1.50:
11151: * src/main/pa_socks.C 1.17:
11152: HAVE_WINSOCK_H cheched in pa_socks.C
11153:
11154: 2002-09-12 paf
11155: * src/main/untaint.C 1.105:
11156: * www/htdocs/index.html 1.134:
11157: quoted printable ' ' now =20
11158: and encoding stops before <...>$
11159:
11160: * src/types/pa_vclass.C 1.13:
11161: * src/types/pa_vmail.C 1.28:
11162: * src/types/pa_vobject.C 1.8:
11163: VObject & VClass
11164: get_element
11165: now first looks to fields, next to methods & co
11166: todo: the rest
11167: reason: more speed
11168:
11169: * src/main/untaint.C 1.106:
11170: quoted printable encoding stops before \s*<...>$
11171:
11172: 2002-09-11 paf
11173: * src/main/pa_charset.C 1.30:
11174: * src/targets/cgi/parser3.dsp 1.59:
11175: * www/htdocs/index.html 1.133:
11176: while fixing ( xmlCharEncodingInput/OutputFunc callbacks returned bad value )
11177: forgot to check users of those funcs. not all were using that return value convention
11178:
11179: * etc/parser3.charsets/windows-1254.cfg 1.1:
11180: * src/lib/pcre/ibm-1254.ucm 1.1:
11181: windows-1254 added
11182:
11183: 2002-09-10 paf
11184: * src/classes/op.C 1.106:
11185: * src/main/execute.C 1.265:
11186: * src/types/pa_value.C 1.5:
11187: * src/types/pa_value.h 1.100:
11188: * src/types/pa_vcode_frame.h 1.22:
11189: * src/types/pa_vmethod_frame.h 1.36:
11190: * src/types/pa_wcontext.C 1.23:
11191: * src/types/pa_wcontext.h 1.39:
11192: * src/types/pa_wwrapper.h 1.25:
11193: moved junction kill responsibility to wcontext
11194:
11195: * src/main/execute.C 1.267:
11196: * src/types/pa_value.h 1.101:
11197: * src/types/pa_wwrapper.h 1.26:
11198: WWrapper which used in constructing objects(second param to sql method) ^...sql{}[$.default{code}]
11199: now has parent, wich helps code in hash to survivi
11200:
11201: * src/include/pa_request.h 1.147:
11202: * src/main/execute.C 1.266:
11203: removed redundant param to execute [stack said 'thanks']
11204:
11205: * src/classes/file.C 1.97:
11206: decided not to log exec's with stderr, that could be warnings,
11207: and it's up to scritper to log/show them
11208:
11209: * src/main/pa_charset.C 1.29:
11210: * src/types/pa_vmail.C 1.27:
11211: * www/htdocs/index.html 1.131:
11212: 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]
11213: tfm readed & code updated
11214:
11215: * src/classes/op.C 1.107:
11216: * src/main/execute.C 1.268:
11217: * src/types/pa_wcontext.h 1.40:
11218: * src/types/pa_wcontext.h 1.41:
11219: VCodeFrame parent param were specified badly
11220:
11221: * src/classes/double.C 1.50:
11222: * src/main/execute.C 1.264:
11223: * www/htdocs/index.html 1.132:
11224: double:sql badly called write_assign_lang, not write_no_lang,
11225: thus doing unnecessary double/string converstion, which were loosing time&precesion
11226:
11227: 2002-09-04 paf
11228: * src/types/pa_vxnode.C 1.25:
11229: * www/htdocs/index.html 1.129:
11230: removed too strong checks of xnode.elements.
11231: now, for instance, if element does not have any attributes, $xnode.attributes is void, not error
11232:
11233: * configure 1.37:
11234: * configure.in 1.38:
11235: introducing --with-sjlj-exceptions
11236: [hpux can not work with longjump/throw pair, and one must switch that on there.
11237: todo: detect that automatically]
11238:
11239: * configure 1.38:
11240: makes with sjlj
11241:
11242: * src/include/pa_config_auto.h.in 1.28:
11243: sjlj define
11244:
11245: * INSTALL 1.26:
11246: * src/include/pa_config_fixed.h 1.49:
11247: * src/include/pa_sql_connection.h 1.28:
11248: * src/main/pa_sql_driver_manager.C 1.65:
11249: * www/htdocs/index.html 1.130:
11250: -with-sjlj-exceptions define checked.
11251: on win32 it made default
11252:
11253: 2002-09-02 paf
11254: * Makefile.am 1.7:
11255: * Makefile.in 1.18:
11256: * src/types/pa_vdate.h 1.20:
11257: happy now only install-exec
11258:
11259: * src/types/pa_vdate.h 1.21:
11260: removed debug
11261:
11262: * operators.txt 1.80:
11263: * src/main/execute.C 1.263:
11264: * src/targets/cgi/parser3.dsp 1.58:
11265: * www/htdocs/index.html 1.128:
11266: removed double_result, didn't help
11267:
11268: * src/types/pa_vdate.h 1.22:
11269: *** empty log message ***
11270:
11271: * src/main/execute.C 1.258:
11272: fixed numeric < & co so that thay now use c=a-b, c OPERATOR 0.
11273: this works fine on solaris/intel for still unknown reason.
11274:
11275: * src/main/execute.C 1.261:
11276: double_result made to move that var away from hungry g++ optimizer (-O2),
11277: before: it were optimized and comparison operators worked badly
11278:
11279: 2002-08-29 paf
11280: * parser3.dsw 1.3:
11281: * src/classes/classes.dsp 1.25:
11282: * src/classes/hash.C 1.46:
11283: * src/classes/op.C 1.105:
11284: * src/classes/string.C 1.119:
11285: * src/include/pa_request.h 1.146:
11286: * src/lib/md5/md5.dsp 1.2:
11287: * src/main/execute.C 1.257:
11288: * src/main/main.dsp 1.158:
11289: * src/main/pa_request.C 1.227:
11290: * src/targets/cgi/parser3.dsp 1.57:
11291: * src/types/pa_value.C 1.4:
11292: * src/types/pa_value.h 1.99:
11293: * src/types/pa_vmail.C 1.26:
11294: * src/types/pa_vmethod_frame.h 1.35:
11295: * src/types/pa_wcontext.h 1.38:
11296: * src/types/types.dsp 1.33:
11297: * www/htdocs/index.html 1.127:
11298: junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
11299: request.root renamed to method_frame [more easyreading]
11300: ancient {...PUSH/POPs...} changed to stack vars [speed up]
11301:
11302: 2002-08-28 paf
11303: * operators.txt 1.79:
11304: * src/classes/string.C 1.118:
11305: * www/htdocs/derived.p 1.15:
11306: * www/htdocs/index.html 1.124:
11307: ^string.split[delim[;options]]
11308:
11309: * src/types/pa_vcookie.C 1.50:
11310: * www/htdocs/index.html 1.125:
11311: fixed cookie delete when
11312: $cookie:name[$.value[]]
11313:
11314: * src/types/pa_vcookie.C 1.51:
11315: * www/htdocs/index.html 1.126:
11316: $cookie:name[&]
11317: $cookie:name << now tainted
11318:
11319: 2002-08-27 paf
11320: * etc/parser3.charsets/Makefile.am 1.4:
11321: * etc/parser3.charsets/Makefile.in 1.12:
11322: merged from 3.0.0005
11323:
11324: * INSTALL 1.25:
11325: recommended latest gmime 1.0.5
11326:
11327: * operators.txt 1.78:
11328: * src/main/compile.tab.C 1.62:
11329: * src/main/compile.y 1.190:
11330: * www/htdocs/index.html 1.123:
11331: * www/htdocs/mailreceive.eml 1.2:
11332: # now delimiter
11333:
11334: 2002-08-26 paf
11335: * configure 1.36:
11336: * configure.in 1.37:
11337: * src/targets/apache13/Makefile.am 1.14:
11338: * src/targets/apache13/Makefile.in 1.38:
11339: apache13/hook added to make dist.
11340:
11341: 2002-08-23 paf
11342: * src/include/pa_common.h 1.81:
11343: * src/main/pa_common.C 1.118:
11344: * src/targets/cgi/parser3.C 1.197:
11345: * src/targets/isapi/parser3isapi.C 1.79:
11346: * www/htdocs/index.html 1.122:
11347: when auto.p beside binary [cgi, isapi] not accessible [due to
11348: bad rights or whatever] it's error now
11349:
11350: 2002-08-21 paf
11351: * src/main/pa_string.C 1.169:
11352: * www/htdocs/index.html 1.121:
11353: fixed bad language bug, [were wrong string cloning constructor]
11354:
11355: * src/main/compile.tab.C 1.61:
11356: * src/main/compile.y 1.189:
11357: * src/main/compile_tools.C 1.53:
11358: * src/main/compile_tools.h 1.64:
11359: * www/htdocs/derived.p 1.13:
11360: * www/htdocs/derived.p 1.14:
11361: "BASE:"
11362: "BASE::"
11363: syntax allowed, means "base class".
11364: compiled as if here they named base class
11365:
11366: * bin/auto.p.dist.in 1.7:
11367: * src/targets/cgi/parser3.C 1.196:
11368: * src/types/pa_vfile.C 1.34:
11369: * src/types/pa_vmail.C 1.23:
11370: * www/htdocs/mailreceive.eml 1.1:
11371: * www/htdocs/mailreceive.html 1.1:
11372: $mail.received.file.value.content-type fixed
11373:
11374: * Makefile.am 1.6:
11375: * Makefile.in 1.17:
11376: can use:
11377: make happy
11378: equals to
11379: make update install
11380:
11381: * src/main/execute.C 1.256:
11382: * src/types/pa_vobject.h 1.34:
11383: * www/htdocs/base.p 1.3:
11384: * www/htdocs/derived.p 1.12:
11385: * www/htdocs/index.html 1.120:
11386: fixed virtual calls
11387:
11388: 2002-08-20 paf
11389: * operators.txt 1.76:
11390: * src/classes/void.C 1.23:
11391: * www/htdocs/index.html 1.117:
11392: ^void.length[] = 0 merged from 3.0.0005
11393:
11394: * operators.txt 1.77:
11395: * src/classes/void.C 1.24:
11396: * www/htdocs/index.html 1.118:
11397: ^void.pos[...] = -1 merged from 3.0.0005
11398:
11399: * operators.txt [release_3_0_0005] 1.59.2.3:
11400: * src/classes/void.C [release_3_0_0005] 1.21.2.1:
11401: ^void.length[] = 0
11402:
11403: * operators.txt [release_3_0_0005] 1.59.2.4:
11404: * src/classes/void.C [release_3_0_0005] 1.21.2.2:
11405: ^void.pos[...] = -1
11406:
11407: * src/classes/file.C 1.96:
11408: * www/htdocs/index.html 1.119:
11409: fixed language of file:file result
11410:
11411: 2002-08-19 paf
11412: * src/classes/xnode.C 1.49:
11413: * src/classes/xnode.C 1.50:
11414: * src/classes/xnode.C 1.51:
11415: * src/types/pa_vxdoc.C 1.21:
11416: xdoc.fields fixed [were error in xnode, which were not catched
11417: in xdoc]
11418:
11419: * src/classes/xdoc.C 1.99:
11420: xdoc getElementsByTagName, ...NS
11421: overriden, work now
11422:
11423: * src/include/pa_stylesheet_connection.h 1.31:
11424: * src/main/pa_globals.C 1.138:
11425: prepared:
11426: // validate each document after load/create (?)
11427: //xmlDoValidityCheckingDefaultValue = 1;
11428:
11429: 2002-08-15 paf
11430: * src/types/pa_vrequest.C 1.25:
11431: * www/htdocs/index.html 1.113:
11432: $request:body unprecessed POST request
11433:
11434: * operators.txt 1.71:
11435: * src/classes/form.C 1.31:
11436: * src/include/pa_pool.h 1.84:
11437: * src/include/pa_request.h 1.145:
11438: * src/main/pa_pool.C 1.56:
11439: * src/types/pa_vform.C 1.66:
11440: * src/types/pa_vform.h 1.41:
11441: * www/htdocs/.htaccess 1.7:
11442: planning/preparing_to $request:body
11443: r.post_data now const
11444:
11445: * src/classes/image.C 1.75:
11446: * src/classes/op.C 1.104:
11447: * src/classes/xdoc.C 1.98:
11448: * src/classes/xnode.C 1.48:
11449: * src/main/execute.C 1.255:
11450: * src/types/pa_value.h 1.97:
11451: * src/types/pa_vhash.h 1.39:
11452: * src/types/pa_vobject.C 1.7:
11453: * src/types/pa_vobject.h 1.33:
11454: * src/types/pa_vtable.h 1.46:
11455: * www/htdocs/index.html 1.111:
11456: instead of type() checking everywhere used Value.as
11457: now user descendants can be used in params.
11458:
11459: VObject::as_*, is_defined now taken from bases.
11460: xtable(table)
11461: ^if($xtable) now OK
11462:
11463: * operators.txt 1.73:
11464: * src/include/pa_common.h 1.80:
11465: * src/main/pa_common.C 1.117:
11466: * src/types/pa_vcookie.C 1.49:
11467: * src/types/pa_vdate.h 1.19:
11468: * src/types/pa_vresponse.C 1.11:
11469: * src/types/pa_vresponse.h 1.29:
11470: * www/htdocs/index.html 1.115:
11471: $response:field[date]
11472: $response:field[$.xxx[date]]
11473:
11474: * src/types/pa_value.h 1.98:
11475: * src/types/pa_vdate.h 1.18:
11476: * src/types/pa_vrequest.C 1.24:
11477: * src/types/pa_vxdoc.C 1.20:
11478: * src/types/pa_vxnode.C 1.24:
11479: * www/htdocs/index.html 1.112:
11480: few barks:
11481: bark("%s field not found", 0, &aname)
11482:
11483: * src/classes/hash.C 1.45:
11484: * src/classes/string.C 1.117:
11485: * src/classes/table.C 1.160:
11486: * src/classes/void.C 1.22:
11487: * src/include/pa_sql_connection.h 1.27:
11488: * www/htdocs/index.html 1.114:
11489: fixed source of ^hash::sql{bad}
11490:
11491: * src/classes/classes.h 1.22:
11492: * www/htdocs/index.html 1.116:
11493: write to static var caused useless Exception, introduced
11494: Methoded::put_element wich consumes those
11495:
11496: * src/main/execute.C 1.254:
11497: * src/types/pa_value.h 1.96:
11498: * src/types/pa_vclass.C 1.12:
11499: * src/types/pa_vclass.h 1.37:
11500: * src/types/pa_vobject.C 1.6:
11501: * src/types/pa_vobject.h 1.32:
11502: * src/types/pa_vxdoc.C 1.19:
11503: * src/types/pa_vxdoc.h 1.29:
11504: is->as
11505:
11506: * operators.txt 1.72:
11507: $request:body unprecessed POST request body
11508:
11509: 2002-08-14 paf
11510: * src/targets/cgi/Makefile.am 1.41:
11511: * src/targets/cgi/fixopt.C 1.1:
11512: * src/targets/cgi/fixopt.C 1.2:
11513: * src/targets/cgi/fixopt.h 1.1:
11514: * src/targets/cgi/parser3.C 1.194:
11515: * src/targets/cgi/parser3.dsp 1.55:
11516: fixopt now preprocesses command line params, splitting them by
11517: space, excluding argv[0], argv[argc-1]
11518:
11519: * src/classes/xnode.h 1.16:
11520: * src/main/execute.C 1.253:
11521: * src/targets/cgi/parser3.dsp 1.56:
11522: * src/types/pa_value.h 1.95:
11523: * src/types/pa_vclass.C 1.11:
11524: * src/types/pa_vclass.h 1.36:
11525: * src/types/pa_vcode_frame.h 1.21:
11526: * src/types/pa_vcookie.C 1.48:
11527: * src/types/pa_vcookie.h 1.21:
11528: * src/types/pa_vdate.h 1.17:
11529: * src/types/pa_venv.h 1.26:
11530: * src/types/pa_vfile.h 1.49:
11531: * src/types/pa_vform.C 1.65:
11532: * src/types/pa_vform.h 1.40:
11533: * src/types/pa_vhash.h 1.38:
11534: * src/types/pa_vimage.h 1.31:
11535: * src/types/pa_vmail.C 1.22:
11536: * src/types/pa_vmail.h 1.6:
11537: * src/types/pa_vmath.h 1.12:
11538: * src/types/pa_vmethod_frame.h 1.34:
11539: * src/types/pa_vobject.C 1.5:
11540: * src/types/pa_vobject.h 1.31:
11541: * src/types/pa_vrequest.C 1.23:
11542: * src/types/pa_vrequest.h 1.23:
11543: * src/types/pa_vresponse.C 1.10:
11544: * src/types/pa_vresponse.h 1.28:
11545: * src/types/pa_vstateless_class.h 1.34:
11546: * src/types/pa_vstateless_object.h 1.25:
11547: * src/types/pa_vstatus.C 1.12:
11548: * src/types/pa_vstatus.h 1.13:
11549: * src/types/pa_vstring.h 1.52:
11550: * src/types/pa_vtable.C 1.19:
11551: * src/types/pa_vtable.h 1.45:
11552: * src/types/pa_vvoid.h 1.14:
11553: * src/types/pa_vxdoc.C 1.18:
11554: * src/types/pa_vxdoc.h 1.28:
11555: * src/types/pa_vxnode.C 1.23:
11556: * src/types/pa_vxnode.h 1.20:
11557: * src/types/pa_wwrapper.h 1.24:
11558: * www/htdocs/index.html 1.110:
11559: is now works with VObject & VClass
11560:
11561: * src/types/pa_vmail.C 1.21:
11562: mail: turned off utf8 to source transcoding
11563:
11564: * src/targets/cgi/parser3.C 1.193:
11565: -f config file
11566:
11567: * src/targets/cgi/Makefile.am 1.42:
11568: * src/targets/cgi/fixopt.C 1.3:
11569: * src/targets/cgi/fixopt.h 1.2:
11570: * src/targets/cgi/parser3.C 1.195:
11571: removed fixopt stupidity. on stupid linux use
11572: cd /document/root
11573: ../cgi/parser3 script
11574:
11575: * src/targets/cgi/Makefile.in 1.52:
11576: * src/targets/cgi/Makefile.in 1.53:
11577: *** empty log message ***
11578:
11579: * src/targets/cgi/parser3.C 1.192:
11580: * www/htdocs/auto.p 1.17:
11581: * www/htdocs/derived.p 1.11:
11582: * www/htdocs/index.html 1.109:
11583: fixed .log file dir
11584:
11585: 2002-08-13 paf
11586: * www/htdocs/derived.p 1.7:
11587: sample: dont convinient that table fields can be overridden
11588:
11589: * src/types/Makefile.in 1.43:
11590: added vobject.c & vclass
11591:
11592: * src/types/Makefile.in 1.42:
11593: VAliased removed
11594:
11595: * src/types/pa_vclass.C 1.9:
11596: * www/htdocs/derived.p 1.9:
11597: checked: form[vclass]fields can be overwritten in derived(table)
11598:
11599: * src/types/Makefile.am 1.26:
11600: * src/types/pa_vclass.C 1.7:
11601: * src/types/pa_vclass.h 1.34:
11602: * src/types/pa_vobject.C 1.1:
11603: * src/types/pa_vobject.h 1.29:
11604: * src/types/types.dsp 1.32:
11605: reorganized modules
11606: todo: fix bug with put endless recoursion
11607: todo: check 'as'
11608:
11609: * src/types/pa_vclass.C 1.10:
11610: * www/htdocs/index.html 1.107:
11611: allow override parent variables, useful for form descendants
11612:
11613: * src/types/pa_vobject.C 1.4:
11614: * www/htdocs/derived.p 1.10:
11615: * www/htdocs/index.html 1.108:
11616: allow override parent variables, useful for form descendants [
11617: in vobject too, were in vclass]
11618:
11619: * src/classes/form.C 1.30:
11620: * src/classes/mail.C 1.78:
11621: * src/classes/op.C 1.103:
11622: * src/classes/xnode.h 1.15:
11623: * src/include/pa_request.h 1.144:
11624: * src/main/execute.C 1.252:
11625: * src/main/pa_request.C 1.226:
11626: * src/types/pa_value.h 1.94:
11627: * src/types/pa_vclass.C 1.8:
11628: * src/types/pa_vclass.h 1.35:
11629: * src/types/pa_vcode_frame.h 1.20:
11630: * src/types/pa_vcookie.C 1.47:
11631: * src/types/pa_vcookie.h 1.20:
11632: * src/types/pa_vdate.h 1.16:
11633: * src/types/pa_venv.h 1.25:
11634: * src/types/pa_vfile.h 1.48:
11635: * src/types/pa_vform.C 1.64:
11636: * src/types/pa_vform.h 1.39:
11637: * src/types/pa_vhash.h 1.37:
11638: * src/types/pa_vimage.h 1.30:
11639: * src/types/pa_vmail.C 1.20:
11640: * src/types/pa_vmail.h 1.5:
11641: * src/types/pa_vmath.h 1.11:
11642: * src/types/pa_vmethod_frame.h 1.33:
11643: * src/types/pa_vobject.C 1.3:
11644: * src/types/pa_vobject.h 1.30:
11645: * src/types/pa_vrequest.C 1.22:
11646: * src/types/pa_vrequest.h 1.22:
11647: * src/types/pa_vresponse.C 1.9:
11648: * src/types/pa_vresponse.h 1.27:
11649: * src/types/pa_vstateless_class.h 1.33:
11650: * src/types/pa_vstateless_object.h 1.24:
11651: * src/types/pa_vstatus.C 1.11:
11652: * src/types/pa_vstatus.h 1.12:
11653: * src/types/pa_vstring.h 1.51:
11654: * src/types/pa_vtable.C 1.18:
11655: * src/types/pa_vtable.h 1.44:
11656: * src/types/pa_vvoid.h 1.13:
11657: * src/types/pa_vxdoc.C 1.17:
11658: * src/types/pa_vxdoc.h 1.27:
11659: * src/types/pa_vxnode.C 1.22:
11660: * src/types/pa_vxnode.h 1.19:
11661: * src/types/pa_wwrapper.h 1.23:
11662: introduced Value::get_element(..., bool looking_down) [needed
11663: to exclude endless recoursion]
11664:
11665: * src/classes/table.C 1.159:
11666: * src/types/pa_vtable.C 1.17:
11667: * src/types/pa_vtable.h 1.43:
11668: * www/htdocs/derived.p 1.5:
11669: fixed error message on using non-created table
11670:
11671: * src/classes/form.C 1.29:
11672: * src/classes/hash.C 1.44:
11673: * src/classes/mail.C 1.77:
11674: * src/classes/op.C 1.102:
11675: * src/classes/xnode.h 1.14:
11676: * src/include/pa_request.h 1.143:
11677: * src/main/compile.C 1.66:
11678: * src/main/compile.tab.C 1.60:
11679: * src/main/execute.C 1.251:
11680: * src/main/pa_request.C 1.225:
11681: * src/types/pa_value.h 1.93:
11682: * src/types/pa_vclass.h 1.33:
11683: * src/types/pa_vcode_frame.h 1.19:
11684: * src/types/pa_vcookie.C 1.46:
11685: * src/types/pa_vcookie.h 1.19:
11686: * src/types/pa_vdate.h 1.15:
11687: * src/types/pa_venv.h 1.24:
11688: * src/types/pa_vfile.h 1.47:
11689: * src/types/pa_vform.C 1.63:
11690: * src/types/pa_vform.h 1.38:
11691: * src/types/pa_vhash.h 1.36:
11692: * src/types/pa_vimage.C 1.20:
11693: * src/types/pa_vimage.h 1.29:
11694: * src/types/pa_vmail.C 1.19:
11695: * src/types/pa_vmail.h 1.4:
11696: * src/types/pa_vmath.h 1.10:
11697: * src/types/pa_vmethod_frame.h 1.32:
11698: * src/types/pa_vobject.h 1.26:
11699: * src/types/pa_vrequest.C 1.20:
11700: * src/types/pa_vrequest.h 1.20:
11701: * src/types/pa_vresponse.C 1.8:
11702: * src/types/pa_vresponse.h 1.26:
11703: * src/types/pa_vstateless_class.h 1.32:
11704: * src/types/pa_vstateless_object.h 1.23:
11705: * src/types/pa_vstatus.C 1.10:
11706: * src/types/pa_vstatus.h 1.11:
11707: * src/types/pa_vstring.h 1.50:
11708: * src/types/pa_vtable.C 1.16:
11709: * src/types/pa_vtable.h 1.42:
11710: * src/types/pa_vvoid.h 1.12:
11711: * src/types/pa_vxdoc.C 1.16:
11712: * src/types/pa_vxdoc.h 1.26:
11713: * src/types/pa_vxnode.C 1.21:
11714: * src/types/pa_vxnode.h 1.18:
11715: * src/types/pa_wwrapper.h 1.22:
11716: * www/htdocs/derived.p 1.4:
11717: VObject.get/out now looking down/up tree
11718: todo: fix error message on non-constructed parents
11719:
11720: * src/types/pa_vobject.h 1.28:
11721: * www/htdocs/derived.p 1.8:
11722: checked: table fields can be overwritten in derived(table)
11723:
11724: * src/types/pa_vobject.h 1.27:
11725: * www/htdocs/derived.p 1.6:
11726: * www/htdocs/index.html 1.106:
11727: derived classes can have fields of their own now
11728:
11729: 2002-08-12 paf
11730: * src/main/compile.tab.C 1.59:
11731: * src/main/compile.y 1.188:
11732: * src/main/execute.C 1.249:
11733: * src/main/execute.C 1.250:
11734: * src/main/pa_request.C 1.224:
11735: * src/types/Makefile.am 1.25:
11736: * src/types/pa_valiased.C 1.17:
11737: * src/types/pa_valiased.h 1.23:
11738: * src/types/pa_value.h 1.92:
11739: * src/types/pa_vclass.h 1.32:
11740: * src/types/pa_vobject.h 1.25:
11741: * src/types/pa_vstateless_class.h 1.30:
11742: * src/types/pa_vstateless_object.h 1.21:
11743: * src/types/pa_wcontext.h 1.37:
11744: ^base:create[] dynamic call rewritten
11745: todo: thorough testing
11746:
11747: * src/types/pa_value.h 1.91:
11748: * src/types/pa_vclass.h 1.31:
11749: * src/types/pa_vobject.h 1.24:
11750: * www/htdocs/base.p 1.1:
11751: * www/htdocs/derived.p 1.1:
11752: VObject ctor now instantates base class, remembers it and saves child in parent
11753: VObject.get_class now returns last child = downward virtual calls OK
11754:
11755: * src/types/pa_vstateless_class.h 1.31:
11756: * src/types/pa_vstateless_object.h 1.22:
11757: * www/htdocs/derived.p 1.3:
11758: table derived OK
11759:
11760: * src/main/pa_request.C 1.223:
11761: response:body[file] content-type check fixed [were bad when
11762: content-type is hash]
11763:
11764: * bin/auto.p.dist.in 1.5:
11765: fixed sendmail default comment
11766:
11767: * src/main/execute.C 1.248:
11768: * src/types/pa_value.h 1.90:
11769: * src/types/pa_vclass.h 1.30:
11770: * src/types/pa_vdate.h 1.14:
11771: * src/types/pa_vdouble.h 1.40:
11772: * src/types/pa_vfile.h 1.46:
11773: * src/types/pa_vimage.h 1.28:
11774: * src/types/pa_vint.h 1.37:
11775: * src/types/pa_vmethod_frame.h 1.31:
11776: * src/types/pa_vobject.h 1.23:
11777: * src/types/pa_vresponse.h 1.25:
11778: * src/types/pa_vstateless_class.h 1.29:
11779: * src/types/pa_vstateless_object.h 1.20:
11780: * src/types/pa_vstring.h 1.49:
11781: * src/types/pa_vtable.h 1.41:
11782: * src/types/pa_vxdoc.h 1.25:
11783: * src/types/pa_vxnode.h 1.17:
11784: * src/types/pa_wcontext.h 1.36:
11785: * src/types/types.dsp 1.31:
11786: * www/htdocs/index.html 1.105:
11787: killed VAliased [redundant], moved $CLASS to VObject only [
11788: parser class instance]
11789:
11790: * bin/auto.p.dist.in 1.6:
11791: more like in dist on parser.ru
11792:
11793: * www/htdocs/base.p 1.2:
11794: * www/htdocs/derived.p 1.2:
11795: not good - along upward-virtual call self eq child
11796:
11797: 2002-08-09 paf
11798: * src/main/execute.C 1.247:
11799: * src/types/pa_value.h 1.89:
11800: * src/types/pa_vclass.h 1.29:
11801: * src/types/pa_vobject.h 1.22:
11802: * src/types/pa_vxdoc.h 1.24:
11803: * www/htdocs/index.html 1.104:
11804: started as()
11805:
11806: 2002-08-08 paf
11807: * src/classes/mail.C 1.76:
11808: * src/types/pa_vmail.C 1.18:
11809: * www/htdocs/auto.p 1.16:
11810: * www/htdocs/index.html 1.98:
11811: in letter texts one can use tainted data now. only she must specify the language.
11812:
11813: ^mail:send[
11814: $.from[paf@mail.design.ru]
11815: $.to[paf@mail.design.ru]
11816: $.subject[^taint[uri][ìîñêâà]=2]
11817: $.text[^taint[uri][ìîñêâà]=]
11818: ]
11819:
11820: * operators.txt 1.67:
11821: * src/include/pa_string.h 1.142:
11822: * src/include/pa_string.h 1.143:
11823: * src/main/pa_string.C 1.168:
11824: * www/htdocs/index.html 1.95:
11825: String::first_char now not fails on empty strings
11826: ^if(-f '') now ok and in 3 other places.
11827:
11828: * src/classes/file.C 1.95:
11829: * src/classes/op.C 1.101:
11830: * src/types/pa_vfile.C 1.33:
11831: * www/htdocs/index.html 1.96:
11832: * www/htdocs/index.html 1.97:
11833: ^process now prints more precise origin
11834:
11835: * operators.txt 1.68:
11836: * src/types/pa_vdate.h 1.13:
11837: * www/htdocs/index.html 1.99:
11838: $date.yearday
11839: $date.daylightsaving
11840:
11841: * src/main/execute.C 1.246:
11842: * www/htdocs/index.html 1.100:
11843: error reporting on object writes to MAIN improved [were ruind
11844: with fixing $obj[^if(1){$obj}] ]
11845:
11846: * operators.txt 1.69:
11847: * operators.txt 1.70:
11848: * src/classes/date.C 1.36:
11849: * src/include/pa_globals.h 1.94:
11850: * src/main/pa_globals.C 1.137:
11851: * www/htdocs/index.html 1.101:
11852: * www/htdocs/index.html 1.102:
11853: year column in month calendar [week year]
11854:
11855: 2002-08-07 paf
11856: * src/classes/classes.dsp 1.24:
11857: * src/classes/table.C 1.158:
11858: * src/lib/pcre/pcre_parser_ctype.dsp 1.2:
11859: * src/main/pa_array.C 1.52:
11860: * src/types/types.dsp 1.30:
11861: * www/htdocs/index.html 1.91:
11862: all Debug dirs in .dsp now named 'Debug'
11863:
11864: * src/classes/string.C 1.116:
11865: * src/main/pa_string.C 1.166:
11866: * src/main/pa_string.C 1.167:
11867: * www/htdocs/index.html 1.93:
11868: * www/htdocs/index.html 1.94:
11869: ^string.mid(0;bad) fixed
11870:
11871: * operators.txt 1.66:
11872: * src/classes/op.C 1.100:
11873: cache...{...^cache<<to past...} now erasing cache file [there
11874: were bad check on that]
11875:
11876: * operators.txt 1.65:
11877: * src/classes/mail.C 1.75:
11878: exception_type email.send
11879:
11880: * src/types/pa_vmail.C 1.16:
11881: * www/htdocs/global.xsl 1.8:
11882: * www/htdocs/index.html 1.89:
11883: mail:send empty email checked
11884:
11885: * src/main/execute.C 1.245:
11886: * src/types/pa_vcode_frame.h 1.17:
11887: * src/types/pa_vcode_frame.h 1.18:
11888: * src/types/pa_vmethod_frame.h 1.30:
11889: * src/types/pa_wcontext.C 1.22:
11890: * src/types/pa_wcontext.h 1.35:
11891: * src/types/pa_wwrapper.h 1.21:
11892: * www/htdocs/index.html 1.92:
11893: vcodeframe were mistakenly not completely transparent to object writes.
11894: $hash[^if(1){$hash}] now works
11895:
11896: * operators.txt 1.64:
11897: * src/types/pa_vmail.C 1.17:
11898: * www/htdocs/index.html 1.90:
11899: exception_type email.format
11900:
11901: * etc/parser3.charsets/Makefile.am [release_3_0_0005] 1.3.6.1:
11902: * etc/parser3.charsets/Makefile.in [release_3_0_0005] 1.11.4.1:
11903: all included into dist
11904:
11905: 2002-08-06 paf
11906: * src/classes/file.C 1.93:
11907: * src/include/pa_globals.h 1.93:
11908: * src/main/pa_globals.C 1.136:
11909: * src/main/pa_request.C 1.222:
11910: * src/types/pa_vfile.C 1.32:
11911: * src/types/pa_vfile.h 1.45:
11912: * www/htdocs/index.html 1.85:
11913: $file.content-type [instead of .mime-type]
11914: now works for file::stat also
11915:
11916: * src/main/pa_request.C 1.221:
11917: * www/htdocs/index.html 1.84:
11918: case insensitive mime_type_of
11919:
11920: * src/classes/file.C 1.94:
11921: * www/htdocs/index.html 1.86:
11922: $f[file::cgi]
11923: $f.UPPER case fields
11924:
11925: * operators.txt 1.62:
11926: * operators.txt 1.63:
11927: * src/classes/table.C 1.157:
11928: * src/include/pa_array.h 1.56:
11929: * src/include/pa_table.h 1.47:
11930: * src/main/pa_array.C 1.51:
11931: * src/main/pa_table.C 1.50:
11932: * www/htdocs/index.html 1.88:
11933: ^table::create[$source;$.options]
11934: ^table::join[$source;$.options]
11935:
11936: * bin/auto.p.dist.in 1.4:
11937: jpeg
11938:
11939: * operators.txt 1.61:
11940: * src/classes/hash.C 1.43:
11941: * src/classes/string.C 1.115:
11942: * src/classes/table.C 1.156:
11943: * www/htdocs/index.html 1.87:
11944: sql options can be string now
11945: ^xxx:sql{...}[
11946: # $.default()
11947: }
11948:
11949: 2002-08-05 paf
11950: * src/classes/date.C 1.34:
11951: * src/include/pa_globals.h 1.92:
11952: * src/main/pa_globals.C 1.135:
11953: month calendar week column [ISO 8601 Week Numbers]
11954:
11955: * operators.txt 1.60:
11956: comment on date:calendar week column
11957:
11958: * src/types/pa_vxnode.C 1.20:
11959: xnode.childNodes now 0... [were 1...]
11960:
11961: * src/main/pa_common.C 1.113:
11962: * src/main/pa_common.C 1.114:
11963: * src/main/pa_common.C 1.115:
11964: * src/main/pa_common.C 1.116:
11965: write checked
11966:
11967: * src/types/pa_vmail.C 1.15:
11968: file buffer relocated to parser heap
11969:
11970: * src/classes/date.C 1.35:
11971: +1 buf size for stupid snprintfs
11972:
11973: 2002-08-02 paf
11974: * operators.txt 1.59:
11975: * src/main/pa_request.C 1.220:
11976: * src/types/pa_vform.C 1.61:
11977: * www/htdocs/index.html 1.83:
11978: response transcoded source->client only when text/* or simple
11979: onoverridden $response:body
11980:
11981: * src/include/pa_config_fixed.h [release_3_0_0005] 1.48.2.1:
11982: * src/main/pa_string.C [release_3_0_0005] 1.165.2.1:
11983: * src/targets/cgi/getopt.c [release_3_0_0005] 1.1.4.1:
11984: * src/targets/cgi/parser3.C [release_3_0_0005] 1.190.2.1:
11985: removed #define DEBUG*
11986:
11987: * src/Makefile.in 1.50:
11988: * src/classes/Makefile.in 1.48:
11989: * src/main/Makefile.in 1.44:
11990: * src/targets/apache13/Makefile.in 1.37:
11991: * src/targets/cgi/Makefile.in 1.51:
11992: * src/types/Makefile.in 1.41:
11993: *** empty log message ***
11994:
11995: * src/types/pa_vclass.h 1.28:
11996: * src/types/pa_vform.C 1.62:
11997: * src/types/pa_vobject.h 1.21:
11998: opera multipart post fixed
11999:
12000: * configure [release_3_0_0005] 1.35.2.1:
12001: * configure.in [release_3_0_0005] 1.36.2.1:
12002: * src/include/pa_version.h [release_3_0_0005] 1.7.2.1:
12003: release 3_0_0005
12004:
12005: * bin/auto.p.dist.in [release_3_0_0005] 1.3.4.1:
12006: unhandled_exception comments
12007:
12008: 2002-08-01 paf
12009: * src/classes/classes.C 1.17:
12010: * src/classes/classes.h 1.21:
12011: * src/classes/date.C 1.33:
12012: * src/classes/double.C 1.49:
12013: * src/classes/file.C 1.92:
12014: * src/classes/form.C 1.28:
12015: * src/classes/hash.C 1.42:
12016: * src/classes/image.C 1.74:
12017: * src/classes/int.C 1.46:
12018: * src/classes/mail.C 1.74:
12019: * src/classes/math.C 1.23:
12020: * src/classes/op.C 1.99:
12021: * src/classes/response.C 1.21:
12022: * src/classes/string.C 1.114:
12023: * src/classes/table.C 1.155:
12024: * src/classes/void.C 1.21:
12025: * src/classes/xdoc.C 1.97:
12026: * src/classes/xnode.C 1.47:
12027: * src/classes/xnode.h 1.13:
12028: * src/include/pa_array.h 1.55:
12029: * src/include/pa_cache_managers.h 1.8:
12030: * src/include/pa_charset.h 1.18:
12031: * src/include/pa_charsets.h 1.7:
12032: * src/include/pa_common.h 1.79:
12033: * src/include/pa_config_fixed.h 1.48:
12034: * src/include/pa_dictionary.h 1.12:
12035: * src/include/pa_dir.h 1.12:
12036: * src/include/pa_exception.h 1.37:
12037: * src/include/pa_exec.h 1.10:
12038: * src/include/pa_globals.h 1.91:
12039: * src/include/pa_hash.h 1.57:
12040: * src/include/pa_opcode.h 1.20:
12041: * src/include/pa_pool.h 1.83:
12042: * src/include/pa_request.h 1.142:
12043: * src/include/pa_sapi.h 1.21:
12044: * src/include/pa_socks.h 1.10:
12045: * src/include/pa_sql_connection.h 1.26:
12046: * src/include/pa_sql_driver_manager.h 1.25:
12047: * src/include/pa_stack.h 1.16:
12048: * src/include/pa_string.h 1.141:
12049: * src/include/pa_stylesheet_connection.h 1.30:
12050: * src/include/pa_stylesheet_manager.h 1.14:
12051: * src/include/pa_table.h 1.46:
12052: * src/include/pa_threads.h 1.25:
12053: * src/include/pa_types.h 1.43:
12054: * src/include/pa_uue.h 1.3:
12055: * src/lib/md5/pa_md5.h 1.4:
12056: * src/lib/md5/pa_md5c.c 1.5:
12057: * src/lib/pcre/pcre_parser_ctype.c 1.2:
12058: * src/main/compile.C 1.65:
12059: * src/main/compile.tab.C 1.58:
12060: * src/main/compile_tools.C 1.52:
12061: * src/main/compile_tools.h 1.63:
12062: * src/main/execute.C 1.244:
12063: * src/main/pa_array.C 1.50:
12064: * src/main/pa_cache_managers.C 1.6:
12065: * src/main/pa_charset.C 1.28:
12066: * src/main/pa_charsets.C 1.10:
12067: * src/main/pa_common.C 1.112:
12068: * src/main/pa_dictionary.C 1.16:
12069: * src/main/pa_dir.C 1.13:
12070: * src/main/pa_exception.C 1.42:
12071: * src/main/pa_exec.C 1.39:
12072: * src/main/pa_globals.C 1.134:
12073: * src/main/pa_hash.C 1.52:
12074: * src/main/pa_pool.C 1.55:
12075: * src/main/pa_request.C 1.219:
12076: * src/main/pa_socks.C 1.16:
12077: * src/main/pa_sql_driver_manager.C 1.64:
12078: * src/main/pa_string.C 1.165:
12079: * src/main/pa_stylesheet_manager.C 1.15:
12080: * src/main/pa_table.C 1.49:
12081: * src/main/pa_uue.C 1.3:
12082: * src/main/untaint.C 1.104:
12083: * src/sql/pa_sql_driver.h 1.28:
12084: * src/targets/apache13/mod_parser3.C 1.26:
12085: * src/targets/apache13/pa_md5c.c 1.4:
12086: * src/targets/apache13/pa_pool.C 1.7:
12087: * src/targets/apache13/pa_threads.C 1.10:
12088: * src/targets/cgi/pa_pool.C 1.40:
12089: * src/targets/cgi/pa_threads.C 1.11:
12090: * src/targets/cgi/parser3.C 1.190:
12091: * src/targets/cgi/pool_storage.h 1.12:
12092: * src/targets/isapi/pa_pool.C 1.15:
12093: * src/targets/isapi/pa_threads.C 1.12:
12094: * src/targets/isapi/parser3isapi.C 1.78:
12095: * src/targets/isapi/pool_storage.h 1.18:
12096: * src/types/pa_valiased.C 1.16:
12097: * src/types/pa_valiased.h 1.22:
12098: * src/types/pa_value.C 1.3:
12099: * src/types/pa_value.h 1.88:
12100: * src/types/pa_vbool.h 1.20:
12101: * src/types/pa_vclass.h 1.27:
12102: * src/types/pa_vcode_frame.h 1.16:
12103: * src/types/pa_vcookie.C 1.45:
12104: * src/types/pa_vcookie.h 1.18:
12105: * src/types/pa_vdate.h 1.12:
12106: * src/types/pa_vdouble.h 1.39:
12107: * src/types/pa_venv.h 1.23:
12108: * src/types/pa_vfile.C 1.31:
12109: * src/types/pa_vfile.h 1.44:
12110: * src/types/pa_vform.C 1.60:
12111: * src/types/pa_vform.h 1.37:
12112: * src/types/pa_vhash.h 1.35:
12113: * src/types/pa_vimage.C 1.19:
12114: * src/types/pa_vimage.h 1.27:
12115: * src/types/pa_vint.h 1.36:
12116: * src/types/pa_vjunction.h 1.15:
12117: * src/types/pa_vmail.C 1.14:
12118: * src/types/pa_vmail.h 1.3:
12119: * src/types/pa_vmath.h 1.9:
12120: * src/types/pa_vmethod_frame.h 1.29:
12121: * src/types/pa_vobject.h 1.20:
12122: * src/types/pa_vrequest.C 1.19:
12123: * src/types/pa_vrequest.h 1.19:
12124: * src/types/pa_vresponse.C 1.7:
12125: * src/types/pa_vresponse.h 1.24:
12126: * src/types/pa_vstateless_class.C 1.15:
12127: * src/types/pa_vstateless_class.h 1.28:
12128: * src/types/pa_vstateless_object.h 1.19:
12129: * src/types/pa_vstatus.C 1.9:
12130: * src/types/pa_vstatus.h 1.10:
12131: * src/types/pa_vstring.C 1.21:
12132: * src/types/pa_vstring.h 1.48:
12133: * src/types/pa_vtable.C 1.15:
12134: * src/types/pa_vtable.h 1.40:
12135: * src/types/pa_vvoid.h 1.11:
12136: * src/types/pa_vxdoc.C 1.15:
12137: * src/types/pa_vxdoc.h 1.23:
12138: * src/types/pa_vxnode.C 1.19:
12139: * src/types/pa_vxnode.h 1.16:
12140: * src/types/pa_wcontext.C 1.21:
12141: * src/types/pa_wcontext.h 1.34:
12142: * src/types/pa_wwrapper.h 1.20:
1.26 paf 12143: $Date: now$
1.15 paf 12144:
12145: * src/Makefile.am 1.17:
12146: * src/classes/Makefile.am 1.40:
12147: * src/classes/classes.C 1.16:
12148: * src/classes/classes.dsp 1.23:
12149: * src/classes/classes.h 1.20:
12150: * src/classes/date.C 1.32:
12151: * src/classes/double.C 1.48:
12152: * src/classes/file.C 1.91:
12153: * src/classes/form.C 1.27:
12154: * src/classes/hash.C 1.41:
12155: * src/classes/image.C 1.73:
12156: * src/classes/int.C 1.45:
12157: * src/classes/mail.C 1.73:
12158: * src/classes/math.C 1.22:
12159: * src/classes/op.C 1.98:
12160: * src/classes/response.C 1.20:
12161: * src/classes/string.C 1.113:
12162: * src/classes/table.C 1.154:
12163: * src/classes/void.C 1.20:
12164: * src/classes/xdoc.C 1.96:
12165: * src/classes/xnode.C 1.46:
12166: * src/classes/xnode.h 1.12:
12167: * src/include/pa_array.h 1.54:
12168: * src/include/pa_cache_managers.h 1.7:
12169: * src/include/pa_charset.h 1.17:
12170: * src/include/pa_charsets.h 1.6:
12171: * src/include/pa_common.h 1.78:
12172: * src/include/pa_config_fixed.h 1.47:
12173: * src/include/pa_config_includes.h 1.20:
12174: * src/include/pa_dictionary.h 1.11:
12175: * src/include/pa_dir.h 1.11:
12176: * src/include/pa_exception.h 1.36:
12177: * src/include/pa_exec.h 1.9:
12178: * src/include/pa_globals.h 1.90:
12179: * src/include/pa_hash.h 1.56:
12180: * src/include/pa_opcode.h 1.19:
12181: * src/include/pa_pool.h 1.82:
12182: * src/include/pa_pragma_pack_begin.h 1.5:
12183: * src/include/pa_pragma_pack_end.h 1.5:
12184: * src/include/pa_request.h 1.141:
12185: * src/include/pa_sapi.h 1.20:
12186: * src/include/pa_socks.h 1.9:
12187: * src/include/pa_sql_connection.h 1.25:
12188: * src/include/pa_sql_driver_manager.h 1.24:
12189: * src/include/pa_stack.h 1.15:
12190: * src/include/pa_string.h 1.140:
12191: * src/include/pa_stylesheet_connection.h 1.29:
12192: * src/include/pa_stylesheet_manager.h 1.13:
12193: * src/include/pa_table.h 1.45:
12194: * src/include/pa_threads.h 1.24:
12195: * src/include/pa_types.h 1.42:
12196: * src/include/pa_uue.h 1.2:
12197: * src/lib/md5/pa_md5.h 1.3:
12198: * src/lib/md5/pa_md5c.c 1.4:
12199: * src/main/Makefile.am 1.34:
12200: * src/main/compile.C 1.64:
12201: * src/main/compile_tools.C 1.51:
12202: * src/main/compile_tools.h 1.62:
12203: * src/main/execute.C 1.243:
12204: * src/main/main.dsp 1.157:
12205: * src/main/pa_array.C 1.49:
12206: * src/main/pa_cache_managers.C 1.5:
12207: * src/main/pa_charset.C 1.27:
12208: * src/main/pa_charsets.C 1.9:
12209: * src/main/pa_common.C 1.111:
12210: * src/main/pa_dictionary.C 1.15:
12211: * src/main/pa_dir.C 1.12:
12212: * src/main/pa_exception.C 1.41:
12213: * src/main/pa_exec.C 1.38:
12214: * src/main/pa_globals.C 1.133:
12215: * src/main/pa_hash.C 1.51:
12216: * src/main/pa_pool.C 1.54:
12217: * src/main/pa_request.C 1.218:
12218: * src/main/pa_socks.C 1.15:
12219: * src/main/pa_sql_driver_manager.C 1.63:
12220: * src/main/pa_string.C 1.164:
12221: * src/main/pa_stylesheet_manager.C 1.14:
12222: * src/main/pa_table.C 1.48:
12223: * src/main/pa_uue.C 1.2:
12224: * src/main/untaint.C 1.103:
12225: * src/sql/pa_sql_driver.h 1.27:
12226: * src/targets/apache13/ApacheModuleParser3.dsp 1.16:
12227: * src/targets/apache13/Makefile.am 1.13:
12228: * src/targets/apache13/mod_parser3.C 1.25:
12229: * src/targets/apache13/pa_md5c.c 1.3:
12230: * src/targets/apache13/pa_pool.C 1.6:
12231: * src/targets/apache13/pa_threads.C 1.9:
12232: * src/targets/cgi/Makefile.am 1.40:
12233: * src/targets/cgi/pa_pool.C 1.39:
12234: * src/targets/cgi/pa_threads.C 1.10:
12235: * src/targets/cgi/parser3.C 1.189:
12236: * src/targets/cgi/parser3.dsp 1.54:
12237: * src/targets/cgi/pool_storage.h 1.11:
12238: * src/targets/isapi/pa_pool.C 1.14:
12239: * src/targets/isapi/pa_threads.C 1.11:
12240: * src/targets/isapi/parser3isapi.C 1.77:
12241: * src/targets/isapi/parser3isapi.dsp 1.41:
12242: * src/targets/isapi/pool_storage.h 1.17:
12243: * src/types/Makefile.am 1.24:
12244: * src/types/pa_valiased.C 1.15:
12245: * src/types/pa_valiased.h 1.21:
12246: * src/types/pa_value.C 1.2:
12247: * src/types/pa_value.h 1.87:
12248: * src/types/pa_vbool.h 1.19:
12249: * src/types/pa_vclass.h 1.26:
12250: * src/types/pa_vcode_frame.h 1.15:
12251: * src/types/pa_vcookie.C 1.44:
12252: * src/types/pa_vcookie.h 1.17:
12253: * src/types/pa_vdate.h 1.11:
12254: * src/types/pa_vdouble.h 1.38:
12255: * src/types/pa_venv.h 1.22:
12256: * src/types/pa_vfile.C 1.30:
12257: * src/types/pa_vfile.h 1.43:
12258: * src/types/pa_vform.C 1.59:
12259: * src/types/pa_vform.h 1.36:
12260: * src/types/pa_vhash.h 1.34:
12261: * src/types/pa_vimage.C 1.18:
12262: * src/types/pa_vimage.h 1.26:
12263: * src/types/pa_vint.h 1.35:
12264: * src/types/pa_vjunction.h 1.14:
12265: * src/types/pa_vmail.C 1.13:
12266: * src/types/pa_vmail.h 1.2:
12267: * src/types/pa_vmath.h 1.8:
12268: * src/types/pa_vmethod_frame.h 1.28:
12269: * src/types/pa_vobject.h 1.19:
12270: * src/types/pa_vrequest.C 1.18:
12271: * src/types/pa_vrequest.h 1.18:
12272: * src/types/pa_vresponse.C 1.6:
12273: * src/types/pa_vresponse.h 1.23:
12274: * src/types/pa_vstateless_class.C 1.14:
12275: * src/types/pa_vstateless_class.h 1.27:
12276: * src/types/pa_vstateless_object.h 1.18:
12277: * src/types/pa_vstatus.C 1.8:
12278: * src/types/pa_vstatus.h 1.9:
12279: * src/types/pa_vstring.C 1.20:
12280: * src/types/pa_vstring.h 1.47:
12281: * src/types/pa_vtable.C 1.14:
12282: * src/types/pa_vtable.h 1.39:
12283: * src/types/pa_vvoid.h 1.10:
12284: * src/types/pa_vxdoc.C 1.14:
12285: * src/types/pa_vxdoc.h 1.22:
12286: * src/types/pa_vxnode.C 1.18:
12287: * src/types/pa_vxnode.h 1.15:
12288: * src/types/pa_wcontext.C 1.20:
12289: * src/types/pa_wcontext.h 1.33:
12290: * src/types/pa_wwrapper.h 1.19:
12291: * src/types/types.dsp 1.29:
12292: ident.C* removed
12293:
12294: * operators.txt 1.58:
12295: * src/classes/file.C 1.90:
12296: * src/main/pa_request.C 1.217:
1.24 paf 12297: * www/cgi-bin/parser3.log 1.78:
1.15 paf 12298: file:find[/can/do/this/now.txt]
12299:
12300: * src/targets/cgi/parser3.C 1.188:
12301: usage to stdout now
12302:
12303: 2002-07-31 paf
12304: * src/classes/mail.C 1.72:
12305: * src/types/pa_vmail.C 1.10:
12306: * src/types/pa_vmail.C 1.11:
12307: * src/types/pa_vmail.C 1.12:
12308: mail:
12309: errors-to: now default "postmaster"
12310:
12311: * src/classes/mail.C 1.70:
12312: * src/types/pa_vmail.C 1.9:
1.24 paf 12313: * www/cgi-bin/parser3.log 1.77:
1.15 paf 12314: mail from/to now must be.
12315: -f postmaster now default sendmail key
12316: word "postmaster" replaced to $.from
12317:
12318: * src/classes/mail.C 1.71:
12319: *** empty log message ***
12320:
12321: 2002-07-30 paf
12322: * src/main/pa_charset.C 1.25:
1.24 paf 12323: * www/cgi-bin/parser3.log 1.76:
1.15 paf 12324: * www/htdocs/auto.p 1.15:
12325: UTF-8 to 1byte charset convert, no char in table, &#decimal;
12326:
12327: * Makefile.in 1.16:
12328: * configure 1.35:
12329: * configure.in 1.36:
12330: * src/targets/cgi/Makefile.in 1.50:
12331: * src/targets/cgi/pa_config_paths.h.in 1.2:
12332: * src/targets/cgi/parser3.C 1.187:
12333: removed pa_config_paths.h
12334:
12335: * src/main/pa_charset.C 1.26:
12336: * src/main/pa_request.C 1.216:
12337: comment
12338:
12339: * etc/parser3.charsets/windows-1251.cfg 1.6:
12340: section sign [russian paragraf]
12341:
12342: 2002-07-11 paf
12343: * src/classes/mail.C 1.69:
12344: $MAIL[
12345: # xxx
12346: ]
12347:
12348: now ok
12349:
12350: * operators.txt 1.57:
12351: plan: sql detailed exception
12352:
12353: * src/main/pa_exec.C 1.36:
12354: invalid .exe caused error message with params wich parser did not provide = reported badly.
12355: fixed that.
12356:
12357: * src/main/pa_exec.C 1.37:
12358: build command line badly added params twice [and first time
12359: without ' ']. double wrong. fixed.
12360:
12361: 2002-07-01 paf
12362: * src/classes/form.C 1.26:
12363: * src/main/pa_request.C 1.215:
12364: conf bug fixed [MForm.configure_admin were called when request
12365: main_class ==0
12366:
12367: * src/classes/form.C 1.24:
12368: content_length type fix
12369:
12370: * src/classes/form.C 1.25:
12371: 10*0x400*400 bug fix [4M not 10M]
12372:
12373: 2002-06-30 paf
12374: * src/classes/mail.C 1.68:
12375: merged from 4
12376:
12377: * src/classes/mail.C [release_3_0_0004] 1.67.2.1:
12378: restored $MAIL
12379:
12380: 2002-06-28 paf
12381: * configure 1.32:
12382: * operators.txt 1.56:
12383: * src/classes/xdoc.C 1.95:
12384: * src/include/pa_charset.h 1.16:
12385: * src/include/pa_config_fixed.h 1.46:
12386: * src/include/pa_pool.h 1.81:
12387: * src/include/pa_version.h 1.6:
12388: * src/main/pa_charset.C 1.24:
12389: * src/main/pa_pool.C 1.53:
12390: * src/targets/apache13/ApacheModuleParser3.dsp 1.15:
12391: * src/targets/cgi/parser3.dsp 1.53:
12392: * src/targets/isapi/parser3isapi.dsp 1.40:
12393: * src/types/pa_vmail.C 1.8:
1.24 paf 12394: * www/cgi-bin/parser3.log 1.75:
1.15 paf 12395: * www/htdocs/index.html 1.82:
12396: merged latest updates to head
12397:
12398: * configure 1.34:
12399: * configure.in [release_3_0_0004] 1.35.2.2:
12400: removed paths.h
12401:
12402: * Makefile.in 1.15:
12403: * configure 1.33:
12404: * src/include/pa_version.h 1.7:
12405: * src/targets/cgi/pa_config_paths.h.in [release_3_0_0004] 1.1.8.1:
12406: lates changes from 4 build merged, makes updated
12407:
12408: 2002-06-27 paf
12409: * src/classes/xdoc.C 1.94:
12410: * www/htdocs/index.html 1.81:
12411: xsltParseStylesheetDoc bug workaround
12412:
12413: * operators.txt [release_3_0_0004] 1.55.2.1:
12414: * src/classes/xdoc.C [release_3_0_0004] 1.93.2.1:
12415: * src/include/pa_charset.h [release_3_0_0004] 1.15.2.1:
12416: * src/include/pa_config_fixed.h [release_3_0_0004] 1.45.2.2:
12417: * src/include/pa_pool.h [release_3_0_0004] 1.80.4.1:
12418: * src/main/pa_charset.C [release_3_0_0004] 1.23.8.1:
12419: * src/main/pa_pool.C [release_3_0_0004] 1.52.8.1:
1.24 paf 12420: * www/cgi-bin/parser3.log [release_3_0_0004] 1.74.2.1:
1.15 paf 12421: * www/htdocs/index.html [release_3_0_0004] 1.80.2.1:
12422: ^xdoc::create[[uri]]... base uri for document being created, imports and other relative file names would be relative to this uri
12423: default uri=path_translated
12424:
12425: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_0004] 1.14.2.1:
12426: * src/targets/cgi/parser3.dsp [release_3_0_0004] 1.52.2.1:
12427: * src/targets/isapi/parser3isapi.dsp [release_3_0_0004] 1.39.2.1:
12428: post-build not error now
12429:
12430: 2002-06-26 paf
12431: * configure [release_3_0_0004] 1.31.2.1:
12432: * configure.in [release_3_0_0004] 1.35.2.1:
12433: * src/include/pa_version.h [release_3_0_0004] 1.5.4.1:
12434: release_3_0_0004
12435:
12436: * src/main/pa_string.C 1.162:
12437: blank string '', ' <whitespace>' considered 0 now
12438:
12439: * src/lib/md5/Makefile.in 1.1:
12440: *** empty log message ***
12441:
12442: * src/targets/cgi/parser3.C 1.186:
1.24 paf 12443: * www/cgi-bin/parser3.log 1.74:
1.15 paf 12444: /cgi-bin/parser empty filename checked
12445:
12446: 2002-06-25 paf
12447: * operators.txt 1.55:
12448: * src/classes/xdoc.C 1.93:
1.24 paf 12449: * www/cgi-bin/parser3.log 1.71:
12450: * www/cgi-bin/parser3.log 1.72:
1.15 paf 12451: * www/htdocs/index.html 1.78:
12452: * www/htdocs/index.html 1.79:
12453: ^xdoc.transform[xdoc <<can be now
12454:
12455: * bin/auto.p.dist.in 1.3:
12456: * operators.txt 1.53:
12457: * src/classes/math.C 1.20:
12458: * src/types/pa_vmail.C 1.6:
1.24 paf 12459: * www/cgi-bin/parser3.log 1.70:
1.15 paf 12460: * www/htdocs/index.html 1.76:
12461: math:crypt updated to generate random salt when needed and to
12462: call system crypt() if not $apr1$ prefix
12463:
12464: * configure 1.31:
12465: * configure.in 1.35:
12466: * src/include/pa_config_auto.h.in 1.27:
12467: crypt library configured
12468:
12469: * operators.txt 1.54:
12470: * src/classes/string.C 1.112:
12471: * www/htdocs/index.html 1.77:
12472: ^string.normalize [old name: optimize
12473:
12474: * src/main/pa_string.C 1.161:
1.24 paf 12475: * www/cgi-bin/parser3.log 1.73:
1.15 paf 12476: * www/htdocs/index.html 1.80:
12477: emtpy string, or string of whitespaces considered bad number now
12478:
12479: * src/main/pa_request.C 1.214:
12480: configure_admin forced if no @conf
12481:
12482: 2002-06-24 paf
12483: * Makefile.in 1.14:
12484: * bin/Makefile.in 1.4:
12485: * configure 1.29:
12486: * configure.in 1.33:
12487: * etc/Makefile.in 1.9:
12488: * etc/parser3.charsets/Makefile.in 1.11:
12489: * src/Makefile.in 1.49:
12490: * src/classes/Makefile.in 1.47:
12491: * src/include/Makefile.in 1.6:
12492: * src/include/pa_config_auto.h.in 1.25:
12493: * src/lib/Makefile.in 1.3:
12494: * src/lib/patches/Makefile.in 1.3:
12495: * src/lib/pcre/Makefile.in 1.3:
12496: * src/main/Makefile.in 1.43:
12497: * src/sql/Makefile.in 1.6:
12498: * src/targets/Makefile.in 1.37:
12499: * src/targets/apache13/Makefile.in 1.36:
12500: * src/targets/apache13/p3runConfigure.in 1.11:
12501: * src/targets/cgi/Makefile.am 1.39:
12502: * src/targets/cgi/Makefile.in 1.49:
12503: * src/targets/isapi/Makefile.in 1.6:
12504: * src/types/Makefile.am 1.23:
12505: * src/types/Makefile.in 1.40:
12506: * src/types/pa_vmail.C 1.4:
12507: $mail:received makes update
12508:
12509: * src/targets/cgi/getopt.c 1.1:
12510: * src/targets/cgi/getopt.h 1.1:
12511: introducing parser -m option, for $mail:receive
12512:
12513: * src/include/pa_config_fixed.h 1.45:
12514: ssize_t fixed
12515:
12516: * INSTALL 1.24:
12517: --with-static/shared-mailreceive described
12518:
12519: * operators.txt 1.51:
12520: * src/classes/mail.C 1.67:
12521: * src/include/Makefile.am 1.3:
12522: * src/include/pa_charset.h 1.15:
12523: * src/include/pa_config_fixed.h 1.43:
12524: * src/include/pa_request.h 1.140:
12525: * src/include/pa_string.h 1.139:
12526: * src/include/pa_uue.h 1.1:
12527: * src/main/Makefile.am 1.33:
12528: * src/main/main.dsp 1.155:
12529: * src/main/pa_globals.C 1.131:
12530: * src/main/pa_request.C 1.213:
12531: * src/main/pa_string.C 1.160:
12532: * src/main/pa_uue.C 1.1:
12533: * src/targets/apache13/mod_parser3.C 1.24:
12534: * src/targets/cgi/Makefile.am 1.38:
12535: * src/targets/cgi/parser3.C 1.184:
12536: * src/targets/cgi/parser3.dsp 1.51:
12537: * src/targets/isapi/parser3isapi.C 1.76:
12538: * src/types/pa_vform.C 1.57:
12539: * src/types/pa_vform.h 1.35:
12540: * src/types/pa_vmail.C 1.1:
12541: * src/types/pa_vmail.h 1.1:
12542: * src/types/types.dsp 1.27:
1.24 paf 12543: * www/cgi-bin/parser3.log 1.68:
1.15 paf 12544: * www/htdocs/index.html 1.74:
12545: uue to separate file
12546: introducting $message:received
12547: ^mail:send rewritten with backward comp
12548:
12549: * src/classes/classes.dsp 1.22:
12550: * src/main/main.dsp 1.156:
12551: * src/main/pa_globals.C 1.132:
12552: * src/targets/apache13/ApacheModuleParser3.dsp 1.14:
12553: * src/targets/cgi/parser3.dsp 1.52:
12554: * src/targets/isapi/parser3isapi.dsp 1.39:
12555: * src/types/types.dsp 1.28:
12556: win32xml win32mailreceive pseudomodules paths now
12557:
12558: * src/include/pa_config_fixed.h 1.44:
12559: * src/targets/cgi/parser3.C 1.185:
12560: * src/types/pa_vmail.C 1.3:
12561: #ifdef WITH_MAILRECEIVE
12562:
12563: * acconfig.h 1.2:
12564: * configure 1.30:
12565: * configure.in 1.34:
12566: * src/include/pa_config_auto.h.in 1.26:
12567: *** empty log message ***
12568:
12569: 2002-06-21 paf
12570: * Makefile.in 1.13:
12571: * configure 1.28:
12572: * configure.in 1.32:
12573: * src/Makefile.in 1.48:
12574: * src/classes/Makefile.in 1.46:
12575: * src/lib/Makefile.in 1.1:
12576: * src/lib/md5/Makefile.am 1.2:
12577: * src/lib/md5/pa_md5c.c 1.2:
12578: * src/lib/patches/Makefile.in 1.2:
12579: * src/lib/pcre/Makefile.in 1.2:
12580: * src/main/Makefile.in 1.42:
12581: * src/targets/apache13/Makefile.in 1.35:
12582: * src/targets/cgi/Makefile.am 1.37:
12583: * src/targets/cgi/Makefile.in 1.48:
12584: * src/types/Makefile.in 1.39:
12585: lib restructure .in and .am files appropriate changes
12586:
12587: * src/lib/Makefile.am 1.2:
12588: * src/lib/Makefile.in 1.2:
12589: * src/lib/md5/pa_md5.h 1.2:
12590: * src/targets/apache13/p3runConfigure.in 1.10:
12591: * src/targets/apache13/pa_md5c.c 1.2:
12592: lib restructure apache .am & co changes
12593:
12594: * INSTALL 1.23:
12595: * configure.in 1.31:
12596: * operators.txt 1.50:
12597: * parser3.dsw 1.2:
12598: * src/Makefile.am 1.16:
12599: * src/classes/Makefile.am 1.39:
12600: * src/classes/classes.dsp 1.21:
12601: * src/classes/math.C 1.19:
12602: * src/lib/Makefile.am 1.1:
12603: * src/lib/md5/Makefile.am 1.1:
12604: * src/lib/md5/md5.dsp 1.1:
12605: * src/lib/md5/pa_md5.h 1.1:
12606: * src/lib/md5/pa_md5c.c 1.1:
12607: * src/lib/patches/Makefile.am 1.1:
12608: * src/lib/patches/Makefile.in 1.1:
12609: * src/lib/patches/libgdome_cpp_syntax1.patch 1.1:
12610: * src/lib/patches/libgdome_cpp_syntax2.patch 1.1:
12611: * src/lib/patches/libgdome_morestatic.patch 1.1:
12612: * src/lib/patches/libxml_error_column_tab.patch 1.1:
12613: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.1:
12614: * src/lib/patches/libxml_transcoder_context1.patch 1.1:
12615: * src/lib/patches/libxml_transcoder_context2.patch 1.1:
12616: * src/lib/patches/libxml_transcoder_context3.patch 1.1:
12617: * src/lib/patches/libxml_transcoder_context4.patch 1.1:
12618: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.1:
12619: * src/lib/pcre/LICENCE 1.1:
12620: * src/lib/pcre/Makefile.am 1.1:
12621: * src/lib/pcre/Makefile.in 1.1:
12622: * src/lib/pcre/README 1.1:
12623: * src/lib/pcre/Tech.Notes 1.1:
12624: * src/lib/pcre/dftables.c 1.1:
12625: * src/lib/pcre/get.c 1.1:
12626: * src/lib/pcre/ibm-1250.ucm 1.1:
12627: * src/lib/pcre/ibm-1251.ucm 1.1:
12628: * src/lib/pcre/ibm-1257.ucm 1.1:
12629: * src/lib/pcre/internal.h 1.1:
12630: * src/lib/pcre/maketables.c 1.1:
12631: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
12632: * src/lib/pcre/pcre.3 1.1:
12633: * src/lib/pcre/pcre.3.html 1.1:
12634: * src/lib/pcre/pcre.3.txt 1.1:
12635: * src/lib/pcre/pcre.c 1.1:
12636: * src/lib/pcre/pcre.dsp 1.1:
12637: * src/lib/pcre/pcre.h 1.1:
12638: * src/lib/pcre/pcre_dftables.dsp 1.1:
12639: * src/lib/pcre/pcre_parser_ctype.c 1.1:
12640: * src/lib/pcre/pcre_parser_ctype.dsp 1.1:
12641: * src/lib/pcre/ruspart_win2koi.pl 1.1:
12642: * src/lib/pcre/study.c 1.1:
12643: * src/lib/pcre/win-koi.tab 1.1:
12644: * src/main/Makefile.am 1.32:
12645: * src/main/compile.tab.C 1.57:
12646: * src/main/main.dsp 1.154:
12647: * src/targets/apache13/ApacheModuleParser3.dsp 1.13:
12648: * src/targets/apache13/Makefile.am 1.12:
12649: * src/targets/apache13/pa_md5c.c 1.1:
12650: * src/targets/cgi/Makefile.am 1.36:
12651: * src/targets/cgi/parser3.dsp 1.50:
12652: * src/targets/isapi/parser3isapi.dsp 1.38:
12653: * src/types/Makefile.am 1.22:
12654: * src/types/types.dsp 1.26:
1.24 paf 12655: * www/cgi-bin/parser3.log 1.67:
1.15 paf 12656: * www/htdocs/.htaccess 1.5:
12657: * www/htdocs/index.html 1.73:
12658: moved libltdl and pcre to libs/
12659: added libs/md5 which is linked to non-apache targets
12660: ^math:crypt[password;$apr1$salt]
12661:
12662: 2002-06-20 paf
12663: * INSTALL [release_3_0_0003] 1.21.2.1:
12664: * bin/Makefile.am [release_3_0_0003] 1.2.2.1:
12665: * bin/Makefile.in [release_3_0_0003] 1.2.2.1:
12666: * bin/auto.p.dist.in [release_3_0_0003] 1.2.2.1:
12667: * configure [release_3_0_0003] 1.26.2.2:
12668: * configure.in [release_3_0_0003] 1.29.2.2:
12669: * operators.txt [release_3_0_0003] 1.47.2.1:
12670: * src/classes/file.C [release_3_0_0003] 1.88.2.1:
12671: * src/classes/op.C [release_3_0_0003] 1.96.2.1:
12672: * src/doc/doxygen.cfg [release_3_0_0003] 1.22.4.1:
12673: * src/include/pa_globals.h [release_3_0_0003] 1.88.2.1:
12674: * src/include/pa_request.h [release_3_0_0003] 1.138.2.1:
12675: * src/main/execute.C [release_3_0_0003] 1.241.2.1:
12676: * src/main/pa_request.C [release_3_0_0003] 1.211.2.1:
12677: * src/targets/apache13/mod_parser3.C [release_3_0_0003] 1.22.2.1:
12678: * src/targets/cgi/parser3.C [release_3_0_0003] 1.182.2.1:
12679: * src/targets/isapi/parser3isapi.C [release_3_0_0003] 1.74.2.1:
12680: * src/types/pa_vmethod_frame.h [release_3_0_0003] 1.26.6.1:
12681: * www/htdocs/auto.p [release_3_0_0003] 1.11.2.1:
12682: * www/htdocs/index.html [release_3_0_0003] 1.69.2.1:
12683: marged latest HEAD updates, mainly file:justname&co & @auto
12684: conf[filespec
12685:
12686: * INSTALL 1.22:
12687: * bin/Makefile.am 1.3:
12688: * bin/auto.p.dist.in 1.1:
12689: * configure.in 1.30:
12690: * operators.txt 1.48:
12691: * src/doc/doxygen.cfg 1.23:
12692: * src/include/pa_globals.h 1.89:
12693: * src/targets/apache13/mod_parser3.C 1.23:
12694: * src/targets/cgi/parser3.C 1.183:
12695: * src/targets/isapi/parser3isapi.C 1.75:
12696: * www/htdocs/auto.p 1.12:
12697: * www/htdocs/index.html 1.70:
12698: parser3.conf renamed to auto.p
12699:
12700: * operators.txt 1.49:
12701: * src/classes/file.C 1.89:
1.24 paf 12702: * www/cgi-bin/parser3.log 1.66:
1.15 paf 12703: * www/htdocs/auto.p 1.14:
12704: * www/htdocs/index.html 1.72:
12705: !^file:dirname[/a/some.tar.gz]=/a
12706: !^file:dirname[/a/b/]=/a
12707: !^file:basename[/a/some.tar.gz]=some.tar.gz
12708: !^file:justname[/a/some.tar.gz]=some.tar
12709: !^file:justext[/a/some.tar.gz]=gz
12710:
12711: * bin/Makefile.in 1.3:
12712: * configure 1.27:
12713: parser3.conf renamed to auto.p autoconf changes
12714:
12715: * src/classes/op.C 1.97:
12716: * src/include/pa_request.h 1.139:
12717: * src/main/execute.C 1.242:
12718: * src/main/pa_request.C 1.212:
12719: * src/types/pa_vmethod_frame.h 1.27:
1.24 paf 12720: * www/cgi-bin/parser3.log 1.65:
1.15 paf 12721: * www/htdocs/auto.p 1.13:
12722: * www/htdocs/index.html 1.71:
12723: introducing @conf/auto[filespec]
12724:
12725: * bin/auto.p.dist.in 1.2:
12726: <noindex>
12727:
12728: 2002-06-18 paf
12729: * bin/Makefile.am 1.1:
12730: * bin/Makefile.in 1.1:
12731: * etc/Makefile.am 1.4:
12732: * www/htdocs/index.html 1.69:
12733: bin/parser3.conf.dist [moved from etc
12734:
1.24 paf 12735: * src/classes/file.C 1.86:
12736: * www/cgi-bin/parser3.log 1.64:
12737: ^file::exec[script;$.bad error case insensitive check now
12738:
1.15 paf 12739: * configure [release_3_0_0003] 1.26.2.1:
12740: * configure.in [release_3_0_0003] 1.29.2.1:
12741: * src/include/pa_version.h [release_3_0_0003] 1.5.2.1:
12742: version to configure.in
12743:
12744: * src/classes/file.C 1.85:
1.24 paf 12745: * www/cgi-bin/parser3.log 1.63:
1.15 paf 12746: * www/htdocs/index.html 1.68:
12747: ^file::exec[script;$.bad now error, not skip
12748:
12749: * Makefile.am 1.5:
12750: * Makefile.in 1.12:
12751: * bin/Makefile.am 1.2:
12752: * bin/Makefile.in 1.2:
12753: * configure 1.26:
12754: * configure.in 1.29:
12755: * etc/Makefile.in 1.8:
12756: * etc/parser3.charsets/Makefile.am 1.3:
12757: * etc/parser3.charsets/Makefile.in 1.10:
12758: * src/targets/apache13/Makefile.in 1.34:
12759: parser3.conf.dist moved to bin, .in & *.am updated
12760:
12761: * src/classes/file.C 1.87:
12762: strcasecmp
12763:
12764: * INSTALL 1.21:
12765: reflected .conf.dist dir change
12766:
12767: * configure 1.25:
12768: * configure.in 1.28:
12769: * src/include/pa_pool.h 1.80:
12770: * src/include/pa_types.h 1.41:
12771: pack configure.in detection simplified.
12772: figured out that gcc on sparc not that stupid as thought previously:
12773: 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]
12774: so packed must be all parts of packed class, i.e. it's parents&fields(classes).
12775: for now it's only String that packed and what was wrong is that it's parent - Pooled, were not packed. fixed that.
12776:
12777: * src/classes/file.C 1.88:
12778: strncasecmp
12779:
12780: 2002-06-14 paf
12781: * operators.txt 1.47:
12782: more precise xml-to-text options
12783:
12784: * operators.txt 1.46:
12785: * src/types/pa_vxnode.C 1.17:
12786: xnode attribute_node.name/value
12787: xnode pi.node.data
12788:
12789: 2002-06-12 paf
12790: * Makefile.in 1.11:
12791: * configure 1.24:
12792: * configure.in 1.27:
12793: * etc/Makefile.in 1.7:
12794: * etc/parser3.charsets/Makefile.in 1.9:
12795: * src/Makefile.in 1.47:
12796: * src/classes/Makefile.in 1.45:
12797: * src/include/Makefile.in 1.5:
12798: * src/main/Makefile.in 1.41:
12799: * src/sql/Makefile.in 1.5:
12800: * src/targets/Makefile.in 1.36:
12801: * src/targets/cgi/Makefile.am 1.35:
12802: * src/targets/cgi/Makefile.in 1.47:
12803: * src/targets/cgi/parser3.C 1.182:
12804: * src/targets/isapi/Makefile.in 1.5:
12805: * src/types/Makefile.in 1.38:
12806: removed root conf define creation
12807:
12808: * src/classes/mail.C 1.66:
12809: sendmail -ti [default now]
12810:
12811: * src/include/pa_globals.h 1.86:
12812: * src/include/pa_request.h 1.136:
12813: * src/main/main.dsp 1.153:
12814: * src/main/pa_globals.C 1.128:
12815: * src/main/pa_request.C 1.208:
1.24 paf 12816: * www/cgi-bin/parser3.log 1.60:
1.15 paf 12817: @conf
12818:
1.24 paf 12819: * src/include/pa_globals.h 1.87:
12820: * src/include/pa_request.h 1.137:
12821: * src/main/execute.C 1.241:
12822: * src/main/pa_globals.C 1.129:
12823: * src/main/pa_request.C 1.209:
12824: * www/cgi-bin/parser3.log 1.61:
12825: @rootconf [were @conf]
12826:
1.15 paf 12827: * INSTALL 1.20:
12828: * configure.in 1.26:
12829: * etc/Makefile.am 1.3:
12830: * operators.txt 1.43:
12831: * src/include/pa_globals.h 1.88:
12832: * src/include/pa_request.h 1.138:
12833: * src/main/compile.tab.C 1.56:
12834: * src/main/pa_globals.C 1.130:
12835: * src/main/pa_request.C 1.211:
12836: * src/targets/apache13/mod_parser3.C 1.22:
12837: * src/targets/cgi/parser3.C 1.181:
12838: * src/targets/isapi/parser3isapi.C 1.74:
1.24 paf 12839: * www/cgi-bin/parser3.log 1.62:
1.15 paf 12840: parser3.conf now one and only
12841:
12842: * src/classes/mail.C 1.65:
12843: * src/main/pa_request.C 1.210:
12844: $MAIL $CHARSETS allowed to be strings. for convinient #ing
12845:
12846: 2002-06-11 paf
12847: * src/classes/file.C 1.83:
12848: * src/targets/cgi/parser3.dsp 1.49:
12849: * src/targets/isapi/parser3isapi.C 1.73:
1.24 paf 12850: * www/cgi-bin/parser3.log 1.59:
1.15 paf 12851: * www/htdocs/.htaccess 1.4:
12852: * www/htdocs/index.html 1.66:
12853: suexec env keys filter plus CGI_ as valid prefix
12854:
12855: * src/classes/file.C 1.84:
12856: check simplified
12857:
12858: * src/classes/file.C 1.82:
12859: * src/include/pa_request.h 1.135:
12860: * src/include/pa_sapi.h 1.19:
12861: * src/targets/apache13/mod_parser3.C 1.21:
12862: * src/targets/cgi/parser3.C 1.180:
12863: * src/targets/isapi/parser3isapi.C 1.72:
1.24 paf 12864: * www/cgi-bin/parser3.log 1.58:
1.15 paf 12865: * www/htdocs/index.html 1.65:
12866: file::exec/cgi to pass HTTP_ vars
12867: introducing SAPI::environment
12868:
12869: 2002-06-10 paf
12870: * src/main/pa_common.C [release_1_0_0001] 1.108.2.1:
12871: fixed -d (bug)
12872:
12873: * configure 1.20:
12874: * configure [release_3_0_0002] 1.19.2.1:
12875: * configure.in [release_3_0_0002] 1.21.2.1:
12876: * src/include/pa_version.h 1.5:
12877: * src/include/pa_version.h [release_3_0_0002] 1.4.2.1:
12878: makes
12879:
12880: * operators.txt 1.41:
12881: old merge conflict removed
12882:
12883: * src/types/pa_vform.C 1.56:
12884: * src/types/pa_vform.h 1.34:
12885: * www/htdocs/index.html 1.62:
12886: $form: not determined yet check
12887:
12888: * src/main/pa_common.C 1.109:
12889: merged fixed -d (bug)
12890:
12891: * src/main/compile.tab.C 1.55:
12892: * src/main/pa_string.C 1.159:
1.24 paf 12893: * www/cgi-bin/parser3.log 1.56:
1.15 paf 12894: * www/htdocs/index.html 1.63:
12895: whitespace after number in autoconvert now ignored
12896:
12897: * operators.txt 1.42:
12898: * src/classes/op.C 1.96:
12899: * src/include/pa_common.h 1.77:
12900: * src/main/pa_common.C 1.110:
12901: lock failures reported now
12902:
12903: * configure 1.21:
12904: * configure.in 1.23:
12905: pack even address access on sparc&co arch checked in configure
12906:
12907: * configure 1.23:
12908: * configure.in 1.25:
12909: *** empty log message ***
12910:
12911: * src/main/compile_tools.C 1.50:
1.24 paf 12912: * www/cgi-bin/parser3.log 1.57:
1.15 paf 12913: * www/htdocs/index.html 1.64:
12914: ^if(" 1 "){y} bug fixed
12915: optimization string->double @ compile time were not-enough-checking...
12916:
12917: * configure 1.22:
12918: * configure.in 1.24:
12919: hpux check, nsl link, no socket
12920:
12921: * src/classes/mail.C 1.64:
12922: mail netscape attachment name fixed. todo: $response:body
12923: content-type:name
12924:
12925: * src/main/untaint.C 1.102:
12926: bug#2) mail subject got always prepended with charset even when
12927: all letters were 7bit one
12928:
12929: 2002-06-04 paf
12930: * src/targets/apache13/mod_parser3.C 1.20:
12931: * src/targets/apache13/mod_parser3.C [release_1_0_0001] 1.19.2.1:
12932: fixed .dsp-s along with reorganized cvs modules dirs structure
12933:
12934: 2002-06-03 paf
12935: * etc/parser3.charsets/windows-1251.cfg 1.5:
12936: * operators.txt 1.40:
12937: * src/classes/classes.dsp 1.20:
12938: * src/main/compile.tab.C 1.54:
12939: * src/main/main.dsp 1.152:
12940: * src/main/pa_globals.C 1.127:
12941: * src/targets/apache13/ApacheModuleParser3.dsp 1.12:
12942: * src/targets/cgi/parser3.C 1.179:
12943: * src/targets/cgi/parser3.dsp 1.48:
12944: * src/targets/isapi/parser3isapi.dsp 1.37:
12945: * src/types/types.dsp 1.25:
12946: * www/htdocs/index.html 1.60:
12947: fixed .dsp-s along with reorganized cvs modules dirs structure
12948:
12949: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.2:
12950: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.2:
12951: * src/main/main.dsp [release_1_0_0001] 1.150.2.2:
12952: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.3:
12953: * src/targets/apache13/ApacheModuleParser3.dsp [release_1_0_0001] 1.11.2.1:
12954: * src/targets/cgi/parser3.dsp [release_1_0_0001] 1.46.2.1:
12955: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.2:
12956: * src/types/types.dsp [release_1_0_0001] 1.23.2.2:
12957: reorganized cvs modules
12958:
12959: 2002-05-28 paf
12960: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.3:
12961: info.uri now ""
12962:
12963: 2002-05-17 paf
12964: * src/classes/table.C 1.153:
12965: * src/classes/table.C [release_1_0_0001] 1.151.2.1:
12966: ^table.save << checked empty pre/match/post columns
12967:
12968: 2002-05-16 paf
12969: * src/classes/image.C 1.72:
1.24 paf 12970: * www/cgi-bin/parser3.log 1.55:
1.15 paf 12971: * www/htdocs/index.html 1.59:
12972: image::measure can png now
12973:
12974: 2002-05-15 paf
12975: * operators.txt 1.38:
12976: * src/classes/date.C 1.31:
1.24 paf 12977: * www/cgi-bin/parser3.log 1.54:
1.15 paf 12978: * www/htdocs/index.html 1.58:
12979: ^date::create[%H:%M[:%S]] added
12980:
12981: * etc/parser3.charsets/windows-1251.cfg 1.4:
12982: 0x forgot, fixed
12983:
12984: * operators.txt 1.37:
12985: * src/classes/date.C 1.30:
1.24 paf 12986: * www/cgi-bin/parser3.log 1.53:
1.15 paf 12987: * www/htdocs/.htaccess 1.3:
12988: * www/htdocs/auto.p 1.10:
12989: * www/htdocs/index.html 1.57:
12990: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]]
12991: [-%m now
12992:
12993: 2002-05-14 paf
12994: * etc/parser3.charsets/windows-1251.cfg 1.3:
12995: * etc/parser3.charsets/windows-1251.cfg [release_1_0_0001] 1.2.2.1:
12996: added 3 quotes
12997:
12998: 2002-05-07 paf
12999: * src/classes/classes.dsp 1.19:
13000: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.1:
13001: * src/classes/op.C 1.95:
13002: * src/classes/op.C [release_1_0_0001] 1.93.2.1:
13003: * src/include/pa_globals.h 1.85:
13004: * src/include/pa_globals.h [release_1_0_0001] 1.84.2.1:
13005: * src/include/pa_request.h 1.134:
13006: * src/include/pa_request.h [release_1_0_0001] 1.133.2.1:
13007: * src/include/pa_table.h 1.44:
13008: * src/include/pa_table.h [release_1_0_0001] 1.43.2.1:
13009: * src/main/compile.tab.C 1.53:
13010: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.1:
13011: * src/main/compile.y 1.187:
13012: * src/main/compile.y [release_1_0_0001] 1.186.2.1:
13013: * src/main/main.dsp 1.151:
13014: * src/main/main.dsp [release_1_0_0001] 1.150.2.1:
13015: * src/main/pa_globals.C 1.126:
13016: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.2:
13017: * src/main/pa_request.C 1.207:
13018: * src/main/pa_request.C [release_1_0_0001] 1.204.2.1:
13019: * src/main/pa_table.C 1.47:
13020: * src/main/pa_table.C [release_1_0_0001] 1.46.2.1:
13021: * src/targets/isapi/pa_pool.C 1.13:
13022: * src/targets/isapi/pa_pool.C [release_1_0_0001] 1.12.2.1:
13023: * src/targets/isapi/parser3isapi.C 1.71:
13024: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.2:
13025: * src/targets/isapi/parser3isapi.dsp 1.36:
13026: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.1:
13027: * src/targets/isapi/pool_storage.h 1.16:
13028: * src/targets/isapi/pool_storage.h [release_1_0_0001] 1.15.2.1:
13029: * src/types/types.dsp 1.24:
13030: * src/types/types.dsp [release_1_0_0001] 1.23.2.1:
13031: * www/htdocs/parser-status.html 1.2:
13032: * www/htdocs/parser-status.html [release_1_0_0001] 1.1.2.1:
13033: Table name2number field now &.
13034: 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]
13035:
13036: 2002-05-06 paf
13037: * src/main/pa_globals.C 1.125:
13038: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.1:
13039: * src/targets/cgi/parser3.C 1.178:
13040: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.2:
13041: * src/targets/cgi/pool_storage.h 1.10:
13042: * src/targets/cgi/pool_storage.h [release_1_0_0001] 1.9.2.1:
13043: * src/targets/isapi/parser3isapi.C 1.70:
13044: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.1:
13045: removed 100*40 bytes per request memory leak [nonpool malloc in
13046: globals]
13047:
13048: 2002-04-30 paf
13049: * configure 1.19:
13050: * src/include/pa_version.h 1.4:
13051: version now not b
13052:
13053: * src/targets/cgi/parser3.C 1.177:
1.24 paf 13054: * www/cgi-bin/parser3.log 1.52:
1.15 paf 13055: * www/htdocs/global.xsl 1.7:
13056: * www/htdocs/index.html 1.56:
13057: request.uri now never 0
13058:
13059: 2002-04-29 paf
13060: * configure.in 1.21:
13061: removed b
13062:
13063: * src/doc/ClassExample1.dox 1.4:
13064: * src/doc/ClassExample3.dox 1.4:
13065: * src/doc/aliased.dox 1.4:
13066: * src/doc/methoded.dox 1.3:
13067: * src/doc/string.dox 1.4:
13068: * src/doc/value.dox 1.3:
13069: * src/include/pa_exception.h 1.34:
13070: * src/main/pa_request.C 1.205:
13071: * src/targets/cgi/parser3.C 1.176:
13072: merged from 0001
13073:
13074: * src/classes/op.C 1.94:
13075: * src/include/pa_exception.h 1.35:
13076: * src/main/pa_request.C 1.206:
13077: Exception::comment/type checked in (), no there's no empty type
13078: comment by default
13079:
13080: 2002-04-26 paf
13081: * src/doc/doxygen.cfg 1.22:
13082: * src/doc/doxygen.cfg [release_1_0_0001] 1.21.2.1:
13083: * src/targets/cgi/parser3.dsp 1.47:
1.24 paf 13084: * www/cgi-bin/parser3.log 1.51:
1.15 paf 13085: * www/htdocs/index.html 1.55:
13086: doxygen dot image size reduced
13087:
13088: 2002-04-25 paf
13089: * src/classes/table.C 1.152:
1.24 paf 13090: * www/cgi-bin/parser3.log 1.47:
1.15 paf 13091: * www/htdocs/.htaccess 1.1:
13092: * www/htdocs/index.html 1.51:
13093: removed restriction on column count to ^table.hash to work, now
13094: must be >0 [were >1]
13095:
13096: * src/targets/cgi/parser3.C 1.175:
13097: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.1:
13098: setenv in .htaccess when cgi is not under that dir got
13099: REDIRECT_ prefix before HTTP_PARSER_x_CONFIG, now that took
13100: into account
13101:
1.24 paf 13102: * www/cgi-bin/parser3.log 1.48:
1.15 paf 13103: * www/htdocs/index.html 1.52:
13104: sample of 'using junction out of context'
13105:
13106: * operators.txt 1.35:
13107: * operators.txt 1.36:
13108: * src/classes/date.C 1.28:
13109: * src/classes/date.C 1.29:
1.24 paf 13110: * www/cgi-bin/parser3.log 1.49:
1.15 paf 13111: * www/htdocs/index.html 1.53:
13112: ^date::create[2002-12-33 01:03:04]
13113:
13114: 2002-04-24 paf
13115: * src/classes/classes.dsp 1.18:
13116: * src/main/compile.tab.C 1.52:
13117: * src/main/main.dsp 1.150:
13118: * src/targets/apache13/ApacheModuleParser3.dsp 1.11:
13119: * src/targets/cgi/parser3.C 1.174:
13120: * src/targets/cgi/parser3.dsp 1.46:
13121: * src/targets/isapi/parser3isapi.dsp 1.34:
13122: * src/types/types.dsp 1.23:
13123: MSVC profile targets
13124:
13125: 2002-04-23 paf
13126: * operators.txt 1.34:
13127: * src/classes/string.C 1.110:
1.24 paf 13128: * www/cgi-bin/parser3.log 1.46:
1.15 paf 13129: * www/htdocs/index.html 1.50:
13130: int/double/string:sql{}[$.default{code}]
13131: fixed [were barking: "junction used outside of context"]
13132:
13133: 2002-04-22 paf
13134: * src/classes/string.C 1.109:
13135: * src/include/pa_string.h 1.138:
13136: * src/main/pa_string.C 1.158:
13137: * src/types/pa_vstring.C 1.19:
13138: * src/types/pa_vstring.h 1.46:
13139: * types.txt 1.2:
13140: ^string.optimize[]
13141:
13142: * src/main/execute.C 1.238:
1.24 paf 13143: * www/cgi-bin/parser3.log 1.43:
1.15 paf 13144: * www/htdocs/index.html 1.48:
13145: junctions to local contexts got cleanized&checked later
13146:
1.24 paf 13147: * src/main/execute.C 1.240:
13148: * www/cgi-bin/parser3.log 1.45:
13149: rolled back to before_killing_userjunction_contexts
13150:
1.15 paf 13151: * src/include/pa_globals.h 1.84:
13152: * src/include/pa_table.h 1.43:
13153: * src/main/pa_globals.C 1.124:
13154: * src/main/pa_string.C 1.157:
13155: * src/main/pa_table.C 1.46:
13156: fixed match table template
13157:
13158: * src/classes/string.C 1.107:
13159: * src/classes/string.C 1.108:
13160: optimize removed from string .left/right/pos
13161:
13162: * src/main/execute.C 1.239:
1.24 paf 13163: * www/cgi-bin/parser3.log 1.44:
1.15 paf 13164: * www/htdocs/index.html 1.49:
13165: user junctions context killed
13166:
13167: 2002-04-19 paf
13168: * src/classes/string.C 1.106:
13169: * src/include/pa_request.h 1.133:
13170: * src/include/pa_string.h 1.137:
13171: * src/main/pa_request.C 1.204:
13172: * src/main/pa_string.C 1.156:
13173: * src/types/pa_vstring.C 1.18:
13174: * src/types/pa_vstring.h 1.45:
1.24 paf 13175: * www/cgi-bin/parser3.log 1.42:
1.15 paf 13176: * www/htdocs/index.html 1.47:
13177: string now optimized prior to .left .right .mid .pos .match when that is profitable,
13178: and always before .replace
13179: when $ORIGINS(1) optimization disabled
13180: 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
13181:
13182: * src/classes/op.C 1.93:
13183: * src/classes/string.C 1.105:
13184: * src/types/pa_value.h 1.86:
13185: VTable removed from each String::match replace iteration, and made stacked
13186: sizeof(VTable)=12bytes economy on each replace code
13187:
13188: * src/include/pa_globals.h 1.83:
13189: * src/include/pa_table.h 1.42:
13190: * src/main/pa_globals.C 1.123:
13191: * src/main/pa_string.C 1.155:
13192: String::match table columns globalized, not created @ each ^match anymore
13193: economy: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
13194:
13195: * src/classes/file.C 1.81:
13196: ovector now local
13197: economy: 16 bytes per ^file:list
13198:
13199: * src/classes/string.C 1.104:
13200: * src/include/pa_string.h 1.136:
13201: * src/main/pa_string.C 1.154:
13202: * www/htdocs/index.html 1.46:
13203: string.match[]['] option enables generation of $match.prematch
13204: .match .postmatch columns
13205:
13206: * src/main/pa_string.C 1.153:
13207: String::match options analized without cstr-ing them now
13208:
13209: * src/doc/chmhelper.pl 1.1:
13210: * src/doc/doxygen.cfg 1.21:
13211: * src/doc/footer.htm 1.1:
13212: * src/doc/html2chm.cmd 1.6:
13213: * src/doc/postbuild.txt 1.3:
13214: * src/doc/sources2html.cmd 1.5:
13215: * src/doc/view_chm.cmd 1.2:
13216: * src/doc/view_html.cmd 1.2:
13217: config updated to doxygen 1.2.15,
13218: created helper which fixes minor bugs in chm project files & htm tree.
13219: changed extension to .htm
13220:
13221: * src/doc/footer.htm 1.2:
13222: 2001,
13223:
13224: 2002-04-18 paf
13225: * src/classes/classes.h 1.18:
13226: * src/classes/hash.C 1.40:
13227: * src/types/pa_value.h 1.85:
13228: * src/types/pa_vbool.h 1.18:
13229: * src/types/pa_vcookie.h 1.16:
13230: * src/types/pa_vdate.h 1.10:
13231: * src/types/pa_vdouble.h 1.37:
13232: * src/types/pa_venv.h 1.21:
13233: * src/types/pa_vfile.h 1.42:
13234: * src/types/pa_vhash.h 1.33:
13235: * src/types/pa_vimage.h 1.25:
13236: * src/types/pa_vint.h 1.34:
13237: * src/types/pa_vjunction.h 1.13:
13238: * src/types/pa_vobject.h 1.18:
13239: * src/types/pa_vrequest.h 1.17:
13240: * src/types/pa_vresponse.h 1.22:
13241: * src/types/pa_vstateless_class.h 1.26:
13242: * src/types/pa_vstateless_object.h 1.17:
13243: * src/types/pa_vstatus.h 1.8:
13244: * src/types/pa_vstring.h 1.44:
13245: * src/types/pa_vtable.h 1.38:
13246: * src/types/pa_vvoid.h 1.9:
13247: * src/types/pa_vxdoc.h 1.21:
13248: * src/types/pa_vxnode.h 1.14:
13249: fclass_real lowered from VStateless_class to VObject
13250:
13251: * src/types/pa_value.C 1.1:
13252: forced to cut that from .h because of VStateless_class usage [
13253: undefined in .h]
13254:
13255: * src/classes/classes.h 1.17:
13256: * src/classes/date.C 1.27:
13257: * src/classes/double.C 1.47:
13258: * src/classes/file.C 1.80:
13259: * src/classes/form.C 1.23:
13260: * src/classes/hash.C 1.39:
13261: * src/classes/image.C 1.71:
13262: * src/classes/int.C 1.44:
13263: * src/classes/mail.C 1.63:
13264: * src/classes/math.C 1.18:
13265: * src/classes/op.C 1.91:
13266: * src/classes/response.C 1.19:
13267: * src/classes/string.C 1.103:
13268: * src/classes/table.C 1.151:
13269: * src/classes/void.C 1.19:
13270: * src/classes/xnode.C 1.44:
13271: * src/include/pa_globals.h 1.82:
13272: * src/include/pa_request.h 1.132:
13273: * src/main/execute.C 1.236:
13274: * src/main/pa_globals.C 1.122:
13275: * src/main/pa_request.C 1.201:
13276: * src/types/Makefile.am 1.21:
13277: * src/types/pa_value.h 1.84:
13278: * src/types/pa_vdouble.h 1.36:
13279: * src/types/pa_vform.C 1.55:
13280: * src/types/pa_vhash.h 1.32:
13281: * src/types/pa_vint.h 1.33:
13282: * src/types/pa_vmath.h 1.7:
13283: * src/types/pa_vmethod_frame.h 1.25:
13284: * src/types/pa_vstateless_class.h 1.24:
13285: * src/types/pa_wcontext.C 1.18:
13286: * src/types/pa_wcontext.h 1.32:
13287: * src/types/pa_wwrapper.h 1.18:
13288: * src/types/types.dsp 1.22:
1.24 paf 13289: * www/cgi-bin/parser3.log 1.36:
1.15 paf 13290: * www/htdocs/index.html 1.40:
13291: removed Value::fname
13292:
13293: * src/include/pa_opcode.h 1.18:
13294: * src/main/compile.tab.C 1.51:
13295: * src/main/compile.y 1.186:
13296: * src/main/compile_tools.C 1.49:
13297: * src/main/compile_tools.h 1.61:
13298: * src/main/execute.C 1.237:
13299: * src/main/pa_request.C 1.202:
13300: * src/types/pa_vmethod_frame.h 1.26:
1.24 paf 13301: * www/cgi-bin/parser3.log 1.37:
1.15 paf 13302: * www/htdocs/index.html 1.41:
13303: OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to
13304: stack [no more heap waste on each CALL]
13305:
13306: * src/types/pa_valiased.C 1.14:
13307: * src/types/pa_valiased.h 1.19:
13308: * src/types/pa_vclass.h 1.25:
13309: * src/types/pa_vobject.h 1.17:
13310: * src/types/pa_wcontext.C 1.19:
1.24 paf 13311: * www/cgi-bin/parser3.log 1.38:
1.15 paf 13312: * www/htdocs/index.html 1.42:
13313: VAliased get/set alias now virtual and implemented down in
13314: VClass, fclass_alias removed,
13315:
13316: * src/main/pa_request.C 1.203:
13317: * src/types/pa_valiased.h 1.20:
13318: * src/types/pa_vstateless_class.h 1.25:
13319: * src/types/pa_vstateless_object.h 1.16:
13320: * src/types/pa_vstring.h 1.43:
1.24 paf 13321: * www/cgi-bin/parser3.log 1.39:
1.15 paf 13322: * www/htdocs/index.html 1.43:
13323: VStateless_string_object speicalized light version of VStateless_object
13324:
13325: * src/types/Makefile.in 1.37:
13326: *** empty log message ***
13327:
13328: * src/doc/doxygen.cfg 1.20:
13329: .chi generation disabled
13330:
13331: * src/classes/classes.h 1.19:
13332: * src/classes/xdoc.C 1.92:
13333: * src/classes/xnode.C 1.45:
13334: * src/classes/xnode.h 1.11:
13335: * src/types/pa_vxdoc.C 1.13:
1.24 paf 13336: * www/cgi-bin/parser3.log 1.40:
13337: * www/cgi-bin/parser3.log 1.41:
1.15 paf 13338: * www/htdocs/index.html 1.44:
13339: * www/htdocs/index.html 1.45:
13340: xdoc(xnode) now fully - fields&methods
13341:
13342: * src/classes/op.C 1.92:
13343: ^throw comment param made optional
13344:
13345: 2002-04-17 paf
13346: * src/types/pa_vhash.h 1.31:
13347: vstring wrong parent fixed
13348:
13349: * src/classes/op.C 1.90:
13350: taint local result var bug fixed
13351:
13352: * src/doc/ClassExample1.dox 1.3:
13353: * src/doc/ClassExample2.dox 1.4:
13354: * src/doc/ClassExample3.dox 1.3:
13355: * src/doc/compiler.dox 1.3:
13356: * src/doc/module.dox 1.3:
13357: * src/doc/pooled.dox 1.3:
13358: * src/doc/string.dox 1.3:
13359: * src/doc/targets.dox 1.3:
13360: * src/include/pa_pool.h 1.79:
13361: * src/include/pa_types.h 1.40:
13362: dox updated to current state, PTHROW freshen to throw & co
13363:
13364: 2002-04-16 paf
13365: * src/classes/op.C 1.89:
13366: exception2vhash file now tainted
13367:
13368: * src/include/pa_opcode.h 1.17:
13369: * src/main/compile.tab.C 1.49:
13370: * src/main/compile.y 1.185:
13371: * src/main/execute.C 1.232:
13372: * src/targets/cgi/parser3.C 1.172:
1.24 paf 13373: * www/cgi-bin/parser3.log 1.30:
1.15 paf 13374: OP_CALL -> OP_CALL__WRITE and used that for removing VString wrapper
13375:
13376: * src/doc/postbuild.txt 1.2:
13377: * src/main/execute.C 1.234:
1.24 paf 13378: * www/cgi-bin/parser3.log 1.34:
1.15 paf 13379: * www/htdocs/index.html 1.37:
13380: result in @postprocess & @unhandled_exception now taken into
13381: account as in usual functions
13382:
13383: * src/doc/postbuild.txt 1.1:
13384: instructions on post .html build
13385:
13386: * asm.txt 1.2:
13387: * form.txt 1.2:
13388: * lang.txt 1.2:
13389: * sql.txt 1.2:
1.24 paf 13390: * www/cgi-bin/parser3.log 1.35:
1.15 paf 13391: removed outdated. see in Attic asm.txt as most interesting
13392:
13393: * src/classes/op.C 1.87:
1.24 paf 13394: * www/cgi-bin/parser3.log 1.28:
1.15 paf 13395: * www/htdocs/auto.p 1.8:
13396: extra check on empty file in origin in _execute
13397:
13398: * src/classes/date.C 1.26:
13399: * src/main/compile.tab.C 1.50:
13400: * src/targets/cgi/parser3.C 1.173:
1.24 paf 13401: * www/cgi-bin/parser3.log 1.31:
13402: * www/cgi-bin/parser3.log 1.32:
1.15 paf 13403: cheched date:create(days) param for validity [later were
13404: assumed valid and crashed on invalid onces]
13405:
13406: * src/classes/file.C 1.79:
13407: * src/main/pa_exec.C 1.35:
1.24 paf 13408: * www/cgi-bin/parser3.log 1.33:
1.15 paf 13409: * www/htdocs/index.html 1.36:
13410: stderr of execs mark as tainted
13411:
13412: * src/main/execute.C 1.235:
13413: * www/htdocs/index.html 1.38:
13414: $result in @main now taken into account as in usual functions
13415:
1.24 paf 13416: * src/classes/op.C 1.88:
13417: * www/cgi-bin/parser3.log 1.29:
13418: _process pseudo origin copied from local var to heap
13419:
1.23 paf 13420: * src/main/pa_request.C 1.199:
13421: uri in error log
13422:
1.15 paf 13423: * src/main/pa_request.C 1.200:
13424: * src/targets/isapi/parser3isapi.C 1.69:
13425: * www/htdocs/index.html 1.39:
13426: removed check, preventing content-length: 0 from appearing
13427:
13428: * src/doc/doxygen.cfg 1.19:
13429: * src/doc/html2chm.cmd 1.5:
13430: .chm file only now, no .chi
13431:
13432: 2002-04-15 paf
13433: * src/classes/image.C 1.70:
13434: * src/classes/op.C 1.83:
13435: * src/classes/op.C 1.84:
13436: * src/classes/string.C 1.101:
13437: * src/classes/table.C 1.149:
13438: * src/include/pa_request.h 1.129:
13439: * src/main/execute.C 1.228:
13440: * src/types/pa_value.h 1.81:
13441: * src/types/pa_vmethod_frame.h 1.24:
13442: * src/types/pa_wcontext.h 1.29:
1.24 paf 13443: * www/cgi-bin/parser3.log 1.25:
1.15 paf 13444: StringOrValue wcontext result, now ready for dual writes
13445:
1.24 paf 13446: * src/classes/file.C 1.78:
13447: * src/classes/op.C 1.86:
13448: * src/classes/table.C 1.150:
13449: * www/cgi-bin/parser3.log 1.26:
13450: finished dual write_xxx_lang functions
13451:
1.15 paf 13452: * src/main/execute.C 1.231:
13453: * src/types/pa_value.h 1.83:
1.24 paf 13454: * www/cgi-bin/parser3.log 1.27:
1.15 paf 13455: fixed name update
13456:
13457: * src/main/execute.C 1.229:
13458: CodeFrame soul fixed [mistakenly killed by prev changes]
13459:
13460: * src/classes/date.C 1.25:
13461: * src/classes/file.C 1.76:
13462: * src/classes/mail.C 1.62:
13463: * src/classes/string.C 1.102:
13464: * src/classes/xnode.C 1.43:
13465: * src/include/pa_request.h 1.130:
13466: * src/types/pa_value.h 1.82:
13467: * src/types/pa_wcontext.h 1.30:
13468: removed absolutely unnecessary VString shells
13469:
13470: * src/classes/op.C 1.82:
13471: * src/include/pa_globals.h 1.81:
13472: * src/include/pa_opcode.h 1.16:
13473: * src/include/pa_request.h 1.128:
13474: * src/main/compile.tab.C 1.47:
13475: * src/main/compile.y 1.183:
13476: * src/main/compile_tools.C 1.47:
13477: * src/main/compile_tools.h 1.59:
13478: * src/main/execute.C 1.226:
13479: * src/main/pa_globals.C 1.121:
13480: * src/main/pa_request.C 1.198:
13481: * src/targets/cgi/parser3.C 1.170:
1.24 paf 13482: * www/cgi-bin/parser3.log 1.24:
1.15 paf 13483: * www/htdocs/index.html 1.35:
13484: switch in hash constructor fixed [were problems with using of
13485: stacked wwrapper after it's death]
13486:
13487: * src/classes/file.C 1.77:
13488: * src/classes/hash.C 1.38:
13489: * src/classes/op.C 1.85:
13490: * src/include/pa_request.h 1.131:
13491: * src/main/execute.C 1.230:
13492: * src/types/pa_wcontext.h 1.31:
13493: started dual write_xxx_lang functions, if checked & works
13494:
13495: * src/targets/cgi/parser3.C 1.171:
13496: ctime sometimes can be just "", checked that
13497:
13498: * src/main/compile.tab.C 1.48:
13499: * src/main/compile.y 1.184:
13500: * src/main/compile_tools.C 1.48:
13501: * src/main/compile_tools.h 1.60:
13502: * src/main/execute.C 1.227:
13503: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
13504: changed to OP_WRITE_VALUE
13505: in var get cases
13506:
13507: 2002-04-12 paf
13508: * operators.txt 1.33:
13509: * src/classes/table.C 1.148:
1.24 paf 13510: * www/cgi-bin/parser3.log 1.23:
1.15 paf 13511: * www/htdocs/index.html 1.34:
13512: table.select(expression) 0
13513:
13514: 2002-04-11 paf
13515: * src/classes/string.C 1.100:
13516: * src/include/pa_request.h 1.127:
13517: * src/main/execute.C 1.225:
13518: Request::process_internal codeFrame & wwrapper stacked [not
13519: wasting heap anymore]
13520:
13521: 2002-04-10 paf
13522: * src/include/pa_string.h 1.135:
13523: * src/main/pa_string.C 1.151:
13524: * src/main/untaint.C 1.101:
1.24 paf 13525: * www/cgi-bin/parser3.log 1.22:
1.15 paf 13526: * www/htdocs/index.html 1.33:
13527: killed 8 bytes from String.head
13528:
13529: * src/classes/double.C 1.46:
13530: * src/classes/file.C 1.75:
13531: * src/classes/hash.C 1.37:
13532: * src/classes/image.C 1.69:
13533: * src/classes/int.C 1.43:
13534: * src/classes/math.C 1.17:
13535: * src/classes/op.C 1.81:
13536: * src/classes/string.C 1.99:
13537: * src/classes/table.C 1.147:
13538: * src/classes/void.C 1.18:
13539: * src/classes/xdoc.C 1.91:
13540: * src/include/pa_request.h 1.126:
13541: * src/main/execute.C 1.224:
13542: * src/main/pa_string.C 1.152:
13543: killed Request::process() wrapping VString(String) in case we
13544: need only String
13545:
13546: 2002-04-09 paf
13547: * src/main/pa_common.C 1.108:
13548: * src/targets/cgi/parser3.C 1.168:
13549: * src/types/pa_vdouble.h 1.35:
13550: * src/types/pa_vint.h 1.32:
13551: int/double get_string now not pool.malloc(MAX_NUMBER) but
13552: really neaded
13553:
13554: * etc/Makefile.in 1.6:
13555: * etc/parser3.charsets/Makefile.in 1.8:
13556: * src/classes/Makefile.in 1.44:
13557: * src/sql/Makefile.in 1.4:
13558: * src/targets/Makefile.in 1.35:
13559: * src/targets/apache13/Makefile.in 1.33:
13560: * src/targets/cgi/Makefile.in 1.46:
13561: * src/targets/isapi/Makefile.in 1.4:
13562: * src/types/Makefile.in 1.36:
13563: makse
13564:
13565: * operators.txt 1.31:
13566: * src/classes/double.C 1.45:
13567: * src/classes/int.C 1.42:
13568: * www/htdocs/global.xsl 1.5:
13569: int/double.int/double(default)
13570:
13571: * src/main/compile.tab.C 1.46:
13572: * src/targets/cgi/parser3.C 1.169:
13573: * src/targets/isapi/parser3isapi.C 1.68:
1.24 paf 13574: * www/cgi-bin/parser3.log 1.21:
1.15 paf 13575: removed
13576: {
13577: char *a;
13578: {
13579: /*sub local*/char b[...];
13580: a=b;
13581: situations
13582:
13583: * src/classes/xdoc.C 1.89:
1.24 paf 13584: * www/cgi-bin/parser3.log 1.19:
1.15 paf 13585: * www/htdocs/global.xsl 1.6:
13586: * www/htdocs/index.html 1.32:
13587: xslt params fixed
13588:
13589: * operators.txt 1.32:
13590: * src/classes/xdoc.C 1.90:
1.24 paf 13591: * www/cgi-bin/parser3.log 1.20:
1.15 paf 13592: xslt params made literal
13593:
13594: 2002-04-04 paf
13595: * src/include/pa_string.h 1.134:
13596: * src/main/pa_string.C 1.150:
1.24 paf 13597: * www/cgi-bin/parser3.log 1.18:
1.15 paf 13598: * www/htdocs/index.html 1.31:
13599: fixed string.replace [when reconstructing pieces were split by
13600: max_integral(piece.size), thus some strings to replace happen
13601: to be split into two = not replaced)
13602:
13603: * src/targets/cgi/parser3.C 1.166:
13604: * src/targets/cgi/parser3.C 1.167:
13605: * src/targets/cgi/parser3.dsp 1.44:
13606: * src/targets/cgi/parser3.dsp 1.45:
13607: document root in standalone version = current dir
13608:
13609: 2002-04-03 paf
13610: * INSTALL 1.18:
13611: * Makefile.in 1.10:
13612: * configure 1.17:
13613: * configure.in 1.19:
13614: * etc/Makefile.in 1.5:
13615: * etc/parser3.charsets/Makefile.in 1.7:
13616: * src/Makefile.in 1.46:
13617: * src/include/Makefile.in 1.4:
13618: * src/main/Makefile.in 1.40:
13619: root config configure options
13620:
13621: * configure 1.18:
13622: * configure.in 1.20:
13623: more checks on nonexistent charset
13624:
13625: 2002-04-02 paf
13626: * src/main/compile.C 1.63:
13627: parser.compile [exception name more like in doc]
13628:
13629: 2002-04-01 paf
13630: * src/classes/mail.C 1.61:
13631: * src/include/pa_string.h 1.133:
13632: * src/main/untaint.C 1.100:
13633: * src/targets/isapi/parser3isapi.dsp 1.33:
1.24 paf 13634: * www/cgi-bin/parser3.log 1.17:
1.15 paf 13635: mail subject encoding taken from .content-type.charset, not .charset
13636:
13637: 2002-03-29 paf
13638: * operators.txt 1.30:
13639: * src/classes/date.C 1.24:
1.24 paf 13640: * www/cgi-bin/parser3.log 1.16:
1.15 paf 13641: * www/htdocs/index.html 1.30:
13642: ^date::create now may not supply day, default 1.
13643: checked 29.03 -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
13644:
13645: * etc/parser3.charsets/koi8-r.cfg 1.2:
13646: koi8-r += ukranian letters
13647:
13648: 2002-03-28 paf
13649: * operators.txt 1.29:
13650: * src/classes/date.C 1.23:
13651: * src/classes/op.C 1.79:
13652: * src/include/pa_globals.h 1.80:
13653: * src/include/pa_hash.h 1.55:
13654: * src/main/pa_globals.C 1.120:
13655: * src/types/pa_vdate.h 1.9:
13656: * www/htdocs/index.html 1.29:
13657: ^cache[file][date]{
13658: ^cache(seconds)
13659: ^cache[date]
13660: }
13661:
13662: * src/classes/xdoc.C 1.88:
13663: * src/classes/xnode.C 1.42:
13664: * src/classes/xnode.h 1.10:
13665: removed redundant pool param
13666:
13667: 2002-03-27 paf
13668: * operators.txt 1.27:
13669: * src/classes/op.C 1.77:
13670: * src/include/pa_config_fixed.h 1.42:
13671: * src/include/pa_request.h 1.124:
13672: * src/main/execute.C 1.222:
13673: * src/main/pa_request.C 1.196:
1.24 paf 13674: * www/cgi-bin/parser3.log 1.14:
1.15 paf 13675: decided agains resetting exception_trace, just changed name
13676:
13677: * operators.txt 1.28:
13678: * src/classes/date.C 1.22:
13679: * src/classes/double.C 1.44:
13680: * src/classes/file.C 1.74:
13681: * src/classes/form.C 1.22:
13682: * src/classes/hash.C 1.36:
13683: * src/classes/image.C 1.68:
13684: * src/classes/int.C 1.41:
13685: * src/classes/mail.C 1.60:
13686: * src/classes/math.C 1.16:
13687: * src/classes/op.C 1.78:
13688: * src/classes/string.C 1.98:
13689: * src/classes/table.C 1.146:
13690: * src/classes/void.C 1.17:
13691: * src/classes/xdoc.C 1.87:
13692: * src/classes/xnode.C 1.41:
13693: * src/include/pa_exception.h 1.33:
13694: * src/include/pa_request.h 1.125:
13695: * src/include/pa_stylesheet_connection.h 1.28:
13696: * src/main/compile.C 1.62:
13697: * src/main/compile_tools.C 1.46:
13698: * src/main/execute.C 1.223:
13699: * src/main/pa_array.C 1.48:
13700: * src/main/pa_charset.C 1.23:
13701: * src/main/pa_charsets.C 1.8:
13702: * src/main/pa_common.C 1.106:
13703: * src/main/pa_dictionary.C 1.14:
13704: * src/main/pa_exception.C 1.40:
13705: * src/main/pa_exec.C 1.34:
13706: * src/main/pa_pool.C 1.52:
13707: * src/main/pa_request.C 1.197:
13708: * src/main/pa_socks.C 1.14:
13709: * src/main/pa_sql_driver_manager.C 1.62:
13710: * src/main/pa_string.C 1.149:
13711: * src/main/pa_table.C 1.45:
13712: * src/main/untaint.C 1.99:
13713: * src/targets/apache13/mod_parser3.C 1.19:
13714: * src/targets/cgi/parser3.C 1.165:
13715: * src/targets/isapi/parser3isapi.C 1.67:
13716: * src/types/pa_value.h 1.80:
13717: * src/types/pa_vcookie.C 1.43:
13718: * src/types/pa_vfile.h 1.41:
13719: * src/types/pa_vform.C 1.54:
13720: * src/types/pa_vhash.h 1.30:
13721: * src/types/pa_vmethod_frame.h 1.23:
13722: * src/types/pa_vstatus.C 1.7:
13723: * src/types/pa_vtable.C 1.13:
13724: * src/types/pa_vxdoc.h 1.20:
13725: * src/types/pa_vxnode.h 1.13:
13726: * src/types/pa_wcontext.C 1.17:
13727: * src/types/pa_wwrapper.h 1.17:
1.24 paf 13728: * www/cgi-bin/parser3.log 1.15:
1.15 paf 13729: * www/htdocs/index.html 1.28:
13730: assigned exception types
13731:
13732: 2002-03-26 paf
13733: * operators.txt 1.24:
13734: * src/classes/date.C 1.20:
13735: * www/htdocs/index.html 1.25:
13736: fixed date roll on daylightsaving days
13737: mktime took into account tm_isdst flag, which remained from BEFORE roll, but should have been reset
13738:
13739: * src/classes/op.C 1.76:
13740: * www/htdocs/index.html 1.27:
13741: forced language of $source field of exception to 'tainted',
13742: so that sql-langed-frags could be outputed outside of connect
13743:
13744: * src/include/pa_common.h 1.76:
13745: * src/main/pa_exec.C 1.33:
13746: windows exec chdir fixed
13747:
13748: * operators.txt 1.25:
13749: * src/classes/date.C 1.21:
13750: * www/htdocs/index.html 1.26:
13751: removed date.roll limit of +-1 offset
13752:
13753: 2002-03-25 paf
13754: * INSTALL 1.13:
13755: comment on --disable-link-stdcpp
13756:
13757: * INSTALL 1.12:
13758: * configure 1.15:
13759: * configure.in 1.17:
13760: * src/targets/cgi/Makefile.am 1.33:
13761: * src/targets/cgi/Makefile.in 1.44:
13762: libstdc++ link skipping configure option
13763:
13764: * src/classes/file.C 1.73:
13765: * src/classes/mail.C 1.56:
13766: * src/include/pa_exec.h 1.8:
13767: * src/main/pa_exec.C 1.32:
13768: f(!forced_allow)
13769: to allow
13770: --with-sendmail to work with any/both
13771: --disable-foreign-group-files --disable-execs
13772:
13773: * src/classes/op.C 1.75:
13774: * src/include/pa_sql_connection.h 1.24:
13775: sql connection with error were put to cache with '
13776: marked_to_rollback' flag, all consequent even OK requests
13777: rolled back
13778:
13779: * INSTALL 1.16:
13780: "--with=sendmail=COMMAND"
13781: comment
13782:
13783: * INSTALL 1.15:
13784: * configure 1.16:
13785: * configure.in 1.18:
13786: * src/classes/mail.C 1.55:
13787: * src/include/pa_config_auto.h.in 1.24:
13788: * src/main/pa_exec.C 1.31:
13789: * src/targets/cgi/Makefile.am 1.34:
13790: * src/targets/cgi/Makefile.in 1.45:
13791: --disable-foreign-group-files now disables execs also.
13792: introducing --sendmail
13793:
13794: * INSTALL 1.14:
13795: * INSTALL 1.17:
13796: * src/classes/mail.C 1.57:
13797: * src/classes/mail.C 1.58:
13798: *** empty log message ***
13799:
13800: * operators.txt 1.22:
13801: pgsql options comment
13802:
13803: * operators.txt 1.23:
13804: * src/targets/cgi/parser3.C 1.164:
13805: http_site_config_filespec
13806:
13807: 2002-03-22 paf
13808: * operators.txt 1.21:
13809: few comments on sets
13810:
13811: * src/main/pa_exec.C 1.30:
13812: createprocess nowindow flag
13813: check on readfile false return
13814:
13815: 2002-03-18 paf
13816: * src/main/pa_charset.C 1.22:
13817: * src/targets/isapi/pa_threads.C 1.10:
13818: * src/types/pa_vdouble.h 1.34:
13819: removed some tested @tests
13820:
13821: * operators.txt 1.20:
13822: * src/classes/op.C 1.74:
13823: * src/include/pa_exception.h 1.32:
13824: * src/include/pa_globals.h 1.79:
13825: * src/include/pa_request.h 1.123:
13826: * src/include/pa_stack.h 1.14:
13827: * src/main/pa_globals.C 1.119:
13828: * src/main/pa_request.C 1.195:
1.24 paf 13829: * www/cgi-bin/parser3.log 1.12:
13830: * www/cgi-bin/parser3.log 1.13:
1.15 paf 13831: * www/htdocs/index.html 1.22:
13832: * www/htdocs/index.html 1.23:
13833: introducing ^try
13834:
13835: 2002-03-15 paf
13836: * operators.txt 1.19:
13837: * src/classes/table.C 1.145:
13838: * www/htdocs/index.html 1.21:
13839: ^table.locate(logical expr)
13840:
13841: 2002-03-13 paf
13842: * src/main/pa_exception.C 1.39:
13843: checked not-pooled malloc
13844:
13845: 2002-03-11 paf
13846: * src/types/pa_vfile.C 1.29:
13847: $file.text now 0A linebreaks,
13848: file::exec/cgi linebreaks "0D0A" changed to 0A onces
13849:
13850: * INSTALL 1.10:
13851: * configure 1.13:
13852: * configure.in 1.15:
13853: * src/include/pa_config_auto.h.in 1.22:
13854: * src/include/pa_config_fixed.h 1.40:
13855: * src/main/pa_exec.C 1.28:
13856: * src/main/pa_exec.C 1.29:
13857: * www/htdocs/index.html 1.18:
13858: * www/htdocs/index.html 1.19:
13859: * www/htdocs/index.html 1.20:
13860: --disable-execs
13861:
13862: * INSTALL 1.11:
13863: * configure 1.14:
13864: * configure.in 1.16:
13865: * src/include/pa_config_auto.h.in 1.23:
13866: * src/main/pa_common.C 1.105:
13867: --disable-foreign-group-files
13868:
13869: 2002-03-05 paf
13870: * src/targets/isapi/parser3isapi.C 1.66:
13871: * src/targets/isapi/parser3isapi.dsp 1.32:
13872: iis5 now requires headers to be terminated with \r\n manually [
13873: refuses to separate header/body itself]
13874:
13875: * operators.txt 1.17:
13876: * operators.txt 1.18:
13877: * src/classes/date.C 1.18:
13878: * src/classes/date.C 1.19:
13879: date week calendar columns named
13880:
13881: * src/main/pa_globals.C 1.118:
13882: * src/targets/cgi/parser3.C 1.163:
13883: * src/targets/isapi/parser3isapi.C 1.65:
13884: * www/htdocs/index.html 1.17:
13885: isapi site config beside .dll
13886:
13887: 2002-03-04 paf
13888: * src/targets/isapi/pa_threads.C 1.9:
13889: * src/targets/isapi/parser3isapi.C 1.64:
13890: * src/targets/isapi/parser3isapi.dsp 1.31:
13891: isapi updated
13892:
13893: * src/classes/op.C 1.73:
13894: * src/types/pa_vfile.C 1.28:
1.24 paf 13895: * www/cgi-bin/parser3.log 1.11:
1.15 paf 13896: * www/htdocs/index.html 1.16:
13897: process body now evaluated in PASS language
13898:
13899: * src/classes/op.C 1.72:
13900: * src/include/pa_string.h 1.132:
13901: * src/main/pa_string.C 1.148:
13902: string deserialize checks on broken file
13903:
13904: 2002-03-01 paf
13905: * src/main/pa_exec.C 1.27:
13906: execle -> execve, now argc OK
13907:
13908: 2002-02-28 paf
13909: * src/main/pa_string.C 1.147:
13910: origin by first piece preferred before last piece
13911:
13912: * src/main/pa_charsets.C 1.7:
13913: when placing charset to cache using global name now [were
13914: request]
13915:
13916: * configure 1.12:
13917: * configure.in 1.14:
13918: * src/targets/apache13/ApacheModuleParser3.dsp 1.10:
13919: * src/targets/apache13/mod_parser3.C 1.18:
13920: * src/targets/apache13/p3runConfigure.in 1.9:
13921: * src/targets/apache13/pa_threads.C 1.8:
1.24 paf 13922: * www/cgi-bin/parser3.log 1.10:
1.15 paf 13923: * www/htdocs/auto.p 1.7:
13924: apache module updated
13925:
13926: * src/main/untaint.C 1.98:
13927: removed some debug comments
13928:
13929: 2002-02-27 paf
13930: * src/main/pa_charset.C 1.21:
13931: size_t
13932:
13933: * INSTALL 1.9:
13934: shared/static-xml
13935: with-pathlink
13936:
13937: * operators.txt 1.15:
13938: * operators.txt 1.16:
13939: SMTP comment
13940:
13941: 2002-02-26 paf
13942: * src/classes/xnode.C 1.40:
1.24 paf 13943: * www/cgi-bin/parser3.log 1.9:
1.15 paf 13944: * www/htdocs/auto.p 1.6:
13945: * www/htdocs/global.xsl 1.4:
13946: * www/htdocs/index.html 1.15:
13947: in some situation, xpath query returned result with type NODESET, but empty nodeset member field,
13948: checked that
13949:
13950: * src/main/pa_exec.C 1.26:
13951: more precise names for vars, cosmetic
13952:
13953: 2002-02-22 paf
13954: * operators.txt 1.14:
13955: * src/types/pa_vcookie.C 1.41:
13956: * src/types/pa_vcookie.C 1.42:
1.24 paf 13957: * www/cgi-bin/parser3.log 1.5:
1.15 paf 13958: cookie "expires=0" = "session"
13959:
13960: * src/include/pa_string.h 1.131:
13961: * src/main/pa_string.C 1.144:
13962: * src/main/pa_string.C 1.145:
13963: * src/main/pa_string.C 1.146:
1.24 paf 13964: * www/cgi-bin/parser3.log 1.6:
13965: * www/cgi-bin/parser3.log 1.7:
13966: * www/cgi-bin/parser3.log 1.8:
1.15 paf 13967: * www/htdocs/auto.p 1.5:
13968: * www/htdocs/index.html 1.14:
13969: string iterators fixed again, so were String::join_chain
13970:
13971: * configure 1.11:
13972: * configure.in 1.13:
13973: glib###.a detection fixed
13974:
13975: * Makefile.in 1.7:
13976: * configure 1.9:
13977: * configure.in 1.11:
13978: * etc/Makefile.in 1.4:
13979: * etc/parser3.charsets/Makefile.in 1.6:
13980: * src/Makefile.in 1.45:
13981: * src/classes/Makefile.am 1.38:
13982: * src/classes/Makefile.in 1.43:
13983: * src/classes/hashfile.C 1.23:
13984: * src/include/Makefile.am 1.2:
13985: * src/include/Makefile.in 1.3:
13986: * src/include/pa_config_auto.h.in 1.20:
13987: * src/include/pa_db_connection.h 1.22:
13988: * src/include/pa_db_manager.h 1.15:
13989: * src/include/pa_db_table.h 1.16:
13990: * src/main/Makefile.am 1.31:
13991: * src/main/Makefile.in 1.39:
13992: * src/main/pa_db_connection.C 1.38:
13993: * src/main/pa_db_manager.C 1.23:
13994: * src/main/pa_db_table.C 1.21:
13995: * src/main/pa_globals.C 1.117:
13996: * src/sql/Makefile.in 1.3:
13997: * src/targets/Makefile.in 1.34:
13998: * src/targets/apache13/Makefile.in 1.32:
13999: * src/targets/apache13/p3runConfigure.in 1.8:
14000: * src/targets/cgi/Makefile.am 1.32:
14001: * src/targets/cgi/Makefile.in 1.43:
14002: * src/targets/isapi/Makefile.in 1.3:
14003: * src/types/Makefile.am 1.20:
14004: * src/types/Makefile.in 1.35:
14005: * src/types/pa_vhashfile.C 1.21:
14006: * src/types/pa_vhashfile.h 1.16:
14007: removed hashfile support for now
14008:
14009: * acconfig.h 1.1:
14010: acconfig move in cvs[from src/libltdl to /]
14011:
14012: * etc/parser3.charsets/windows-1251.cfg 1.2:
14013: °
14014:
14015: * Makefile.am 1.4:
14016: * Makefile.in 1.9:
14017: make update
14018:
14019: * INSTALL 1.7:
14020: hashfile removed from INSTALL
14021:
14022: * Makefile.in 1.8:
14023: * configure 1.10:
14024: * configure.in 1.12:
14025: * src/include/pa_config_auto.h.in 1.21:
14026: --with-shared-xml
14027: --with-static-xml
14028:
14029: * INSTALL 1.8:
14030: without-zlib comment
14031:
14032: * operators.txt 1.13:
14033: * src/classes/classes.dsp 1.16:
14034: * src/main/main.dsp 1.148:
14035: * src/types/types.dsp 1.20:
14036: removed hashfile support from sources for now
14037:
14038: * src/classes/classes.dsp 1.17:
14039: * src/main/compile.tab.C 1.45:
14040: * src/main/main.dsp 1.149:
14041: * src/targets/apache13/ApacheModuleParser3.dsp 1.9:
14042: * src/targets/cgi/parser3.dsp 1.43:
14043: * src/targets/isapi/parser3isapi.dsp 1.30:
14044: * src/types/types.dsp 1.21:
14045: *.dsp: removed refereces to win32db & ancient xalan&xml
14046:
14047: 2002-02-21 paf
14048: * Makefile.am 1.3:
14049: * Makefile.in 1.6:
14050: make cvsupdate
14051:
14052: * src/main/untaint.C 1.97:
1.24 paf 14053: * www/cgi-bin/parser3.log 1.4:
1.15 paf 14054: removed debug code, activated commented-for debug parts
14055:
14056: * src/include/pa_string.h 1.130:
14057: * src/include/pa_types.h 1.39:
14058: * src/main/pa_string.C 1.143:
14059: * src/main/untaint.C 1.96:
1.24 paf 14060: * www/cgi-bin/parser3.log 1.3:
1.15 paf 14061: STRING_*FOREACH_ROW
14062: changed to stop at append_row, not at link zero
14063: now string to string appending works
14064:
14065: 2002-02-20 paf
14066: * src/include/pa_string.h 1.129:
14067: * src/main/execute.C 1.221:
14068: * src/main/untaint.C 1.95:
14069: * src/targets/cgi/pa_pool.C 1.38:
14070: * src/targets/cgi/parser3.C 1.162:
14071: * www/htdocs/index.html 1.13:
14072: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
14073:
14074: * src/include/pa_string.h 1.128:
14075: * src/main/pa_string.C 1.142:
14076: * src/main/untaint.C 1.94:
1.24 paf 14077: * www/cgi-bin/parser3.log 1.2:
1.15 paf 14078: economy: 22%
14079:
14080: * operators.txt 1.12:
14081: * src/include/pa_common.h 1.75:
14082: * src/include/pa_config_fixed.h 1.39:
14083: * src/include/pa_string.h 1.125:
14084: * src/include/pa_types.h 1.38:
14085: * src/main/compile.tab.C 1.44:
14086: * src/main/execute.C 1.220:
14087: * src/main/pa_string.C 1.139:
14088: * src/main/untaint.C 1.91:
14089: * src/targets/cgi/pa_pool.C 1.37:
14090: * src/targets/cgi/parser3.C 1.160:
14091: * www/htdocs/auto.p 1.4:
14092: * www/htdocs/global.xsl 1.3:
14093: * www/htdocs/index.html 1.11:
14094: strign to string append optimiziation idea and estimates
14095:
14096: * src/include/pa_string.h 1.126:
14097: * src/include/pa_stylesheet_connection.h 1.27:
14098: * src/main/pa_db_manager.C 1.22:
14099: * src/main/pa_dictionary.C 1.13:
14100: * src/main/pa_string.C 1.140:
14101: * src/main/untaint.C 1.92:
14102: * src/targets/cgi/parser3.C 1.161:
14103: * src/types/pa_vcookie.C 1.40:
14104: * src/types/pa_vstring.h 1.42:
14105: * www/htdocs/index.html 1.12:
14106: speed uptimized: string::is_empty
14107:
14108: * src/include/pa_string.h 1.127:
14109: * src/main/pa_string.C 1.141:
14110: * src/main/untaint.C 1.93:
1.24 paf 14111: * www/cgi-bin/parser3.log 1.1:
1.15 paf 14112: space uptimized: string::link_row removed
14113:
14114: 2002-02-19 paf
14115: * src/classes/xdoc.C 1.86:
14116: * src/classes/xnode.C 1.39:
14117: getElementsByTagName and *NS moved to node [element]
14118:
14119: * src/classes/math.C 1.15:
14120: not used directly [but erroreously reported that 'is', thus
14121: registering twice&other probs]
14122:
14123: * src/main/compile.C 1.59:
14124: * src/main/compile.C 1.60:
14125: without string_origins not worked
14126:
14127: * src/main/compile.C 1.61:
14128: without string_origins parse error file+line+col possible
14129:
14130: 2002-02-18 paf
14131: * src/types/pa_vdouble.h 1.33:
14132: since we have in_expression
14133: removed that trick i've installed into double::as_string
14134:
14135: * INSTALL 1.6:
14136: local install comment
14137:
14138: * src/main/compile.tab.C 1.41:
14139: * src/main/compile.y 1.181:
14140: * www/htdocs/global.xsl 1.2:
14141: * www/htdocs/index.html 1.7:
14142: integer division stops name
14143:
14144: * Makefile.in 1.4:
14145: * acinclude.m4 1.2:
14146: * aclocal.m4 1.2:
14147: * configure 1.8:
14148: * configure.in 1.10:
14149: * etc/Makefile.in 1.3:
14150: * etc/parser3.charsets/Makefile.in 1.5:
14151: * src/Makefile.in 1.44:
14152: * src/classes/Makefile.in 1.42:
14153: * src/include/Makefile.in 1.2:
14154: * src/include/pa_config_auto.h.in 1.19:
14155: * src/include/pa_config_includes.h 1.19:
14156: * src/main/Makefile.in 1.38:
14157: * src/sql/Makefile.in 1.2:
14158: * src/targets/Makefile.in 1.33:
14159: * src/targets/apache13/Makefile.in 1.31:
14160: * src/targets/apache13/p3runConfigure.in 1.7:
14161: * src/targets/cgi/Makefile.am 1.30:
14162: * src/targets/cgi/Makefile.in 1.41:
14163: * src/targets/cgi/parser3.C 1.157:
14164: * src/targets/isapi/Makefile.in 1.2:
14165: * src/types/Makefile.in 1.34:
14166: removed libtool usage from build mech
14167:
1.38 ! paf 14168: * operators.txt 1.10:
! 14169: * src/classes/date.C 1.17:
! 14170: date::create [were date::set, with backward comp
! 14171:
1.24 paf 14172: * src/classes/math.C 1.14:
14173: * www/htdocs/index.html 1.8:
14174: math:random range check fixed
14175:
1.15 paf 14176: * src/main/compile.tab.C 1.42:
14177: bison env set so one could compile without cygwin installed
14178:
14179: * src/targets/cgi/Makefile.am 1.31:
14180: * src/targets/cgi/Makefile.in 1.42:
14181: * src/targets/cgi/parser3.C 1.158:
14182: *** empty log message ***
14183:
14184: * src/main/pa_globals.C 1.116:
14185: extern "C" was removed too fast
14186:
14187: * Makefile.in 1.5:
14188: * ltconfig 1.2:
14189: * ltmain.sh 1.2:
14190: removed libtool subpart files
14191:
14192: * src/main/main.dsp 1.147:
14193: * src/main/pa_globals.C 1.115:
14194: removed unneded
14195: #ifdef __cplusplus
14196: }
14197: #endif
14198:
14199: * src/include/pa_opcode.h 1.15:
14200: * src/include/pa_request.h 1.122:
14201: * src/main/compile.tab.C 1.43:
14202: * src/main/compile.y 1.182:
14203: * src/main/execute.C 1.219:
14204: * src/types/pa_wcontext.h 1.28:
14205: * www/htdocs/index.html 1.10:
14206: * www/htdocs/index.html 1.9:
14207: in_expression
14208: aimed to solve old problem with string/nonstring values,
14209: now in expressions double/int values are passed as-is, without stupid tostring/fromstring conversions
14210:
14211: * operators.txt 1.11:
14212: * src/targets/cgi/parser3.C 1.159:
14213: PARSER_ROOT_CONFIG
14214:
14215: * src/classes/classes.dsp 1.15:
14216: * src/main/main.dsp 1.146:
14217: * src/main/pa_globals.C 1.114:
14218: * src/targets/cgi/parser3.dsp 1.42:
14219: * src/types/types.dsp 1.19:
14220: win32xml now contains gnome xml libs
14221: parser .dsp-s changed accordingly
14222:
14223: * operators.txt 1.9:
14224: \ comment
14225:
14226: 2002-02-13 paf
14227: * INSTALL 1.5:
14228: * configure 1.7:
14229: * configure.in 1.9:
14230: * src/targets/cgi/Makefile.am 1.29:
14231: * src/targets/cgi/Makefile.in 1.40:
14232: --with-glib-config
14233: CXXLINK=$(CC) for targets/cgi/parser3
14234:
14235: * src/include/pa_config_includes.h 1.18:
14236: sys/time time both included now.
14237: vaguely remember confilicts on this on some system [not on six|ablv]
14238: so when would see them again would think up proper check
14239:
14240: * etc/parser3.charsets/windows-1257.cfg 1.1:
14241: * src/targets/cgi/parser3.C 1.156:
14242: baltic charset file generated, in generation script ispunct
14243: check added
14244:
14245: * src/main/pa_common.C 1.103:
14246: strnchr: sanity check added
14247:
14248: * src/main/pa_common.C 1.104:
14249: truncation never occured when writing files on unix [since i've changed cache mech]
14250: fix
14251:
14252: * etc/parser3.charsets/windows-1257.cfg 1.2:
14253: id added
14254:
14255: 2002-02-08 paf
14256: * src/classes/classes.C 1.14:
14257: * src/classes/classes.h 1.15:
14258: * src/classes/date.C 1.15:
14259: * src/classes/double.C 1.42:
14260: * src/classes/file.C 1.71:
14261: * src/classes/form.C 1.20:
14262: * src/classes/hash.C 1.34:
14263: * src/classes/hashfile.C 1.21:
14264: * src/classes/image.C 1.65:
14265: * src/classes/int.C 1.39:
14266: * src/classes/mail.C 1.53:
14267: * src/classes/math.C 1.12:
14268: * src/classes/op.C 1.70:
14269: * src/classes/response.C 1.17:
14270: * src/classes/string.C 1.96:
14271: * src/classes/table.C 1.143:
14272: * src/classes/void.C 1.15:
14273: * src/classes/xdoc.C 1.84:
14274: * src/classes/xnode.C 1.37:
14275: * src/classes/xnode.h 1.8:
14276: * src/include/pa_array.h 1.52:
14277: * src/include/pa_cache_managers.h 1.5:
14278: * src/include/pa_charset.h 1.13:
14279: * src/include/pa_charsets.h 1.4:
14280: * src/include/pa_common.h 1.73:
14281: * src/include/pa_config_fixed.h 1.37:
14282: * src/include/pa_config_includes.h 1.16:
14283: * src/include/pa_db_connection.h 1.20:
14284: * src/include/pa_db_manager.h 1.13:
14285: * src/include/pa_db_table.h 1.14:
14286: * src/include/pa_dictionary.h 1.9:
14287: * src/include/pa_dir.h 1.9:
14288: * src/include/pa_exception.h 1.30:
14289: * src/include/pa_exec.h 1.6:
14290: * src/include/pa_globals.h 1.77:
14291: * src/include/pa_hash.h 1.53:
14292: * src/include/pa_opcode.h 1.13:
14293: * src/include/pa_pool.h 1.77:
14294: * src/include/pa_pragma_pack_begin.h 1.3:
14295: * src/include/pa_pragma_pack_end.h 1.3:
14296: * src/include/pa_request.h 1.120:
14297: * src/include/pa_sapi.h 1.17:
14298: * src/include/pa_socks.h 1.7:
14299: * src/include/pa_sql_connection.h 1.22:
14300: * src/include/pa_sql_driver_manager.h 1.22:
14301: * src/include/pa_stack.h 1.12:
14302: * src/include/pa_string.h 1.123:
14303: * src/include/pa_stylesheet_connection.h 1.25:
14304: * src/include/pa_stylesheet_manager.h 1.11:
14305: * src/include/pa_table.h 1.40:
14306: * src/include/pa_threads.h 1.22:
14307: * src/include/pa_types.h 1.36:
14308: * src/main/compile.C 1.57:
14309: * src/main/compile.tab.C 1.40:
14310: * src/main/compile_tools.C 1.44:
14311: * src/main/compile_tools.h 1.57:
14312: * src/main/execute.C 1.217:
14313: * src/main/pa_array.C 1.46:
14314: * src/main/pa_cache_managers.C 1.3:
14315: * src/main/pa_charset.C 1.19:
14316: * src/main/pa_charsets.C 1.5:
14317: * src/main/pa_common.C 1.100:
14318: * src/main/pa_db_connection.C 1.36:
14319: * src/main/pa_db_manager.C 1.20:
14320: * src/main/pa_db_table.C 1.19:
14321: * src/main/pa_dictionary.C 1.11:
14322: * src/main/pa_dir.C 1.10:
14323: * src/main/pa_exception.C 1.37:
14324: * src/main/pa_exec.C 1.24:
14325: * src/main/pa_globals.C 1.112:
14326: * src/main/pa_hash.C 1.49:
14327: * src/main/pa_pool.C 1.50:
14328: * src/main/pa_request.C 1.193:
14329: * src/main/pa_socks.C 1.12:
14330: * src/main/pa_sql_driver_manager.C 1.60:
14331: * src/main/pa_status_provider.C 1.3:
14332: * src/main/pa_string.C 1.137:
14333: * src/main/pa_stylesheet_manager.C 1.12:
14334: * src/main/pa_table.C 1.43:
14335: * src/main/untaint.C 1.88:
14336: * src/sql/pa_sql_driver.h 1.25:
14337: * src/targets/apache13/mod_parser3.C 1.16:
14338: * src/targets/apache13/pa_pool.C 1.4:
14339: * src/targets/apache13/pa_threads.C 1.6:
14340: * src/targets/cgi/pa_pool.C 1.35:
14341: * src/targets/cgi/pa_threads.C 1.8:
14342: * src/targets/cgi/parser3.C 1.153:
14343: * src/targets/cgi/pool_storage.h 1.8:
14344: * src/targets/isapi/pa_pool.C 1.11:
14345: * src/targets/isapi/pa_threads.C 1.7:
14346: * src/targets/isapi/parser3isapi.C 1.62:
14347: * src/targets/isapi/pool_storage.h 1.14:
14348: * src/types/pa_valiased.C 1.12:
14349: * src/types/pa_valiased.h 1.17:
14350: * src/types/pa_value.h 1.78:
14351: * src/types/pa_vbool.h 1.16:
14352: * src/types/pa_vclass.h 1.23:
14353: * src/types/pa_vcode_frame.h 1.13:
14354: * src/types/pa_vcookie.C 1.33:
14355: * src/types/pa_vcookie.h 1.14:
14356: * src/types/pa_vdate.h 1.7:
14357: * src/types/pa_vdouble.h 1.31:
14358: * src/types/pa_venv.h 1.19:
14359: * src/types/pa_vfile.C 1.25:
14360: * src/types/pa_vfile.h 1.39:
14361: * src/types/pa_vform.C 1.51:
14362: * src/types/pa_vform.h 1.32:
14363: * src/types/pa_vhash.h 1.28:
14364: * src/types/pa_vhashfile.C 1.18:
14365: * src/types/pa_vhashfile.h 1.14:
14366: * src/types/pa_vimage.C 1.15:
14367: * src/types/pa_vimage.h 1.23:
14368: * src/types/pa_vint.h 1.30:
14369: * src/types/pa_vjunction.h 1.11:
14370: * src/types/pa_vmath.h 1.5:
14371: * src/types/pa_vmethod_frame.h 1.21:
14372: * src/types/pa_vobject.h 1.15:
14373: * src/types/pa_vrequest.C 1.15:
14374: * src/types/pa_vrequest.h 1.15:
14375: * src/types/pa_vresponse.C 1.3:
14376: * src/types/pa_vresponse.h 1.20:
14377: * src/types/pa_vstateless_class.C 1.12:
14378: * src/types/pa_vstateless_class.h 1.22:
14379: * src/types/pa_vstateless_object.h 1.14:
14380: * src/types/pa_vstatus.C 1.5:
14381: * src/types/pa_vstatus.h 1.6:
14382: * src/types/pa_vstring.C 1.15:
14383: * src/types/pa_vstring.h 1.40:
14384: * src/types/pa_vtable.C 1.10:
14385: * src/types/pa_vtable.h 1.36:
14386: * src/types/pa_vvoid.h 1.7:
14387: * src/types/pa_vxdoc.C 1.10:
14388: * src/types/pa_vxdoc.h 1.18:
14389: * src/types/pa_vxnode.C 1.14:
14390: * src/types/pa_vxnode.h 1.11:
14391: * src/types/pa_wcontext.C 1.14:
14392: * src/types/pa_wcontext.h 1.26:
14393: * src/types/pa_wwrapper.h 1.15:
14394: 2002
14395:
14396: * src/types/pa_vcookie.C 1.36:
14397: * src/types/pa_vcookie.C 1.37:
14398: * src/types/pa_vcookie.C 1.38:
14399: * src/types/pa_vcookie.C 1.39:
14400: VCookie::fill_fields one check forgotten
14401:
14402: * src/include/Makefile.am 1.1:
14403: * src/include/Makefile.in 1.1:
14404: * src/sql/Makefile.am 1.3:
14405: * src/sql/Makefile.in 1.1:
14406: * src/targets/isapi/Makefile.am 1.1:
14407: * src/targets/isapi/Makefile.in 1.1:
14408: forgotten makes
14409:
14410: * AUTHORS 1.2:
14411: * COPYING 1.2:
14412: * INSTALL 1.3:
14413: * INSTALL 1.4:
14414: * README 1.2:
14415: install&others updated
14416:
14417: * Makefile.am 1.2:
14418: * Makefile.in 1.3:
14419: * configure 1.6:
14420: * configure.in 1.8:
14421: * etc/parser3.charsets/Makefile.am 1.2:
14422: * etc/parser3.charsets/Makefile.in 1.4:
14423: * src/Makefile.am 1.15:
14424: * src/Makefile.in 1.43:
14425: * src/classes/Makefile.am 1.37:
14426: * src/classes/Makefile.in 1.41:
14427: * src/main/Makefile.am 1.30:
14428: * src/main/Makefile.in 1.37:
14429: * src/main/pa_status_provider.C 1.5:
14430: * src/targets/Makefile.am 1.9:
14431: * src/targets/Makefile.in 1.32:
14432: * src/targets/apache13/Makefile.am 1.11:
14433: * src/targets/apache13/Makefile.in 1.30:
14434: * src/targets/cgi/Makefile.am 1.28:
14435: * src/targets/cgi/Makefile.in 1.39:
14436: * src/types/Makefile.am 1.19:
14437: * src/types/Makefile.in 1.33:
14438: 'make dist' works
14439:
14440: * src/classes/classes.C 1.15:
14441: * src/classes/classes.h 1.16:
14442: * src/classes/date.C 1.16:
14443: * src/classes/double.C 1.43:
14444: * src/classes/file.C 1.72:
14445: * src/classes/form.C 1.21:
14446: * src/classes/hash.C 1.35:
14447: * src/classes/hashfile.C 1.22:
14448: * src/classes/image.C 1.66:
14449: * src/classes/image.C 1.67:
14450: * src/classes/int.C 1.40:
14451: * src/classes/mail.C 1.54:
14452: * src/classes/math.C 1.13:
14453: * src/classes/op.C 1.71:
14454: * src/classes/response.C 1.18:
14455: * src/classes/string.C 1.97:
14456: * src/classes/table.C 1.144:
14457: * src/classes/void.C 1.16:
14458: * src/classes/xdoc.C 1.85:
14459: * src/classes/xnode.C 1.38:
14460: * src/classes/xnode.h 1.9:
14461: * src/include/pa_array.h 1.53:
14462: * src/include/pa_cache_managers.h 1.6:
14463: * src/include/pa_charset.h 1.14:
14464: * src/include/pa_charsets.h 1.5:
14465: * src/include/pa_common.h 1.74:
14466: * src/include/pa_config_fixed.h 1.38:
14467: * src/include/pa_config_includes.h 1.17:
14468: * src/include/pa_db_connection.h 1.21:
14469: * src/include/pa_db_manager.h 1.14:
14470: * src/include/pa_db_table.h 1.15:
14471: * src/include/pa_dictionary.h 1.10:
14472: * src/include/pa_dir.h 1.10:
14473: * src/include/pa_exception.h 1.31:
14474: * src/include/pa_exec.h 1.7:
14475: * src/include/pa_globals.h 1.78:
14476: * src/include/pa_hash.h 1.54:
14477: * src/include/pa_opcode.h 1.14:
14478: * src/include/pa_pool.h 1.78:
14479: * src/include/pa_pragma_pack_begin.h 1.4:
14480: * src/include/pa_pragma_pack_end.h 1.4:
14481: * src/include/pa_request.h 1.121:
14482: * src/include/pa_sapi.h 1.18:
14483: * src/include/pa_socks.h 1.8:
14484: * src/include/pa_sql_connection.h 1.23:
14485: * src/include/pa_sql_driver_manager.h 1.23:
14486: * src/include/pa_stack.h 1.13:
14487: * src/include/pa_string.h 1.124:
14488: * src/include/pa_stylesheet_connection.h 1.26:
14489: * src/include/pa_stylesheet_manager.h 1.12:
14490: * src/include/pa_table.h 1.41:
14491: * src/include/pa_threads.h 1.23:
14492: * src/include/pa_types.h 1.37:
14493: * src/main/compile.C 1.58:
14494: * src/main/compile_tools.C 1.45:
14495: * src/main/compile_tools.h 1.58:
14496: * src/main/execute.C 1.218:
14497: * src/main/pa_array.C 1.47:
14498: * src/main/pa_cache_managers.C 1.4:
14499: * src/main/pa_charset.C 1.20:
14500: * src/main/pa_charsets.C 1.6:
14501: * src/main/pa_common.C 1.101:
14502: * src/main/pa_common.C 1.102:
14503: * src/main/pa_db_connection.C 1.37:
14504: * src/main/pa_db_manager.C 1.21:
14505: * src/main/pa_db_table.C 1.20:
14506: * src/main/pa_dictionary.C 1.12:
14507: * src/main/pa_dir.C 1.11:
14508: * src/main/pa_exception.C 1.38:
14509: * src/main/pa_exec.C 1.25:
14510: * src/main/pa_globals.C 1.113:
14511: * src/main/pa_hash.C 1.50:
14512: * src/main/pa_pool.C 1.51:
14513: * src/main/pa_request.C 1.194:
14514: * src/main/pa_socks.C 1.13:
14515: * src/main/pa_sql_driver_manager.C 1.61:
14516: * src/main/pa_status_provider.C 1.4:
14517: * src/main/pa_string.C 1.138:
14518: * src/main/pa_stylesheet_manager.C 1.13:
14519: * src/main/pa_table.C 1.44:
14520: * src/main/untaint.C 1.89:
14521: * src/main/untaint.C 1.90:
14522: * src/sql/pa_sql_driver.h 1.26:
14523: * src/targets/apache13/mod_parser3.C 1.17:
14524: * src/targets/apache13/pa_pool.C 1.5:
14525: * src/targets/apache13/pa_threads.C 1.7:
14526: * src/targets/cgi/pa_pool.C 1.36:
14527: * src/targets/cgi/pa_threads.C 1.9:
14528: * src/targets/cgi/parser3.C 1.154:
14529: * src/targets/cgi/parser3.C 1.155:
14530: * src/targets/cgi/pool_storage.h 1.9:
14531: * src/targets/isapi/pa_pool.C 1.12:
14532: * src/targets/isapi/pa_threads.C 1.8:
14533: * src/targets/isapi/parser3isapi.C 1.63:
14534: * src/targets/isapi/pool_storage.h 1.15:
14535: * src/types/pa_valiased.C 1.13:
14536: * src/types/pa_valiased.h 1.18:
14537: * src/types/pa_value.h 1.79:
14538: * src/types/pa_vbool.h 1.17:
14539: * src/types/pa_vclass.h 1.24:
14540: * src/types/pa_vcode_frame.h 1.14:
14541: * src/types/pa_vcookie.C 1.34:
14542: * src/types/pa_vcookie.C 1.35:
14543: * src/types/pa_vcookie.h 1.15:
14544: * src/types/pa_vdate.h 1.8:
14545: * src/types/pa_vdouble.h 1.32:
14546: * src/types/pa_venv.h 1.20:
14547: * src/types/pa_vfile.C 1.26:
14548: * src/types/pa_vfile.C 1.27:
14549: * src/types/pa_vfile.h 1.40:
14550: * src/types/pa_vform.C 1.52:
14551: * src/types/pa_vform.C 1.53:
14552: * src/types/pa_vform.h 1.33:
14553: * src/types/pa_vhash.h 1.29:
14554: * src/types/pa_vhashfile.C 1.19:
14555: * src/types/pa_vhashfile.C 1.20:
14556: * src/types/pa_vhashfile.h 1.15:
14557: * src/types/pa_vimage.C 1.16:
14558: * src/types/pa_vimage.C 1.17:
14559: * src/types/pa_vimage.h 1.24:
14560: * src/types/pa_vint.h 1.31:
14561: * src/types/pa_vjunction.h 1.12:
14562: * src/types/pa_vmath.h 1.6:
14563: * src/types/pa_vmethod_frame.h 1.22:
14564: * src/types/pa_vobject.h 1.16:
14565: * src/types/pa_vrequest.C 1.16:
14566: * src/types/pa_vrequest.C 1.17:
14567: * src/types/pa_vrequest.h 1.16:
14568: * src/types/pa_vresponse.C 1.4:
14569: * src/types/pa_vresponse.C 1.5:
14570: * src/types/pa_vresponse.h 1.21:
14571: * src/types/pa_vstateless_class.C 1.13:
14572: * src/types/pa_vstateless_class.h 1.23:
14573: * src/types/pa_vstateless_object.h 1.15:
14574: * src/types/pa_vstatus.C 1.6:
14575: * src/types/pa_vstatus.h 1.7:
14576: * src/types/pa_vstring.C 1.16:
14577: * src/types/pa_vstring.C 1.17:
14578: * src/types/pa_vstring.h 1.41:
14579: * src/types/pa_vtable.C 1.11:
14580: * src/types/pa_vtable.C 1.12:
14581: * src/types/pa_vtable.h 1.37:
14582: * src/types/pa_vvoid.h 1.8:
14583: * src/types/pa_vxdoc.C 1.11:
14584: * src/types/pa_vxdoc.C 1.12:
14585: * src/types/pa_vxdoc.h 1.19:
14586: * src/types/pa_vxnode.C 1.15:
14587: * src/types/pa_vxnode.C 1.16:
14588: * src/types/pa_vxnode.h 1.12:
14589: * src/types/pa_wcontext.C 1.15:
14590: * src/types/pa_wcontext.h 1.27:
14591: * src/types/pa_wwrapper.h 1.16:
14592: name spelling
14593:
14594: 2002-02-07 paf
14595: * src/main/compile.C 1.56:
14596: * src/main/compile.tab.C 1.39:
14597: * src/main/compile.y 1.180:
14598: * src/main/compile_tools.h 1.56:
14599: disabled $if reference due to conflicts with local variables
14600:
14601: * configure 1.5:
14602: * configure.in 1.7:
14603: * src/classes/Makefile.in 1.39:
14604: * src/include/pa_config_auto.h.in 1.18:
14605: * src/main/Makefile.in 1.35:
14606: * src/main/pa_common.C 1.99:
14607: * src/main/pa_socks.C 1.10:
14608: * src/targets/Makefile.in 1.30:
14609: * src/targets/cgi/Makefile.in 1.37:
14610: * src/types/Makefile.in 1.31:
14611: compiled under cygwin
14612: added yet another locking function: fcntl
14613:
14614: * src/classes/Makefile.in 1.40:
14615: * src/main/Makefile.in 1.36:
14616: * src/targets/Makefile.in 1.31:
14617: * src/targets/apache13/Makefile.in 1.29:
14618: * src/targets/cgi/Makefile.in 1.38:
14619: * src/types/Makefile.in 1.32:
14620: makes
14621:
14622: * src/include/pa_array.h 1.50:
14623: * src/main/compile.C 1.55:
14624: * src/main/compile.tab.C 1.37:
14625: * src/main/compile.y 1.179:
14626: * src/main/compile_tools.C 1.43:
14627: * src/main/compile_tools.h 1.55:
14628: operators now detected by check at name_without_curly_rdive_read rule whether diving code constists only of
14629: OP_VALUE+string+OP_GET_ELEMENT.
14630: and last op code substituted with OP_GET_ELEMENT_OR_OPERATOR
14631: to form
14632: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.
14633: code
14634:
14635: * operators.txt 1.6:
14636: * src/classes/string.C 1.95:
14637: * src/include/pa_config_fixed.h 1.35:
14638: * src/main/compile.tab.C 1.38:
14639: ^int/double/string.format
14640: now can be called with normal [] brackets, not stupid {} as it were implemented for some strange reason.
14641: retaining backward compatibility due to some already-implemented servers
14642:
14643: * config.sub 1.2:
14644: on cygwin configure passes it with strange i1586 const, hacked
14645: it to mean i586
14646:
14647: * src/main/pa_socks.C 1.11:
14648: swapped headers to avoid compiler warnings
14649:
14650: * operators.txt 1.7:
14651: * src/classes/table.C 1.142:
14652: * src/include/pa_array.h 1.51:
14653: * src/include/pa_table.h 1.39:
14654: * src/main/pa_array.C 1.45:
14655: * src/main/pa_table.C 1.42:
14656: * www/htdocs/auto.p 1.3:
14657: * www/htdocs/index.html 1.6:
14658: table::create now // 'set' name obsolete now
14659: table clone.
14660:
14661: * operators.txt 1.8:
14662: * src/classes/xdoc.C 1.83:
14663: * src/include/pa_config_fixed.h 1.36:
14664: xdoc::set obsolete now, now xdoc::create, with both sences
14665:
14666: 2002-02-06 paf
14667: * src/classes/mail.C 1.52:
14668: *** empty log message ***
14669:
14670: * configure 1.4:
14671: * configure.in 1.6:
14672: prefix expanded, grr
14673:
14674: * operators.txt 1.5:
14675: * src/classes/mail.C 1.51:
14676: mail:send config changed
14677:
14678: 2002-02-05 paf
14679: * configure.in 1.3:
14680: * operators.txt 1.2:
14681: * src/classes/file.C 1.70:
14682: * src/classes/op.C 1.69:
14683: * src/include/pa_common.h 1.72:
14684: * src/include/pa_config_includes.h 1.15:
14685: * src/main/compile.tab.C 1.36:
14686: * src/main/pa_common.C 1.98:
14687: * www/htdocs/index.html 1.5:
14688: rewritten ^cache to use non-blocking-exclusive-caches
14689:
14690: * src/types/pa_vstatus.C 1.4:
14691: status:rusage 3
14692:
14693: * src/main/pa_common.C 1.97:
14694: text file read mode on win32 adjusted [speed impact. was off
14695: for debugging purpose, but forgotten afterwards]
14696:
14697: * operators.txt 1.3:
14698: status:rusage described int operators
14699:
14700: * configure.in 1.4:
14701: * src/types/Makefile.am 1.18:
14702: * src/types/pa_vstatus.h 1.5:
14703: * src/types/types.dsp 1.18:
14704: status:rusage
14705:
14706: * src/types/pa_vstatus.C 1.1:
14707: status:rusage 1
14708:
14709: * configure 1.3:
14710: * configure.in 1.5:
14711: * src/include/pa_config_auto.h.in 1.17:
14712: * src/types/Makefile.in 1.30:
14713: * src/types/pa_vstatus.C 1.2:
14714: *** empty log message ***
14715:
14716: * src/main/pa_exec.C 1.22.14.1:
14717: * src/main/pa_exec.C 1.23:
14718: argv0 now correct
14719:
14720: * src/types/pa_vstatus.C 1.3:
14721: status:rusage 2
14722:
14723: * operators.txt 1.4:
14724: regex options commented
14725:
14726: 2002-02-01 paf
14727: * src/classes/op.C 1.62.2.1.2.3:
14728: file_write does EX lock after create,
14729: while file_read does SH after open,
14730: 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,
14731: added a check for that in ^cache...read
14732:
14733: 2002-01-31 paf
14734: * src/main/execute.C 1.210:
14735: * www/htdocs/index.html 1.3:
14736: operators check, thay mistakenly seen in
14737: $class:operator
14738: $object.operators
14739: contexts
14740:
14741: * INSTALL 1.2:
14742: * Makefile.in 1.2:
14743: * configure 1.2:
14744: * configure.in 1.2:
14745: * etc/Makefile.am 1.2:
14746: * etc/Makefile.in 1.2:
14747: * etc/parser3.charsets/Makefile.in 1.3:
14748: * ident.awk 1.2:
14749: * src/Makefile.in 1.42:
14750: * src/classes/Makefile.am 1.36:
14751: * src/classes/Makefile.in 1.38:
14752: * src/main/Makefile.am 1.29:
14753: * src/main/Makefile.in 1.34:
14754: * src/targets/Makefile.in 1.29:
14755: * src/targets/apache13/Makefile.am 1.10:
14756: * src/targets/cgi/Makefile.am 1.27:
14757: * src/targets/cgi/Makefile.in 1.36:
14758: * src/targets/cgi/pa_config_paths.h.in 1.1:
14759: * src/targets/cgi/parser3.C 1.152:
14760: * src/types/Makefile.am 1.17:
14761: * src/types/Makefile.in 1.29:
14762: lowered indent.awk back to src/
14763:
14764: * src/classes/xdoc.C 1.82:
14765: * src/targets/cgi/parser3.dsp 1.41:
14766: * www/htdocs/index.html 1.2:
14767: now compiles under win32
14768:
14769: * src/main/compile.tab.C 1.35:
14770: * src/main/compile.y 1.178:
14771: disabled operator call after ^xxx:
14772:
14773: * AUTHORS 1.1:
14774: * COPYING 1.1:
14775: * INSTALL 1.1:
14776: * Makefile.am 1.1:
14777: * Makefile.in 1.1:
14778: * NEWS 1.1:
14779: * README 1.1:
14780: * acinclude.m4 1.1:
14781: * aclocal.m4 1.1:
14782: * asm.txt 1.1:
14783: * config.guess 1.1:
14784: * config.sub 1.1:
14785: * configure 1.1:
14786: * configure.in 1.1:
14787: * etc/Makefile.am 1.1:
14788: * etc/Makefile.in 1.1:
14789: * etc/parser3.charsets/Makefile.am 1.1:
14790: * etc/parser3.charsets/Makefile.in 1.1:
14791: * etc/parser3.charsets/koi8-r.cfg 1.1:
14792: * etc/parser3.charsets/windows-1250.cfg 1.1:
14793: * etc/parser3.charsets/windows-1251.cfg 1.1:
14794: * form.txt 1.1:
14795: * ident.awk 1.1:
14796: * install-sh 1.1:
14797: * lang.txt 1.1:
14798: * ltconfig 1.1:
14799: * ltmain.sh 1.1:
14800: * missing 1.1:
14801: * mkinstalldirs 1.1:
14802: * operators.txt 1.1:
14803: * parser3.dsw 1.1:
14804: * sql.txt 1.1:
14805: * src/Makefile.am 1.14:
14806: * src/Makefile.in 1.41:
14807: * src/classes/Makefile.am 1.35:
14808: * src/classes/Makefile.in 1.37:
14809: * src/include/pa_config_auto.h.in 1.16:
14810: * src/main/Makefile.am 1.28:
14811: * src/main/Makefile.in 1.33:
14812: * src/targets/Makefile.in 1.28:
14813: * src/targets/apache13/Makefile.am 1.9:
14814: * src/targets/apache13/Makefile.in 1.28:
14815: * src/targets/cgi/Makefile.am 1.26:
14816: * src/targets/cgi/Makefile.in 1.35:
14817: * src/targets/cgi/parser3.C 1.151:
14818: * src/types/Makefile.am 1.16:
14819: * src/types/Makefile.in 1.28:
14820: * types.txt 1.1:
14821: * www/Makefile.am 1.1:
14822: * www/Makefile.in 1.1:
14823: * www/htdocs/auto.p 1.1:
14824: * www/htdocs/global.xsl 1.1:
14825: * www/htdocs/index.html 1.1:
14826: * www/htdocs/parser-status.html 1.1:
14827: * www/htdocs/people.dtd 1.1:
14828: moved etc&www out of src, moved configure&co out of src
14829: added windows-1250.cfg
14830: straightened installation scripts procedure
14831: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
14832:
14833: * src/include/pa_opcode.h 1.12:
14834: * src/include/pa_request.h 1.119:
14835: * src/main/compile.C 1.54:
14836: * src/main/compile.tab.C 1.33:
14837: * src/main/compile.y 1.177:
14838: * src/main/compile_tools.C 1.42:
14839: * src/main/compile_tools.h 1.54:
14840: * src/main/execute.C 1.215:
14841: * src/types/pa_wcontext.h 1.25:
14842: operators check 6.1
14843: rewritten. now check is done at compile time
14844:
1.38 ! paf 14845: * etc/parser3.charsets/Makefile.in 1.2:
! 14846: *** empty log message ***
! 14847:
1.15 paf 14848: * src/main/execute.C 1.214:
14849: operators check 5
14850: floated up old error of staying in 'entered class/object' state after $a($a..)
14851: it prevented operators from being called thereafter
14852:
14853: * src/main/compile.tab.C 1.34:
14854: * src/main/execute.C 1.216:
14855: made operators lookup first in ^xxx situation.
14856: so that one could not do
14857: $if[1]
14858: ^if[xxx]
14859:
14860: * src/main/execute.C 1.211:
14861: * src/types/pa_wcontext.h 1.24:
14862: * www/htdocs/auto.p 1.2:
14863: * www/htdocs/index.html 1.4:
14864: operators check 2
14865: floated up old error of staying in 'entered class' state after $a:a[a]
14866: it prevented operators from being called thereafter
14867:
14868: * src/main/execute.C 1.212:
14869: operators check 3
14870: floated up old error of staying in 'entered class' state after $a:a(a)
14871: it prevented operators from being called thereafter
14872:
14873: * src/include/pa_opcode.h 1.11:
14874: * src/main/compile.tab.C 1.32:
14875: * src/main/compile.y 1.176:
14876: * src/main/execute.C 1.213:
14877: operators check 4
14878: floated up old error of staying in 'entered object' state after ^a.a(a)
14879: it prevented operators from being called thereafter
14880:
14881: 2002-01-30 paf
14882: * src/classes/xdoc.C 1.81:
14883: acconfig.h changed [comments before #undefs removed]
14884: those comments were a mistake, and prevented libltdl from function properly
14885:
14886: 2002-01-29 paf
14887: * src/Makefile.am 1.13:
14888: * src/Makefile.in 1.40:
14889: * src/classes/Makefile.am 1.34:
14890: * src/classes/Makefile.in 1.36:
14891: * src/main/Makefile.in 1.32:
14892: * src/targets/Makefile.in 1.27:
14893: * src/targets/apache13/Makefile.in 1.27:
14894: * src/targets/cgi/Makefile.in 1.34:
14895: * src/types/Makefile.in 1.27:
14896: removed libltdl/libtool creation [modified acinclude.m4 which were creating int into just assignment LIBTOOL=../libtool]
14897: added default system config&charsetts
14898: prepared 'make install', now it installs
14899: targets/cgi/parser3 into bin directory
14900: etc/parser3.conf & etc/parser3.charsets/* into $sysconfdir and $sysconfdir/parser3.charsets respectively
14901:
14902: * src/classes/xdoc.C 1.80:
14903: * src/include/pa_charset.h 1.12:
14904: * src/include/pa_globals.h 1.76:
14905: * src/main/pa_globals.C 1.111:
14906: few forgotten ifdef XML added
14907:
14908: 2002-01-28 paf
14909: * src/classes/xdoc.C 1.79:
14910: * src/classes/xnode.h 1.7:
14911: * src/main/pa_exception.C 1.35:
14912: xdoc.importNode 0
14913:
14914: * src/classes/xdoc.C 1.78:
14915: xdoc::set now untaints OK
14916:
14917: * src/Makefile.in 1.39:
14918: stupid make runs automake on ths
14919:
14920: * src/classes/xnode.C 1.34:
14921: * src/types/pa_vxdoc.h 1.17:
14922: xdoc.importNode 1 [fixed as_node helper func to accept docs]
14923:
14924: * src/classes/Makefile.am 1.33:
14925: * src/classes/Makefile.in 1.35:
14926: * src/targets/cgi/Makefile.am 1.25:
14927: * src/targets/cgi/Makefile.in 1.33:
14928: xalan-patch removed
14929:
14930: * src/main/pa_exception.C 1.36:
14931: dom|generic error output fix
14932:
14933: * src/classes/xnode.C 1.35:
14934: xdoc.importNode 2 [mistype err]
14935:
14936: * src/classes/xnode.C 1.36:
14937: xdoc.importNode 3 [check err]
14938:
14939: 2002-01-25 paf
14940: * src/include/pa_charset.h 1.11:
14941: * src/main/pa_globals.C 1.110:
14942: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
14943:
14944: * src/classes/hash.C 1.33:
14945: unified hash::sql, now
14946: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
14947:
14948: * src/classes/file.C 1.68:
14949: * src/classes/op.C 1.68:
14950: * src/classes/string.C 1.94:
14951: * src/classes/table.C 1.141:
14952: * src/classes/xdoc.C 1.77:
14953: * src/include/pa_common.h 1.70:
14954: * src/main/pa_common.C 1.95:
14955: * src/types/pa_vfile.h 1.38:
14956: removed redundant pool param to some pa_common funcs
14957:
14958: * src/classes/file.C 1.69:
14959: * src/include/pa_common.h 1.71:
14960: * src/main/pa_common.C 1.96:
14961: ^file:lock[filename]{code}
14962:
14963: * src/include/pa_charset.h 1.10:
14964: * src/include/pa_charset.h 1.2.2.1:
14965: * src/include/pa_config_fixed.h 1.34.6.1:
14966: * src/main/compile.tab.C 1.27.6.3:
14967: * src/main/pa_charset.C 1.18:
14968: typedef XMLCh... not stupid illegal define
14969:
14970: * src/main/compile.tab.C 1.31:
14971: * src/main/compile.y 1.175:
14972: #comment before @ after @SPECIAL
14973: now works OK
14974:
14975: * src/main/pa_exec.C 1.20:
14976: max arg count now 10, and proper message on violation that added
14977:
14978: * src/main/pa_exec.C 1.21:
14979: * src/main/pa_exec.C 1.22:
14980: unix: exec now does chdir to script dir
14981:
14982: 2002-01-24 paf
14983: * src/classes/hashfile.C 1.20:
14984: * src/include/pa_db_table.h 1.13:
14985: * src/include/pa_opcode.h 1.10:
14986: * src/main/compile.tab.C 1.30:
14987: * src/main/compile.y 1.174:
14988: * src/main/compile_tools.C 1.41:
14989: * src/main/compile_tools.h 1.53:
14990: * src/main/execute.C 1.209:
14991: * src/main/pa_db_connection.C 1.35:
14992: * src/main/pa_db_table.C 1.18:
14993: * src/types/pa_vhashfile.C 1.17:
14994: * src/types/pa_vhashfile.h 1.13:
14995: merged from r17 - hashfile without logfiles
14996:
14997: * src/classes/xnode.C 1.31:
14998: xnode.select returns array always now, in case 'nothing found'
14999: returns empty array
15000:
15001: * src/include/pa_version.h 1.3:
15002: changed version number
15003:
15004: * src/classes/xdoc.C 1.74:
15005: checked empty response
15006:
15007: * src/classes/hashfile.C 1.19.2.1:
15008: * src/include/pa_db_table.h 1.12.6.1:
15009: * src/main/compile.tab.C 1.27.6.2:
15010: * src/main/pa_db_connection.C 1.34.6.1:
15011: * src/main/pa_db_table.C 1.17.2.1:
15012: * src/types/pa_vhashfile.C 1.16.6.1:
15013: * src/types/pa_vhashfile.h 1.12.14.1:
15014: hashfile:
15015: removed use of transactions
15016: [libdb removed DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN init bits,
15017: thus got rid of huge log files, which cluttered disk without huge need]
15018:
15019: * src/classes/xdoc.C 1.76:
15020: * src/classes/xnode.C 1.33:
15021: * src/classes/xnode.h 1.6:
15022: gdome_xml_doc_get_xmlDoc handy macro, which is strangly abscent
15023: in dome lib
15024:
15025: * src/classes/xnode.C 1.30:
15026: xpath nodes select bug [0] instead of [i], be more tender with
15027: ctrl/c/v
15028:
15029: * src/classes/xdoc.C 1.75:
15030: xsltSaveResultTo checked <0 response
15031:
15032: * src/classes/xnode.C 1.32:
15033: xdoc.select fixed context node [were always /, not self node]
15034:
15035: 2002-01-23 paf
15036: * src/classes/xdoc.C 1.72:
15037: * src/main/pa_globals.C 1.108:
15038: * src/types/pa_vdouble.h 1.29:
15039: %.20E now default float format
15040: this is for regretful twice-converting here:
15041: $a(double value) when they write double falue they convert it to string first,
15042: thus %g were losing precesion.
15043:
15044: todo: think up some way to remove double->string string->double twice-converting
15045:
15046: * src/main/pa_globals.C 1.105:
15047: removed debug xslt messages
15048:
15049: * src/main/pa_globals.C 1.106:
15050: xslt linked dynamically. [mistekenly were statically linked]
15051:
15052: * src/include/pa_exception.h 1.29:
15053: * src/main/compile.tab.C 1.29:
15054: * src/main/pa_exception.C 1.34:
15055: removed exception va_list constructor.
15056: 1. not needed anymore
15057: 2. there were a conflict[causing errors] between
15058: ctor(, va_list)
15059: ctor(, ...)
15060: compiler[both msvc and gcc] never detected an ambiguilty here, compiling
15061: ctor(, "hello") into ctor(, va_list) which, of course, caused gpf
15062:
15063: * src/types/pa_vdouble.h 1.30:
15064: %.20E now float format when %g produced 'e' in output
15065: this is for regretful twice-converting here:
15066: $a(double value) when they write double falue they convert it to string first,
15067: thus %g were losing precesion.
15068:
15069: todo: think up some way to remove double->string string->double twice-converting
15070:
15071: * src/types/pa_vdouble.h 1.28.14.1:
15072: double prec. todo: get rid of twice-converting
15073:
15074: * src/classes/xdoc.C 1.71:
15075: * src/include/pa_stylesheet_connection.h 1.24:
15076: * src/main/pa_globals.C 1.107:
15077: xmlSubstituteEntitiesDefault(1) now global, reasons in comment inside
15078:
15079: * src/classes/xdoc.C 1.73:
15080: * src/main/pa_globals.C 1.109:
15081: xdoc::load/set entities substituted.
15082: // 2. when dom tree with entites goes under transform text nodes
15083: // got [erroreosly] cut on first entity occurance
15084:
15085: 2002-01-22 paf
15086: * src/classes/table.C 1.140:
15087: join behaived badly in case named tables structure mismatched: 0 strings sneaked into dest failing afterwards.
15088: replaced them with empty strings
15089:
15090: * src/classes/xdoc.C 1.70:
15091: * src/include/pa_stylesheet_connection.h 1.23:
15092: * src/main/pa_globals.C 1.104:
15093: xsl stylesheet load: parsed entities, this helps compiling stylesheet properly.
15094: example:
15095: this refused to work,
15096: <b>«<xsl:value-of select="@title" />»</b>
15097: stranly worked only this way:
15098: <b>«<xsl:value-of select="@title" />»</b>
15099:
15100: docs says "set it to 1", never going into details, so I decided to try NOT to do that
15101:
15102: 2002-01-21 paf
15103: * src/include/pa_stylesheet_connection.h 1.20:
15104: * src/main/pa_exception.C 1.32:
15105: xml generic message 1
15106:
15107: * src/main/pa_charset.C 1.17:
15108: checked empty transcoders in transcode_cstr|buf
15109:
15110: * src/classes/Makefile.in 1.34:
15111: * src/classes/xdoc.C 1.67:
15112: * src/classes/xnode.C 1.29:
15113: * src/include/pa_stylesheet_connection.h 1.22:
15114: * src/main/pa_charset.C 1.16:
15115: * src/main/pa_globals.C 1.103:
15116: * src/main/pa_sql_driver_manager.C 1.59:
15117: * src/main/pa_stylesheet_manager.C 1.11:
15118: * src/targets/cgi/Makefile.am 1.24:
15119: * src/targets/cgi/Makefile.in 1.32:
15120: autoconf gnome
15121:
15122: * src/classes/xdoc.C 1.69:
15123: xdoc::load error source = filespec
15124:
15125: * src/classes/table.C 1.139:
15126: ^table::load
15127: empty lines or #comments before headline
15128:
15129: * src/include/pa_array.h 1.49:
15130: * src/include/pa_globals.h 1.74:
15131: * src/include/pa_request.h 1.118:
15132: * src/include/pa_threads.h 1.21:
15133: * src/main/pa_array.C 1.44:
15134: * src/main/pa_exception.C 1.31:
15135: * src/main/pa_globals.C 1.101:
15136: * src/main/pa_request.C 1.192:
15137: * src/targets/apache13/pa_threads.C 1.4:
15138: * src/targets/cgi/pa_threads.C 1.6:
15139: * src/targets/isapi/pa_threads.C 1.6:
15140: xml generic errors 0
15141:
15142: * src/classes/xdoc.C 1.66:
15143: * src/classes/xnode.C 1.28:
15144: * src/include/pa_exception.h 1.28:
15145: * src/include/pa_globals.h 1.75:
15146: * src/include/pa_stylesheet_connection.h 1.21:
15147: * src/main/pa_exception.C 1.33:
15148: * src/main/pa_globals.C 1.102:
15149: * src/targets/apache13/pa_threads.C 1.5:
15150: * src/targets/cgi/pa_threads.C 1.7:
15151: xslt generic error 1
15152:
15153: * src/classes/xdoc.C 1.68:
15154: transform error source now stylesheet_filespec
15155:
15156: 2002-01-16 paf
15157: * src/classes/xdoc.C 1.64:
15158: few comments
15159:
15160: * src/classes/hash.C 1.32:
15161: * src/classes/op.C 1.67:
15162: * src/classes/string.C 1.93:
15163: * src/classes/table.C 1.138:
15164: * src/classes/void.C 1.14:
15165: * src/classes/xdoc.C 1.65:
15166: * src/include/pa_db_connection.h 1.19:
15167: * src/include/pa_request.h 1.117:
15168: * src/include/pa_sql_connection.h 1.21:
15169: * src/include/pa_sql_driver_manager.h 1.21:
15170: * src/include/pa_stylesheet_connection.h 1.19:
15171: * src/include/pa_stylesheet_manager.h 1.10:
15172: * src/main/pa_request.C 1.191:
15173: * src/main/pa_sql_driver_manager.C 1.58:
15174: * src/main/pa_stylesheet_manager.C 1.10:
15175: * src/targets/cgi/pool_storage.h 1.7:
15176: auto closers to sql_connection, stylesheet_connection
15177: auto destroyers to remaining gnome objects
15178:
15179: 2002-01-15 paf
15180: * src/classes/xdoc.C 1.61:
15181: * src/include/pa_charset.h 1.9:
15182: * src/main/pa_charset.C 1.15:
15183: started output options parsing
15184:
15185: * src/classes/xdoc.C 1.63:
15186: xdoc
15187: file
15188: save
15189: string
15190:
15191: ready.
15192: todo: error handling
15193:
15194: * src/classes/xdoc.C 1.62:
15195: xdoc save rewritten using xmlAllocOutputBuffer
15196: less mallocs, more reallocs. less fragmented result
15197:
15198: 2002-01-14 paf
15199: * src/classes/xdoc.C 1.60:
15200: method
15201:
15202: * src/classes/xdoc.C 1.59:
15203: * src/classes/xnode.C 1.27:
15204: * src/include/pa_charset.h 1.8:
15205: * src/include/pa_pool.h 1.76:
15206: * src/include/pa_stylesheet_connection.h 1.18:
15207: * src/main/main.dsp 1.145:
15208: * src/main/pa_charset.C 1.14:
15209: * src/main/pa_globals.C 1.100:
15210: * src/main/pa_pool.C 1.49:
15211: * src/main/pa_stylesheet_manager.C 1.9:
15212: * src/types/pa_vxdoc.h 1.16:
15213: xslt transform0.
15214: TODO:
15215: use output options
15216: handle errors
15217:
15218: * src/classes/xdoc.C 1.58:
15219: * src/classes/xnode.C 1.26:
15220: ^xdoc.file
15221:
15222: 2002-01-11 paf
15223: * src/classes/xnode.C 1.22:
15224: * src/include/pa_charset.h 1.6:
15225: * src/main/pa_charset.C 1.13:
15226: xpath selectNode 1
15227:
15228: * src/include/pa_opcode.h 1.9.6.1:
15229: * src/main/compile.tab.C 1.27.6.1:
15230: * src/main/compile.y 1.173.14.1:
15231: * src/main/compile_tools.C 1.40.14.1:
15232: * src/main/compile_tools.h 1.52.6.1:
15233: * src/main/execute.C 1.208.2.1:
15234: partial logical && || evaluation
15235:
15236: * src/classes/xnode.C 1.23:
15237: xpath selectNode 2
15238:
15239: * src/classes/xnode.C 1.24:
15240: * src/include/pa_charset.h 1.7:
15241: xpath selectNode 3: string/number/bool
15242:
15243: * src/classes/xnode.C 1.25:
15244: xpath selectNodes
15245:
15246: 2002-01-10 paf
15247: * src/classes/xnode.C 1.21:
15248: xpath selectNode -100 [just written]
15249:
15250: * src/classes/xdoc.C 1.57:
15251: * src/classes/xnode.C 1.20:
15252: * src/include/pa_charset.h 1.5:
15253: * src/include/pa_exception.h 1.27:
15254: * src/include/pa_pool.h 1.75:
15255: * src/main/pa_charset.C 1.12:
15256: * src/main/pa_pool.C 1.48:
15257: GdomeDOMString_auto_ptr c++ wrapper [calls refcounter]
15258:
15259: 2001-12-29 paf
15260: * src/classes/xdoc.C 1.56:
15261: * src/include/pa_exception.h 1.26:
15262: * src/main/pa_charset.C 1.11:
15263: * src/main/pa_exception.C 1.30:
15264: * src/main/pa_globals.C 1.99:
15265: xdoc
15266: ^set
15267: ^string with glib works 0
15268:
15269: 2001-12-28 paf
15270: * src/main/pa_globals.C 1.98:
15271: renamed gdome to libgdome.dll
15272:
15273: * src/classes/classes.dsp 1.14:
15274: * src/classes/mail.C 1.50:
15275: * src/classes/xdoc.C 1.54:
15276: * src/classes/xnode.C 1.19:
15277: * src/classes/xnode.h 1.5:
15278: * src/include/pa_exception.h 1.25:
15279: * src/include/pa_globals.h 1.73:
15280: * src/main/compile.tab.C 1.28:
15281: * src/main/main.dsp 1.144:
15282: * src/main/pa_charset.C 1.9:
15283: * src/main/pa_dir.C 1.9:
15284: * src/main/pa_exception.C 1.28:
15285: * src/main/pa_exec.C 1.19:
15286: * src/main/pa_globals.C 1.97:
15287: * src/main/pa_socks.C 1.9:
15288: * src/targets/cgi/parser3.C 1.150:
15289: * src/targets/cgi/parser3.dsp 1.40:
15290: * src/types/pa_vxdoc.C 1.9:
15291: * src/types/pa_vxdoc.h 1.15:
15292: * src/types/pa_vxnode.C 1.13:
15293: * src/types/pa_vxnode.h 1.10:
15294: gnome libs just compiled in.
15295: no refcounting
15296: no xpath
15297: no xslt
15298: yet
15299:
15300: * src/classes/xdoc.C 1.55:
15301: * src/include/pa_charset.h 1.4:
15302: * src/main/pa_charset.C 1.10:
15303: * src/main/pa_exception.C 1.29:
15304: started glib transcoders
15305:
15306: 2001-12-27 paf
15307: * src/include/pa_charset.h 1.3:
15308: * src/include/pa_common.h 1.69:
15309: * src/include/pa_exception.h 1.24:
15310: * src/include/pa_globals.h 1.72:
15311: * src/include/pa_pool.h 1.74:
15312: * src/main/main.dsp 1.143:
15313: * src/main/pa_charset.C 1.8:
15314: * src/main/pa_charsets.C 1.4:
15315: * src/main/pa_globals.C 1.96:
15316: * src/main/pa_pool.C 1.47:
15317: * src/targets/cgi/parser3.C 1.149:
15318: * src/targets/cgi/parser3.dsp 1.39:
15319: * src/types/pa_vxdoc.C 1.8:
15320: * src/types/pa_vxdoc.h 1.14:
15321: * src/types/pa_vxnode.C 1.12:
15322: * src/types/pa_vxnode.h 1.9:
15323: * src/types/types.dsp 1.17:
15324: going away from xalan&xerces, started the process.
15325: globals [initialization
15326: pool [charset update
15327: charset [transcodings
15328: vxnode vxdoc [DOM calls
15329:
15330: * src/classes/Makefile.am 1.32:
15331: going away from xalan&xerces, not needed anymore
15332:
15333: 2001-12-26 paf
15334: * src/include/pa_charset.h 1.2:
15335: * src/include/pa_charsets.h 1.3:
15336: * src/main/pa_charset.C 1.7:
15337: * src/main/pa_charsets.C 1.3:
15338: * src/main/pa_request.C 1.190:
15339: charset key globalized [bug]
15340:
15341: 2001-12-25 paf
15342: * src/classes/mail.C 1.49:
15343: * src/classes/table.C 1.137:
15344: * src/include/pa_string.h 1.122:
15345: * src/main/pa_string.C 1.136:
15346: table set & append changed splitting languages, separators now can be clean AND as-is
15347: same to mail command line $MAIN:MAIL.progX arguments
15348:
15349: 2001-12-24 paf
15350: * src/classes/hashfile.C 1.19:
15351: * src/classes/op.C 1.66:
15352: * src/main/pa_db_table.C 1.17:
15353: * src/main/pa_string.C 1.135:
15354: read from cache size check updated
15355:
15356: * src/main/pa_string.C 1.133:
15357: * src/main/pa_string.C 1.134:
15358: String::join_chain another ugly bug :(
15359:
15360: * src/classes/mail.C 1.48:
15361: one parted text messages - no multipart mime-type anymore.
15362: for convinient if $.attach-ments
15363:
15364: 2001-12-21 paf
15365: * src/main/pa_request.C 1.189:
15366: $result in @main actually not working, to hell with it for now
15367:
15368: * src/main/execute.C 1.207:
15369: junction evaluation canceled - endless recursion detected
15370:
15371: * src/classes/date.C 1.14:
15372: date:sql-string now returns localtime
15373:
15374: * src/include/pa_request.h 1.116:
15375: * src/main/execute.C 1.208:
15376: * src/main/pa_request.C 1.188:
15377: * src/types/pa_vmethod_frame.h 1.20:
15378: * src/types/pa_wcontext.h 1.23:
15379: $result in @main @postprocess @exception
15380:
15381: 2001-12-19 paf
15382: * src/main/pa_request.C 1.187:
15383: CLASS_PATH now / = DOCUMENT_ROOT
15384:
15385: * src/classes/op.C 1.65:
15386: ^cache keypath now relative
15387:
15388: * src/classes/hashfile.C 1.18:
15389: ^hashfile.open DB_HOME now relative
15390:
15391: * src/main/pa_charset.C 1.6:
15392: charset->charset transcoding via unicode intermediate
15393:
15394: * src/classes/mail.C 1.46:
15395: * src/include/pa_config_fixed.h 1.34:
15396: to/from 0 check were missing
15397:
15398: * src/classes/mail.C 1.47:
15399: changed weighting prior to sort
15400:
15401: 2001-12-17 paf
15402: * src/classes/mail.C 1.45:
15403: * src/include/pa_charsets.h 1.2:
15404: * src/include/pa_string.h 1.121:
15405: * src/main/pa_charsets.C 1.2:
15406: * src/main/untaint.C 1.87:
15407: * src/types/pa_vrequest.C 1.14:
15408: * src/types/pa_vresponse.C 1.2:
15409: ^mail:send[
15410: $.charset[zzz]
15411: addded
15412:
15413: * src/include/pa_db_table.h 1.12:
15414: * src/main/pa_db_table.C 1.16:
15415: db_table used outdated unset services_pool
15416:
15417: * src/main/pa_charset.C 1.5:
15418: ifndef XML were bad type
15419:
15420: * src/classes/image.C 1.63:
15421: govno
15422:
15423: * src/main/untaint.C 1.86:
15424: allowed space in filespec
15425:
15426: * src/classes/image.C 1.64:
15427: no govno
15428:
15429: * src/targets/apache13/mod_parser3.C 1.15:
15430: test r->finfo.st_mode check seems to work only on win32
15431:
15432: * src/main/pa_charset.C 1.4:
15433: empty bufs transcode [forgot check :(]
15434:
15435: 2001-12-15 paf
15436: * src/classes/file.C 1.67:
15437: * src/classes/math.C 1.11:
15438: * src/classes/op.C 1.64:
15439: * src/classes/string.C 1.92:
15440: * src/classes/table.C 1.136:
15441: * src/classes/xdoc.C 1.53:
15442: * src/include/pa_array.h 1.48:
15443: * src/include/pa_cache_managers.h 1.4:
15444: * src/include/pa_charset_connection.h 1.6:
15445: * src/include/pa_charset_manager.h 1.8:
15446: * src/include/pa_common.h 1.68:
15447: * src/include/pa_db_connection.h 1.18:
15448: * src/include/pa_db_manager.h 1.12:
15449: * src/include/pa_db_table.h 1.11:
15450: * src/include/pa_dictionary.h 1.8:
15451: * src/include/pa_exception.h 1.23:
15452: * src/include/pa_exec.h 1.5:
15453: * src/include/pa_globals.h 1.71:
15454: * src/include/pa_hash.h 1.52:
15455: * src/include/pa_opcode.h 1.9:
15456: * src/include/pa_pool.h 1.73:
15457: * src/include/pa_request.h 1.115:
15458: * src/include/pa_sapi.h 1.16:
15459: * src/include/pa_socks.h 1.6:
15460: * src/include/pa_sql_connection.h 1.20:
15461: * src/include/pa_sql_driver_manager.h 1.20:
15462: * src/include/pa_string.h 1.120:
15463: * src/include/pa_stylesheet_connection.h 1.17:
15464: * src/include/pa_stylesheet_manager.h 1.9:
15465: * src/include/pa_table.h 1.38:
15466: * src/include/pa_transcoder.h 1.3:
15467: * src/main/compile_tools.h 1.52:
15468: * src/main/main.dsp 1.142:
15469: * src/main/pa_charset.C 1.1:
15470: * src/main/pa_charset_connection.C 1.13:
15471: * src/main/pa_charset_manager.C 1.10:
15472: * src/main/pa_charsets.C 1.1:
15473: * src/main/pa_globals.C 1.95:
15474: * src/main/pa_pool.C 1.46:
15475: * src/main/pa_request.C 1.186:
15476: * src/main/pa_string.C 1.132:
15477: * src/main/pa_transcoder.C 1.4:
15478: * src/main/untaint.C 1.84:
15479: * src/types/pa_vfile.C 1.24:
15480: * src/types/pa_vform.C 1.50:
15481: * src/types/pa_vform.h 1.31:
15482: * src/types/pa_vrequest.C 1.13:
15483: * src/types/pa_vrequest.h 1.14:
15484: * src/types/pa_vresponse.C 1.1:
15485: * src/types/pa_vresponse.h 1.19:
15486: * src/types/types.dsp 1.16:
15487: introducing Charset
15488:
15489: * src/main/pa_charset.C 1.2:
15490: name_cstr 0
15491:
15492: * src/main/Makefile.in 1.31:
15493: * src/targets/apache13/Makefile.in 1.26:
15494: * src/targets/cgi/Makefile.in 1.31:
15495: * src/types/Makefile.in 1.26:
15496: makes
15497:
15498: * src/include/pa_charset.h 1.1:
15499: * src/include/pa_charsets.h 1.1:
15500: forgot to add
15501:
15502: * src/main/Makefile.am 1.27:
15503: * src/main/pa_charset.C 1.3:
15504: * src/types/Makefile.am 1.15:
15505: charset_connection&manager replaced by charset&charsets
15506:
15507: * src/main/untaint.C 1.85:
15508: uri lang now knows about client/source charsets
15509:
15510: 2001-12-14 paf
15511: * src/include/pa_request.h 1.114:
15512: * src/include/pa_transcoder.h 1.2:
15513: * src/main/pa_request.C 1.185:
15514: * src/main/pa_transcoder.C 1.3:
15515: * src/types/pa_vform.C 1.49:
15516: * src/types/pa_vform.h 1.30:
15517: transcodeToUTF8[were FromUTF8] for forms
15518: todo: uri lang
15519:
15520: * src/targets/apache13/Makefile.am 1.8:
15521: * src/targets/cgi/Makefile.am 1.23:
15522: -I../../pcre to .am
15523:
15524: * src/include/pa_charset_connection.h 1.5:
15525: * src/include/pa_pool.h 1.72:
15526: * src/include/pa_request.h 1.113:
15527: * src/include/pa_transcoder.h 1.1:
15528: * src/main/Makefile.am 1.26:
15529: * src/main/main.dsp 1.141:
15530: * src/main/pa_charset_connection.C 1.12:
15531: * src/main/pa_charset_manager.C 1.9:
15532: * src/main/pa_request.C 1.184:
15533: * src/main/pa_transcoder.C 1.1:
15534: * src/types/Makefile.am 1.14:
15535: * src/types/pa_vrequest.C 1.12:
15536: * src/types/pa_vrequest.h 1.13:
15537: * src/types/pa_vresponse.h 1.18:
15538: * src/types/types.dsp 1.15:
15539: changed charset model.
15540: now important:
15541: $request:charset
15542: $response:charset
15543: while
15544: $response:content-type.charset
15545: become unimportant [informational]
15546:
15547: * src/include/pa_globals.h 1.70:
15548: * src/main/pa_globals.C 1.94:
15549: removed unused defalts_name global
15550:
15551: * src/main/pa_transcoder.C 1.2:
15552: transcodeToUTF8,
15553: now form&uri lang
15554:
15555: 2001-12-13 paf
15556: * src/include/pa_types.h 1.35:
15557: msvc head debugging flag
15558:
15559: * src/classes/xdoc.C 1.49:
15560: freed up listener
15561:
15562: * src/classes/xdoc.C 1.51:
15563: * src/main/pa_sql_driver_manager.C 1.57:
15564: rewritten auto_ptr part other way, because of stupid gcc 2.96
15565: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
15566: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
15567: FormatterListener]
15568: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
15569: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
15570: FormatterListener, _Tp = FormatterListener]
15571:
15572: * src/include/pa_config_fixed.h 1.32:
15573: * src/main/pa_common.C 1.94:
15574: * src/main/pa_string.C 1.131:
15575: removed signed mismatch warnings
15576:
15577: * src/classes/xdoc.C 1.52:
15578: rewritten auto_ptr part other way2, because of stupid gcc 2.96
15579: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
15580: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
15581: FormatterListener]
15582: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
15583: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
15584: FormatterListener, _Tp = FormatterListener]
15585:
15586: * src/main/pa_string.C 1.130:
15587: string::recustruct erroreusly used outdated row ptr
15588:
15589: * src/include/pa_cache_managers.h 1.3:
15590: * src/include/pa_charset_manager.h 1.7:
15591: * src/include/pa_config_fixed.h 1.33:
15592: * src/include/pa_db_manager.h 1.11:
15593: * src/include/pa_sql_driver_manager.h 1.19:
15594: * src/include/pa_stylesheet_manager.h 1.8:
15595: * src/main/pa_cache_managers.C 1.2:
15596: * src/main/pa_globals.C 1.93:
15597: ~Cache_managers
15598:
15599: * src/classes/string.C 1.91:
15600: change msg '... code is not code'
15601:
15602: * src/classes/xdoc.C 1.50:
15603: removed extra inc
15604:
15605: * src/targets/apache13/mod_parser3.C 1.14:
15606: * src/targets/cgi/parser3.C 1.147:
15607: * src/targets/isapi/parser3isapi.C 1.61:
15608: removed 'expires' from header outputs
15609:
15610: * src/targets/cgi/pa_pool.C 1.34:
15611: * src/targets/isapi/pa_pool.C 1.10:
15612: EOL@EOF
15613:
15614: * src/main/pa_db_connection.C 1.34:
15615: * src/main/pa_db_manager.C 1.19:
15616: * src/main/pa_sql_driver_manager.C 1.56:
15617: * src/main/pa_stylesheet_manager.C 1.8:
15618: * src/targets/cgi/pool_storage.h 1.6:
15619: couple cache expiratiors were wrong [past/future prob]
15620:
15621: * src/classes/xdoc.C 1.48:
15622: lang list updated
15623:
15624: * src/targets/cgi/pa_pool.C 1.33:
15625: * src/targets/cgi/parser3.C 1.148:
15626: msvc heap debugging flag
15627:
15628: * src/classes/file.C 1.66:
15629: file::cgi bug, request_method were passed to SERVER_PROTOCOL
15630: but SERVER_PROTOCOL were forgotten
15631:
15632: 2001-12-10 paf
15633: * src/main/untaint.C 1.83:
15634: FILE_SPEC untainting changed so that one can erase files like that, knowing their full name
15635: introducing
15636: // theoretical problem with, for instance, "_2B" and "." fragments,
15637: // they would yield the same
15638: // because need_file_encode('_')=false
15639: // but we need to delete such files somehow, getting names from ^index
15640:
15641: * src/main/pa_string.C 1.129:
15642: ^string.replace bug fixed [bad string::join_chank break]
15643:
15644: * src/classes/math.C 1.10:
15645: ^math:random(n) now yields[0;n) not [0;n]
15646:
15647: 2001-12-07 paf
15648: * src/main/pa_string.C 1.125.2.1.2.2:
15649: stupid sparc architecture failed to access short at odd address
15650: 0x311f0 <deserialize__6StringUiPvUiPCc+16>: lduh [ %i2 + 1 ], %l0
15651:
15652: bus error,
15653: fixed that
15654:
15655: * src/include/pa_config_auto.h.in 1.14.6.1:
15656: makes
15657:
15658: * src/main/pa_string.C 1.125.2.1.2.1:
15659: strange string deserialize bug on client[pmts], a bit shortened,
15660:
15661: * src/include/pa_common.h 1.66.6.2:
15662: * src/include/pa_config_fixed.h 1.30.8.2:
15663: * src/include/pa_config_includes.h 1.13.6.1:
15664: * src/main/pa_common.C 1.91.4.1.2.2:
15665: exclusive lock file write
15666: shared lock file read
15667:
15668: * src/classes/hashfile.C 1.17:
15669: * src/classes/op.C 1.63:
15670: * src/classes/table.C 1.135:
15671: * src/include/pa_common.h 1.67:
15672: * src/include/pa_config_auto.h.in 1.15:
15673: * src/include/pa_config_fixed.h 1.31:
15674: * src/include/pa_config_includes.h 1.14:
15675: * src/include/pa_db_table.h 1.10:
15676: * src/include/pa_request.h 1.112:
15677: * src/main/pa_common.C 1.93:
15678: * src/main/pa_db_table.C 1.15:
15679: * src/main/pa_request.C 1.183:
15680: * src/main/pa_string.C 1.128:
15681: * src/types/pa_vhashfile.C 1.16:
15682: merged from r14_simple_cache
15683:
15684: 2001-12-06 paf
15685: * src/main/compile.tab.C 1.27:
15686: * src/targets/cgi/parser3.C 1.146:
15687: removed debug info
15688:
15689: * src/classes/op.C 1.62.2.1.2.1:
15690: * src/classes/table.C 1.133.2.2.2.1:
15691: * src/include/pa_request.h 1.111.2.1.2.1:
15692: * src/main/pa_request.C 1.182.2.1.2.1:
15693: #ifdef RESOURCES_DEBUG
15694:
15695: * src/classes/op.C 1.62.2.1.2.2:
15696: * src/include/pa_common.h 1.66.6.1:
15697: * src/include/pa_config_fixed.h 1.30.8.1:
15698: * src/main/pa_common.C 1.91.4.1.2.1:
15699: ^cache operator
15700:
15701: * src/classes/hashfile.C 1.15.6.2:
15702: removed transaction from ^cache
15703:
15704: 2001-12-05 paf
15705: * src/targets/cgi/parser3.C 1.144:
15706: * src/targets/cgi/parser3.C 1.145:
15707: fatal error reporting fixed.
15708: in IIS5 there were a prob with illegal call check
15709:
15710: 2001-12-04 paf
15711: * src/classes/op.C 1.62.2.1:
15712: * src/classes/table.C 1.133.2.2:
15713: * src/include/pa_request.h 1.111.2.1:
15714: * src/main/pa_request.C 1.182.2.1:
15715: measures to log
15716:
15717: 2001-11-26 paf
15718: * src/targets/apache13/mod_parser3.C 1.13:
15719: merge dir config now works OK with parser_root_config_filespec
15720:
15721: 20011126 paf: noticed, that this is called even on virtual root merge with something "parent", while thought that that is part of merge_server...
15722:
15723: 2001-11-23 paf
15724: * src/classes/hashfile.C 1.16:
15725: * src/classes/table.C 1.134:
15726: * src/include/pa_db_table.h 1.9:
15727: * src/main/pa_common.C 1.92:
15728: * src/main/pa_db_table.C 1.14:
15729: * src/main/pa_string.C 1.127:
15730: * src/types/pa_vhashfile.C 1.15:
15731: merged from _0014, 1
15732:
15733: * src/classes/hashfile.C 1.15.6.1:
15734: * src/classes/table.C 1.133.2.1:
15735: * src/include/pa_db_table.h 1.8.6.1:
15736: * src/main/pa_common.C 1.91.4.1:
15737: * src/main/pa_db_table.C 1.12.6.2:
15738: * src/types/pa_vhashfile.C 1.14.6.1:
15739: hashfile bugfix2 more wrong sizes.
15740: ^cache behaviour changed: if ^cache(33) would change
15741:
15742: 0660 bits in file_write & hashfile create
15743:
15744: * src/main/pa_db_table.C 1.12.6.1:
15745: * src/main/pa_db_table.C 1.13:
15746: * src/main/pa_string.C 1.125.2.1:
15747: * src/main/pa_string.C 1.126:
15748: cache bugfix [wrong types after pa_string optimization]
15749:
15750: 2001-11-22 paf
15751: * src/main/untaint.C 1.82:
15752: ORIGINS mode removed UHTML
15753:
15754: * src/classes/op.C 1.62:
15755: process cstr(,connection)
15756:
15757: * src/Makefile.in 1.38:
15758: * src/classes/xdoc.C 1.47:
15759: * src/targets/Makefile.in 1.26:
15760: * src/targets/apache13/Makefile.in 1.25:
15761: * src/targets/cgi/Makefile.in 1.30:
15762: cached xslt [removed nocache forcing]
15763:
15764: * src/classes/op.C 1.61:
15765: process now gets its body on current language, not as-is
15766:
15767: * src/main/untaint.C 1.81:
15768: ORIGINS mode was bad - forgot about optimize bit
15769:
15770: * src/classes/table.C 1.133:
15771: * src/include/pa_table.h 1.37:
15772: * src/main/pa_table.C 1.41:
15773: table.offset[whence]
15774:
15775: 2001-11-21 paf
15776: * src/classes/table.C 1.132:
15777: * src/main/pa_string.C 1.124:
15778: * src/main/untaint.C 1.78:
15779: * src/targets/cgi/parser3.C 1.141:
15780: table.append bug fixed: forgot to switch default language for {
15781: code}, it happen to change it's language from CLEAN, so later
15782: refused to split by CLEAN \t
15783:
15784: * src/classes/xdoc.C 1.46:
15785: * src/types/pa_vxdoc.C 1.7:
15786: * src/types/pa_vxdoc.h 1.13:
15787: <xsl:output
15788: output options made identical to xsl:output attributes
15789: exclusion:
15790: cdata-section-elements
15791: what xalan can do but that not used now:
15792: it can escape and remove CDATA sections
15793:
15794: * src/targets/cgi/parser3.C 1.142:
15795: removed debug cgi||1
15796:
15797: * src/main/untaint.C 1.80:
15798: * src/targets/cgi/parser3.C 1.143:
15799: optimized \r produced by xslt
15800:
15801: * src/main/pa_string.C 1.125:
15802: * src/main/untaint.C 1.79:
15803: cached some string::size() es
15804:
15805: 2001-11-20 paf
15806: * src/classes/Makefile.am 1.31:
15807: * src/classes/Makefile.in 1.33:
15808: * src/classes/table.C 1.131:
15809: * src/main/Makefile.am 1.25:
15810: * src/main/Makefile.in 1.30:
15811: * src/main/pa_exception.C 1.27:
15812: * src/types/Makefile.am 1.13:
15813: * src/types/Makefile.in 1.25:
15814: moved ident.C & co to bottom of dependeces, so that errors
15815: would popup quicklier, fixed line numbering in table::sql
15816:
15817: 2001-11-19 paf
15818: * src/classes/op.C 1.60:
15819: * src/include/pa_request.h 1.111:
15820: * src/include/pa_string.h 1.119:
15821: * src/include/pa_types.h 1.34:
15822: * src/main/pa_globals.C 1.92:
15823: * src/main/pa_request.C 1.182:
15824: * src/main/pa_string.C 1.123:
15825: * src/main/untaint.C 1.77:
15826: * src/targets/apache13/mod_parser3.C 1.12:
15827: * src/targets/cgi/parser3.C 1.140:
15828: * src/targets/isapi/parser3isapi.C 1.60:
15829: * src/types/pa_wcontext.C 1.13:
15830: * src/types/pa_wcontext.h 1.22:
15831: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
15832:
15833: * src/classes/Makefile.in 1.32:
15834: * src/main/Makefile.in 1.29:
15835: * src/targets/Makefile.am 1.8:
15836: * src/targets/Makefile.in 1.25:
15837: * src/targets/apache13/Makefile.in 1.24:
15838: * src/targets/apache13/mod_parser3.C 1.11:
15839: * src/targets/cgi/Makefile.in 1.29:
15840: * src/targets/cgi/parser3.C 1.139:
15841: * src/types/Makefile.in 1.24:
15842: #if _MSC_VER _set_new_handler
15843:
15844: * src/Makefile.in 1.37:
15845: * src/targets/apache13/mod_parser3.C 1.10:
15846: * src/targets/cgi/parser3.C 1.138:
15847: * src/targets/isapi/parser3isapi.C 1.59:
15848: set_new_handler in apache&isapi
15849:
15850: 2001-11-16 paf
15851: * src/include/pa_string.h 1.117:
15852: * src/main/pa_string.C 1.120:
15853: * src/main/pa_string.C 1.121:
15854: * src/main/untaint.C 1.76:
15855: * src/types/pa_vstring.C 1.14:
15856: removed 1+4 bytes from String
15857:
15858: * src/include/pa_string.h 1.118:
15859: * src/include/pa_types.h 1.33:
15860: * src/main/pa_string.C 1.122:
15861: removed 8 bytes from String, 2 bytes from string::chunk::row::item
15862:
15863: * src/include/pa_globals.h 1.69:
15864: * src/include/pa_string.h 1.116:
15865: * src/include/pa_types.h 1.32:
15866: * src/main/pa_globals.C 1.91:
15867: * src/main/pa_pool.C 1.44:
15868: * src/main/pa_pool.C 1.45:
15869: * src/main/pa_request.C 1.181:
15870: * src/main/untaint.C 1.75:
15871: * src/sql/pa_sql_driver.h 1.24:
15872: * src/targets/cgi/parser3.C 1.136:
15873: introducing estimating String::cstr_bufsize, 0
15874:
15875: * src/include/pa_pool.h 1.70:
15876: * src/include/pa_pool.h 1.71:
15877: * src/main/execute.C 1.206:
15878: * src/main/pa_pool.C 1.41:
15879: * src/main/pa_pool.C 1.42:
15880: * src/main/pa_pool.C 1.43:
15881: * src/targets/cgi/parser3.C 1.134:
15882: * src/targets/cgi/parser3.C 1.135:
15883: die in pool::fail
15884:
15885: * src/targets/cgi/parser3.C 1.137:
15886: pool debug @ die
15887:
15888: 2001-11-15 paf
15889: * src/Makefile.in 1.36:
15890: configure set_new_handler check added
15891:
15892: * src/targets/cgi/parser3.C 1.131:
15893: set_new_handler started
15894:
15895: * src/include/pa_exception.h 1.22:
15896: * src/main/execute.C 1.205:
15897: * src/main/main.dsp 1.140:
15898: * src/main/pa_exception.C 1.26:
15899: * src/targets/cgi/parser3.C 1.133:
15900: exception with dynamic buffer re-back
15901: now with counter
15902:
15903: * src/include/pa_config_auto.h.in 1.13:
15904: * src/main/Makefile.in 1.28:
15905: makes
15906:
15907: * src/include/pa_exception.h 1.21:
15908: * src/main/pa_exception.C 1.25:
15909: exception with static buffer back
15910:
15911: * src/classes/classes.awk 1.5:
15912: * src/include/pa_config_auto.h.in 1.14:
15913: * src/include/pa_config_includes.h 1.13:
15914: setnewhandler check
15915:
15916: * src/targets/cgi/parser3.C 1.132:
15917: std::
15918:
15919: 2001-11-14 paf
15920: * src/main/execute.C [no_bad_constructors_try] 1.203.2.1:
15921: * src/types/pa_vclass.h [no_bad_constructors_try] 1.21.2.1:
15922: * src/types/pa_vobject.h [no_bad_constructors_try] 1.13.2.1:
15923: * src/types/pa_vstateless_class.h [no_bad_constructors_try] 1.20.2.1:
15924: * src/types/pa_vstateless_object.h [no_bad_constructors_try] 1.12.2.1:
15925: fixed this:
15926: $bred[^string::length[]]
15927: $bred[^response::clear[]]
15928: $bred[^int::int[]]
15929:
15930: now VObject creation moved into overriden VClass::create_new_value, thus 0 from create_new_value means that class has no ctors
15931:
15932: * src/include/pa_common.h 1.64:
15933: * src/include/pa_common.h 1.65:
15934: * src/include/pa_common.h 1.66:
15935: * src/main/pa_common.C 1.90:
15936: * src/main/pa_common.C 1.91:
15937: snprintf replacement was wrong
15938:
15939: * src/main/execute.C 1.204:
15940: * src/types/pa_vclass.h 1.22:
15941: * src/types/pa_vobject.h 1.14:
15942: * src/types/pa_vstateless_class.h 1.21:
15943: * src/types/pa_vstateless_object.h 1.13:
15944: merged with no_bad_constructors_try
15945:
15946: * src/classes/op.C 1.59:
15947: ^untaint{body} as-is default now
15948:
15949: * src/main/pa_request.C 1.180:
15950: z
15951:
15952: * src/include/pa_common.h 1.63:
15953: * src/main/pa_common.C 1.88:
15954: * src/main/pa_common.C 1.89:
15955: snprintf on buffer full returns
15956: win32 -1
15957: solaris >buffer_size
15958:
15959: checked all that
15960:
15961: 2001-11-13 paf
15962: * src/classes/classes.C 1.13:
15963: returned accedently removed if in foreach callbacks [when hash
15964: no-0-restructure]
15965:
15966: 2001-11-12 paf
15967: * src/classes/classes.C 1.12:
15968: * src/classes/hash.C 1.31:
15969: * src/classes/xdoc.C 1.45:
15970: * src/include/pa_hash.h 1.51:
15971: * src/main/pa_db_connection.C 1.33:
15972: * src/main/pa_db_manager.C 1.18:
15973: * src/main/pa_dictionary.C 1.10:
15974: * src/main/pa_hash.C 1.48:
15975: * src/main/pa_sql_driver_manager.C 1.55:
15976: * src/main/pa_stylesheet_manager.C 1.7:
15977: hash now does not containt 0 values. put 0 actullay removes.
15978: no check on 0 value in foreach now required
15979:
15980: * src/classes/date.C 1.13:
15981: date.roll parser2 alg used
15982:
15983: * src/main/pa_pool.C 1.40:
15984: changed xdoc createXXX politics, now string passed as-is to
15985: method, xalan makes & into & itself
15986:
15987: 2001-11-11 paf
15988: * src/main/pa_sql_driver_manager.C 1.53:
15989: * src/sql/pa_sql_driver.h 1.21:
15990: sql driver initialize not const
15991:
15992: * src/sql/pa_sql_driver.h 1.23:
15993: removed extra constructor, doc
15994:
15995: * src/main/pa_sql_driver_manager.C 1.54:
15996: * src/sql/pa_sql_driver.h 1.22:
15997: CRLF
15998:
15999: 2001-11-10 paf
16000: * src/main/pa_exec.C 1.18:
16001: doc
16002:
16003: 2001-11-09 paf
16004: * src/main/pa_common.C 1.87:
16005: line endings fixing fixed last piece[was still cstr oriented]
16006:
16007: * src/include/pa_common.h 1.62:
16008: * src/main/pa_common.C 1.86:
16009: * src/types/pa_vform.C 1.48:
16010: line endings fixing got rid of cstr, now must work ok with post multipart
16011:
16012: * src/classes/string.C 1.90:
16013: * src/classes/xdoc.C 1.44:
16014: xdoc::set{code} now untaints param properly
16015:
16016: * src/types/pa_vform.C 1.47:
16017: line endings fixed at post / multipart / not file also now
16018:
16019: * src/classes/string.C 1.89:
16020: string.save now does untainting before saving
16021:
16022: 2001-11-08 paf
16023: * src/include/pa_request.h 1.110:
16024: * src/main/pa_request.C 1.179:
16025: * src/targets/apache13/mod_parser3.C 1.9:
16026: * src/targets/cgi/parser3.C 1.130:
16027: * src/targets/isapi/parser3isapi.C 1.58:
16028: apache 'status' class enabler
16029:
16030: <Location /parser-status.html>
16031: ParserStatusAllowed
16032: </Location>
16033:
16034: * src/Makefile.in 1.35:
16035: * src/include/pa_common.h 1.61:
16036: * src/main/Makefile.am 1.24:
16037: * src/main/Makefile.in 1.27:
16038: * src/targets/cgi/pa_pool.C 1.32:
16039: makes
16040:
16041: * src/include/pa_cache_managers.h 1.2:
16042: * src/include/pa_charset_manager.h 1.6:
16043: * src/include/pa_db_manager.h 1.10:
16044: * src/include/pa_sql_driver_manager.h 1.18:
16045: * src/include/pa_stylesheet_manager.h 1.7:
16046: * src/main/pa_charset_manager.C 1.8:
16047: * src/main/pa_db_manager.C 1.17:
16048: * src/main/pa_sql_driver_manager.C 1.52:
16049: * src/main/pa_stylesheet_manager.C 1.6:
16050: restructured Cache manager to be simple parent, not second
16051: parent [gcc 2.96 strangly refused to call virtual from second
16052: parent]
16053:
16054: * src/include/pa_cache_managers.h 1.1:
16055: * src/include/pa_charset_manager.h 1.5:
16056: * src/include/pa_db_manager.h 1.9:
16057: * src/include/pa_sql_driver_manager.h 1.17:
16058: * src/include/pa_stylesheet_manager.h 1.6:
16059: * src/main/main.dsp 1.139:
16060: * src/main/pa_cache_managers.C 1.1:
16061: * src/main/pa_charset_manager.C 1.7:
16062: * src/main/pa_db_manager.C 1.16:
16063: * src/main/pa_globals.C 1.90:
16064: * src/main/pa_request.C 1.178:
16065: * src/main/pa_sql_driver_manager.C 1.51:
16066: * src/main/pa_stylesheet_manager.C 1.5:
16067: * src/types/pa_vstatus.h 1.4:
16068: cache_managers, maybe-expiring every request
16069: todo: apache 'status' class enabler
16070:
16071: 2001-11-05 paf
16072: * src/classes/xdoc.C 1.42:
16073: * src/include/pa_db_connection.h 1.16:
16074: * src/include/pa_stylesheet_connection.h 1.15:
16075: * src/include/pa_stylesheet_manager.h 1.4:
16076: * src/main/pa_stylesheet_manager.C 1.3:
16077: * src/types/pa_vstatus.h 1.2:
16078: $status:stylesheet
16079:
16080: * src/targets/cgi/parser3.C 1.129:
16081: read can return 0, that means sort of sig_pipe on freebsd [moko's experiments].
16082: checked that in cgi, on apache already done :)
16083:
16084: * src/main/pa_db_connection.C 1.31:
16085: * src/main/pa_db_manager.C 1.14:
16086: * src/main/pa_request.C 1.177:
16087: hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks.
16088:
16089: expiring to 0 time was wrong, changed to 'now' time
16090:
16091: * src/main/pa_db_connection.C 1.30:
16092: * src/main/pa_db_manager.C 1.13:
16093: hence i removed skipping 0 values in hash::for_each-es we need
16094: to check cleaned cache items manually
16095:
16096: * src/include/pa_charset_connection.h 1.3:
16097: * src/main/pa_charset_manager.C 1.5:
16098: $status:charset
16099:
16100: * src/classes/classes.C 1.11:
16101: * src/classes/classes.h 1.14:
16102: * src/classes/date.C 1.12:
16103: * src/classes/double.C 1.41:
16104: * src/classes/file.C 1.65:
16105: * src/classes/form.C 1.19:
16106: * src/classes/hash.C 1.30:
16107: * src/classes/hashfile.C 1.15:
16108: * src/classes/image.C 1.62:
16109: * src/classes/int.C 1.38:
16110: * src/classes/mail.C 1.44:
16111: * src/classes/math.C 1.9:
16112: * src/classes/op.C 1.58:
16113: * src/classes/response.C 1.16:
16114: * src/classes/string.C 1.88:
16115: * src/classes/table.C 1.130:
16116: * src/classes/void.C 1.13:
16117: * src/classes/xdoc.C 1.43:
16118: * src/classes/xnode.C 1.18:
16119: * src/classes/xnode.h 1.4:
16120: * src/include/pa_array.h 1.47:
16121: * src/include/pa_charset_connection.h 1.4:
16122: * src/include/pa_charset_manager.h 1.4:
16123: * src/include/pa_common.h 1.60:
16124: * src/include/pa_config_fixed.h 1.30:
16125: * src/include/pa_config_includes.h 1.12:
16126: * src/include/pa_db_connection.h 1.17:
16127: * src/include/pa_db_manager.h 1.8:
16128: * src/include/pa_db_table.h 1.8:
16129: * src/include/pa_dictionary.h 1.7:
16130: * src/include/pa_dir.h 1.8:
16131: * src/include/pa_exception.h 1.20:
16132: * src/include/pa_exec.h 1.4:
16133: * src/include/pa_globals.h 1.68:
16134: * src/include/pa_hash.h 1.50:
16135: * src/include/pa_opcode.h 1.8:
16136: * src/include/pa_pool.h 1.69:
16137: * src/include/pa_pragma_pack_begin.h 1.2:
16138: * src/include/pa_pragma_pack_end.h 1.2:
16139: * src/include/pa_request.h 1.109:
16140: * src/include/pa_sapi.h 1.15:
16141: * src/include/pa_socks.h 1.5:
16142: * src/include/pa_sql_connection.h 1.19:
16143: * src/include/pa_sql_driver_manager.h 1.16:
16144: * src/include/pa_stack.h 1.11:
16145: * src/include/pa_string.h 1.115:
16146: * src/include/pa_stylesheet_connection.h 1.16:
16147: * src/include/pa_stylesheet_manager.h 1.5:
16148: * src/include/pa_table.h 1.36:
16149: * src/include/pa_threads.h 1.20:
16150: * src/include/pa_types.h 1.31:
16151: * src/main/compile.C 1.53:
16152: * src/main/compile.tab.C 1.26:
16153: * src/main/compile_tools.C 1.40:
16154: * src/main/compile_tools.h 1.51:
16155: * src/main/execute.C 1.203:
16156: * src/main/pa_array.C 1.43:
16157: * src/main/pa_charset_connection.C 1.11:
16158: * src/main/pa_charset_manager.C 1.6:
16159: * src/main/pa_common.C 1.85:
16160: * src/main/pa_db_connection.C 1.28:
16161: * src/main/pa_db_manager.C 1.12:
16162: * src/main/pa_db_table.C 1.11:
16163: * src/main/pa_dictionary.C 1.9:
16164: * src/main/pa_dir.C 1.8:
16165: * src/main/pa_exception.C 1.24:
16166: * src/main/pa_exec.C 1.17:
16167: * src/main/pa_globals.C 1.89:
16168: * src/main/pa_hash.C 1.47:
16169: * src/main/pa_pool.C 1.39:
16170: * src/main/pa_request.C 1.176:
16171: * src/main/pa_socks.C 1.8:
16172: * src/main/pa_sql_driver_manager.C 1.50:
16173: * src/main/pa_status_provider.C 1.2:
16174: * src/main/pa_string.C 1.119:
16175: * src/main/pa_stylesheet_manager.C 1.4:
16176: * src/main/pa_table.C 1.40:
16177: * src/main/untaint.C 1.74:
16178: * src/sql/pa_sql_driver.h 1.20:
16179: * src/targets/apache13/mod_parser3.C 1.8:
16180: * src/targets/apache13/pa_pool.C 1.3:
16181: * src/targets/apache13/pa_threads.C 1.3:
16182: * src/targets/cgi/pa_pool.C 1.31:
16183: * src/targets/cgi/pa_threads.C 1.5:
16184: * src/targets/cgi/parser3.C 1.128:
16185: * src/targets/cgi/pool_storage.h 1.5:
16186: * src/targets/isapi/pa_pool.C 1.9:
16187: * src/targets/isapi/pa_threads.C 1.5:
16188: * src/targets/isapi/parser3isapi.C 1.57:
16189: * src/targets/isapi/pool_storage.h 1.13:
16190: * src/types/pa_valiased.C 1.11:
16191: * src/types/pa_valiased.h 1.16:
16192: * src/types/pa_value.h 1.77:
16193: * src/types/pa_vbool.h 1.15:
16194: * src/types/pa_vclass.h 1.21:
16195: * src/types/pa_vcode_frame.h 1.12:
16196: * src/types/pa_vcookie.C 1.32:
16197: * src/types/pa_vcookie.h 1.13:
16198: * src/types/pa_vdate.h 1.6:
16199: * src/types/pa_vdouble.h 1.28:
16200: * src/types/pa_venv.h 1.18:
16201: * src/types/pa_vfile.C 1.23:
16202: * src/types/pa_vfile.h 1.37:
16203: * src/types/pa_vform.C 1.46:
16204: * src/types/pa_vform.h 1.29:
16205: * src/types/pa_vhash.h 1.27:
16206: * src/types/pa_vhashfile.C 1.14:
16207: * src/types/pa_vhashfile.h 1.12:
16208: * src/types/pa_vimage.C 1.14:
16209: * src/types/pa_vimage.h 1.22:
16210: * src/types/pa_vint.h 1.29:
16211: * src/types/pa_vjunction.h 1.10:
16212: * src/types/pa_vmath.h 1.4:
16213: * src/types/pa_vmethod_frame.h 1.19:
16214: * src/types/pa_vobject.h 1.13:
16215: * src/types/pa_vrequest.C 1.11:
16216: * src/types/pa_vrequest.h 1.12:
16217: * src/types/pa_vresponse.h 1.17:
16218: * src/types/pa_vstateless_class.C 1.11:
16219: * src/types/pa_vstateless_class.h 1.20:
16220: * src/types/pa_vstateless_object.h 1.12:
16221: * src/types/pa_vstatus.h 1.3:
16222: * src/types/pa_vstring.C 1.13:
16223: * src/types/pa_vstring.h 1.39:
16224: * src/types/pa_vtable.C 1.9:
16225: * src/types/pa_vtable.h 1.35:
16226: * src/types/pa_vvoid.h 1.6:
16227: * src/types/pa_vxdoc.C 1.6:
16228: * src/types/pa_vxdoc.h 1.12:
16229: * src/types/pa_vxnode.C 1.11:
16230: * src/types/pa_vxnode.h 1.8:
16231: * src/types/pa_wcontext.C 1.12:
16232: * src/types/pa_wcontext.h 1.21:
16233: * src/types/pa_wwrapper.h 1.14:
16234: $status:db
16235: fixed used not initialized in db_connection & db_table
16236:
16237: * src/include/pa_charset_manager.h 1.3:
16238: * src/include/pa_db_manager.h 1.7:
16239: * src/include/pa_request.h 1.108:
16240: * src/include/pa_sql_connection.h 1.18:
16241: * src/include/pa_sql_driver_manager.h 1.15:
16242: * src/include/pa_stylesheet_manager.h 1.3:
16243: * src/main/main.dsp 1.138:
16244: * src/main/pa_charset_manager.C 1.4:
16245: * src/main/pa_common.C 1.84:
16246: * src/main/pa_db_manager.C 1.11:
16247: * src/main/pa_globals.C 1.88:
16248: * src/main/pa_request.C 1.175:
16249: * src/main/pa_sql_driver_manager.C 1.49:
16250: * src/main/pa_status_provider.C 1.1:
16251: * src/main/pa_stylesheet_manager.C 1.2:
16252: * src/types/pa_vstatus.h 1.1:
16253: * src/types/pa_vxnode.C 1.10:
16254: * src/types/types.dsp 1.14:
16255: started status parser class
16256:
16257: * src/main/pa_db_connection.C 1.29:
16258: * src/main/pa_db_table.C 1.12:
16259: parser_multithreaded check was wrong
16260:
16261: * src/main/pa_db_connection.C 1.32:
16262: * src/main/pa_db_manager.C 1.15:
16263: expiration from debug to normal
16264:
16265: 2001-11-01 paf
16266: * src/classes/hash.C 1.26:
16267: * src/classes/op.C 1.54:
16268: * src/types/pa_vmethod_frame.h 1.18:
16269: * src/types/pa_vstring.C 1.12:
16270: * src/types/pa_vstring.h 1.38:
16271: ^foreach[key|value]{body}[[separator]|{separator}]
16272:
16273: * src/classes/hash.C 1.25:
16274: * src/include/pa_hash.h 1.48:
16275: * src/main/pa_hash.C 1.44:
16276: * src/types/pa_vcookie.C 1.31:
16277: ^hash.delete[key]
16278:
16279: * src/classes/math.C 1.8:
16280: * src/include/pa_common.h 1.59:
16281: HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h]
16282:
16283: * src/classes/op.C 1.57:
16284: ^for endless loop check strightened
16285:
16286: * src/Makefile.in 1.34:
16287: * src/classes/Makefile.in 1.31:
16288: * src/include/pa_config_auto.h.in 1.12:
16289: * src/main/Makefile.in 1.26:
16290: * src/targets/Makefile.in 1.24:
16291: * src/targets/apache13/Makefile.in 1.23:
16292: * src/targets/cgi/Makefile.in 1.28:
16293: * src/types/Makefile.in 1.23:
16294: makes
16295:
16296: * src/main/pa_hash.C 1.46:
16297: removed old extra include
16298:
16299: * src/classes/hash.C 1.28:
16300: * src/classes/xdoc.C 1.41:
16301: * src/classes/xnode.C 1.17:
16302: * src/include/pa_hash.h 1.49:
16303: * src/main/pa_hash.C 1.45:
16304: * src/main/pa_request.C 1.174:
16305: * src/types/pa_vhash.h 1.26:
16306: * src/types/pa_vxnode.C 1.9:
16307: hash locking
16308: disabled changing of hash inside of foreach
16309:
16310: * src/classes/hash.C 1.27:
16311: * src/classes/hashfile.C 1.14:
16312: * src/types/pa_vhashfile.C 1.13:
16313: ^hashfile.foreach[key|value]{body}[[separator]|{separator}]
16314: prev were hash.foreach
16315:
16316: * src/classes/hash.C 1.29:
16317: * src/classes/op.C 1.56:
16318: * src/main/execute.C 1.202:
16319: changed root behavior in native calls.
16320: it left unchanged, so ^for ^foreach & co can use r.root to write their i & key,value there
16321:
16322: * src/classes/op.C 1.55:
16323: detected for var storage bug, fixed. todo:foreach
16324:
16325: 2001-10-31 paf
16326: * src/main/pa_sql_driver_manager.C 1.47:
16327: hiding passwords and addresses from accidental show [imagine
16328: user forgot @exception]
16329:
16330: * src/main/pa_db_connection.C 1.26:
16331: * src/main/pa_sql_driver_manager.C 1.48:
16332: // lockdetector flags
16333: dbenv.lk_detect=DB_LOCK_RANDOM;
16334:
16335: * src/include/pa_opcode.h 1.7:
16336: * src/main/compile.tab.C 1.25:
16337: * src/main/compile.y 1.173:
16338: * src/main/execute.C 1.201:
16339: \ in expression: int divide 10/3=3
16340:
16341: * src/main/pa_common.C 1.81:
16342: typing bug in common - bad ifdeff
16343:
16344: * src/types/pa_vhashfile.h 1.11:
16345: hashfile ^delete to do something only inside of ^cache
16346:
16347: * src/include/pa_threads.h 1.19:
16348: * src/main/pa_db_connection.C 1.25:
16349: * src/main/pa_db_table.C 1.10:
16350: * src/targets/apache13/pa_threads.C 1.2:
16351: * src/targets/cgi/pa_threads.C 1.4:
16352: * src/targets/isapi/pa_threads.C 1.4:
16353: libdb DB_THREAD flag only when really needed
16354:
16355: * src/main/pa_db_connection.C 1.27:
16356: z
16357:
16358: * src/classes/file.C 1.64:
16359: * src/classes/image.C 1.61:
16360: * src/classes/mail.C 1.43:
16361: * src/classes/string.C 1.87:
16362: * src/classes/xnode.C 1.16:
16363: * src/include/pa_common.h 1.58:
16364: * src/main/pa_common.C 1.80:
16365: ^string.save[[append;]path]
16366:
16367: * src/main/compile.C 1.52:
16368: * src/main/pa_common.C 1.83:
16369: completely empty file now considered "read", not ignored [not
16370: perfect trick used]
16371:
16372: * src/classes/table.C 1.129:
16373: ^table.save[[nameless|+append;]path]
16374:
16375: * src/main/pa_common.C 1.82:
16376: simplier common ifdefs
16377:
16378: 2001-10-30 paf
16379: * src/include/pa_common.h 1.57:
16380: * src/main/pa_common.C 1.79:
16381: * src/types/pa_vform.C 1.45:
16382: form post data line endings not reformatted now.
16383:
16384: * src/classes/xdoc.C 1.40:
16385: rolled back {} in xdoc.createTextNode for now
16386:
16387: * src/classes/classes.dsp 1.13:
16388: * src/main/main.dsp 1.137:
16389: * src/targets/apache13/ApacheModuleParser3.dsp 1.8:
16390: * src/targets/cgi/parser3.dsp 1.38:
16391: * src/targets/isapi/parser3isapi.dsp 1.29:
16392: * src/types/types.dsp 1.13:
16393: enabled debug incremental compile
16394:
16395: * src/main/pa_db_connection.C 1.24:
16396: * src/main/pa_db_manager.C 1.10:
16397: * src/main/pa_db_table.C 1.9:
16398: * src/main/pa_exec.C 1.16:
16399: * src/main/pa_request.C 1.173:
16400: * src/main/pa_sql_driver_manager.C 1.46:
16401: * src/main/pa_string.C 1.118:
16402: cstr(asis) default param removed
16403:
16404: * src/types/pa_vform.C 1.44:
16405: * src/types/pa_vform.h 1.28:
16406: AppendFormEntry length param now required [had bug when file=
16407: has no value]
16408:
16409: * src/types/pa_vform.C 1.43:
16410: VForm::AppendFormEntry {length convention was broken} fix_line_breaks
16411:
16412: * src/include/pa_dir.h 1.7:
16413: LOAD_DIR fixed
16414:
16415: * src/include/pa_config_fixed.h 1.29:
16416: * src/include/pa_pragma_pack_begin.h 1.1:
16417: * src/include/pa_pragma_pack_end.h 1.1:
16418: * src/include/pa_string.h 1.114:
16419: * src/include/pa_types.h 1.30:
16420: String & Origin packed with #pragma pack
16421:
16422: * src/Makefile.in 1.33:
16423: * src/include/pa_config_auto.h.in 1.11:
16424: pragma detection
16425:
16426: * src/classes/xdoc.C 1.39:
16427: rolled back {} in xdoc.createElement for now
16428:
16429: 2001-10-29 paf
16430: * src/types/pa_wcontext.h 1.20:
16431: bitfield syntax stricter
16432:
16433: * src/include/pa_string.h 1.111:
16434: * src/main/pa_string.C 1.115:
16435: * src/targets/cgi/pa_pool.C 1.27:
16436: debugging memory
16437: String::fused_rows func now
16438:
16439: [Mon Oct 29 17:55:45 2001] total 5917436/158731
16440: [Mon Oct 29 18:11:53 2001] total 5796092/158731
16441:
16442: * src/classes/file.C 1.61:
16443: * src/classes/image.C 1.60:
16444: * src/classes/string.C 1.86:
16445: * src/classes/xdoc.C 1.38:
16446: * src/include/pa_pool.h 1.68:
16447: * src/include/pa_string.h 1.109:
16448: * src/main/execute.C 1.199:
16449: * src/main/pa_array.C 1.41:
16450: * src/main/pa_common.C 1.78:
16451: * src/main/pa_hash.C 1.43:
16452: * src/main/pa_sql_driver_manager.C 1.45:
16453: * src/main/pa_string.C 1.114:
16454: * src/main/untaint.C 1.70:
16455: * src/targets/cgi/pa_pool.C 1.25:
16456: * src/targets/cgi/parser3.C 1.126:
16457: * src/types/pa_vcookie.C 1.30:
16458: * src/types/pa_vstring.h 1.37:
16459: debuggging memory.
16460: string::as_int/double now usually uses stack, not heap [200K out of 17M :)]
16461: VString(String&) not copies reference [29M -> 17M]
16462:
16463: * src/include/pa_sql_connection.h 1.17:
16464: SQL_CONNECTION_FUNC_GUARDED name
16465:
16466: * src/targets/isapi/pa_pool.C 1.8:
16467: added isapi&apache real_malloc debug param.someday either ifdef
16468: or remove it
16469:
16470: * src/targets/apache13/pa_pool.C 1.2:
16471: * src/targets/cgi/pa_pool.C 1.30:
16472: * src/targets/cgi/parser3.C 1.127:
16473: removed debug defines
16474:
16475: * src/Makefile.am 1.12:
16476: .am order
16477:
16478: * src/main/pa_sql_driver_manager.C 1.44:
16479: ping to have services [old hiding bug]
16480:
16481: * src/main/untaint.C 1.73:
16482: optimizing returned after debugging
16483:
16484: * src/include/pa_array.h 1.45:
16485: * src/include/pa_charset_manager.h 1.2:
16486: * src/include/pa_db_connection.h 1.15:
16487: * src/include/pa_db_manager.h 1.6:
16488: * src/include/pa_db_table.h 1.7:
16489: * src/include/pa_hash.h 1.46:
16490: * src/include/pa_request.h 1.107:
16491: * src/include/pa_sql_driver_manager.h 1.14:
16492: * src/include/pa_stylesheet_manager.h 1.2:
16493: * src/include/pa_threads.h 1.18:
16494: * src/types/pa_valiased.h 1.15:
16495: * src/types/pa_vhashfile.h 1.10:
16496: * src/types/pa_vstateless_class.h 1.19:
16497: * src/types/pa_wcontext.h 1.18:
16498: gcc 3.0.1 required "friend class"
16499:
16500: ../include/pa_request.h:51: friend declaration requires class-key, i.e. `friend
16501: class Temp_lang'
16502:
16503: * src/include/pa_string.h 1.112:
16504: * src/main/pa_string.C 1.116:
16505: * src/main/untaint.C 1.71:
16506: * src/targets/cgi/pa_pool.C 1.29:
16507: String size_t replace to uint in proper places [todo:Array]
16508:
16509: * src/classes/file.C 1.62:
16510: * src/include/pa_hash.h 1.47:
16511: * src/include/pa_string.h 1.110:
16512: * src/main/pa_globals.C 1.87:
16513: * src/targets/cgi/pa_pool.C 1.26:
16514: debugging memory
16515: hash key ref now
16516:
16517: [Mon Oct 29 16:01:17 2001] total 17050496/202647
16518: [Mon Oct 29 17:11:17 2001] total 16867948/202658
16519:
16520: * src/classes/file.C 1.63:
16521: * src/types/pa_vimage.C 1.13:
16522: image&file couple stack string hash.puts
16523:
16524: * src/main/execute.C 1.200:
16525: * src/targets/cgi/pa_pool.C 1.28:
16526: * src/targets/cgi/parser3.dsp 1.37:
16527: * src/types/pa_wcontext.h 1.19:
16528: * src/types/pa_wwrapper.h 1.13:
16529: debugging memory
16530: WContext
16531: flags to bits
16532:
16533: total 5 652 652/158731
16534: total 5 469 332/158731
16535:
16536: * src/include/pa_sql_connection.h 1.16:
16537: there were one wrong SQL_CONNECTION_FUNC_GUARDED [failed]
16538:
16539: * src/include/pa_exception.h 1.19:
16540: * src/include/pa_sql_connection.h 1.15:
16541: * src/main/pa_exception.C 1.23:
16542: * src/main/pa_sql_driver_manager.C 1.43:
16543: * src/sql/pa_sql_driver.h 1.19:
16544: sql driver impl changed in _throw part.
16545:
16546: the idea is to #1 jump to C++ some function to main body, where
16547: every function stack frame has exception unwind information
16548: and from there... #2 propagate_exception()
16549:
16550: * src/include/pa_array.h 1.46:
16551: * src/main/pa_array.C 1.42:
16552: debugging memory
16553: Array:: without cache in get/put now
16554:
16555: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731
16556: [Mon Oct 29 18:25:27 2001] total 5 652 652/158731
16557:
16558: * src/include/pa_string.h 1.113:
16559: * src/include/pa_types.h 1.29:
16560: * src/main/pa_string.C 1.117:
16561: * src/main/untaint.C 1.72:
16562: memory hunging
16563: #pragma pack(1)
16564:
16565: 16 419 844
16566: 13 169 394
16567:
16568: 2001-10-28 paf
16569: * src/include/pa_config_auto.h.in 1.10:
16570: * src/include/pa_config_fixed.h 1.28:
16571: * src/include/pa_db_connection.h 1.14:
16572: * src/include/pa_db_manager.h 1.5:
16573: * src/include/pa_db_table.h 1.6:
16574: * src/main/pa_db_connection.C 1.20:
16575: * src/main/pa_db_table.C 1.6:
16576: db2 on linux with DB 2.4.14: (6/2/98)
16577:
16578: * src/main/pa_db_connection.C 1.21:
16579: * src/main/pa_db_table.C 1.8:
16580: exception translation
16581:
16582: * src/main/pa_db_connection.C 1.22:
16583: expire table [was accidently pasted with wrong type/cast]
16584:
16585: * src/classes/Makefile.am 1.30:
16586: * src/classes/Makefile.in 1.30:
16587: * src/targets/apache13/p3runConfigure.in 1.6:
16588: * src/targets/cgi/Makefile.am 1.22:
16589: * src/targets/cgi/Makefile.in 1.27:
16590: db makes. remember to build DB2 with -fexceptions!!!
16591:
16592: * src/main/pa_db_table.C 1.7:
16593: DB_RMW defed
16594:
16595: * src/main/pa_db_connection.C 1.23:
16596: removed old consts
16597:
16598: 2001-10-27 paf
16599: * src/classes/hashfile.C 1.13:
16600: * src/include/pa_db_connection.h 1.13:
16601: * src/include/pa_db_table.h 1.5:
16602: * src/main/pa_db_connection.C 1.19:
16603: * src/main/pa_db_manager.C 1.9:
16604: * src/main/pa_db_table.C 1.5:
16605: * src/main/pa_globals.C 1.86:
16606: * src/types/pa_vhashfile.C 1.12:
16607: DB2 ifdefs
16608:
16609: * src/Makefile.in 1.32:
16610: * src/classes/Makefile.am 1.29:
16611: * src/classes/Makefile.in 1.29:
16612: * src/include/pa_config_fixed.h 1.27:
16613: * src/main/Makefile.am 1.23:
16614: * src/main/Makefile.in 1.25:
16615: * src/targets/Makefile.in 1.23:
16616: * src/targets/apache13/Makefile.in 1.22:
16617: * src/targets/apache13/p3runConfigure.in 1.5:
16618: * src/targets/cgi/Makefile.am 1.21:
16619: * src/targets/cgi/Makefile.in 1.26:
16620: * src/types/Makefile.am 1.12:
16621: * src/types/Makefile.in 1.22:
16622: makes with DB2
16623:
16624: * src/classes/classes.awk 1.4:
16625: no $ in var names
16626:
16627: * src/main/pa_globals.C 1.85:
16628: * src/targets/apache13/ApacheModuleParser3.dsp 1.7:
16629: * src/targets/cgi/parser3.dsp 1.36:
16630: * src/targets/isapi/parser3isapi.dsp 1.28:
16631: vc projects libdb ifdefed into globals.C
16632:
16633: * src/main/pa_db_connection.C 1.17:
16634: * src/main/pa_db_manager.C 1.8:
16635: db expiration connection&table [forgotten calls]
16636:
16637: * src/Makefile.in 1.31:
16638: * src/classes/Makefile.in 1.28:
16639: * src/include/pa_config_auto.h.in 1.9:
16640: * src/main/Makefile.am 1.22:
16641: * src/main/Makefile.in 1.24:
16642: * src/targets/Makefile.in 1.22:
16643: * src/targets/apache13/p3runConfigure.in 1.4:
16644: * src/targets/cgi/Makefile.in 1.25:
16645: * src/types/Makefile.am 1.11:
16646: * src/types/Makefile.in 1.21:
16647: makes db
16648:
16649: * src/classes/hashfile.C 1.12:
16650: * src/include/pa_db_connection.h 1.12:
16651: * src/include/pa_db_table.h 1.4:
16652: * src/main/pa_db_connection.C 1.18:
16653: * src/main/pa_db_table.C 1.4:
16654: ^hashfile.clear[]
16655:
16656: 2001-10-26 paf
16657: * src/classes/xdoc.C 1.35:
16658: * src/classes/xdoc.C 1.36:
16659: * src/types/pa_vxdoc.h 1.11:
16660: transform2 for parsed_source
16661:
16662: * src/classes/hashfile.C 1.11:
16663: * src/include/pa_db_connection.h 1.10:
16664: * src/include/pa_db_manager.h 1.4:
16665: * src/include/pa_db_table.h 1.3:
16666: * src/include/pa_hash.h 1.45:
16667: * src/main/pa_db_connection.C 1.13:
16668: * src/main/pa_db_manager.C 1.7:
16669: * src/main/pa_db_table.C 1.3:
16670: * src/main/pa_hash.C 1.42:
16671: * src/types/pa_vhashfile.C 1.11:
16672: * src/types/pa_vhashfile.h 1.9:
16673: db connections & tables now cached at create time & multithreaded
16674:
16675: * src/classes/xdoc.C 1.37:
16676: xdoc createTextNode createElement UL_XML default. but entities
16677: still reparsed. todo: tothink
16678:
16679: * src/classes/hashfile.C 1.10:
16680: * src/include/pa_db_table.h 1.2:
16681: * src/main/pa_db_table.C 1.2:
16682: db: child transaction commit/rollback responsibility left to
16683: parent [as it sould - else there were a bug with double free]
16684:
16685: * src/include/pa_db_connection.h 1.11:
16686: * src/main/pa_db_connection.C 1.15:
16687: * src/main/pa_db_connection.C 1.16:
16688: db checkpoints
16689:
16690: * src/main/pa_db_connection.C 1.12:
16691: about to remove connection from vhashfile
16692:
16693: * src/main/pa_db_connection.C 1.14:
16694: db recover mech 2
16695:
16696: 2001-10-25 paf
16697: * src/classes/hashfile.C 1.9:
16698: * src/include/pa_common.h 1.56:
16699: * src/include/pa_db_connection.h 1.9:
16700: * src/include/pa_db_manager.h 1.3:
16701: * src/include/pa_db_table.h 1.1:
16702: * src/main/main.dsp 1.136:
16703: * src/main/pa_db_connection.C 1.11:
16704: * src/main/pa_db_manager.C 1.6:
16705: * src/main/pa_db_table.C 1.1:
16706: * src/types/pa_vhashfile.C 1.10:
16707: * src/types/pa_vhashfile.h 1.8:
16708: started db_home [multiple, cached]
16709: todo: autorecover [tried, but not succeded, yet]
16710:
16711: * src/include/pa_db_connection.h 1.8:
16712: * src/main/pa_db_manager.C 1.5:
16713: transaction parent passed
16714:
16715: * src/include/pa_dir.h 1.6:
16716: ancient gpf on dir not found fixed
16717:
16718: 2001-10-24 parser
16719: * src/classes/Makefile.am 1.26:
16720: * src/classes/Makefile.am 1.27:
16721: * src/classes/Makefile.am 1.28:
16722: * src/classes/Makefile.in 1.26:
16723: * src/classes/Makefile.in 1.27:
16724: * src/main/Makefile.in 1.23:
16725: * src/targets/cgi/Makefile.am 1.20:
16726: * src/targets/cgi/Makefile.in 1.24:
16727: * src/targets/cgi/pool_storage.h 1.2:
16728: * src/targets/cgi/pool_storage.h 1.3:
16729: makes
16730:
16731: * src/include/pa_db_connection.h 1.6:
16732: * src/main/pa_db_connection.C 1.6:
16733: * src/types/pa_vhashfile.C 1.6:
16734: db_cursor constructor public now
16735:
16736: * src/include/pa_common.h 1.54:
16737: * src/main/Makefile.am 1.21:
16738: * src/main/pa_common.C 1.76:
16739: * src/types/pa_vform.C 1.41:
16740: * src/types/pa_vform.h 1.26:
16741: .am
16742:
16743: * src/classes/hashfile.C 1.7:
16744: * src/include/pa_request.h 1.106:
16745: hashfile.cache 0
16746:
16747: * src/main/pa_db_connection.C 1.7:
16748: * src/types/pa_vhashfile.C 1.7:
16749: db_connection not bothers with key when not returning expired data
16750:
16751: * src/targets/cgi/pool_storage.h 1.4:
16752: * src/targets/isapi/parser3isapi.C 1.56:
16753: * src/targets/isapi/pool_storage.h 1.12:
16754: pool_storage fixed
16755:
16756: * src/include/pa_common.h 1.55:
16757: * src/main/pa_common.C 1.77:
16758: * src/types/pa_vform.C 1.42:
16759: * src/types/pa_vform.h 1.27:
16760: form fix_line_breaks
16761:
16762: * src/types/pa_vhashfile.C 1.8:
16763: * src/types/pa_vhashfile.h 1.6:
16764: hashfile expiring 0
16765:
16766: * src/main/pa_db_connection.C 1.8:
16767: * src/types/pa_vhashfile.C 1.9:
16768: hashfile expiring 1
16769:
16770: * src/classes/hashfile.C 1.6:
16771: * src/include/pa_db_connection.h 1.7:
16772: * src/main/pa_db_connection.C 1.9:
16773: hashfile expired deleted from db when get & iterate
16774:
16775: * src/classes/hashfile.C 1.8:
16776: * src/types/pa_vhashfile.h 1.7:
16777: hashfile 1
16778:
16779: * src/targets/apache13/ApacheModuleParser3.dsp 1.6:
16780: * src/targets/isapi/parser3isapi.dsp 1.27:
16781: doc
16782:
16783: * src/include/pa_db_connection.h 1.5:
16784: * src/main/pa_db_connection.C 1.5:
16785: * src/types/pa_vhashfile.C 1.5:
16786: * src/types/pa_vhashfile.h 1.5:
16787: hashfile data stamped, todo: put_element analize
16788:
1.38 ! paf 16789: * src/sql/pa_sql_driver.h 1.18:
! 16790: version
! 16791:
1.15 paf 16792: * src/include/pa_db_connection.h 1.4:
16793: * src/include/pa_string.h 1.108:
16794: * src/main/pa_db_connection.C 1.4:
16795: * src/main/pa_string.C 1.113:
16796: hashfile pieced serialize. todo stamp
16797:
16798: * src/main/pa_db_connection.C 1.10:
16799: * src/main/pa_db_manager.C 1.4:
16800: hashfile setted this:
16801: DB_RMW
16802: 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
16803:
16804: 2001-10-23 parser
16805: * src/classes/file.C 1.60:
16806: * src/classes/hash.C 1.24:
16807: * src/classes/hashfile.C 1.5:
16808: * src/classes/image.C 1.59:
16809: * src/classes/mail.C 1.42:
16810: * src/classes/response.C 1.15:
16811: * src/classes/string.C 1.85:
16812: * src/classes/table.C 1.128:
16813: * src/classes/xdoc.C 1.34:
16814: * src/include/pa_config_fixed.h 1.26:
16815: * src/include/pa_db_connection.h 1.3:
16816: * src/main/pa_common.C 1.75:
16817: * src/main/pa_db_connection.C 1.3:
16818: * src/main/pa_request.C 1.172:
16819: * src/types/pa_value.h 1.76:
16820: * src/types/pa_vcookie.C 1.29:
16821: * src/types/pa_vhash.h 1.25:
16822: * src/types/pa_vhashfile.C 1.4:
16823: * src/types/pa_vhashfile.h 1.4:
16824: * src/types/pa_vresponse.h 1.16:
16825: * src/types/pa_vtable.C 1.8:
16826: ^hashfile.hash[]
16827:
16828: * src/classes/hashfile.C 1.3:
16829: * src/include/pa_db_connection.h 1.2:
16830: * src/include/pa_db_manager.h 1.2:
16831: * src/main/pa_db_connection.C 1.2:
16832: * src/main/pa_db_manager.C 1.2:
16833: * src/types/pa_vhashfile.h 1.3:
16834: ^hashfile.transaction{code}
16835: ^hashfile:clear[filename]
16836: ^hashfile.delete[key]
16837:
16838: * src/classes/hashfile.C 1.4:
16839: * src/classes/xdoc.C 1.33:
16840: * src/include/pa_config_fixed.h 1.25:
16841: * src/main/pa_db_manager.C 1.3:
16842: * src/main/pa_globals.C 1.84:
16843: ifdefs so it compiled without db
16844:
16845: 2001-10-22 parser
16846: * src/classes/classes.dsp 1.12:
16847: * src/classes/hashfile.C 1.2:
16848: * src/classes/xdoc.C 1.32:
16849: * src/classes/xnode.C 1.15:
16850: * src/include/pa_charset_connection.h 1.2:
16851: * src/include/pa_db_connection.h 1.1:
16852: * src/include/pa_db_manager.h 1.1:
16853: * src/include/pa_exception.h 1.18:
16854: * src/include/pa_sapi.h 1.14:
16855: * src/include/pa_sql_connection.h 1.14:
16856: * src/include/pa_sql_driver_manager.h 1.13:
16857: * src/include/pa_stylesheet_connection.h 1.14:
16858: * src/include/pa_stylesheet_manager.h 1.1:
16859: * src/include/pa_xslt_stylesheet_manager.h 1.5:
16860: * src/main/main.dsp 1.135:
16861: * src/main/pa_db_connection.C 1.1:
16862: * src/main/pa_db_manager.C 1.1:
16863: * src/main/pa_exception.C 1.22:
16864: * src/main/pa_globals.C 1.83:
16865: * src/main/pa_pool.C 1.38:
16866: * src/main/pa_sql_driver_manager.C 1.42:
16867: * src/main/pa_stylesheet_manager.C 1.1:
16868: * src/main/pa_xslt_stylesheet_manager.C 1.5:
16869: * src/targets/apache13/mod_parser3.C 1.7:
16870: * src/targets/cgi/parser3.C 1.124:
16871: * src/targets/isapi/parser3isapi.C 1.55:
16872: * src/types/pa_vhashfile.C 1.3:
16873: * src/types/pa_vhashfile.h 1.2:
16874: * src/types/pa_vxdoc.C 1.5:
16875: * src/types/pa_vxnode.C 1.8:
16876: * src/types/types.dsp 1.12:
16877: hashfile 0
16878:
16879: * src/targets/cgi/pa_pool.C 1.24:
16880: * src/targets/cgi/parser3.C 1.125:
16881: * src/targets/cgi/parser3.dsp 1.35:
16882: * src/targets/cgi/pool_storage.h 1.1:
16883: * src/targets/isapi/pool_storage.h 1.11:
16884: cgi += pool cleanups
16885:
16886: * src/targets/apache13/mod_parser3.C 1.5:
16887: * src/targets/isapi/parser3isapi.C 1.54:
16888: SEH minor ifdef changes
16889:
16890: * src/targets/apache13/mod_parser3.C 1.6:
16891: html
16892:
16893: * src/classes/classes.dsp 1.11:
16894: * src/classes/hashfile.C 1.1:
16895: * src/include/pa_config_fixed.h 1.24:
16896: * src/main/execute.C 1.198:
16897: * src/targets/cgi/parser3.dsp 1.34:
16898: * src/types/pa_vhashfile.C 1.1:
16899: * src/types/pa_vhashfile.h 1.1:
16900: * src/types/types.dsp 1.11:
16901: hashfile -100
16902:
16903: * src/include/pa_exception.h 1.17:
16904: * src/include/pa_request.h 1.105:
16905: * src/main/execute.C 1.197:
16906: * src/main/pa_exception.C 1.21:
16907: * src/main/pa_request.C 1.171:
16908: * src/targets/cgi/parser3.C 1.123:
16909: * src/targets/cgi/parser3.dsp 1.33:
16910: * src/types/pa_vclass.h 1.20:
16911: * src/types/pa_vobject.h 1.12:
16912: stack backtrace
16913:
16914: * src/types/pa_vhashfile.C 1.2:
16915: z
16916:
16917: 2001-10-19 parser
16918: * src/main/pa_request.C 1.170:
16919: * src/targets/apache13/mod_parser3.C 1.4:
16920: pool:: context - get_context
16921:
16922: * src/main/pa_pool.C 1.37:
16923: auto compiled on gcc
16924:
16925: * src/classes/classes.h 1.13:
16926: * src/classes/date.C 1.11:
16927: * src/classes/double.C 1.40:
16928: * src/classes/file.C 1.59:
16929: * src/classes/form.C 1.18:
16930: * src/classes/hash.C 1.23:
16931: * src/classes/image.C 1.57:
16932: * src/classes/int.C 1.37:
16933: * src/classes/mail.C 1.41:
16934: * src/classes/math.C 1.7:
16935: * src/classes/op.C 1.53:
16936: * src/classes/string.C 1.84:
16937: * src/classes/table.C 1.127:
16938: * src/classes/void.C 1.12:
16939: * src/include/pa_config_fixed.h 1.22:
16940: * src/include/pa_exception.h 1.15:
16941: * src/include/pa_pool.h 1.64:
16942: * src/include/pa_request.h 1.104:
16943: * src/include/pa_types.h 1.27:
16944: * src/main/compile.C 1.51:
16945: * src/main/compile_tools.C 1.39:
16946: * src/main/execute.C 1.196:
16947: * src/main/pa_array.C 1.40:
16948: * src/main/pa_common.C 1.73:
16949: * src/main/pa_dictionary.C 1.8:
16950: * src/main/pa_exception.C 1.19:
16951: * src/main/pa_exec.C 1.15:
16952: * src/main/pa_pool.C 1.34:
16953: * src/main/pa_request.C 1.169:
16954: * src/main/pa_socks.C 1.7:
16955: * src/main/pa_sql_driver_manager.C 1.41:
16956: * src/main/pa_string.C 1.112:
16957: * src/main/pa_table.C 1.39:
16958: * src/main/untaint.C 1.69:
16959: * src/targets/apache13/ApacheModuleParser3.dsp 1.5:
16960: * src/targets/apache13/mod_parser3.C 1.3:
16961: * src/targets/cgi/parser3.C 1.122:
16962: * src/targets/isapi/parser3isapi.C 1.53:
16963: * src/types/pa_value.h 1.75:
16964: * src/types/pa_vbool.h 1.14:
16965: * src/types/pa_vdouble.h 1.27:
16966: * src/types/pa_vfile.h 1.36:
16967: * src/types/pa_vform.C 1.40:
16968: * src/types/pa_vhash.h 1.24:
16969: * src/types/pa_vint.h 1.28:
16970: * src/types/pa_vjunction.h 1.9:
16971: * src/types/pa_vmethod_frame.h 1.17:
16972: * src/types/pa_vstateless_class.h 1.18:
16973: * src/types/pa_vtable.C 1.7:
16974: * src/types/pa_wcontext.C 1.11:
16975: * src/types/pa_wwrapper.h 1.12:
16976: switched to c++ exceptions 0
16977:
16978: * src/Makefile.in 1.30:
16979: * src/classes/Makefile.in 1.25:
16980: * src/include/pa_pool.h 1.66:
16981: * src/main/Makefile.in 1.22:
16982: * src/main/pa_common.C 1.74:
16983: * src/targets/Makefile.in 1.21:
16984: * src/targets/apache13/Makefile.in 1.21:
16985: * src/targets/cgi/Makefile.in 1.23:
16986: * src/types/Makefile.in 1.20:
16987: makes
16988:
16989: * src/include/pa_pool.h 1.67:
16990: header
16991:
16992: * src/classes/xdoc.C 1.30:
16993: * src/classes/xnode.C 1.13:
16994: * src/include/pa_pool.h 1.65:
16995: * src/include/pa_types.h 1.28:
16996: * src/main/pa_pool.C 1.36:
16997: first c++ exceptions result: can free up xalandomstring
16998: resulting from pool::transcode
16999:
17000: * src/classes/classes.awk 1.3.6.1:
17001: $ removed
17002:
17003: * src/classes/Makefile.am 1.25:
17004: * src/classes/xdoc.C 1.29:
17005: * src/classes/xnode.C 1.12:
17006: * src/include/pa_config_fixed.h 1.23:
17007: * src/include/pa_exception.h 1.16:
17008: * src/include/pa_stylesheet_connection.h 1.13:
17009: * src/main/pa_charset_connection.C 1.10:
17010: * src/main/pa_exception.C 1.20:
17011: * src/main/pa_pool.C 1.35:
17012: * src/types/pa_vxdoc.C 1.3:
17013: * src/types/pa_vxdoc.h 1.9:
17014: * src/types/pa_vxnode.C 1.6:
17015: * src/types/pa_vxnode.h 1.6:
17016: switched to c++ exceptions 1xml
17017: configure fixed to exclude xalan-patch from non-xml compile
17018:
17019: * src/classes/xdoc.C 1.31:
17020: * src/classes/xnode.C 1.14:
17021: * src/classes/xnode.h 1.3:
17022: * src/types/pa_vxdoc.C 1.4:
17023: * src/types/pa_vxdoc.h 1.10:
17024: * src/types/pa_vxnode.C 1.7:
17025: * src/types/pa_vxnode.h 1.7:
17026: xnode clone got freed
17027:
17028: * src/classes/image.C 1.58:
17029: comment
17030:
17031: 2001-10-18 parser
17032: * src/classes/xdoc.C 1.28:
17033: * src/types/pa_vxdoc.h 1.8:
17034: * src/types/pa_vxnode.C 1.5:
17035: vxdoc set_document & ctor question "who owns document" solved
17036:
17037: * src/classes/xdoc.C 1.26:
17038: * src/classes/xnode.C 1.11:
17039: * src/include/pa_pool.h 1.63:
17040: * src/main/pa_pool.C 1.32:
17041: encoding in dom creating funcs
17042:
17043: * src/include/pa_stylesheet_connection.h 1.12:
17044: prev stylesheet destroyed @ recompile
17045:
17046: * src/classes/xdoc.C 1.22:
17047: comment
17048:
17049: * src/classes/xdoc.C 1.21:
17050: * src/classes/xnode.C 1.10:
17051: * src/main/compile.tab.C 1.24:
17052: xdoc create now uses XercesDocumentBridge, appendChild&co now works
17053:
17054: * src/classes/xdoc.C 1.27:
17055: * src/main/pa_pool.C 1.33:
17056: extra free removed
17057:
17058: * src/classes/xdoc.C 1.24:
17059: * src/classes/xdoc.C 1.25:
17060: * src/types/pa_vxdoc.h 1.7:
17061: dom created by create can be transformed now
17062:
17063: * src/classes/xdoc.C 1.23:
17064: z
17065:
17066: * src/types/pa_vcookie.C 1.28:
17067: cookie:CLASS
17068:
17069: * src/classes/classes.dsp 1.10:
17070: * src/classes/xdoc.C 1.19:
17071: * src/types/types.dsp 1.10:
17072: fiew leechy-found bugs in code&doc fixed
17073:
17074: * src/classes/xdoc.C 1.20:
17075: * src/classes/xnode.C 1.9:
17076: xdoc::create[] now. and all dom tag names forced to XML lang
17077:
17078: * src/main/main.dsp 1.134:
17079: project
17080:
17081: * src/main/compile.tab.C 1.23:
17082: * src/main/compile.y 1.172:
17083: * src/main/pa_request.C 1.168:
17084: ^:
17085: no colon in $origin @exception[
17086:
17087: 2001-10-17 parser
17088: * src/types/pa_vimage.h 1.21:
17089: removed unused vimage::save
17090:
17091: * src/classes/classes.dsp 1.9:
17092: * src/classes/string.C 1.83:
17093: * src/main/pa_string.C 1.111:
17094: * src/types/pa_vxnode.h 1.5:
17095: * src/types/types.dsp 1.9:
17096: string::mid fixed, string.mid n functionality preserved
17097:
17098: 2001-10-16 parser
17099: * src/classes/classes.dsp 1.8:
17100: * src/main/main.dsp 1.133:
17101: * src/targets/apache13/ApacheModuleParser3.dsp 1.4:
17102: * src/targets/cgi/parser3.dsp 1.32:
17103: * src/targets/isapi/parser3isapi.dsp 1.26:
17104: * src/types/types.dsp 1.8:
17105: ident >nul 2>&1
17106:
1.28 paf 17107: * src/classes/xnode.C 1.7:
17108: * src/classes/xnode.C 1.8:
17109: removed few dom returns & changed op.txt
17110:
17111: * src/classes/image.C 1.54:
17112: gd size/resize bugfix
1.15 paf 17113:
1.28 paf 17114: * src/classes/image.C 1.55:
17115: :CopyResampled made gd2beta+my hands, very ineffective, but
17116: works for small paleted image
1.15 paf 17117:
17118: * src/classes/string.C 1.82:
17119: * src/main/pa_string.C 1.110:
17120: $string.mid(p[;n])
17121:
1.28 paf 17122: * src/classes/image.C 1.56:
17123: image.copy tolerance
17124:
17125: * src/types/pa_vhash.h 1.23:
17126: * src/types/pa_vtable.h 1.34:
17127: hash can be used as boolean
17128:
1.15 paf 17129: * src/main/pa_common.C 1.72:
17130: \r\n -> \n DOS
17131: \r -> \n Macintosh
17132: on all systems
17133:
17134: * src/classes/image.C 1.53:
17135: * src/types/pa_vimage.h 1.20:
17136: image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest w
17137: ;dest h]])
17138:
1.28 paf 17139: * src/types/pa_vimage.C 1.12:
17140: comment
17141:
1.15 paf 17142: 2001-10-15 parser
17143: * src/Makefile.in 1.29:
17144: * src/types/pa_vcode_frame.h 1.11:
17145: * src/types/pa_wcontext.C 1.10:
17146: code_frame fixed - ::write badly passed string too
17147: transparently [failed to intercept it]
17148:
17149: * src/types/pa_vxnode.C 1.4:
17150: document_type_node.
17151: !readonly attribute DOMString name
17152: !notation_node.
17153: !readonly attribute DOMString publicId
17154: !readonly attribute DOMString systemId
17155:
17156: * src/classes/xdoc.C 1.16:
17157: * src/classes/xnode.C 1.6:
17158: * src/include/pa_config_fixed.h 1.21:
17159: * src/include/pa_request.h 1.103:
17160: * src/main/pa_sql_driver_manager.C 1.40:
17161: * src/types/pa_vxdoc.C 1.2:
17162: * src/types/pa_vxdoc.h 1.6:
17163: * src/types/pa_vxnode.C 1.3:
17164: * src/types/pa_vxnode.h 1.4:
17165: DOM1 major addtion, only few attributes/methods left
17166:
17167: * src/main/execute.C 1.195:
17168: z
17169:
17170: * src/classes/xdoc.C 1.17:
17171: * src/classes/xdoc.C 1.18:
17172: !::create{qualifiedName}
17173:
17174: 2001-10-13 parser
17175: * src/main/execute.C 1.194:
17176: * src/types/pa_vcode_frame.h 1.9:
17177: vcodeframe made transparent enough to handle hash if creation&passing
17178:
17179: * src/include/pa_config_fixed.h 1.20:
17180: * src/main/execute.C 1.193:
17181: * src/main/pa_exception.C 1.18:
17182: noticed that vcodeframe not transparent enough, would change now
17183:
17184: * src/types/pa_vcode_frame.h 1.10:
17185: couple comments
17186:
17187: * src/targets/isapi/pool_storage.h 1.10:
17188: isapi pool storage reverse cleanups & frees order
17189:
17190: * src/main/pa_sql_driver_manager.C 1.39:
17191: * src/targets/cgi/parser3.C 1.121:
17192: * src/targets/isapi/parser3isapi.C 1.52:
17193: isapi&cgi couple non-pooled mallocs in main handler
17194:
17195: 2001-10-12 parser
17196: * src/classes/double.C 1.39:
17197: * src/classes/int.C 1.36:
17198: * src/classes/string.C 1.81:
17199: sql{}[$.default[({})]] handling changed:
17200: now type of default param analized always, not only at problem time,
17201: thus helping early problem spotting
17202:
17203: * src/classes/classes.dsp 1.7:
17204: * src/classes/xdoc.C 1.15:
17205: * src/main/compile.tab.C 1.22:
17206: * src/main/main.dsp 1.132:
17207: * src/main/pa_globals.C 1.82:
17208: * src/targets/apache13/ApacheModuleParser3.dsp 1.3:
17209: * src/targets/apache13/mod_parser3.C 1.2:
17210: * src/targets/cgi/parser3.C 1.120:
17211: * src/targets/cgi/parser3.dsp 1.31:
17212: * src/targets/isapi/parser3isapi.C 1.50:
17213: * src/targets/isapi/parser3isapi.C 1.51:
17214: * src/targets/isapi/parser3isapi.dsp 1.25:
17215: * src/types/types.dsp 1.7:
17216: xalan&xerces multithread bug fixed. initialization&free on each
17217: thread!
17218:
17219: 2001-10-11 parser
17220: * src/targets/apache13/Makefile.am 1.6:
17221: started restructuring
17222:
17223: * src/Makefile.in 1.25:
17224: * src/Makefile.in 1.26:
17225: * src/Makefile.in 1.28:
17226: * src/classes/Makefile.in 1.22:
17227: * src/classes/Makefile.in 1.23:
17228: * src/include/pa_config_auto.h.in 1.8:
17229: * src/main/Makefile.in 1.20:
17230: * src/main/Makefile.in 1.21:
17231: * src/targets/Makefile.in 1.19:
17232: * src/targets/Makefile.in 1.20:
17233: * src/targets/apache13/Makefile.in 1.19:
17234: * src/targets/apache13/Makefile.in 1.20:
17235: * src/targets/apache13/p3runConfigure.in 1.3:
17236: * src/targets/cgi/Makefile.in 1.21:
17237: * src/targets/cgi/Makefile.in 1.22:
17238: * src/types/Makefile.in 1.18:
17239: * src/types/Makefile.in 1.19:
17240: makes
17241:
17242: * src/classes/xnode.C 1.5:
17243: xnode.selectSingle now
17244:
17245: * src/targets/apache13/ApacheModuleParser3.dsp 1.2:
17246: .dsp fixed due to relocate
17247:
17248: * src/classes/xdoc.C 1.14:
17249: * src/classes/xnode.C 1.4:
17250: * src/include/pa_exception.h 1.14:
17251: * src/include/pa_pool.h 1.62:
17252: * src/include/pa_stylesheet_connection.h 1.11:
17253: * src/main/pa_exception.C 1.17:
17254: * src/main/pa_pool.C 1.31:
17255: moved xslt exceptions convertors out of Pool into Exception
17256:
17257: * src/Makefile.in 1.27:
17258: * src/classes/Makefile.in 1.24:
17259: makes. stdc++ lib added to apache libraries
17260:
17261: * src/classes/hash.C 1.22:
17262: !^hash.add[addme]
17263: !^hash.sub[subme]
17264: !^a.union[b] = new
17265: !^a.intersection[b] = new
17266: !^a.intersects[b] = bool
17267:
17268: * src/main/pa_string.C 1.109:
17269: const
17270:
17271: * src/classes/hash.C 1.20:
17272: * src/types/pa_vhash.h 1.22:
17273: !^hash::create[[copy_from]]
17274:
1.38 ! paf 17275: * src/classes/hash.C 1.21:
! 17276: !^hash::append[append_from]
! 17277:
1.15 paf 17278: * src/targets/apache13/Makefile.am 1.7:
17279: * src/targets/apache13/p3runConfigure.in 1.2:
17280: added
17281:
17282: * src/include/pa_string.h 1.107:
17283: * src/main/pa_string.C 1.108:
17284: restructured string: linked pieces of same language together
17285: prior to String::replace
17286:
17287: * src/targets/apache13/ApacheModuleParser3.dsp 1.1:
17288: * src/targets/apache13/mod_parser3.C 1.1:
17289: * src/targets/apache13/p3runConfigure.in 1.1:
17290: * src/targets/apache13/pa_pool.C 1.1:
17291: * src/targets/apache13/pa_threads.C 1.1:
17292: restructured
17293:
17294: * src/classes/string.C 1.80:
17295: * src/classes/table.C 1.126:
17296: * src/include/pa_globals.h 1.67:
17297: * src/include/pa_string.h 1.106:
17298: * src/main/pa_globals.C 1.81:
17299: * src/main/pa_string.C 1.107:
17300: * src/main/untaint.C 1.68:
17301: * src/types/pa_vvoid.h 1.5:
17302: untaint lang origins table fixed.
17303: got rid of empty_string, which caused errors - it hasnt exception but somebody[value.bark] tried to throw it on it's pool
17304:
17305: 2001-10-10 parser
17306: * src/main/compile.tab.C 1.19:
17307: * src/main/compile.y 1.170:
17308: ^a[^b] more informative compile error
17309:
17310: * src/main/compile.tab.C 1.20:
17311: * src/main/compile.y 1.171:
17312: ^a[
17313:
17314: @next_method << now unclosed ] would be reported here
17315:
17316: * src/classes/op.C 1.52:
17317: * src/main/compile.tab.C 1.21:
17318: ^error[msg]
17319:
17320: 2001-10-09 parser
17321: * src/classes/classes.dsp 1.6:
17322: * src/classes/xdoc.C 1.13:
17323: * src/include/pa_stylesheet_connection.h 1.10:
17324: * src/main/main.dsp 1.131:
17325: * src/targets/cgi/parser3.C 1.118:
17326: * src/targets/isapi/parser3isapi.C 1.48:
17327: * src/types/pa_vxdoc.h 1.5:
17328: * src/types/pa_vxnode.h 1.3:
17329: * src/types/types.dsp 1.6:
17330: xalan patches starting
17331:
17332: * src/classes/op.C 1.49:
17333: * src/classes/table.C 1.121:
17334: * src/types/pa_vfile.h 1.35:
17335: * src/types/pa_vimage.h 1.19:
17336: * src/types/pa_vjunction.h 1.8:
17337: * src/types/pa_vxdoc.h 1.4:
17338: * src/types/pa_vxnode.h 1.2:
17339: table:menu & op for delims made allowed not to be code [be
17340: string..]
17341:
17342: * src/Makefile.in 1.23:
17343: * src/Makefile.in 1.24:
17344: * src/classes/Makefile.am 1.23:
17345: * src/classes/Makefile.am 1.24:
17346: * src/classes/Makefile.in 1.20:
17347: * src/classes/Makefile.in 1.21:
17348: * src/main/Makefile.am 1.20:
17349: * src/main/Makefile.in 1.18:
17350: * src/main/Makefile.in 1.19:
17351: * src/targets/Makefile.in 1.17:
17352: * src/targets/Makefile.in 1.18:
17353: * src/targets/apache13/Makefile.in 1.17:
17354: * src/targets/apache13/Makefile.in 1.18:
17355: * src/targets/cgi/Makefile.am 1.19:
17356: * src/targets/cgi/Makefile.in 1.19:
17357: * src/targets/cgi/Makefile.in 1.20:
17358: * src/types/Makefile.am 1.10:
17359: * src/types/Makefile.in 1.16:
17360: * src/types/Makefile.in 1.17:
17361: makes
17362:
17363: * src/targets/cgi/parser3.C 1.119:
17364: * src/targets/isapi/parser3isapi.C 1.49:
17365: xml transform win32 errors intercepted [xalan transformer
17366: patched and incorporated]
17367:
17368: * src/classes/double.C 1.38:
17369: * src/classes/file.C 1.58:
17370: * src/classes/image.C 1.52:
17371: * src/classes/int.C 1.35:
17372: * src/classes/op.C 1.48:
17373: * src/classes/string.C 1.78:
17374: * src/classes/table.C 1.120:
17375: lots of params->as_int/double/as_string/as_junction
17376: as_no_junction messages added
17377:
17378: * src/classes/op.C 1.51:
17379: * src/classes/table.C 1.123:
17380: table.hash[key field;value field(s) string/table] now
17381:
17382: * src/classes/op.C 1.50:
17383: * src/classes/table.C 1.122:
17384: z
17385:
17386: * src/classes/date.C 1.10:
17387: * src/classes/table.C 1.124:
17388: calendar moved to date
17389:
17390: * src/classes/string.C 1.79:
17391: * src/classes/table.C 1.125:
17392: ^string.save[file]
17393:
17394: 2001-10-08 parser
17395: * src/classes/image.C 1.49:
17396: * src/types/pa_vcookie.C 1.27:
17397: * src/types/pa_vimage.C 1.11:
17398: image:sector
17399: removed image:html internal "line-*" attribs
17400:
1.28 paf 17401: * src/types/pa_vcookie.C 1.25:
17402: removing cookie made more netscape-like way
17403:
1.15 paf 17404: * src/classes/file.C 1.57:
17405: * src/classes/form.C 1.17:
17406: * src/main/pa_common.C 1.70:
17407: * src/main/untaint.C 1.67:
17408: header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made
17409: nonforced [only tainted pieces]
17410:
1.28 paf 17411: * src/classes/xdoc.C 1.12:
17412: xdoc:load exceptions intercepted [like in set]
17413:
1.15 paf 17414: * src/classes/image.C 1.50:
17415: image:circle [and round arc] uses Bresenham
17416:
17417: * src/main/untaint.C 1.65:
17418: \r to ' ' in origins mode
17419:
17420: * src/classes/date.C 1.9:
17421: * src/classes/image.C 1.51:
17422: * src/classes/string.C 1.77:
17423: * src/classes/table.C 1.119:
17424: * src/classes/void.C 1.11:
17425: * src/include/pa_request.h 1.102:
17426: params->as_int/double message added
17427:
17428: * src/classes/xdoc.C 1.11:
17429: * src/include/pa_config_fixed.h 1.19:
17430: * src/main/compile.tab.C 1.18:
17431: * src/types/pa_vxdoc.h 1.3:
17432: parsedSource produced by nonstandard liaison freed up
17433:
1.28 paf 17434: * src/classes/image.C 1.48:
17435: * src/include/pa_common.h 1.53:
17436: * src/main/pa_common.C 1.71:
17437: * src/types/pa_vcookie.C 1.26:
17438: cookie urlencoded [netscape doc reread]
17439:
1.15 paf 17440: * src/include/pa_common.h 1.52:
17441: * src/main/pa_common.C 1.69:
17442: * src/main/untaint.C 1.66:
17443: * src/targets/cgi/parser3.C 1.117:
17444: * src/targets/isapi/parser3isapi.C 1.47:
17445: remove_crlf @ SAPI::log
17446:
17447: 2001-10-07 parser
17448: * src/include/pa_config_fixed.h 1.18:
17449: * src/main/compile.tab.C 1.17:
17450: restored project
17451:
17452: 2001-10-05 parser
17453: * src/classes/xdoc.C 1.9:
17454: * src/include/pa_dictionary.h 1.6:
17455: * src/main/main.dsp 1.129:
17456: * src/main/pa_dictionary.C 1.7:
17457: * src/main/pa_string.C 1.106:
17458: * src/types/pa_vxdoc.h 1.2:
17459: started xml errorhandler.
17460: fixed string.replace a little, read @test
17461:
17462: * src/main/pa_charset_connection.C 1.7:
17463: unicode zero pair at the beging of totable appered to be vital
17464:
17465: * src/classes/xdoc.C 1.8:
17466: * src/main/compile.tab.C 1.16:
17467: xdoc.transform now
17468:
17469: * src/doc/doxygen.cfg 1.18:
17470: * src/doc/html2chm.cmd 1.4:
17471: * src/doc/sources2html.cmd 1.4:
17472: paths
17473:
17474: * src/classes/xdoc.C 1.10:
17475: * src/include/pa_pool.h 1.61:
17476: * src/main/main.dsp 1.130:
17477: * src/main/pa_pool.C 1.30:
17478: changed xdoc:set to prevent SAXParseException from outputing to cerr.
17479: lots of "todos"
17480:
17481: * src/main/pa_charset_connection.C 1.8:
17482: * src/main/pa_charset_connection.C 1.9:
17483: ctype another mem clear bugfix
17484:
17485: * src/main/untaint.C 1.64:
17486: http_header tainting more gentle with enquoting now
17487:
17488: * src/main/pa_string.C 1.105:
17489: found replace bug - first_that_starts(char *) does not have
17490: limit, and looks further eos, fixing....
17491:
17492: * src/include/pa_hash.h 1.44:
17493: * src/main/pa_hash.C 1.41:
17494: Hash::size() calculated wrong. fixed it
17495:
17496: * src/Makefile.in 1.22:
17497: * src/main/compile.tab.C 1.15:
17498: * src/main/compile.y 1.169:
17499: disabled ^literals in names
17500: $result[^[$p^]z]
17501: now works fine
17502:
17503: 2001-10-04 parser
17504: * src/classes/image.C 1.47:
17505: ^image.length[text]
17506:
17507: 2001-10-03 parser
17508: * src/main/pa_request.C 1.166:
17509: restored pcre defaulting in request [mindlessly "optimized" yesterday]
17510: comment left
17511:
17512: * src/main/pa_request.C 1.167:
17513: DEFAULT...charset was ignored when !XML
17514:
17515: 2001-10-02 parser
17516: * src/include/pa_request.h 1.101:
17517: * src/main/pa_charset_connection.C 1.4:
17518: * src/main/pa_charset_connection.C 1.5:
17519: * src/main/pa_request.C 1.165:
17520: * src/types/pa_vstring.h 1.36:
17521: pcre tables now const inside
17522: removed default - pcre handles that internally
17523: fixed bug on not-cleaning tables [previously was calloced, now member]
17524:
17525: * src/Makefile.in 1.21:
17526: * src/classes/Makefile.in 1.19:
17527: * src/main/Makefile.in 1.17:
17528: * src/targets/Makefile.in 1.16:
17529: * src/targets/apache13/Makefile.in 1.16:
17530: * src/targets/cgi/Makefile.in 1.18:
17531: * src/types/Makefile.in 1.15:
17532: makes
17533:
17534: * src/include/pa_config_fixed.h 1.17:
17535: * src/main/pa_charset_connection.C 1.3:
17536: tested charset reload on file change @ apache version = OK
17537: tested freeing up prev encoding on adding new = OK
17538:
17539: * src/classes/table.C 1.117:
17540: * src/main/pa_charset_connection.C 1.6:
17541: table:load & charset_connection
17542: #comment now
17543:
17544: * src/classes/classes.dsp 1.5:
17545: * src/types/types.dsp 1.5:
17546: release projects options fixed to use release msvcrt lib
17547:
17548: * src/include/pa_pool.h 1.60:
17549: * src/include/pa_stylesheet_connection.h 1.8:
17550: * src/include/pa_stylesheet_connection.h 1.9:
17551: * src/main/pa_charset_manager.C 1.2:
17552: * src/main/pa_charset_manager.C 1.3:
17553: * src/main/pa_pool.C 1.29:
17554: * src/types/pa_vresponse.h 1.15:
17555: forgot non-xml pool.*charset needed
17556:
17557: * src/classes/table.C 1.118:
17558: # config comments fixed
17559:
17560: 2001-10-01 parser
17561: * src/include/pa_charset_connection.h 1.1:
17562: * src/include/pa_charset_manager.h 1.1:
17563: * src/include/pa_xslt_stylesheet_manager.h 1.4:
17564: * src/main/main.dsp 1.128:
17565: * src/main/pa_charset_connection.C 1.1:
17566: * src/main/pa_charset_manager.C 1.1:
17567: * src/main/pa_request.C 1.164:
17568: charset loading & caching mech 0
17569:
17570: * src/include/pa_stylesheet_connection.h 1.7:
17571: * src/include/pa_xslt_stylesheet_manager.h 1.3:
17572: * src/main/main.dsp 1.127:
17573: * src/main/pa_globals.C 1.80:
17574: * src/main/pa_request.C 1.163:
17575: would make charset loading & caching mech now
17576:
17577: * src/main/pa_charset_connection.C 1.2:
17578: removed entitify external hack [internal installed]
17579:
17580: * src/main/Makefile.am 1.19:
17581: * src/main/Makefile.in 1.16:
17582: makes+removed dtd
17583:
17584: 2001-09-30 parser
17585: * src/classes/xdoc.C 1.7:
17586: * src/include/pa_request.h 1.100:
17587: * src/main/pa_request.C 1.159:
17588: ctype with unicode 1. todo: no П entities on output somehow
17589:
17590: * src/include/pa_globals.h 1.66:
17591: * src/main/pa_globals.C 1.79:
17592: * src/main/pa_request.C 1.160:
17593: now charsets table configuration variable is: CHARSETS
17594:
17595: * src/main/pa_request.C 1.162:
17596: forgot to fill toTable
17597:
17598: * src/classes/file.C 1.56:
17599: * src/classes/op.C 1.47:
17600: * src/classes/string.C 1.76:
17601: * src/include/pa_request.h 1.99:
17602: * src/main/pa_request.C 1.158:
17603: started ctype with unicode values
17604:
17605: * src/include/pa_config_fixed.h 1.16:
17606: * src/main/pa_request.C 1.161:
17607: started hack_s_maximumCharacterValues to
17608: XALAN_HACK_DIGITAL_ENTITIES but failed on win32 for now..
17609:
17610: 2001-09-28 parser
17611: * src/classes/xdoc.C 1.5:
17612: * src/classes/xnode.C 1.3:
17613: xdoc addencoding works! invented a way of user-configuring...
17614: todo: implement
17615:
17616: * src/classes/mail.C 1.40:
17617: * src/classes/op.C 1.46:
17618: * src/classes/xdoc.C 1.6:
17619: * src/include/pa_stylesheet_connection.h 1.6:
17620: * src/main/pa_request.C 1.157:
17621: letter body string passed AS-IS now
17622:
17623: 2001-09-27 parser
17624: * src/classes/classes.dsp 1.4:
17625: * src/classes/xdoc.C 1.3:
17626: * src/main/main.dsp 1.126:
17627: * src/targets/cgi/parser3.dsp 1.30:
17628: * src/targets/isapi/parser3isapi.dsp 1.23:
17629: * src/types/types.dsp 1.4:
17630: win32 ident make system so not to rebuild library [ident.C.new]
17631:
17632: * src/classes/table.C 1.116:
17633: table.sort changed to sort table itself
17634:
17635: * src/classes/xdoc.C 1.4:
17636: * src/targets/isapi/parser3isapi.dsp 1.24:
17637: X^.getElementsByTagName[tagname] = array of xnode
17638: X^.getElementsByTagNameNS[namespaceURI;localName] = array of nodes
17639: removed - regretfully not supported @ xalan. maybe someday would reimplement, if needed.
17640:
17641: win32build system: solved long waiting anti-non-started-apache problem
17642:
17643: 2001-09-26 parser
17644: * src/Makefile.am 1.11:
17645: * src/classes/Makefile.am 1.22:
17646: * src/classes/Makefile.in 1.18:
17647: * src/main/Makefile.am 1.18:
17648: * src/main/Makefile.in 1.15:
17649: * src/targets/Makefile.in 1.15:
17650: * src/targets/apache13/Makefile.in 1.15:
17651: * src/targets/cgi/Makefile.am 1.18:
17652: * src/targets/cgi/Makefile.in 1.17:
17653: * src/types/Makefile.am 1.9:
17654: * src/types/Makefile.in 1.14:
17655: makes with clases.awk
17656:
17657: * src/include/pa_config_fixed.h 1.14:
17658: * src/targets/cgi/parser3.C 1.114:
17659: * src/targets/isapi/parser3isapi.C 1.45:
17660: #ifdef SMTP
17661:
17662: * src/classes/classes.C 1.9:
17663: * src/classes/classes.awk 1.3:
17664: * src/classes/classes.dsp 1.1:
17665: * src/classes/classes.h 1.12:
17666: * src/classes/date.C 1.8:
17667: * src/classes/dnode.C 1.6:
17668: * src/classes/dnode.h 1.2:
17669: * src/classes/dom.C 1.35:
17670: * src/classes/double.C 1.37:
17671: * src/classes/file.C 1.55:
17672: * src/classes/form.C 1.16:
17673: * src/classes/hash.C 1.19:
17674: * src/classes/image.C 1.46:
17675: * src/classes/int.C 1.34:
17676: * src/classes/mail.C 1.39:
17677: * src/classes/math.C 1.6:
17678: * src/classes/op.C 1.45:
17679: * src/classes/response.C 1.14:
17680: * src/classes/string.C 1.75:
17681: * src/classes/table.C 1.115:
17682: * src/classes/void.C 1.10:
17683: * src/include/pa_array.h 1.44:
17684: * src/include/pa_common.h 1.51:
17685: * src/include/pa_config_fixed.h 1.13:
17686: * src/include/pa_config_includes.h 1.11:
17687: * src/include/pa_dictionary.h 1.5:
17688: * src/include/pa_dir.h 1.5:
17689: * src/include/pa_exception.h 1.13:
17690: * src/include/pa_exec.h 1.3:
17691: * src/include/pa_globals.h 1.65:
17692: * src/include/pa_request.h 1.98:
17693: * src/include/pa_sapi.h 1.13:
17694: * src/include/pa_socks.h 1.4:
17695: * src/include/pa_sql_connection.h 1.13:
17696: * src/include/pa_sql_driver_manager.h 1.12:
17697: * src/include/pa_stack.h 1.10:
17698: * src/include/pa_string.h 1.105:
17699: * src/include/pa_stylesheet_connection.h 1.5:
17700: * src/include/pa_table.h 1.35:
17701: * src/include/pa_threads.h 1.17:
17702: * src/include/pa_types.h 1.26:
17703: * src/include/pa_xslt_stylesheet_manager.h 1.2:
17704: * src/main/compile.C 1.50:
17705: * src/main/compile.y 1.168:
17706: * src/main/compile_tools.C 1.38:
17707: * src/main/compile_tools.h 1.50:
17708: * src/main/execute.C 1.192:
17709: * src/main/main.dsp 1.124:
17710: * src/main/pa_array.C 1.39:
17711: * src/main/pa_common.C 1.68:
17712: * src/main/pa_dictionary.C 1.6:
17713: * src/main/pa_dir.C 1.7:
17714: * src/main/pa_exception.C 1.16:
17715: * src/main/pa_exec.C 1.14:
17716: * src/main/pa_globals.C 1.78:
17717: * src/main/pa_hash.C 1.40:
17718: * src/main/pa_pool.C 1.28:
17719: * src/main/pa_request.C 1.156:
17720: * src/main/pa_socks.C 1.6:
17721: * src/main/pa_sql_driver_manager.C 1.38:
17722: * src/main/pa_string.C 1.104:
17723: * src/main/pa_table.C 1.38:
17724: * src/main/pa_xslt_stylesheet_manager.C 1.4:
17725: * src/main/untaint.C 1.63:
17726: * src/sql/pa_sql_driver.h 1.17:
17727: * src/targets/cgi/pa_pool.C 1.23:
17728: * src/targets/cgi/pa_threads.C 1.3:
17729: * src/targets/cgi/parser3.C 1.113:
17730: * src/targets/cgi/parser3.dsp 1.29:
17731: * src/targets/isapi/pa_pool.C 1.7:
17732: * src/targets/isapi/pa_threads.C 1.3:
17733: * src/targets/isapi/parser3isapi.C 1.44:
17734: * src/targets/isapi/parser3isapi.dsp 1.22:
17735: * src/targets/isapi/pool_storage.h 1.9:
17736: * src/types/pa_valiased.C 1.10:
17737: * src/types/pa_valiased.h 1.14:
17738: * src/types/pa_value.h 1.74:
17739: * src/types/pa_vbool.h 1.13:
17740: * src/types/pa_vclass.h 1.19:
17741: * src/types/pa_vcode_frame.h 1.8:
17742: * src/types/pa_vcookie.C 1.24:
17743: * src/types/pa_vcookie.h 1.12:
17744: * src/types/pa_vdate.h 1.5:
17745: * src/types/pa_vdnode.C 1.8:
17746: * src/types/pa_vdnode.h 1.3:
17747: * src/types/pa_vdom.C 1.3:
17748: * src/types/pa_vdom.h 1.14:
17749: * src/types/pa_vdouble.h 1.26:
17750: * src/types/pa_venv.h 1.17:
17751: * src/types/pa_vfile.C 1.22:
17752: * src/types/pa_vfile.h 1.34:
17753: * src/types/pa_vform.C 1.39:
17754: * src/types/pa_vform.h 1.25:
17755: * src/types/pa_vimage.C 1.10:
17756: * src/types/pa_vimage.h 1.18:
17757: * src/types/pa_vint.h 1.27:
17758: * src/types/pa_vjunction.h 1.7:
17759: * src/types/pa_vmath.h 1.3:
17760: * src/types/pa_vmethod_frame.h 1.16:
17761: * src/types/pa_vobject.h 1.11:
17762: * src/types/pa_vrequest.C 1.10:
17763: * src/types/pa_vrequest.h 1.11:
17764: * src/types/pa_vresponse.h 1.14:
17765: * src/types/pa_vstateless_class.C 1.10:
17766: * src/types/pa_vstateless_class.h 1.17:
17767: * src/types/pa_vstateless_object.h 1.11:
17768: * src/types/pa_vstring.C 1.11:
17769: * src/types/pa_vstring.h 1.35:
17770: * src/types/pa_vtable.C 1.6:
17771: * src/types/pa_vtable.h 1.33:
17772: * src/types/pa_vvoid.h 1.4:
17773: * src/types/pa_wcontext.C 1.9:
17774: * src/types/pa_wcontext.h 1.17:
17775: * src/types/pa_wwrapper.h 1.11:
17776: * src/types/types.dsp 1.1:
17777: added ident.awk and main.dsp splitted to main+classes+types
17778: along to .am
17779:
17780: * src/classes/classes.dsp 1.2:
17781: * src/classes/dnode.C 1.7:
17782: * src/classes/dnode.h 1.3:
17783: * src/classes/dom.C 1.36:
17784: * src/classes/xdoc.C 1.1:
17785: * src/classes/xnode.C 1.1:
17786: * src/classes/xnode.h 1.1:
17787: * src/main/compile.tab.C 1.14:
17788: * src/types/pa_vdnode.C 1.9:
17789: * src/types/pa_vdnode.h 1.4:
17790: * src/types/pa_vdom.C 1.4:
17791: * src/types/pa_vdom.h 1.15:
17792: * src/types/pa_vxdoc.C 1.1:
17793: * src/types/pa_vxdoc.h 1.1:
17794: * src/types/pa_vxnode.C 1.1:
17795: * src/types/pa_vxnode.h 1.1:
17796: * src/types/types.dsp 1.2:
17797: xdoc&xnode now
17798:
17799: * src/classes/classes.dsp 1.3:
17800: * src/classes/xdoc.C 1.2:
17801: * src/classes/xnode.C 1.2:
17802: * src/classes/xnode.h 1.2:
17803: * src/include/pa_config_fixed.h 1.15:
17804: * src/main/main.dsp 1.125:
17805: * src/targets/cgi/parser3.C 1.115:
17806: * src/targets/cgi/parser3.C 1.116:
17807: * src/targets/isapi/parser3isapi.C 1.46:
17808: * src/types/pa_vxnode.C 1.2:
17809: * src/types/types.dsp 1.3:
17810: z
17811:
17812: * src/classes/classes.cmd 1.4:
17813: * src/main/main.dsp 1.123:
17814: * src/targets/cgi/parser3.dsp 1.28:
17815: moved classes.inc generation on win32 to main.dsp
17816:
17817: * src/classes/classes.C 1.10:
17818: forgot one non-xml check
17819:
17820: * src/classes/Makefile.am 1.21:
17821: removed useless var
17822:
17823: 2001-09-25 parser
17824: * src/Makefile.am 1.10:
17825: * src/Makefile.in 1.20:
17826: * src/classes/Makefile.am 1.20:
17827: * src/classes/Makefile.in 1.17:
17828: * src/classes/dom.C 1.34:
17829: * src/include/pa_stylesheet_connection.h 1.4:
17830: * src/main/Makefile.am 1.17:
17831: * src/main/Makefile.in 1.14:
17832: * src/main/pa_pool.C 1.27:
17833: * src/targets/Makefile.in 1.14:
17834: * src/targets/apache13/Makefile.in 1.14:
17835: * src/targets/cgi/Makefile.am 1.17:
17836: * src/targets/cgi/Makefile.in 1.16:
17837: * src/types/Makefile.am 1.8:
17838: * src/types/Makefile.in 1.13:
17839: * src/types/pa_vdom.h 1.13:
17840: xml configure makes
17841:
17842: * src/include/pa_config_auto.h.in 1.7:
17843: xml on linux[elik] works! no 1251 though, todo ICU
17844:
17845: 2001-09-24 parser
17846: * src/types/pa_vfile.h 1.33:
17847: * src/types/pa_vimage.h 1.17:
17848: * src/types/pa_vstring.h 1.34:
17849: fiew wrong resolved conflicts fixed [const]
17850:
17851: * src/Makefile.in 1.19:
17852: * src/classes/Makefile.am 1.19:
17853: * src/classes/Makefile.in 1.16:
17854: * src/include/pa_config_auto.h.in 1.6:
17855: * src/main/Makefile.in 1.13:
17856: * src/targets/Makefile.in 1.13:
17857: * src/targets/apache13/Makefile.in 1.13:
17858: * src/types/Makefile.am 1.7:
17859: * src/types/Makefile.in 1.12:
17860: makes
17861:
17862: * src/targets/cgi/Makefile.am 1.16:
17863: * src/targets/cgi/Makefile.in 1.15:
17864: makefiles
17865:
17866: * src/types/pa_value.h 1.73:
17867: * src/types/pa_vdnode.C 1.7:
17868: * src/types/pa_vtable.C 1.5:
17869: * src/types/pa_vvoid.h 1.3:
17870: z
17871:
17872: * src/types/pa_vclass.h 1.18:
17873: * src/types/pa_vhash.h 1.20:
17874: * src/types/pa_vhash.h 1.21:
17875: * src/types/pa_vtable.h 1.32:
17876: fixed small bugs with usinge hash/table in expressions
17877:
17878: * src/classes/classes.cmd 1.3:
17879: * src/classes/image.C 1.45:
17880: * src/classes/op.C 1.44:
17881: * src/classes/table.C 1.114:
17882: * src/include/pa_request.h 1.97:
17883: * src/include/pa_sapi.h 1.12:
17884: * src/main/compile.C 1.49:
17885: * src/main/compile.tab.C 1.13:
17886: * src/main/compile.y 1.167:
17887: * src/main/compile_tools.h 1.49:
17888: * src/main/main.dsp 1.122:
17889: * src/main/pa_common.C 1.67:
17890: * src/main/pa_sql_driver_manager.C 1.37:
17891: * src/targets/cgi/parser3.C 1.112:
17892: * src/targets/cgi/parser3.dsp 1.27:
17893: * src/types/pa_value.h 1.72:
17894: * src/types/pa_vbool.h 1.12:
17895: * src/types/pa_vdate.h 1.4:
17896: * src/types/pa_vdouble.h 1.25:
17897: * src/types/pa_vform.C 1.38:
17898: * src/types/pa_vhash.h 1.19:
17899: * src/types/pa_vimage.h 1.16:
17900: * src/types/pa_vint.h 1.26:
17901: * src/types/pa_vstring.h 1.33:
17902: * src/types/pa_vtable.h 1.31:
17903: * src/types/pa_vvoid.h 1.2:
17904: merged3 with before_xml
17905: [merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]
17906:
17907: * src/Makefile.am 1.7:
17908: * src/Makefile.am 1.8:
17909: * src/Makefile.am 1.9:
17910: * src/main/Makefile.am 1.16:
17911: * src/targets/Makefile.am 1.7:
17912: * src/targets/apache13/Makefile.am 1.5:
17913: * src/targets/cgi/Makefile.am 1.15:
17914: * src/targets/cgi/pa_pool.C 1.22:
17915: started unix makes update
17916:
17917: 2001-09-21 parser
17918: * src/main/main.dsp 1.121:
17919: * src/targets/cgi/parser3.dsp 1.26:
17920: * src/targets/isapi/parser3isapi.dsp 1.21:
17921: updated project files [/ sadly produced "" in make file and
17922: sadly wrong interpreted on load]
17923:
17924: * src/include/pa_pool.h 1.56:
17925: * src/main/pa_pool.C 1.24:
17926: checked whether transcoder were created right
17927: "unsupported encoding" message.
17928: not @ set time, but @ use time, so until xml output functions .string, .file, .save used - no encoding name check occur
17929:
17930: reduced transcode buffer size to 60
17931: fixed pool cleanup - no registration needed, pools are officially destructured
17932:
17933: * src/classes/dom.C 1.29:
17934: * src/classes/dom.C 1.30:
17935: * src/classes/dom.C 1.31:
17936: * src/classes/dom.C 1.32:
17937: * src/include/pa_pool.h 1.57:
17938: * src/include/pa_pool.h 1.58:
17939: * src/main/pa_pool.C 1.25:
17940: * src/types/pa_vdnode.C 1.5:
17941: * src/types/pa_vresponse.h 1.12:
17942: defaulted dom writing methods encoding to pool.get_charset
17943:
17944: * src/classes/classes.C 1.8:
17945: * src/classes/date.C 1.7:
17946: * src/classes/dnode.C 1.5:
17947: * src/classes/dom.C 1.33:
17948: * src/classes/file.C 1.54:
17949: * src/classes/form.C 1.15:
17950: * src/classes/int.C 1.33:
17951: * src/classes/mail.C 1.38:
17952: * src/doc/doxygen.cfg 1.16:
17953: * src/include/pa_config_fixed.h 1.12:
17954: * src/include/pa_pool.h 1.59:
17955: * src/main/main.dsp 1.119:
17956: * src/main/pa_globals.C 1.76:
17957: * src/main/pa_pool.C 1.26:
17958: * src/main/pa_request.C 1.155:
17959: * src/main/pa_xslt_stylesheet_manager.C 1.3:
17960: * src/targets/cgi/pa_pool.C 1.21:
17961: * src/targets/cgi/pa_threads.C 1.2:
17962: * src/targets/cgi/parser3.dsp 1.24:
17963: * src/targets/isapi/pa_pool.C 1.6:
17964: * src/targets/isapi/pa_threads.C 1.2:
17965: * src/targets/isapi/parser3isapi.dsp 1.19:
17966: * src/types/pa_valiased.C 1.9:
17967: * src/types/pa_vcookie.C 1.23:
17968: * src/types/pa_vdnode.C 1.6:
17969: * src/types/pa_vdom.C 1.2:
17970: * src/types/pa_vfile.C 1.21:
17971: * src/types/pa_vform.C 1.37:
17972: * src/types/pa_vimage.C 1.9:
17973: * src/types/pa_vrequest.C 1.9:
17974: * src/types/pa_vresponse.h 1.13:
17975: * src/types/pa_vstateless_class.C 1.9:
17976: * src/types/pa_vstring.C 1.10:
17977: * src/types/pa_vtable.C 1.4:
17978: * src/types/pa_wcontext.C 1.8:
17979: zillions of #ifdef XML
17980: created new projects for sql drivers [planning to remove sql drivers from main cvs project]
17981: first, will join latest changes
17982:
17983: * src/Makefile.in 1.18:
17984: * src/classes/classes.h 1.11:
17985: * src/classes/hash.C 1.18:
17986: * src/classes/op.C 1.43:
17987: * src/classes/table.C 1.113:
17988: * src/doc/doxygen.cfg 1.17:
17989: * src/include/pa_common.h 1.50:
17990: * src/include/pa_globals.h 1.64:
17991: * src/include/pa_request.h 1.96:
17992: * src/include/pa_sapi.h 1.11:
17993: * src/include/pa_sql_driver_manager.h 1.11:
17994: * src/include/pa_string.h 1.104:
17995: * src/main/compile.tab.C 1.12:
17996: * src/main/main.dsp 1.120:
17997: * src/main/pa_common.C 1.66:
17998: * src/main/pa_exec.C 1.13:
17999: * src/main/pa_globals.C 1.77:
18000: * src/targets/cgi/parser3.dsp 1.25:
18001: * src/targets/isapi/parser3isapi.dsp 1.20:
18002: merged with before_xml
18003:
18004: 2001-09-20 parser
18005: * src/classes/dnode.C 1.3:
18006: * src/classes/dom.C 1.26:
18007: * src/targets/cgi/parser3.dsp 1.22:
18008: * src/types/pa_vstring.h 1.32:
18009: dnode .file .string .save moved back to dom due to strange
18010: xalan bug
18011:
18012: * src/main/pa_pool.C 1.23:
18013: * src/main/pa_request.C 1.154:
18014: Pool::transcode defaults from $MAIN:DEFAULTS.content-type[$
18015: charset[here]]
18016:
18017: * src/classes/dom.C 1.27:
18018: dom. string save file
18019: moved output xml options to last param and made it optional
18020:
18021: * src/types/pa_vhash.h [before_xml] 1.16.4.2:
18022: * src/types/pa_vhash.h [before_xml] 1.16.4.3:
18023: * src/types/pa_vstring.h [before_xml] 1.31.4.1:
18024: * src/types/pa_vtable.h [before_xml] 1.28.4.2:
18025: * src/types/pa_vtable.h [before_xml] 1.28.4.3:
18026: table/hash can be used in expression context now, there value = size
18027: and boolean value size!=0
18028:
18029: * src/classes/dnode.C 1.4:
18030: * src/classes/dom.C 1.28:
18031: * src/include/pa_config_includes.h 1.10:
18032: * src/include/pa_globals.h 1.63:
18033: * src/include/pa_pool.h 1.55:
18034: * src/main/main.dsp 1.118:
18035: * src/main/pa_globals.C 1.75:
18036: * src/main/pa_pool.C 1.22:
18037: * src/targets/cgi/parser3.dsp 1.23:
18038: * src/targets/isapi/parser3isapi.C 1.43:
18039: * src/targets/isapi/parser3isapi.dsp 1.18:
18040: * src/types/pa_vdnode.C 1.4:
18041: * src/types/pa_vdnode.h 1.2:
18042: * src/types/pa_vresponse.h 1.11:
18043: Pool::transcode 0
18044:
18045: * src/types/pa_vdnode.C 1.3:
18046: !$elementnode.attributes = hash of dnodes
18047: !$attributenode.specified = boolean
18048: true if the attribute received its value explicitly in the XML document,
18049: or if a value was assigned programatically with the setValue function.
18050: false if the attribute value came from the default value declared in the document's DTD.
18051: !$pinode.target = target of this processing instruction
18052: XML defines this as being the first token following the markup
18053: that begins the processing instruction.
18054: XPath:
18055: !^node.select[xpath/query/expression] = hash of 0->node0 1->node1
18056: !^node.select-single[xpath/query/expression] = first node if any
18057:
18058: * src/classes/image.C [before_xml] 1.40.4.4:
18059: 20K preload on jpg measure [image::measure]
18060:
18061: * src/types/pa_value.h [before_xml] 1.70.4.2:
18062: * src/types/pa_vbool.h [before_xml] 1.11.4.1:
18063: * src/types/pa_vdate.h [before_xml] 1.3.4.1:
18064: * src/types/pa_vdouble.h [before_xml] 1.24.4.1:
18065: * src/types/pa_vhash.h [before_xml] 1.16.4.4:
18066: * src/types/pa_vint.h [before_xml] 1.25.4.1:
18067: * src/types/pa_vstring.h [before_xml] 1.31.4.2:
18068: * src/types/pa_vtable.h [before_xml] 1.28.4.4:
18069: * src/types/pa_vvoid.h [before_xml] 1.1.4.1:
18070: some 'const's added
18071:
18072: 2001-09-18 parser
18073: * src/classes/dnode.C 1.2:
18074: * src/classes/dom.C 1.25:
18075: * src/classes/hash.C 1.17:
18076: * src/classes/image.C 1.44:
18077: * src/classes/op.C 1.42:
18078: * src/classes/table.C 1.112:
18079: * src/include/pa_common.h 1.49:
18080: * src/include/pa_globals.h 1.62:
18081: * src/include/pa_request.h 1.95:
18082: * src/include/pa_sql_driver_manager.h 1.10:
18083: * src/main/compile.C 1.48:
18084: * src/main/compile.tab.C 1.11:
18085: * src/main/compile.y 1.166:
18086: * src/main/compile_tools.h 1.48:
18087: * src/main/execute.C 1.191:
18088: * src/main/pa_common.C 1.65:
18089: * src/main/pa_request.C 1.153:
18090: * src/main/pa_sql_driver_manager.C 1.36:
18091: * src/main/pa_string.C 1.103:
18092: * src/main/pa_table.C 1.37:
18093: * src/targets/cgi/parser3.C 1.111:
18094: * src/targets/cgi/parser3.dsp 1.21:
18095: * src/targets/isapi/parser3isapi.C 1.42:
18096: * src/types/pa_value.h 1.71:
18097: * src/types/pa_vform.C 1.36:
18098: * src/types/pa_vform.h 1.24:
18099: * src/types/pa_vhash.h 1.18:
18100: * src/types/pa_vimage.C 1.8:
18101: * src/types/pa_vimage.h 1.15:
18102: * src/types/pa_vtable.h 1.30:
18103: merged latest bugfixes from before_xml branch
18104: ^if(def $hash) now true only when ^hash:_count[]!=0
18105: moved
18106: .string .save .file from dom to dnode
18107:
18108: * src/classes/dnode.C 1.1:
18109: * src/classes/dnode.h 1.1:
18110: * src/main/main.dsp 1.117:
18111: * src/types/pa_vdnode.C 1.1:
18112: * src/types/pa_vdnode.h 1.1:
18113: dom, dnode 0
18114:
18115: * src/types/pa_vdnode.C 1.2:
18116: * src/types/pa_vdom.h 1.12:
18117: * src/types/pa_vhash.h 1.17:
18118: * src/types/pa_vtable.h 1.29:
18119: dom, dnode 1
18120:
18121: * src/classes/image.C [before_xml] 1.40.4.3:
18122: * src/main/pa_string.C [before_xml] 1.102.2.2:
18123: * src/main/pa_table.C [before_xml] 1.36.2.1:
18124: image: poly* fixed
18125:
18126: * src/classes/op.C [before_xml] 1.41.4.2:
18127: * src/main/execute.C [before_xml] 1.190.4.2:
18128: operators self changed to root
18129: ^for variable context changed to self
18130:
18131: 2001-09-17 parser
18132: * src/classes/classes.h 1.10:
18133: * src/classes/dom.C 1.23:
18134: * src/classes/hash.C 1.16:
18135: * src/include/pa_stylesheet_connection.h 1.3:
18136: * src/main/main.dsp 1.115:
18137: * src/targets/cgi/pa_pool.C 1.20:
18138: * src/types/pa_vdom.h 1.10:
18139: * src/types/pa_vfile.h 1.32:
18140: * src/types/pa_vimage.h 1.14:
18141: started
18142: dnode
18143: DOM:
18144: $node.name
18145: $node.value
18146: ...others...
18147: ^node.xpath[/rates/USD] = hash
18148: dom(dnode)
18149:
18150: * src/classes/dom.C 1.24:
18151: * src/main/main.dsp 1.116:
18152: * src/main/pa_globals.C 1.74:
18153: * src/types/pa_vdom.h 1.11:
18154: started dnode+dom
18155:
18156: dnode
18157: DOM methods:
18158: $node.name
18159: $node.value
18160: ...others...
18161:
18162: ^node.xpath[/rates/USD] = hash
18163: $hash[
18164: $.0[node0]
18165: $.1[node1]
18166: ]
18167:
18168: * src/classes/image.C [before_xml] 1.40.4.2:
18169: * src/types/pa_vimage.C [before_xml] 1.7.8.2:
18170: $image.line-style
18171: now applies to all linear primitives
18172:
18173: * src/classes/hash.C [before_xml] 1.15.4.1:
18174: * src/main/compile.C [before_xml] 1.47.4.1:
18175: * src/main/compile.tab.C [before_xml] 1.10.4.2:
18176: * src/main/compile.y [before_xml] 1.165.4.2:
18177: * src/main/compile_tools.h [before_xml] 1.47.4.2:
18178: * src/main/execute.C [before_xml] 1.190.4.1:
18179: * src/targets/cgi/parser3.C [before_xml] 1.110.4.3:
18180: expressions unary+
18181: ^hash.count[]
18182: bugfix: in expression compound($aa.zz.xx) names now can have minus '-' in name after '.'
18183:
18184: 2001-09-15 parser
18185: * src/classes/image.C [before_xml] 1.40.4.1:
18186: * src/types/pa_vimage.C [before_xml] 1.7.8.1:
18187: * src/types/pa_vimage.h [before_xml] 1.13.6.1:
18188: image: $line-width ^line(...)[**** style]
18189:
18190: * src/classes/dom.C 1.21:
18191: * src/classes/image.C 1.43:
18192: * src/include/pa_pool.h 1.53:
18193: * src/include/pa_stylesheet_connection.h 1.2:
18194: * src/main/main.dsp 1.114:
18195: * src/targets/cgi/pa_pool.C 1.18:
18196: * src/targets/isapi/pa_pool.C 1.4:
18197: * src/targets/isapi/pool_storage.h 1.5:
18198: * src/types/pa_vdom.C 1.1:
18199: * src/types/pa_vdom.h 1.8:
18200: xalan objects freed up [introducing Pool::register_cleanup]
18201:
18202: * src/doc/doxygen.cfg 1.15:
18203: * src/include/pa_sapi.h 1.10:
18204: * src/types/pa_vdom.h 1.7:
18205: comments
18206:
18207: * src/classes/dom.C 1.22:
18208: * src/targets/isapi/parser3isapi.C 1.41:
18209: * src/targets/isapi/pool_storage.h 1.8:
18210: * src/types/pa_vdom.h 1.9:
18211: fixed bug in isapi pool_storage -
18212: cleanups first, allocations second.
18213: apache wisely does just like that
18214:
18215: * src/targets/isapi/parser3isapi.C 1.40:
18216: * src/targets/isapi/pool_storage.h 1.7:
18217: pool_storage rewritten using template, no bugs now
18218:
18219: * src/include/pa_pool.h 1.54:
18220: * src/main/pa_pool.C 1.21:
18221: * src/targets/cgi/pa_pool.C 1.19:
18222: * src/targets/isapi/pa_pool.C 1.5:
18223: * src/targets/isapi/parser3isapi.C 1.39:
18224: * src/targets/isapi/parser3isapi.dsp 1.17:
18225: * src/targets/isapi/pool_storage.h 1.6:
18226: poorly started isapi pool_storage, would rewrite using template now
18227:
18228: 2001-09-14 parser
18229: * src/classes/dom.C 1.20:
18230: * src/classes/file.C 1.53:
18231: * src/classes/image.C 1.42:
18232: * src/classes/mail.C 1.37:
18233: * src/include/pa_common.h 1.48:
18234: * src/include/pa_sql_driver_manager.h 1.9:
18235: * src/include/pa_string.h 1.103:
18236: * src/include/pa_stylesheet_connection.h 1.1:
18237: * src/include/pa_xslt_stylesheet_manager.h 1.1:
18238: * src/main/main.dsp 1.113:
18239: * src/main/pa_common.C 1.64:
18240: * src/main/pa_exec.C 1.12:
18241: * src/main/pa_globals.C 1.73:
18242: * src/main/pa_sql_driver_manager.C 1.34:
18243: * src/main/pa_xslt_stylesheet_manager.C 1.1:
18244: * src/main/untaint.C 1.62:
18245: * src/types/pa_vfile.C 1.20:
18246: dom.xslt stylesheet compiled&cached
18247:
18248: * src/main/pa_sql_driver_manager.C 1.35:
18249: * src/main/pa_xslt_stylesheet_manager.C 1.2:
18250: z
18251:
18252: 2001-09-13 parser
18253: * src/classes/dom.C 1.18:
18254: dom:file content-type(.method)
18255:
18256: * src/classes/dom.C 1.19:
18257: * src/classes/file.C 1.52:
18258: * src/classes/image.C 1.41:
18259: * src/types/pa_vfile.C 1.19:
18260: * src/types/pa_vfile.h 1.31:
18261: ^dom.file[] charset
18262:
18263: * src/include/pa_globals.h [before_xml] 1.61.4.1:
18264: * src/include/pa_request.h [before_xml] 1.94.4.1:
18265: * src/main/pa_request.C [before_xml] 1.152.4.2:
18266: * src/targets/cgi/parser3.C [before_xml] 1.110.4.2:
18267: * src/targets/isapi/parser3isapi.C [before_xml] 1.38.4.1:
18268: ParserRootConfig .../parser3.conf
18269: ParserSiteConfig .../parser3.conf
18270:
18271: cgi&isapi looks for {configure|c:\windows}/parser3.conf
18272:
18273: * src/include/pa_common.h [before_xml] 1.47.4.1:
18274: * src/include/pa_globals.h [before_xml] 1.61.4.2:
18275: * src/main/pa_common.C [before_xml] 1.63.4.1:
18276: * src/main/pa_request.C [before_xml] 1.152.4.3:
18277: $MAIN:CLASS_PATH now
18278: can be string now
18279: more informative error messages
18280:
18281: 2001-09-12 parser
18282: * src/main/compile.y [before_xml] 1.165.4.1:
18283: * src/main/compile_tools.h [before_xml] 1.47.4.1:
18284: name.[part].xxx syntax lexer on LS_USER level did [] matching without setting nestage,
18285: introduced special LS_NAME_SQUARE_PART state
18286:
18287: * src/main/compile.tab.C [before_xml] 1.10.4.1:
18288: fixed - subname code parts actually [] braced
18289:
18290: * src/classes/op.C [before_xml] 1.41.4.1:
18291: * src/include/pa_sql_driver_manager.h [before_xml] 1.8.4.1:
18292: * src/main/pa_sql_driver_manager.C [before_xml] 1.33.4.1:
18293: ^connect[]
18294: ^connect[aaa]
18295: more precise error reporting:
18296: "connection string must start with protocol://"
18297: now
18298:
18299: 2001-09-11 parser
18300: * src/types/pa_vdom.h 1.5:
18301: messages
18302:
18303: * src/classes/dom.C 1.16:
18304: * src/types/pa_vdom.h 1.6:
18305: ^dom:set[<some>xml</some>]
18306:
18307: * src/classes/dom.C 1.17:
18308: * src/include/pa_string.h 1.102:
18309: * src/main/pa_globals.C 1.72:
18310: * src/main/untaint.C 1.61:
18311: ^dom:set{<some>xml</some>} default language XML
18312: languages+=xml
18313:
18314: * src/classes/dom.C 1.14:
18315: * src/classes/dom.C 1.15:
18316: ^dom:save/string/file[output options]
18317: output options:
18318: $.method[xml|html|text] detection fixed
18319:
18320: 2001-09-10 parser
18321: * src/classes/dom.C 1.4:
18322: * src/main/main.dsp 1.110:
18323: * src/types/pa_vform.C 1.35:
18324: * src/types/pa_vform.h 1.23:
18325: ^dom.save[b.xml] 0
18326:
18327: * src/classes/dom.C 1.9:
18328: ^dom.file[encoding] = file
18329:
18330: * src/classes/dom.C 1.12:
18331: ^dom.xslt[stylesheet filename][params hash added]
18332:
18333: * src/classes/dom.C 1.10:
18334: * src/main/main.dsp 1.111:
18335: * src/types/pa_vdom.h 1.3:
18336: ^dom.xslt[stylesheet filename] -1 doc is lying
18337:
18338: * src/classes/dom.C 1.11:
18339: * src/main/main.dsp 1.112:
18340: * src/types/pa_vdom.h 1.4:
18341: ^dom.xslt[stylesheet filename] 0
18342:
18343: * src/classes/dom.C 1.5:
18344: ^dom.save[b.xml] 1:error handling
18345:
18346: * src/classes/dom.C 1.13:
18347: ^dom:save/string/file[output options]
18348: output options:
18349: $.method[xml|html|text] $.encoding[windows-1251|...]
18350:
18351: * src/classes/dom.C 1.6:
18352: ^dom.string[] 0
18353:
18354: * src/classes/dom.C 1.7:
18355: * src/classes/dom.C 1.8:
18356: ^dom.string[encoding] 1
18357: ^dom.save[encoding;filename]
18358:
18359: 2001-09-08 parser
18360: * src/types/pa_vform.C [before_xml] 1.33.2.3:
18361: $form:tables.name.field
18362:
18363: 2001-09-07 parser
18364: * src/classes/dom.C 1.3:
18365: * src/types/pa_value.h [before_xml] 1.70.4.1:
18366: * src/types/pa_vtable.h [before_xml] 1.28.4.1:
18367: (def $table) is false when table is empty
18368:
18369: * src/main/pa_request.C [before_xml] 1.152.4.1:
18370: * src/types/pa_vform.C [before_xml] 1.33.2.2:
18371: * src/types/pa_vform.h [before_xml] 1.22.2.2:
18372: !$form:tables
18373: $atable[$form:tables.a]
18374: ^atable.menu{a=$atable.element}[,]
18375:
18376: * src/classes/dom.C 1.1:
18377: file dom.C was initially added on branch xalan1_2.
18378:
18379: * src/main/pa_exception.C 1.15:
18380: * src/types/pa_vform.C 1.32:
18381: getting FIRST form element [not last]
18382:
18383: * src/classes/table.C [before_xml] 1.110.4.1:
18384: table:empty removed, superceded by ^if(def $table)...
18385:
18386: * src/targets/cgi/parser3.dsp [before_xml] 1.20.4.1:
18387: * src/types/pa_vform.C [before_xml] 1.33.2.1:
18388: * src/types/pa_vform.h [before_xml] 1.22.2.1:
18389: * src/types/pa_vhash.h [before_xml] 1.16.4.1:
18390: !$form:fields
18391:
18392: * src/include/pa_hash.h 1.43:
18393: * src/main/pa_hash.C 1.39:
18394: * src/targets/cgi/parser3.C [before_xml] 1.110.4.1:
18395: * src/types/pa_vfile.h 1.30:
18396: * src/types/pa_vform.C 1.33:
18397: * src/types/pa_vform.C [xalan1_2] 1.29.4.1:
18398: * src/types/pa_vform.h 1.22:
18399: z
18400:
18401: * src/Makefile.in [xalan1_2] 1.16.2.1:
18402: * src/classes/dom.C [xalan1_2] 1.1.2.1:
18403: * src/classes/table.C [xalan1_2] 1.110.2.1:
18404: * src/main/main.dsp [xalan1_2] 1.108.2.1:
18405: * src/types/pa_vdom.h [xalan1_2] 1.1.2.1:
18406: introducing dom. dom:load[a.xml]
18407:
18408: * src/main/pa_string.C [before_xml] 1.102.2.1:
18409: a[] ^if($a){y;n} is 'n' now [conversion from '' to int/double
18410: is 0]
18411:
18412: * src/Makefile.in 1.17:
18413: * src/classes/dom.C 1.2:
18414: * src/classes/table.C 1.111:
18415: * src/main/main.dsp 1.109:
18416: * src/types/pa_vdom.h 1.2:
18417: * src/types/pa_vform.C 1.34:
18418: merged with successful start of dom
18419:
18420: * src/types/pa_vdom.h 1.1:
18421: file pa_vdom.h was initially added on branch xalan1_2.
18422:
18423: 2001-09-06 parser
18424: * src/doc/doxygen.cfg 1.14:
18425: merged new default options from 1.2.10 doxygen
18426:
18427: * src/classes/hash.C 1.15:
18428: * src/include/pa_globals.h 1.61:
18429: * src/main/pa_globals.C 1.71:
18430: * src/types/pa_vhash.h 1.16:
18431: now there's special hash key '_default' [instead of ^_default method]
18432: $hash[
18433: $.a[1]
18434: $.b[2]
18435: $._default[xx]
18436: ]
18437: $hash.c
18438:
18439: * src/types/pa_vform.C 1.30:
18440: * src/types/pa_vform.C 1.31:
18441: a=1&a=2 would result in $form:a being a table with one column '
18442: element' and two rows: 1 and 2
18443:
18444: * src/classes/image.C 1.40:
18445: * src/classes/op.C 1.41:
18446: * src/classes/string.C 1.74:
18447: * src/classes/table.C 1.110:
18448: * src/doc/doxygen.cfg 1.13:
18449: * src/targets/isapi/parser3isapi.C 1.38:
18450: * src/types/pa_vtable.C 1.3:
18451: few #ifndef DOXYGEN
18452:
18453: * src/classes/void.C 1.9:
18454: * src/main/pa_string.C 1.102:
18455: * src/main/pa_table.C 1.36:
18456: fixed up bad int/double conversions, and now $form:nonexistent
18457: int(88) would return 88
18458:
18459: * src/main/compile.tab.C 1.10:
18460: * src/main/compile.y 1.165:
18461: ^if(0){}{ ^if(1){}^; }
18462: bug fixed [thanks, fif], ^; were treated there non-literally
18463:
18464: 2001-09-05 parser
18465: * src/classes/string.C 1.73:
18466: * src/classes/table.C 1.109:
18467: sql options can be void [same as image:html the other day]
18468:
18469: * src/classes/mail.C 1.36:
18470: MAIN:MAIL check fixed
18471:
18472: * src/Makefile.in 1.16:
18473: * src/classes/Makefile.in 1.15:
18474: * src/main/Makefile.in 1.12:
18475: * src/targets/cgi/Makefile.in 1.14:
18476: * src/types/Makefile.in 1.11:
18477: makes
18478:
18479: * src/main/pa_sql_driver_manager.C 1.33:
18480: * src/sql/pa_sql_driver.h 1.16:
18481: * src/targets/cgi/parser3.C 1.110:
18482: #define STRINGIZE(name) #name
18483: does not macro expantion on param, simply qoutes whatever passed, undone
18484:
18485: * src/main/pa_sql_driver_manager.C 1.30:
18486: * src/sql/pa_sql_driver.h 1.14:
18487: SQL_DRIVER_CREATE_FUNC_NAME
18488:
18489: * src/main/pa_sql_driver_manager.C 1.32:
18490: * src/sql/pa_sql_driver.h 1.15:
18491: * src/targets/cgi/Makefile.am 1.13:
18492: * src/targets/cgi/parser3.C 1.109:
18493: #define STRINGIZE(name) #name
18494: invented
18495:
18496: * src/targets/cgi/Makefile.am 1.14:
18497: .am undo
18498:
18499: * src/classes/op.C 1.40:
18500: * src/include/pa_sql_driver_manager.h 1.8:
18501: * src/main/pa_sql_driver_manager.C 1.31:
18502: #define MAIN_SQL_NAME "SQL"
18503: #define MAIN_SQL_DRIVERS_NAME "drivers"
18504:
18505: moved to be availible to all users
18506:
18507: 2001-09-04 parser
18508: * src/targets/cgi/parser3.C 1.106:
18509: zz
18510:
18511: * src/include/pa_config_auto.h.in 1.5:
18512: * src/targets/Makefile.in 1.12:
18513: * src/targets/apache13/Makefile.in 1.12:
18514: * src/targets/cgi/Makefile.am 1.12:
18515: * src/targets/cgi/Makefile.in 1.13:
18516: * src/targets/cgi/parser3.C 1.102:
18517: configure --sysconfdir=sysadmin-controlled auto.p location for
18518: targets/cgi/parser3, default[/usr/local/etc]
18519:
18520: * src/Makefile.in 1.15:
18521: * src/include/pa_config_auto.h.in 1.4:
18522: * src/targets/apache13/Makefile.in 1.11:
18523: * src/targets/cgi/Makefile.in 1.12:
18524: makes
18525:
18526: * src/targets/isapi/parser3isapi.C 1.37:
18527: z
18528:
18529: * src/targets/cgi/parser3.C 1.104:
18530: zzz
18531:
18532: * src/targets/cgi/parser3.C 1.108:
18533: full_file_spec bug
18534:
18535: * src/classes/image.C 1.39:
18536: image.html now can accept void params
18537:
18538: * src/classes/date.C 1.5:
18539: date:sql-string is now without ''
18540:
18541: * src/classes/date.C 1.6:
18542: date
18543:
18544: * src/targets/cgi/parser3.C 1.107:
18545: getenvcheck
18546:
18547: 2001-09-03 parser
18548: * src/targets/cgi/parser3.C 1.101:
18549: /configure cgi SYSCONFDIR
18550:
18551: 2001-09-01 parser
18552: * src/classes/image.C 1.38:
18553: letter_spacing
18554:
18555: * src/classes/image.C 1.36:
18556: image: as_int as_string used
18557:
18558: * src/classes/image.C 1.37:
18559: image: font params changed
18560:
18561: * src/types/pa_vmethod_frame.h 1.15:
18562: $result[] now gets properly analized
18563:
18564: 2001-08-31 parser
18565: * src/Makefile.in 1.14:
18566: * src/include/pa_dir.h 1.4:
18567: * src/targets/Makefile.in 1.11:
18568: * src/targets/cgi/parser3.C 1.99:
18569: compiled under cygwin
18570:
18571: * src/targets/cgi/parser3.C 1.100:
18572: z
18573:
18574: * src/classes/void.C 1.8:
18575: void:int/double += (default)
18576:
18577: * src/classes/string.C 1.72:
18578: * src/classes/table.C 1.108:
18579: string:int/double (defaults)
18580:
18581: * src/classes/image.C 1.35:
18582: image:font added space param
18583: image:font changed charwidth alg, added kerning const[for now]
18584:
18585: 2001-08-29 parser
18586: * src/main/pa_exception.C 1.14:
18587: exception redundant debug info
18588:
18589: 2001-08-28 parser
18590: * src/classes/table.C 1.107:
18591: NO_STRING_ORIGIN check
18592:
18593: * src/classes/string.C 1.71:
18594: * src/include/pa_dictionary.h 1.2:
18595: * src/include/pa_string.h 1.101:
18596: * src/main/pa_dictionary.C 1.4:
18597: * src/main/pa_string.C 1.101:
18598: * src/main/untaint.C 1.59:
18599: pa_directory speeded up. moved zero 'from' check to directory constructor.
18600: string:replace
18601:
18602: * src/Makefile.in 1.13:
18603: makes
18604:
18605: * src/Makefile.in 1.12:
18606: * src/classes/Makefile.in 1.13:
18607: * src/main/Makefile.in 1.10:
18608: * src/targets/Makefile.in 1.10:
18609: * src/targets/apache13/Makefile.in 1.9:
18610: * src/targets/cgi/Makefile.in 1.10:
18611: * src/types/Makefile.in 1.9:
18612: makefiles
18613:
18614: * src/classes/file.C 1.51:
18615: * src/main/pa_common.C 1.63:
18616: file:move autocreate/remove dest/src dir
18617:
18618: * src/main/compile.C 1.47:
18619: NO_STRING_ORIGIN check2
18620:
18621: * src/classes/image.C 1.33:
18622: image: gifsize little endian
18623:
18624: * src/targets/apache13/Makefile.am 1.4:
18625: COMPILE_APACHE13_MODULE
18626:
18627: * src/include/pa_dictionary.h 1.4:
18628: * src/main/pa_dictionary.C 1.5:
18629: * src/main/pa_sql_driver_manager.C 1.29:
18630: NO_STRING_ORIGIN check3
18631:
18632: * src/include/pa_dictionary.h 1.3:
18633: gcc: ../include/pa_dictionary.h:19: storage class specifiers
18634: invalid in friend function declarations
18635:
18636: * src/targets/apache13/Makefile.am 1.3:
18637: configure to skip apache
18638:
18639: * src/classes/Makefile.in 1.14:
18640: * src/main/Makefile.in 1.11:
18641: * src/targets/apache13/Makefile.in 1.10:
18642: * src/targets/cgi/Makefile.in 1.11:
18643: * src/types/Makefile.in 1.10:
18644: make.ins
18645:
18646: * src/classes/op.C 1.39:
18647: * src/main/compile.tab.C 1.9:
18648: * src/main/pa_dir.C 1.6:
18649: * src/main/untaint.C 1.60:
18650: * src/targets/cgi/parser3.C 1.98:
18651: * src/targets/isapi/parser3isapi.C 1.36:
18652: strncpy forced with zero ending in case of limit
18653:
18654: * src/classes/image.C 1.34:
18655: image error msgs
18656:
18657: * src/classes/Makefile.am 1.18:
18658: * src/main/Makefile.am 1.15:
18659: * src/targets/cgi/Makefile.am 1.11:
18660: * src/types/Makefile.am 1.6:
18661: .am-s
18662:
18663: * src/doc/doxygen.cfg 1.12:
18664: doxygen conf removed some garbage from under doxygeneration
18665:
18666: 2001-08-27 parser
18667: * src/Makefile.in 1.11:
18668: * src/classes/Makefile.in 1.12:
18669: * src/main/Makefile.in 1.9:
18670: * src/main/pa_common.C 1.61:
18671: * src/main/pa_exception.C 1.12:
18672: * src/main/pa_sql_driver_manager.C 1.28:
18673: * src/targets/Makefile.in 1.9:
18674: * src/targets/apache13/Makefile.in 1.8:
18675: * src/targets/cgi/Makefile.am 1.10:
18676: * src/targets/cgi/Makefile.in 1.9:
18677: * src/types/Makefile.in 1.8:
18678: configure for solaris -lsocket
18679:
18680: * src/classes/image.C 1.31:
18681: * src/classes/image.C 1.32:
18682: fixed jpgsize alg
18683:
18684: * src/main/pa_request.C 1.152:
18685: * src/targets/cgi/parser3.C 1.97:
18686: parser3 test.html [auto.p from current dir loading]
18687:
18688: * src/main/pa_exception.C 1.13:
18689: z
18690:
18691: * src/main/pa_common.C 1.62:
18692: removed debug info from pa_common
18693:
18694: 2001-08-24 parser
18695: * src/targets/cgi/parser3.C 1.95:
18696: not cgi extra \n 2
18697:
18698: * src/classes/file.C 1.50:
18699: * src/classes/form.C 1.14:
18700: * src/classes/mail.C 1.35:
18701: * src/classes/table.C 1.106:
18702: fiew non-pool mallocs fixed
18703:
18704: * src/targets/cgi/parser3.C 1.96:
18705: not cgi extra \n 3
18706:
18707: * src/sql/pa_sql_driver.h 1.13:
18708: sql* removed services from disconnect - cross-request ideological probs.
18709: oracle - fixed bug: cs allocated on request.pool and got freed before disconnect
18710:
18711: * src/targets/cgi/parser3.C 1.94:
18712: not cgi extra \n
18713:
18714: * src/main/pa_sql_driver_manager.C 1.27:
18715: z
18716:
18717: * src/include/pa_sql_connection.h 1.12:
18718: * src/main/pa_sql_driver_manager.C 1.26:
18719: sql* removed services from disconnect - cross-request
18720: ideological probs.
18721:
18722: 2001-08-23 parser
18723: * src/main/pa_sql_driver_manager.C 1.25:
18724: oracle: dlink
18725:
18726: * src/classes/file.C 1.49:
18727: minor bug in file:save fixed
18728:
18729: 2001-08-22 parser
18730: * src/classes/file.C 1.48:
18731: * src/main/compile.tab.C 1.8:
18732: * src/types/pa_vfile.C 1.18:
18733: * src/types/pa_vfile.h 1.29:
18734: file:load|save[text|binary;
18735:
18736: * src/main/compile.tab.C 1.7:
18737: * src/main/compile.y 1.164:
18738: ^method[]^[^] literals []
18739:
18740: 2001-08-21 parser
18741: * src/classes/file.C 1.47:
18742: * src/classes/table.C 1.105:
18743: ^file:list
18744:
18745: 2001-08-20 parser
18746: * src/main/compile.tab.C 1.6:
18747: * src/main/compile.y 1.163:
18748: * src/main/pa_sql_driver_manager.C 1.24:
18749: * src/types/pa_value.h 1.70:
18750: * src/types/pa_vbool.h 1.11:
18751: * src/types/pa_vdouble.h 1.24:
18752: * src/types/pa_vint.h 1.25:
18753: var(123) ^var.inc[] recousively caused problems: inc incremeted
18754: 123 literal!! fixed
18755:
18756: 2001-08-10 parser
18757: * src/classes/table.C 1.101:
18758: * src/include/pa_table.h 1.34:
18759: * src/main/pa_table.C 1.35:
18760: table.sort now creates new sorted table
18761:
18762: * src/main/compile.tab.C 1.3:
18763: * src/main/compile.tab.C 1.4:
18764: * src/main/compile.y 1.160:
18765: * src/main/compile.y 1.161:
18766: (codes) name part syntax added
18767:
18768: * src/main/compile.tab.C 1.5:
18769: * src/main/compile.y 1.162:
18770: [codes] name part syntax now
18771:
18772: * src/main/pa_string.C 1.100:
18773: string.match hanged on. there were a hang check but it weren't wise enough
18774:
18775: @parse[dateString][tmp]
18776: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]]
18777: $tmp.1 $tmp.2
18778: #end
18779:
18780: @main[]
18781: ^parse[2001-02-03]
18782:
18783: * src/classes/table.C 1.102:
18784: * src/classes/table.C 1.103:
18785: table:sort now default desc
18786:
18787: * src/types/pa_value.h 1.69:
18788: * src/types/pa_vstring.h 1.30:
18789: * src/types/pa_vstring.h 1.31:
18790: string now def only when ne ''
18791:
18792: * src/main/pa_request.C 1.150:
18793: * src/main/pa_request.C 1.151:
18794: wanted to make
18795: const int MAX_EXECUTE_SECONDS=1;
18796:
18797: but couldnt, set_callback_and_alarm appeared to be not exported :(
18798:
18799: * src/classes/table.C 1.104:
18800: table:sort restored [it was bad test :(]
18801:
18802: 2001-08-09 parser
18803: * src/main/pa_string.C 1.99:
18804: $a[010] now ^if($a==10){true}
18805: were octal
18806:
18807: * src/main/Makefile.am 1.14:
18808: .am
18809:
18810: * src/classes/void.C 1.6:
18811: * src/classes/void.C 1.7:
18812: void: int double copy/paste from int: bug fixed
18813:
18814: * src/classes/hash.C 1.14:
18815: hash:_default now [was hash:default]
18816:
18817: * src/types/pa_vcookie.C 1.22:
18818: cookie name&value origins added, more precise $ORIGINS(1)
18819:
18820: * src/classes/op.C 1.38:
18821: case without switch check added
18822:
18823: * src/main/Makefile.in 1.8:
18824: make.in
18825:
18826: 2001-08-07 parser
18827: * src/classes/math.C 1.5:
18828: * src/main/pa_request.C 1.149:
18829: math:random fixed. win32 srand made working
18830:
18831: * src/classes/double.C 1.36:
18832: * src/classes/int.C 1.32:
18833: * src/classes/string.C 1.70:
18834: * src/classes/table.C 1.100:
18835: * src/include/pa_globals.h 1.60:
18836: * src/main/pa_globals.C 1.70:
18837: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
18838: string, table
18839:
18840: 2001-08-06 parser
18841: * src/classes/hash.C 1.13:
18842: hash:keys renamed to hash:_keys :(
18843:
18844: * src/main/pa_exec.C 1.10:
18845: exec win32 real filename
18846:
18847: * src/classes/file.C 1.46:
18848: exec stderr out
18849:
18850: * src/classes/mail.C 1.34:
18851: * src/classes/op.C 1.37:
18852: * src/include/pa_array.h 1.43:
18853: * src/include/pa_globals.h 1.59:
18854: * src/include/pa_hash.h 1.42:
18855: * src/include/pa_request.h 1.94:
18856: * src/main/compile.tab.C 1.2:
18857: * src/main/compile.y 1.159:
18858: * src/main/pa_array.C 1.38:
18859: * src/main/pa_dictionary.C 1.3:
18860: * src/main/pa_exec.C 1.11:
18861: * src/main/pa_globals.C 1.69:
18862: * src/main/pa_hash.C 1.38:
18863: * src/main/pa_request.C 1.148:
18864: * src/main/pa_string.C 1.98:
18865: class_path
18866:
18867: 2001-08-03 parser
18868: * src/classes/table.C 1.99:
18869: * src/types/pa_vtable.h 1.28:
18870: vtable.locks killed
18871:
18872: 2001-08-02 parser
18873: * src/classes/classes.h 1.9:
18874: * src/classes/op.C 1.36:
18875: * src/include/pa_globals.h 1.58:
18876: * src/main/execute.C 1.188:
18877: * src/main/pa_globals.C 1.66:
18878: * src/main/pa_globals.C 1.67:
18879: found another multithread bug in op.C (last, last global var
18880: killed) :)
18881:
18882: * src/main/pa_dictionary.C 1.2:
18883: * src/main/pa_globals.C 1.68:
18884: memset dictionary minor bug fixed
18885:
18886: * src/classes/string.C 1.69:
18887: * src/classes/table.C 1.98:
18888: * src/include/pa_array.h 1.42:
18889: * src/main/execute.C 1.190:
18890: * src/main/pa_exec.C 1.9:
18891: introducing Array_iter
18892:
18893: * src/main/execute.C 1.189:
18894: detected quick_get recursion bug. changed to get@execute, but
18895: needs array iterator, separate from array to avoid it & use caching
18896:
18897: 2001-08-01 parser
18898: * src/include/pa_dictionary.h 1.1:
18899: * src/include/pa_globals.h 1.57:
18900: * src/include/pa_string.h 1.100:
18901: * src/main/main.dsp 1.107:
18902: * src/main/pa_dictionary.C 1.1:
18903: * src/main/pa_globals.C 1.65:
18904: * src/main/pa_request.C 1.147:
18905: * src/main/pa_string.C 1.97:
18906: * src/main/untaint.C 1.58:
18907: speeded up typo-html replacements. introducing Dictionary with
18908: first-char caching
18909:
18910: 2001-07-31 parser
18911: * src/types/Makefile.am 1.5:
18912: pa_vtable.C added to .am
18913:
18914: * src/main/compile.tab.C 1.1:
18915: added, so that could be compiled even on non-bison-enabled platforms
18916:
18917: 2001-07-28 parser
18918: * src/main/compile.y 1.158:
18919: * src/main/untaint.C 1.57:
18920: bug fix @ untaint when \r skipped \n
18921:
18922: * src/classes/table.C 1.97:
18923: table:hash always produces hash, when can't - empty
18924:
18925: 2001-07-27 parser
18926: * src/classes/double.C 1.35:
18927: * src/classes/int.C 1.31:
18928: * src/classes/string.C 1.68:
18929: provided meaningful msg on int/double/string :sql without
18930: result and default
18931:
18932: 2001-07-26 parser
18933: * src/include/pa_opcode.h 1.6:
18934: * src/main/compile.y 1.156:
18935: * src/main/execute.C 1.187:
18936: hash creation syntax problem persists. restored $: for a while.
18937: thinking of $man[$.age[zzz]] syntax now
18938:
18939: * src/classes/op.C 1.35:
18940: fixed bad multithread bug with strangly global OP
18941:
18942: * src/main/compile.y 1.157:
18943: $man[$.age[zzz]] 0
18944:
18945: * src/include/pa_opcode.h 1.4:
18946: * src/main/compile.C 1.45:
18947: * src/main/compile.y 1.154:
18948: * src/main/compile_tools.h 1.46:
18949: * src/main/execute.C 1.185:
18950: * src/main/pa_request.C 1.146:
18951: * src/types/pa_vmethod_frame.h 1.13:
18952: introducing ::
18953: this is constructor call prefix.
18954: ordinary : remains for static accesses
18955:
18956: * src/classes/double.C 1.34:
18957: * src/classes/int.C 1.30:
18958: * src/classes/string.C 1.67:
18959: * src/include/pa_opcode.h 1.5:
18960: * src/main/compile.C 1.46:
18961: * src/main/compile.y 1.155:
18962: * src/main/compile_tools.h 1.47:
18963: * src/main/execute.C 1.186:
18964: * src/types/pa_vcode_frame.h 1.7:
18965: * src/types/pa_vmethod_frame.h 1.14:
18966: * src/types/pa_wcontext.h 1.16:
18967: * src/types/pa_wwrapper.h 1.10:
18968: fixing :: realization #1
18969:
18970: 2001-07-25 parser
18971: * src/classes/table.C 1.95:
18972: * src/main/main.dsp 1.106:
18973: * src/types/pa_vtable.C 1.1:
18974: * src/types/pa_vtable.h 1.27:
18975: ^table.record[] now $table.fields
18976:
18977: * src/types/pa_vtable.C 1.2:
18978: table: get_element order changeed. now:
18979: 1. fields
18980: 2. methods
18981: 3. columns
18982:
18983: * src/types/pa_vdouble.h 1.23:
18984: * src/types/pa_vint.h 1.24:
18985: odbc: no result queries; quote.
18986: optimized double&int tostring-s
18987:
18988: * src/classes/string.C 1.66:
18989: * src/include/pa_globals.h 1.56:
18990: * src/main/execute.C 1.183:
18991: * src/main/pa_globals.C 1.64:
18992: match replace code context moved to implicit $match context
18993:
18994: * src/main/compile.C 1.44:
18995: * src/main/compile.y 1.153:
18996: * src/main/compile_tools.h 1.45:
18997: allowed whitespace before first method decl
18998:
18999: * src/include/pa_opcode.h 1.3:
19000: * src/main/compile.y 1.149:
19001: * src/main/compile_tools.C 1.37:
19002: * src/main/compile_tools.h 1.43:
19003: * src/main/execute.C 1.182:
19004: with killed, code storage introduced with former 'with' syntax
19005:
19006: * src/main/compile.y 1.150:
19007: * src/main/compile.y 1.151:
19008: * src/main/execute.C 1.184:
19009: $var[] is now empty string, not void
19010:
19011: * src/main/compile.C 1.43:
19012: * src/main/compile.y 1.152:
19013: * src/main/compile_tools.h 1.44:
19014: allowed empty lines before first method decl
19015:
19016: * src/classes/table.C 1.96:
19017: allowed nontable result in table:sql, results in empty table
19018:
19019: 2001-07-24 parser
19020: * src/main/compile.C 1.42:
19021: * src/main/execute.C 1.181:
19022: * src/main/pa_string.C 1.96:
19023: * src/types/pa_value.h 1.68:
19024: first get_element, next get operator
19025:
19026: * src/classes/file.C 1.45:
19027: * src/include/pa_common.h 1.47:
19028: * src/main/pa_common.C 1.60:
19029: file:move
19030:
19031: * src/main/compile.y 1.148:
19032: removed @end handling
19033:
19034: * src/main/pa_common.C 1.59:
19035: file_read close @ eof when imgsize bug fixed
19036:
19037: * src/main/compile.C 1.41:
19038: * src/main/compile.y 1.147:
19039: @end handling method2
19040:
19041: 2001-07-23 parser
19042: * src/main/pa_sql_driver_manager.C 1.23:
19043: * src/sql/pa_sql_driver.h 1.12:
19044: sql odbc driver
19045:
19046: * src/classes/hash.C 1.11:
19047: * src/classes/hash.C 1.12:
19048: * src/classes/string.C 1.65:
19049: * src/classes/table.C 1.94:
19050: * src/classes/void.C 1.5:
19051: * src/include/pa_sql_connection.h 1.11:
19052: * src/sql/pa_sql_driver.h 1.11:
19053: changed sql driver query interface
19054:
19055: 2001-07-20 parser
19056: * src/types/pa_vrequest.C 1.8:
19057: X!$browser:type
19058:
19059: * src/classes/file.C 1.44:
19060: * src/classes/string.C 1.64:
19061: * src/include/pa_string.h 1.99:
19062: * src/main/execute.C 1.180:
19063: * src/main/pa_string.C 1.95:
19064: * src/types/pa_valiased.C 1.8:
19065: * src/types/pa_valiased.h 1.13:
19066: * src/types/pa_value.h 1.67:
19067: * src/types/pa_vclass.h 1.17:
19068: * src/types/pa_vcookie.h 1.11:
19069: * src/types/pa_vdate.h 1.3:
19070: * src/types/pa_vfile.h 1.28:
19071: * src/types/pa_vform.h 1.21:
19072: * src/types/pa_vhash.h 1.15:
19073: * src/types/pa_vmath.h 1.2:
19074: * src/types/pa_vobject.h 1.10:
19075: * src/types/pa_vrequest.C 1.7:
19076: * src/types/pa_vstateless_class.h 1.16:
19077: * src/types/pa_vstateless_object.h 1.10:
19078: only ^class:method dynamic calls allowed.
19079: ^BASE.method call disabled.
19080: BASE element globally removed
19081:
19082: 2001-07-18 parser
19083: * src/Makefile.am 1.6:
19084: * src/Makefile.in 1.10:
19085: * src/classes/Makefile.am 1.17:
19086: * src/main/Makefile.am 1.13:
19087: * src/targets/Makefile.am 1.6:
19088: * src/targets/apache13/Makefile.am 1.2:
19089: * src/targets/cgi/Makefile.am 1.9:
19090: * src/types/Makefile.am 1.4:
19091: removed $id from *.in *.am
19092:
19093: * src/classes/file.C 1.43:
19094: file:exec/cgi msg
19095:
19096: * src/main/pa_request.C 1.145:
19097: * src/main/untaint.C 1.56:
19098: ORIGINS langs name abbrevations
19099:
19100: * src/classes/file.C 1.42:
19101: $file:exit-code renamed to 'status'
19102:
19103: * src/classes/date.C 1.4:
19104: * src/classes/mail.C 1.33:
19105: * src/classes/math.C 1.4:
19106: * src/classes/string.C 1.63:
19107: * src/classes/table.C 1.93:
19108: * src/include/pa_globals.h 1.55:
19109: * src/include/pa_string.h 1.98:
19110: * src/main/execute.C 1.179:
19111: * src/main/pa_globals.C 1.63:
19112: * src/main/pa_request.C 1.144:
19113: * src/main/pa_string.C 1.94:
19114: * src/main/untaint.C 1.55:
19115: * src/types/pa_value.h 1.66:
19116: * src/types/pa_vdouble.h 1.22:
19117: * src/types/pa_vfile.h 1.27:
19118: * src/types/pa_vint.h 1.23:
19119: * src/types/pa_vstring.C 1.9:
19120: * src/types/pa_vstring.h 1.29:
19121: $ORIGINS(1) output tracing mode
19122:
19123: * src/classes/Makefile.in 1.11:
19124: * src/main/Makefile.in 1.7:
19125: * src/targets/Makefile.in 1.8:
19126: * src/targets/apache13/Makefile.in 1.7:
19127: * src/targets/cgi/Makefile.in 1.8:
19128: * src/types/Makefile.in 1.7:
19129: $id in .in's from .am's removed
19130:
19131: * src/classes/file.C 1.41:
19132: * src/main/pa_exec.C 1.8:
19133: file:exec
19134:
19135: 2001-07-17 parser
19136: * src/Makefile.in 1.9:
19137: * src/classes/Makefile.in 1.10:
19138: == wrong
19139:
19140: 2001-07-13 parser
19141: * src/main/execute.C 1.175:
19142: * src/main/pa_request.C 1.142:
19143: order of MAIN parents was wrong, fixed
19144:
19145: * src/classes/double.C 1.33:
19146: * src/classes/int.C 1.29:
19147: * src/classes/string.C 1.62:
19148: * src/include/pa_request.h 1.92:
19149: * src/include/pa_request.h 1.93:
19150: * src/main/execute.C 1.176:
19151: * src/main/execute.C 1.177:
19152: * src/main/execute.C 1.178:
19153: * src/main/pa_request.C 1.143:
19154: auto.p[@auto], /news/auto.p[no @auto], so that initializing
19155: second would not call first @auto
19156:
19157: 2001-07-12 parser
19158: * src/types/pa_value.h 1.65:
19159: pa_value.putelement modification of system classes prevented
19160:
19161: 2001-07-11 parser
19162: * src/classes/string.C 1.61:
19163: * src/doc/sources2html.cmd 1.3:
19164: lr split now yelds table $piece
19165:
19166: * src/classes/file.C 1.40:
19167: * src/include/pa_common.h 1.46:
19168: * src/main/pa_common.C 1.58:
19169: * src/types/pa_vstateless_class.h 1.15:
19170: $file created by file:state += .atime .mtime .ctime
19171: +found&fixed bug with exceptions on get_junction-created objects [they were on wrong pool]
19172:
19173: 2001-07-09 parser
19174: * src/main/untaint.C 1.54:
19175: qp wrong name
19176:
19177: * src/classes/date.C 1.3:
19178: * src/classes/string.C 1.60:
19179: * src/classes/table.C 1.92:
19180: * src/main/compile.y 1.146:
19181: date format 0
19182:
19183: 2001-07-07 parser
19184: * src/classes/Makefile.am 1.16:
19185: * src/classes/date.C 1.1:
19186: * src/classes/file.C 1.39:
19187: * src/classes/hash.C 1.10:
19188: * src/classes/image.C 1.30:
19189: * src/classes/mail.C 1.32:
19190: * src/classes/math.C 1.3:
19191: * src/classes/op.C 1.34:
19192: * src/classes/string.C 1.59:
19193: * src/classes/table.C 1.90:
19194: * src/classes/void.C 1.4:
19195: * src/include/pa_request.h 1.91:
19196: * src/main/main.dsp 1.105:
19197: * src/types/pa_value.h 1.64:
19198: * src/types/pa_vdate.h 1.1:
19199: * src/types/pa_wcontext.C 1.7:
19200: date now set $fields roll string. todo: sql, calendar
19201:
19202: * src/classes/date.C 1.2:
19203: * src/classes/table.C 1.91:
19204: * src/include/pa_common.h 1.45:
19205: * src/include/pa_string.h 1.97:
19206: * src/main/pa_common.C 1.57:
19207: * src/types/pa_vdate.h 1.2:
19208: date roll
19209: table calendar
19210:
19211: 2001-07-06 parser
19212: * src/classes/math.C 1.2:
19213: * src/include/pa_request.h 1.90:
19214: * src/main/execute.C 1.174:
19215: * src/main/main.dsp 1.104:
19216: * src/main/pa_request.C 1.141:
19217: * src/types/pa_vmath.h 1.1:
19218: math 0
19219:
19220: 2001-07-03 parser
19221: * src/classes/Makefile.am 1.15:
19222: * src/classes/math.C 1.1:
19223: * src/classes/op.C 1.33:
19224: * src/classes/random.C 1.15:
19225: * src/main/main.dsp 1.103:
19226: class random renamed to math, operators became methods
19227:
19228: * src/classes/op.C 1.32:
19229: pow sqrt
19230:
19231: * src/classes/op.C 1.31:
19232: * src/main/execute.C 1.173:
19233: sin asin cos acos tan atan
19234:
19235: 2001-07-02 parser
19236: * src/classes/hash.C 1.9:
19237: ^hash.keys[]
19238:
19239: * src/classes/table.C 1.88:
19240: * src/main/pa_table.C 1.34:
19241: ^table:columns[]
19242:
19243: * src/classes/table.C 1.89:
19244: ^table.columns column renamed from 'name' to 'column'
19245:
19246: * src/main/compile.y 1.145:
19247: * src/main/compile_tools.h 1.42:
19248: in expressions now allowed 'strings'
19249:
19250: 2001-06-29 parser
19251: * src/main/execute.C 1.171:
19252: * src/main/execute.C 1.172:
19253: /0 %0 checkes ver 2
19254:
19255: * src/classes/table.C 1.87:
19256: empty strings @ sql
19257:
19258: * src/Makefile.in 1.8:
19259: * src/classes/Makefile.in 1.9:
19260: makes
19261:
19262: * src/classes/Makefile.am 1.14:
19263: nothing - void
19264:
19265: * src/main/execute.C 1.170:
19266: /0 %0 checke
19267:
19268: 2001-06-28 parser
19269: * src/classes/double.C 1.32:
19270: * src/classes/file.C 1.38:
19271: * src/classes/form.C 1.13:
19272: * src/classes/hash.C 1.8:
19273: * src/classes/image.C 1.29:
19274: * src/classes/int.C 1.28:
19275: * src/classes/mail.C 1.31:
19276: * src/classes/op.C 1.30:
19277: * src/classes/random.C 1.14:
19278: * src/classes/response.C 1.13:
19279: * src/classes/string.C 1.58:
19280: * src/classes/table.C 1.86:
19281: * src/classes/void.C 1.3:
19282: * src/main/compile.C 1.40:
19283: * src/main/compile.y 1.144:
19284: * src/main/compile_tools.C 1.36:
19285: * src/main/execute.C 1.169:
19286: * src/main/pa_array.C 1.37:
19287: * src/main/pa_common.C 1.56:
19288: * src/main/pa_dir.C 1.5:
19289: * src/main/pa_exception.C 1.11:
19290: * src/main/pa_exec.C 1.7:
19291: * src/main/pa_globals.C 1.62:
19292: * src/main/pa_hash.C 1.37:
19293: * src/main/pa_pool.C 1.20:
19294: * src/main/pa_request.C 1.140:
19295: * src/main/pa_socks.C 1.5:
19296: * src/main/pa_sql_driver_manager.C 1.22:
19297: * src/main/pa_string.C 1.93:
19298: * src/main/pa_table.C 1.33:
19299: * src/main/untaint.C 1.53:
19300: * src/targets/cgi/parser3.C 1.93:
19301: * src/targets/isapi/parser3isapi.C 1.35:
19302: */
1.26 paf 19303: static const char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp $";
1.15 paf 19304:
19305: * src/main/compile.y 1.142:
19306: * src/main/compile_tools.h 1.41:
19307: $:name: == ${name}:
19308: $class:name: == ${class:name}:
19309:
19310: * src/classes/string.C 1.56:
19311: exactly one
19312:
19313: * src/classes/double.C 1.31:
19314: * src/classes/file.C 1.37:
19315: * src/classes/form.C 1.12:
19316: * src/classes/hash.C 1.7:
19317: * src/classes/image.C 1.28:
19318: * src/classes/int.C 1.27:
19319: * src/classes/mail.C 1.30:
19320: * src/classes/op.C 1.29:
19321: * src/classes/random.C 1.13:
19322: * src/classes/response.C 1.12:
19323: * src/classes/string.C 1.57:
19324: * src/classes/table.C 1.85:
19325: * src/classes/void.C 1.2:
19326: * src/main/compile.C 1.39:
19327: * src/main/compile.y 1.143:
19328: * src/main/compile_tools.C 1.35:
19329: * src/main/execute.C 1.168:
19330: * src/main/pa_array.C 1.36:
19331: * src/main/pa_common.C 1.55:
19332: * src/main/pa_dir.C 1.4:
19333: * src/main/pa_exception.C 1.10:
19334: * src/main/pa_exec.C 1.6:
19335: * src/main/pa_globals.C 1.61:
19336: * src/main/pa_hash.C 1.36:
19337: * src/main/pa_pool.C 1.19:
19338: * src/main/pa_request.C 1.139:
19339: * src/main/pa_socks.C 1.4:
19340: * src/main/pa_sql_driver_manager.C 1.21:
19341: * src/main/pa_string.C 1.92:
19342: * src/main/pa_table.C 1.32:
19343: * src/main/untaint.C 1.52:
19344: * src/targets/cgi/parser3.C 1.92:
19345: * src/targets/isapi/parser3isapi.C 1.34:
1.26 paf 19346: static char *RCSId="$Id$";
1.15 paf 19347:
19348: 2001-06-27 parser
19349: * src/classes/hash.C 1.6:
19350: * src/classes/nothing.C 1.5:
19351: * src/classes/table.C 1.84:
19352: * src/classes/void.C 1.1:
19353: * src/main/compile.y 1.140:
19354: * src/main/compile.y 1.141:
19355: * src/main/execute.C 1.167:
19356: * src/main/main.dsp 1.102:
19357: * src/main/pa_request.C 1.138:
19358: * src/targets/cgi/pa_pool.C 1.17:
19359: * src/types/pa_value.h 1.63:
19360: * src/types/pa_vcode_frame.h 1.6:
19361: * src/types/pa_vmethod_frame.h 1.12:
19362: * src/types/pa_vnothing.h 1.2:
19363: * src/types/pa_vtable.h 1.26:
19364: * src/types/pa_vvoid.h 1.1:
19365: nothing renamed to void
19366:
19367: * src/classes/op.C 1.28:
19368: ^switch ^case
19369:
19370: * src/main/compile.y 1.139:
19371: lexer: $zzzz^zzzz were name part
19372:
19373: 2001-05-28 parser
19374: * src/main/main.dsp 1.101:
19375: * src/targets/isapi/parser3isapi.dsp 1.15:
19376: release project options [some bugs]
19377:
19378: * src/classes/classes.C 1.7:
19379: * src/main/compile.C 1.38:
19380: * src/main/compile.y 1.138:
19381: * src/main/execute.C 1.166:
19382: operators are not in root class again
19383:
19384: * src/doc/html2chm.cmd 1.3:
19385: removed >a
19386:
19387: * src/doc/sources2html.cmd 1.2:
19388: z
19389:
19390: 2001-05-24 parser
19391: * src/Makefile.in 1.7:
19392: * src/classes/Makefile.in 1.8:
19393: * src/main/Makefile.in 1.6:
19394: * src/targets/Makefile.in 1.7:
19395: * src/targets/apache13/Makefile.in 1.6:
19396: * src/targets/cgi/Makefile.in 1.7:
19397: * src/types/Makefile.in 1.6:
19398: makes
19399:
19400: * src/main/pa_request.C 1.135:
19401: * src/main/pa_request.C 1.136:
19402: * src/targets/cgi/parser3.C 1.90:
19403: // no _ conversions in @exception[params]
19404:
19405: * src/targets/cgi/parser3.dsp 1.19:
19406: project file
19407:
19408: * src/classes/op.C 1.27:
19409: * src/main/pa_request.C 1.137:
19410: * src/targets/cgi/parser3.C 1.91:
19411: ^log ^exp
19412:
19413: 2001-05-23 parser
19414: * src/classes/op.C 1.25:
19415: * src/main/compile.y 1.137:
19416: allow one empty line before LS_DEF_NAME
19417:
19418: * src/main/pa_string.C 1.91:
19419: string cmp bug
19420:
19421: * src/classes/mail.C 1.29:
19422: * src/classes/op.C 1.26:
19423: rem max 1000
19424:
19425: 2001-05-22 parser
19426: * src/classes/op.C 1.24:
19427: if params code-required
19428:
19429: 2001-05-21 parser
19430: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.1:
19431: * src/main/compile.C [operators_as_parent_class2] 1.36.2.1:
19432: * src/main/compile.y [operators_as_parent_class2] 1.134.2.1:
19433: * src/main/execute.C [operators_as_parent_class2] 1.162.2.1:
19434: 0
19435:
19436: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.2:
19437: * src/main/compile.C [operators_as_parent_class2] 1.36.2.2:
19438: 1
19439:
19440: * src/Makefile.in 1.6:
19441: * src/classes/Makefile.in 1.6:
19442: * src/classes/Makefile.in 1.7:
19443: * src/main/Makefile.in 1.5:
19444: * src/targets/Makefile.in 1.6:
19445: * src/targets/apache13/Makefile.in 1.5:
19446: * src/targets/cgi/Makefile.in 1.6:
19447: * src/types/Makefile.in 1.5:
19448: makes
19449:
19450: * src/classes/double.C 1.30:
19451: * src/classes/hash.C 1.4:
19452: * src/classes/hash.C 1.5:
19453: * src/classes/nothing.C 1.1:
19454: * src/classes/nothing.C 1.2:
19455: * src/classes/nothing.C 1.3:
19456: * src/classes/op.C 1.23:
19457: * src/classes/string.C 1.55:
19458: * src/classes/table.C 1.83:
19459: * src/classes/unknown.C 1.8:
19460: * src/main/compile.y 1.136:
19461: * src/main/execute.C 1.164:
19462: * src/main/execute.C 1.165:
19463: * src/main/main.dsp 1.100:
19464: * src/main/pa_request.C 1.134:
19465: * src/targets/cgi/pa_pool.C 1.15:
19466: * src/targets/cgi/pa_pool.C 1.16:
19467: * src/types/pa_value.h 1.62:
19468: * src/types/pa_vcode_frame.h 1.5:
19469: * src/types/pa_vmethod_frame.h 1.10:
19470: * src/types/pa_vmethod_frame.h 1.11:
19471: * src/types/pa_vnothing.h 1.1:
19472: * src/types/pa_vtable.h 1.24:
19473: * src/types/pa_vtable.h 1.25:
19474: * src/types/pa_vunknown.h 1.14:
19475: 'unknown' renamed to 'nothing'
19476:
19477: * src/Makefile.in 1.5:
19478: * src/classes/Makefile.in 1.5:
19479: * src/main/Makefile.in 1.4:
19480: * src/targets/Makefile.in 1.5:
19481: * src/targets/apache13/Makefile.in 1.4:
19482: * src/targets/cgi/Makefile.in 1.5:
19483: * src/types/Makefile.in 1.4:
19484: make system timestamps
19485:
19486: * src/classes/nothing.C 1.4:
19487: resultless ^sql moved to nothing:
19488:
19489: * src/classes/Makefile.am 1.13:
19490: .AM
19491:
19492: * src/main/pa_request.C 1.133:
19493: .am
19494:
19495: * src/Makefile.in 1.4:
19496: file stamps to remove autoreconf
19497:
19498: * src/targets/cgi/parser3.C 1.88:
19499: argv can be just "parser3". made site_auto_path "." in that case
19500:
19501: * src/types/pa_vstring.C 1.8:
19502: eoleof
19503:
19504: * src/classes/op.C [operators_as_parent_class2] 1.21.2.1:
19505: * src/main/execute.C 1.162:
19506: * src/targets/cgi/Makefile.in 1.4:
19507: * src/targets/cgi/parser3.C 1.86:
19508: * src/targets/cgi/parser3.C 1.87:
19509: * src/targets/cgi/parser3.C 1.89:
19510: z
19511:
19512: * src/main/pa_request.C 1.132:
19513: * src/targets/cgi/parser3.C 1.85:
19514: pcre_tables=pcre_default_tables;
19515:
19516: * src/classes/hash.C 1.3:
19517: * src/classes/int.C 1.25:
19518: * src/classes/string.C 1.53:
19519: * src/classes/table.C 1.82:
19520: * src/include/pa_string.h 1.95:
19521: * src/include/pa_string.h 1.96:
19522: * src/main/pa_string.C 1.89:
19523: * src/main/pa_string.C 1.90:
19524: * src/types/pa_vstring.C 1.6:
19525: * src/types/pa_vstring.h 1.27:
19526: started int:sql
19527:
19528: * src/types/pa_vstring.C 1.7:
19529: * src/types/pa_vstring.h 1.28:
19530: removed unnecessary vstring::set_string
19531:
19532: * src/classes/double.C 1.29:
19533: * src/classes/int.C 1.26:
19534: * src/classes/string.C 1.54:
19535: int,double;sql
19536:
19537: * src/classes/hash.C [operators_as_parent_class2] 1.1.2.1:
19538: * src/classes/op.C [operators_as_parent_class2] 1.21.2.2:
19539: * src/classes/table.C [operators_as_parent_class2] 1.80.2.1:
19540: hash:sql
19541:
19542: * src/classes/classes.C 1.6:
19543: * src/classes/hash.C 1.2:
19544: * src/classes/op.C 1.22:
19545: * src/classes/table.C 1.81:
19546: * src/main/compile.C 1.37:
19547: * src/main/compile.y 1.135:
19548: * src/main/execute.C 1.163:
19549: hash:sql moved to main trunc. operators.txt updated
19550:
19551: 2001-05-19 parser
19552: * src/types/pa_value.h 1.61:
19553: parameter # 1 based
19554:
19555: * src/main/pa_common.C 1.54:
19556: common: actual filename '%s'
19557:
19558: * src/classes/string.C 1.52:
19559: root context in match replace body now unchanged
19560:
19561: * src/classes/Makefile.am 1.10:
19562: * src/classes/Makefile.am 1.11:
19563: * src/classes/Makefile.am 1.12:
19564: * src/classes/Makefile.am 1.9:
19565: * src/main/pa_sql_driver_manager.C 1.20:
19566: * src/targets/cgi/pa_pool.C 1.12:
19567: classes/.am
19568:
19569: * src/main/untaint.C 1.50:
19570: * src/targets/cgi/pa_pool.C 1.13:
19571: * src/targets/cgi/parser3.C 1.84:
19572: fixed bug in pre html untaint, wrong size used, 4* mem wasted
19573:
19574: * src/classes/string.C 1.51:
19575: * src/main/pa_string.C 1.88:
19576: z
19577:
19578: * src/include/pa_string.h 1.94:
19579: * src/main/untaint.C 1.51:
19580: * src/targets/cgi/pa_pool.C 1.14:
19581: introducing String::cstr_bufsize, returns just size+1 for as_is
19582: target.
19583:
19584: * src/classes/Makefile.in 1.4:
19585: clean
19586:
19587: 2001-05-18 parser
19588: * src/Makefile.in 1.3:
19589: * src/classes/Makefile.in 1.3:
19590: * src/include/pa_config_auto.h.in 1.3:
19591: * src/main/Makefile.in 1.3:
19592: * src/targets/Makefile.in 1.4:
19593: * src/targets/apache13/Makefile.in 1.3:
19594: * src/targets/cgi/Makefile.in 1.3:
19595: * src/targets/cgi/pa_pool.C 1.11:
19596: * src/types/Makefile.in 1.3:
19597: .am pa_threads.C ins
19598:
19599: * src/targets/cgi/Makefile.am 1.8:
19600: .am pa_threads.C added
19601:
19602: 2001-05-17 parser
19603: * src/include/pa_hash.h 1.40:
19604: * src/main/execute.C 1.158:
19605: removed /*SYNCHRONIZED*/ from hash.h
19606:
19607: * src/include/pa_array.h 1.41:
19608: * src/include/pa_common.h 1.44:
19609: * src/include/pa_config_fixed.h 1.8:
19610: * src/include/pa_config_includes.h 1.8:
19611: * src/include/pa_exception.h 1.12:
19612: * src/include/pa_exec.h 1.2:
19613: * src/include/pa_globals.h 1.54:
19614: * src/include/pa_hash.h 1.41:
19615: * src/include/pa_opcode.h 1.2:
19616: * src/include/pa_pool.h 1.52:
19617: * src/include/pa_request.h 1.88:
19618: * src/include/pa_sapi.h 1.9:
19619: * src/include/pa_socks.h 1.3:
19620: * src/include/pa_sql_connection.h 1.7:
19621: * src/include/pa_stack.h 1.9:
19622: * src/include/pa_string.h 1.93:
19623: * src/include/pa_table.h 1.33:
19624: * src/include/pa_threads.h 1.14:
19625: #include "pa_config_includes.h"
19626: in all headers
19627:
19628: * src/include/pa_request.h 1.89:
19629: * src/main/execute.C 1.159:
19630: * src/main/pa_request.C 1.131:
19631: ANTI_ENDLESS_EXECUTE_RECOURSION
19632:
19633: * src/classes/op.C 1.20:
19634: * src/include/pa_config_fixed.h 1.10:
19635: * src/include/pa_sql_connection.h 1.8:
19636: * src/include/pa_sql_driver_manager.h 1.5:
19637: * src/main/pa_sql_driver_manager.C 1.15:
19638: found problem at last: 2connections own 1driver and
19639: set_services fight for driver::fservices. before fix
19640:
19641: * src/main/execute.C 1.160:
19642: * src/types/pa_vmethod_frame.h 1.9:
19643: endless recursion line no
19644:
19645: * src/classes/classes.h 1.8:
19646: * src/include/pa_sql_connection.h 1.10:
19647: * src/include/pa_sql_driver_manager.h 1.7:
19648: * src/main/pa_sql_driver_manager.C 1.17:
19649: cache expiration[use SQL_Driver::disconnect]
19650:
19651: * src/include/pa_config_fixed.h 1.9:
19652: * src/include/pa_threads.h 1.16:
19653: * src/targets/cgi/pa_threads.C 1.1:
19654: * src/targets/cgi/parser3.dsp 1.18:
19655: * src/targets/isapi/pa_threads.C 1.1:
19656: * src/targets/isapi/parser3isapi.dsp 1.14:
19657: added pa_threads.C
19658:
19659: * src/classes/image.C 1.27:
19660: * src/include/pa_sql_driver_manager.h 1.4:
19661: * src/main/pa_sql_driver_manager.C 1.14:
19662: * src/main/pa_string.C 1.87:
19663: wrong includes order prevented sqlmanager to see MULTYTHREAD define
19664:
19665: * src/main/pa_table.C 1.31:
19666: table.locate current restored on "not found"
19667:
19668: * src/include/pa_threads.h 1.15:
19669: removed targets/parser
19670:
19671: * src/classes/op.C 1.19:
19672: * src/include/pa_sql_connection.h 1.6:
19673: * src/main/pa_sql_driver_manager.C 1.12:
19674: * src/sql/pa_sql_driver.h 1.9:
19675: connection from cache ->set_services(&services);
19676:
19677: * src/include/pa_config_fixed.h 1.7:
19678: * src/include/pa_threads.h 1.13:
19679: * src/main/pa_sql_driver_manager.C 1.13:
19680: SYNCHRONIZED moved closer to caches put/gets
19681:
19682: * src/classes/string.C 1.50:
19683: * src/include/pa_config_fixed.h 1.11:
19684: * src/include/pa_config_includes.h 1.9:
19685: * src/main/compile.y 1.134:
19686: * src/main/compile_tools.h 1.40:
19687: * src/main/execute.C 1.161:
19688: * src/main/pa_array.C 1.35:
19689: * src/main/pa_common.C 1.53:
19690: * src/main/pa_dir.C 1.3:
19691: * src/main/pa_hash.C 1.35:
19692: * src/main/pa_pool.C 1.18:
19693: * src/main/untaint.C 1.49:
19694: * src/types/pa_vcookie.C 1.21:
19695: * src/types/pa_vfile.C 1.17:
19696: * src/types/pa_vform.C 1.29:
19697: #include "pa_config_includes.h"
19698: removed from most .C
19699:
19700: * src/doc/html2chm.cmd 1.2:
19701: z
19702:
19703: * src/doc/chm.cmd 1.7:
19704: * src/doc/doxygen.cmd 1.7:
19705: * src/doc/html2chm.cmd 1.1:
19706: * src/doc/sources2html.cmd 1.1:
19707: * src/doc/view.cmd 1.3:
19708: * src/doc/view_chm.cmd 1.1:
19709: * src/doc/view_html.cmd 1.1:
19710: doc cmds
19711:
19712: * src/main/pa_sql_driver_manager.C 1.19:
19713: moved expiration to get_connection_from_cache
19714:
19715: * src/main/pa_sql_driver_manager.C 1.18:
19716: cache expiration bf
19717:
19718: * src/classes/op.C 1.21:
19719: * src/include/pa_sql_connection.h 1.9:
19720: * src/include/pa_sql_driver_manager.h 1.6:
19721: * src/main/pa_sql_driver_manager.C 1.16:
19722: * src/sql/pa_sql_driver.h 1.10:
19723: fixed problem at last: 2connections own 1driver and
19724: set_services fight for driver::fservices. before fix
19725:
19726: 2001-05-16 parser
19727: * src/include/pa_array.h 1.39:
19728: * src/include/pa_string.h 1.92:
19729: * src/main/execute.C 1.157:
19730: * src/main/pa_array.C 1.33:
19731: * src/targets/cgi/pa_pool.C 1.9:
19732: * src/targets/cgi/parser3.C 1.81:
19733: array debugged; adjusted
19734:
19735: * src/include/pa_array.h 1.40:
19736: * src/main/pa_array.C 1.34:
19737: * src/targets/cgi/parser3.C 1.82:
19738: removed array debug. before vstring rebasing
19739:
19740: * src/main/pa_sql_driver_manager.C 1.11:
19741: * src/main/pa_string.C 1.86:
19742: SQL_Driver_manager line no for connect/charset errors
19743:
19744: * src/targets/cgi/parser3.C 1.83:
19745: z
19746:
19747: * src/include/pa_pool.h 1.51:
19748: * src/targets/cgi/pa_pool.C 1.10:
19749: removed pool debug, #ifdefed some.
19750: would debug later, on more precise sample than stupid:
19751: @main[]
19752: $name[$z[]]
19753: ^for[i](0;10000-2){
19754: $tail[9994]
19755: $name.$tail[$tail!]
19756: $name.$tail
19757: }
19758: ok3
19759:
19760: 2001-05-15 parser
19761: * src/targets/cgi/pa_pool.C 1.6:
19762: * src/targets/cgi/parser3.C 1.78:
19763: main loss here: 5673321/ 70041= 81
19764:
19765: * src/include/pa_pool.h 1.50:
19766: * src/include/pa_string.h 1.89:
19767: * src/main/pa_string.C 1.83:
19768: * src/targets/cgi/pa_pool.C 1.7:
19769: * src/targets/cgi/parser3.C 1.79:
19770: string fixed bug with fullchunk cmps
19771:
19772: * src/include/pa_string.h 1.90:
19773: * src/main/pa_string.C 1.84:
19774: * src/targets/cgi/pa_pool.C 1.8:
19775: * src/targets/cgi/parser3.C 1.80:
19776: think that all must grow lineary, not exponentialy
19777:
19778: * src/include/pa_array.h 1.38:
19779: * src/include/pa_string.h 1.91:
19780: * src/main/pa_array.C 1.32:
19781: * src/main/pa_string.C 1.85:
19782: string+array made linear grows
19783:
19784: * src/include/pa_string.h 1.88:
19785: * src/targets/cgi/pa_pool.C 1.5:
19786: * src/targets/cgi/parser3.C 1.77:
19787: detected huge mem allocation: size/times malloc 27809390/368771
19788: calloc 3232/83. would test now
19789:
19790: * src/classes/random.C 1.12:
19791: * src/main/compile.y 1.133:
19792: * src/main/execute.C 1.156:
19793: * src/main/pa_request.C 1.130:
19794: * src/types/pa_value.h 1.60:
19795: * src/types/pa_vmethod_frame.h 1.8:
19796: numbered params had wrong name - for instance: bad error
19797: message in ^for[] bad body type. fixed
19798:
19799: 2001-05-14 parser
19800: * src/classes/string.C 1.49:
19801: * src/include/pa_string.h 1.87:
19802: * src/main/pa_string.C 1.82:
19803: * src/main/untaint.C 1.48:
19804: ^string.upper|lower[]
19805:
19806: 2001-05-11 paf
19807: * src/classes/classes.cmd 1.2:
19808: * src/classes/gawk.exe 1.2:
19809: * src/classes/ls.exe 1.2:
19810: * src/main/bison.exe 1.2:
19811: * src/targets/isapi/KILL.EXE 1.2:
19812: * src/targets/isapi/PSTAT.EXE 1.2:
19813: * src/targets/isapi/istart.cmd 1.2:
19814: * src/targets/isapi/istop.cmd 1.2:
19815: * src/targets/isapi/kill.pl 1.2:
19816: moved win32 helpers to /win32tools
19817:
19818: 2001-05-11 parser
19819: * src/main/main.dsp 1.99:
19820: * src/targets/isapi/parser3isapi.dsp 1.13:
19821: fixed some .dsp for win32tools
19822:
19823: * src/classes/double.C 1.28:
19824: * src/classes/image.C 1.26:
19825: * src/classes/op.C 1.18:
19826: * src/classes/string.C 1.48:
19827: * src/classes/table.C 1.80:
19828: * src/classes/unknown.C 1.7:
19829: * src/main/execute.C 1.155:
19830: * src/types/pa_value.h 1.59:
19831: * src/types/pa_vbool.h 1.10:
19832: * src/types/pa_vdouble.h 1.21:
19833: * src/types/pa_vint.h 1.22:
19834: * src/types/pa_vstring.h 1.26:
19835: * src/types/pa_vunknown.h 1.13:
19836: op: MAX_LOOPS
19837: as_int
19838:
19839: 2001-05-10 paf
19840: * src/doc/doxygen.cmd 1.5:
19841: * src/main/compile.y 1.131:
19842: * src/types/pa_vobject.h 1.9:
19843: grammar: priorities changes [lowerd && prior]
19844: vobject: now first fields, next methods
19845:
19846: * src/main/pa_request.C 1.129:
19847: * src/types/pa_vrequest.C 1.6:
19848: op configured
19849:
19850: * src/Makefile.in 1.2:
19851: * src/classes/Makefile.in 1.2:
19852: * src/include/pa_config_auto.h.in 1.2:
19853: * src/include/pa_config_fixed.h 1.6:
19854: * src/include/pa_config_includes.h 1.6:
19855: * src/main/Makefile.in 1.2:
19856: * src/targets/Makefile.in 1.3:
19857: * src/targets/apache13/Makefile.in 1.2:
19858: * src/targets/cgi/Makefile.in 1.2:
19859: * src/types/Makefile.in 1.2:
19860: inline wonders
19861:
19862: * src/main/compile.y 1.132:
19863: @end grammar: allowed zero strings in control menthod
19864:
19865: * src/types/pa_value.h 1.58:
19866: * src/types/pa_vclass.h 1.16:
19867: * src/types/pa_vstateless_class.h 1.14:
19868: * src/types/pa_vstateless_object.h 1.9:
19869: changed priority: field before method lookup in vclass & vobject
19870:
19871: * src/include/pa_common.h 1.43:
19872: * src/include/pa_config_includes.h 1.7:
19873: inline undefed for C++, that's all
19874:
19875: * src/classes/Makefile.am 1.8:
19876: * src/classes/hash.C 1.1:
19877: * src/doc/doxygen.cfg 1.11:
19878: * src/doc/doxygen.cmd 1.6:
19879: hash.C added
19880:
19881: 2001-05-08 paf
19882: * src/classes/table.C 1.76:
19883: table:hash always hash of hash now
19884:
19885: * src/classes/op.C 1.15:
19886: * src/classes/table.C 1.72:
19887: * src/main/main.dsp 1.97:
19888: * src/types/pa_vtable.h 1.21:
19889: removed table:find. table:locate and op:eval now return bool
19890:
19891: * src/classes/table.C 1.75:
19892: table:empty return bool now
19893:
19894: * src/classes/table.C 1.79:
19895: * src/types/pa_value.h 1.57:
19896: * src/types/pa_vhash.h 1.14:
19897: * src/types/pa_vmethod_frame.h 1.7:
19898: hash:default works at last!
19899:
19900: * src/main/pa_table.C 1.30:
19901: table columnname2item on nameless ignored bark=false. fixed
19902:
19903: * src/classes/op.C 1.17:
19904: * src/types/pa_vtable.h 1.22:
19905: allowed $table.2342734 returns vunknown
19906:
19907: * src/classes/table.C 1.74:
19908: * src/doc/chm.cmd 1.6:
19909: * src/include/pa_array.h 1.37:
19910: * src/include/pa_table.h 1.32:
19911: * src/main/pa_table.C 1.29:
19912: * src/types/pa_value.h 1.56:
19913: * src/types/pa_vtable.h 1.23:
19914: table:hash
19915:
19916: * src/doc/chm.cmd 1.5:
19917: * src/main/execute.C 1.154:
19918: * src/types/pa_value.h 1.55:
19919: wrong pool in method checkparams again. fixed
19920:
19921: * src/classes/double.C 1.27:
19922: * src/classes/int.C 1.24:
19923: * src/classes/op.C 1.16:
19924: * src/classes/string.C 1.47:
19925: int,double,string:int[] double[] string:length[] results now
19926: have hames
19927:
19928: * src/classes/table.C 1.77:
19929: z
19930:
19931: * src/classes/mail.C 1.28:
19932: * src/classes/table.C 1.78:
19933: * src/doc/doxygen.cmd 1.4:
19934: * src/main/main.dsp 1.98:
19935: * src/types/pa_vhash.h 1.13:
19936: * src/types/pa_vstateless_class.h 1.13:
19937: hash:default
19938:
19939: * src/classes/table.C 1.73:
19940: table:record have name
19941:
19942: 2001-05-07 paf
19943: * src/types/pa_value.h 1.51:
19944: * src/types/pa_vtable.h 1.17:
19945: table: fields, then methods. so to enable 'dir' fields & co.
19946:
19947: * src/main/execute.C 1.153:
19948: ^var[^class:var.method[]] is not constructor now
19949:
19950: * src/main/compile.y 1.130:
19951: grammar: @end
19952:
19953: * src/doc/chm.cmd 1.4:
19954: cmd
19955:
19956: * src/doc/ClassExample2.dox 1.3:
19957: * src/doc/aliased.dox 1.3:
19958: * src/doc/chm.cmd 1.2:
19959: * src/include/code.h 1.29:
19960: * src/include/pa_opcode.h 1.1:
19961: * src/main/compile.C 1.36:
19962: * src/main/compile_tools.h 1.39:
19963: * src/main/execute.C 1.152:
19964: * src/types/pa_value.h 1.53:
19965: * src/types/pa_vbool.h 1.9:
19966: * src/types/pa_vclass.h 1.15:
19967: * src/types/pa_vcode_frame.h 1.4:
19968: * src/types/pa_vcookie.h 1.10:
19969: * src/types/pa_vdouble.h 1.20:
19970: * src/types/pa_venv.h 1.16:
19971: * src/types/pa_vfile.h 1.26:
19972: * src/types/pa_vform.h 1.20:
19973: * src/types/pa_vhash.h 1.12:
19974: * src/types/pa_vimage.h 1.13:
19975: * src/types/pa_vint.h 1.21:
19976: * src/types/pa_vjunction.h 1.6:
19977: * src/types/pa_vmethod_frame.h 1.6:
19978: * src/types/pa_vobject.h 1.8:
19979: * src/types/pa_vrequest.h 1.10:
19980: * src/types/pa_vresponse.h 1.10:
19981: * src/types/pa_vstateless_class.h 1.12:
19982: * src/types/pa_vstring.h 1.25:
19983: * src/types/pa_vtable.h 1.20:
19984: * src/types/pa_vunknown.h 1.12:
19985: * src/types/pa_wcontext.h 1.15:
19986: * src/types/pa_wwrapper.h 1.9:
19987: pa_code.h
19988:
19989: * src/include/pa_table.h 1.30:
19990: * src/main/pa_table.C 1.27:
19991: * src/types/pa_value.h 1.52:
19992: * src/types/pa_vtable.h 1.18:
19993: table: fields, then methods. so to enable 'dir' fields & co. more
19994:
19995: * src/classes/string.C 1.45:
19996: * src/classes/table.C 1.71:
19997: * src/doc/ClassExample1.dox 1.2:
19998: * src/doc/ClassExample2.dox 1.2:
19999: * src/doc/ClassExample3.dox 1.2:
20000: * src/doc/aliased.dox 1.2:
20001: * src/doc/class.dox 1.2:
20002: * src/doc/compiler.dox 1.2:
20003: * src/doc/doxygen.cfg 1.10:
20004: * src/doc/doxygen.cmd 1.2:
20005: * src/doc/executor.dox 1.2:
20006: * src/doc/index.dox 1.3:
20007: * src/doc/methoded.dox 1.2:
20008: * src/doc/module.dox 1.2:
20009: * src/doc/object.dox 1.2:
20010: * src/doc/pooled.dox 1.2:
20011: * src/doc/string.dox 1.2:
20012: * src/doc/targets.dox 1.2:
20013: * src/doc/value.dox 1.2:
20014: * src/include/code.h 1.28:
20015: * src/include/pa_hash.h 1.39:
20016: * src/include/pa_string.h 1.86:
20017: * src/main/pa_request.C 1.128:
20018: * src/main/pa_sql_driver_manager.C 1.10:
20019: * src/types/pa_vjunction.h 1.5:
20020: * src/types/pa_vtable.h 1.19:
20021: dox, split by not clean parts also
20022:
20023: * src/classes/image.C 1.25:
20024: * src/classes/mail.C 1.27:
20025: * src/classes/string.C 1.46:
20026: * src/doc/chm.cmd 1.3:
20027: * src/include/pa_table.h 1.31:
20028: * src/main/pa_table.C 1.28:
20029: * src/types/pa_value.h 1.54:
20030: method reported errors on wrong pool
20031:
20032: * src/doc/chm.cmd 1.1:
20033: * src/doc/doxygen.cmd 1.3:
20034: * src/doc/view.cmd 1.2:
20035: dox cmd
20036:
20037: 2001-05-04 paf
20038: * src/classes/classes.h 1.7:
20039: * src/classes/double.C 1.26:
20040: * src/classes/file.C 1.36:
20041: * src/classes/form.C 1.11:
20042: * src/classes/image.C 1.24:
20043: * src/classes/int.C 1.23:
20044: * src/classes/mail.C 1.26:
20045: * src/classes/op.C 1.14:
20046: * src/classes/random.C 1.11:
20047: * src/classes/response.C 1.11:
20048: * src/classes/string.C 1.44:
20049: * src/classes/table.C 1.70:
20050: * src/classes/unknown.C 1.6:
20051: * src/doc/doxygen.cfg 1.9:
20052: * src/doc/index.dox 1.2:
20053: * src/main/pa_string.C 1.81:
20054: removed m- method dox
20055:
20056: * src/doc/ClassExample1.dox 1.1:
20057: * src/doc/ClassExample2.dox 1.1:
20058: * src/doc/ClassExample3.dox 1.1:
20059: * src/main/execute.C 1.151:
20060: dox: example1 updated
20061:
20062: 2001-05-03 paf
20063: * src/classes/classes.h 1.6:
20064: * src/classes/double.C 1.25:
20065: * src/doc/aliased.dox 1.1:
20066: * src/doc/class.dox 1.1:
20067: * src/doc/compiler.dox 1.1:
20068: * src/doc/doxygen.cfg 1.8:
20069: * src/doc/doxygen.txt 1.6:
20070: * src/doc/executor.dox 1.1:
20071: * src/doc/index.dox 1.1:
20072: * src/doc/methoded.dox 1.1:
20073: * src/doc/module.dox 1.1:
20074: * src/doc/object.dox 1.1:
20075: * src/doc/pooled.dox 1.1:
20076: * src/doc/string.dox 1.1:
20077: * src/doc/targets.dox 1.1:
20078: * src/doc/value.dox 1.1:
20079: * src/main/pa_request.C 1.127:
20080: dox splitted .dox files and added some
20081:
20082: * src/classes/Makefile.am 1.7:
20083: * src/doc/doxygen.txt 1.5:
20084: classes/am
20085:
20086: 2001-05-02 paf
20087: * src/classes/image.C 1.23:
20088: * src/classes/table.C 1.69:
20089: table:dir result are not tainted by file_name language now
20090:
20091: 2001-04-28 paf
20092: * src/classes/classes.inc 1.5:
20093: removed classes.inc
20094:
20095: * src/classes/classes.C 1.3:
20096: * src/classes/classes.h 1.3:
20097: * src/classes/file.C 1.33:
20098: * src/classes/form.C 1.5:
20099: * src/classes/mail.C 1.24:
20100: * src/include/pa_request.h 1.85:
20101: * src/main/pa_request.C 1.124:
20102: configure started
20103:
20104: * src/classes/file.C [reorganize_user_classes] 1.31.2.5:
20105: * src/classes/table.C [reorganize_user_classes] 1.65.2.4:
20106: * src/main/compile.y [reorganize_user_classes] 1.127.2.2:
20107: * src/main/execute.C [reorganize_user_classes] 1.148.2.3:
20108: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.4:
20109: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.2:
20110: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.3:
20111: * src/types/pa_wcontext.h [reorganize_user_classes] 1.12.2.1:
20112: removed ^a.menu{$name} ability. now
20113: $a{^menu{$name}}
20114: or
20115: ^a.menu{$a.name}
20116:
20117: * src/classes/_double.h 1.8:
20118: * src/classes/_file.h 1.5:
20119: * src/classes/_form.h 1.4:
20120: * src/classes/_image.h 1.4:
20121: * src/classes/_int.h 1.8:
20122: * src/classes/_mail.h 1.4:
20123: * src/classes/_op.h 1.6:
20124: * src/classes/_random.h 1.4:
20125: * src/classes/_response.h 1.5:
20126: * src/classes/_string.h 1.10:
20127: * src/classes/_table.h 1.7:
20128: * src/classes/_unknown.h 1.3:
20129: * src/classes/classes.C 1.2:
20130: * src/classes/classes.h 1.2:
20131: * src/classes/classes.inc 1.1:
20132: * src/classes/double.C 1.22:
20133: * src/classes/exec.C 1.4:
20134: * src/classes/file.C 1.32:
20135: * src/classes/form.C 1.4:
20136: * src/classes/image.C 1.22:
20137: * src/classes/int.C 1.20:
20138: * src/classes/mail.C 1.23:
20139: * src/classes/op.C 1.10:
20140: * src/classes/random.C 1.10:
20141: * src/classes/response.C 1.8:
20142: * src/classes/string.C 1.41:
20143: * src/classes/table.C 1.66:
20144: * src/classes/unknown.C 1.3:
20145: * src/include/pa_globals.h 1.51:
20146: * src/include/pa_request.h 1.84:
20147: * src/main/compile.y 1.129:
20148: * src/main/execute.C 1.149:
20149: * src/main/main.dsp 1.93:
20150: * src/main/pa_globals.C 1.57:
20151: * src/main/pa_request.C 1.123:
20152: * src/targets/cgi/parser3.C 1.73:
20153: * src/targets/isapi/parser3isapi.C 1.32:
20154: * src/types/pa_value.h 1.50:
20155: * src/types/pa_vcookie.h 1.9:
20156: * src/types/pa_vdouble.h 1.17:
20157: * src/types/pa_venv.h 1.15:
20158: * src/types/pa_vfile.h 1.23:
20159: * src/types/pa_vform.C 1.28:
20160: * src/types/pa_vform.h 1.17:
20161: * src/types/pa_vimage.h 1.10:
20162: * src/types/pa_vint.h 1.18:
20163: * src/types/pa_vrequest.h 1.9:
20164: * src/types/pa_vresponse.h 1.9:
20165: * src/types/pa_vstateless_class.h 1.11:
20166: * src/types/pa_vstring.h 1.24:
20167: * src/types/pa_vtable.h 1.16:
20168: * src/types/pa_vunknown.h 1.11:
20169: * src/types/pa_wcontext.h 1.13:
20170: Methoded reorganized. todo: methoded-configure
20171:
20172: * src/classes/classes.inc 1.4:
20173: * src/main/Makefile.am 1.12:
20174: removed pa_methoded from .am
20175:
20176: * src/main/execute.C 1.150:
20177: * src/types/pa_wcontext.h 1.14:
20178: Methoded reorganized 2. todo: methoded-configure
20179:
20180: * src/classes/Makefile.am 1.4:
20181: * src/classes/classes.awk 1.1:
20182: * src/classes/classes.cmd 1.1:
20183: * src/classes/classes.inc 1.2:
20184: * src/classes/gawk.exe 1.1:
20185: * src/classes/ls.exe 1.1:
20186: * src/main/bison.exe 1.1:
20187: classes.inc autogenerator
20188:
20189: * src/classes/form.C 1.6:
20190: * src/include/pa_request.h 1.86:
20191: * src/main/pa_request.C 1.125:
20192: about to move configured data to special request hash
20193:
1.38 ! paf 20194: * src/classes/Makefile.am 1.5:
! 20195: * src/main/main.dsp 1.95:
! 20196: classes/Makefile.am
! 20197:
1.15 paf 20198: * src/classes/form.C 1.7:
20199: * src/classes/mail.C 1.25:
20200: * src/classes/op.C 1.11:
20201: * src/include/pa_globals.h 1.52:
20202: * src/include/pa_request.h 1.87:
20203: * src/main/pa_globals.C 1.58:
20204: * src/main/pa_request.C 1.126:
20205: moved some configured data to request::classes_conf
20206: moved some string crations from globals to M...
20207:
20208: * src/classes/classes.C 1.4:
20209: * src/classes/classes.h 1.4:
20210: * src/classes/double.C 1.23:
20211: * src/classes/file.C 1.34:
20212: * src/classes/form.C 1.9:
20213: * src/classes/int.C 1.21:
20214: * src/classes/op.C 1.12:
20215: * src/classes/response.C 1.9:
20216: * src/classes/string.C 1.42:
20217: * src/classes/table.C 1.67:
20218: * src/classes/unknown.C 1.4:
20219: * src/include/pa_methoded.h 1.1:
20220: * src/main/Makefile.am 1.11:
20221: * src/main/main.dsp 1.94:
20222: * src/main/pa_methoded.C 1.1:
20223: * src/targets/cgi/parser3.C 1.75:
20224: * src/types/pa_vdouble.h 1.18:
20225: * src/types/pa_vfile.h 1.24:
20226: * src/types/pa_vform.h 1.18:
20227: * src/types/pa_vimage.h 1.11:
20228: * src/types/pa_vint.h 1.19:
20229: classes/classes renamet to include|main/pa_methoded
20230:
20231: * src/include/pa_string.h 1.85:
20232: * src/main/pa_globals.C 1.60:
20233: * src/main/untaint.C 1.47:
20234: * src/targets/cgi/parser3.C 1.74:
20235: * src/targets/isapi/parser3isapi.C 1.33:
20236: z
20237:
20238: * src/classes/Makefile.am 1.6:
20239: * src/classes/classes.C 1.5:
20240: * src/classes/classes.h 1.5:
20241: * src/classes/classes.inc 1.3:
20242: * src/classes/double.C 1.24:
20243: * src/classes/file.C 1.35:
20244: * src/classes/form.C 1.10:
20245: * src/classes/int.C 1.22:
20246: * src/classes/op.C 1.13:
20247: * src/classes/response.C 1.10:
20248: * src/classes/string.C 1.43:
20249: * src/classes/table.C 1.68:
20250: * src/classes/unknown.C 1.5:
20251: * src/include/pa_methoded.h 1.2:
20252: * src/main/main.dsp 1.96:
20253: * src/main/pa_methoded.C 1.2:
20254: * src/targets/cgi/parser3.C 1.76:
20255: * src/types/pa_vdouble.h 1.19:
20256: * src/types/pa_vfile.h 1.25:
20257: * src/types/pa_vform.h 1.19:
20258: * src/types/pa_vimage.h 1.12:
20259: * src/types/pa_vint.h 1.20:
20260: renamed pa_methoded back to classes/classes.h
20261:
20262: * src/classes/_string.h [reorganize_user_classes] 1.9.2.1:
20263: * src/classes/classes.C [reorganize_user_classes] 1.1.2.2:
20264: * src/classes/classes.h [reorganize_user_classes] 1.1.2.2:
20265: * src/classes/double.C [reorganize_user_classes] 1.21.4.2:
20266: * src/classes/exec.C [reorganize_user_classes] 1.3.4.1:
20267: * src/classes/file.C [reorganize_user_classes] 1.31.2.4:
20268: * src/classes/form.C [reorganize_user_classes] 1.3.4.2:
20269: * src/classes/image.C [reorganize_user_classes] 1.21.2.4:
20270: * src/classes/int.C [reorganize_user_classes] 1.19.4.3:
20271: * src/classes/mail.C [reorganize_user_classes] 1.22.2.3:
20272: * src/classes/op.C [reorganize_user_classes] 1.9.2.3:
20273: * src/classes/random.C [reorganize_user_classes] 1.9.2.3:
20274: * src/classes/response.C [reorganize_user_classes] 1.7.4.3:
20275: * src/classes/string.C [reorganize_user_classes] 1.40.2.3:
20276: * src/classes/table.C [reorganize_user_classes] 1.65.2.3:
20277: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.2:
20278: * src/include/pa_request.h [reorganize_user_classes] 1.83.2.1:
20279: * src/main/compile.y [reorganize_user_classes] 1.127.2.1:
20280: * src/main/execute.C [reorganize_user_classes] 1.148.2.2:
20281: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.3:
20282: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.3:
20283: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.2:
20284: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.2:
20285: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.2:
20286: * src/types/pa_vform.C [reorganize_user_classes] 1.27.2.1:
20287: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.2:
20288: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.2:
20289: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.2:
20290: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.2:
20291: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.2:
20292: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.2:
20293: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.2:
20294: beautifying just compiled. todo: debug, configure
20295:
20296: * src/classes/classes.awk 1.2:
20297: skipped classes in .awk
20298:
20299: * src/classes/form.C 1.8:
20300: * src/include/pa_globals.h 1.53:
20301: * src/main/pa_globals.C 1.59:
20302: moved some configured data to request::classes_conf
20303: moved some string crations from globals to M...
20304: [works]
20305:
20306: 2001-04-27 paf
20307: * src/main/compile.y 1.128:
20308: serge@ found @CLASS bug. fixed
20309:
20310: * src/classes/_double.h [reorganize_user_classes] 1.7.2.1:
20311: * src/classes/_form.h [reorganize_user_classes] 1.3.2.1:
20312: * src/classes/_int.h [reorganize_user_classes] 1.7.2.1:
20313: * src/classes/_response.h [reorganize_user_classes] 1.4.2.1:
20314: * src/classes/_unknown.h [reorganize_user_classes] 1.2.2.1:
20315: * src/classes/classes.C [reorganize_user_classes] 1.1.2.1:
20316: * src/classes/classes.h [reorganize_user_classes] 1.1.2.1:
20317: * src/classes/double.C [reorganize_user_classes] 1.21.4.1:
20318: * src/classes/file.C [reorganize_user_classes] 1.31.2.2:
20319: * src/classes/form.C [reorganize_user_classes] 1.3.4.1:
20320: * src/classes/image.C [reorganize_user_classes] 1.21.2.2:
20321: * src/classes/int.C [reorganize_user_classes] 1.19.4.2:
20322: * src/classes/mail.C [reorganize_user_classes] 1.22.2.2:
20323: * src/classes/op.C [reorganize_user_classes] 1.9.2.2:
20324: * src/classes/random.C [reorganize_user_classes] 1.9.2.2:
20325: * src/classes/response.C [reorganize_user_classes] 1.7.4.2:
20326: * src/classes/string.C [reorganize_user_classes] 1.40.2.2:
20327: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.2:
20328: * src/main/main.dsp [reorganize_user_classes] 1.92.2.2:
20329: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.2:
20330: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.1:
20331: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.1:
20332: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.1:
20333: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.1:
20334: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.1:
20335: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.1:
20336: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.1:
20337: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.1:
20338: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.1:
20339: beautifying -100
20340:
20341: * src/classes/classes.C 1.1:
20342: file classes.C was initially added on branch
20343: reorganize_user_classes.
20344:
20345: * src/classes/file.C [reorganize_user_classes] 1.31.2.3:
20346: * src/classes/image.C [reorganize_user_classes] 1.21.2.3:
20347: * src/classes/table.C [reorganize_user_classes] 1.65.2.2:
20348: * src/main/execute.C [reorganize_user_classes] 1.148.2.1:
20349: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.2:
20350: * src/types/pa_vstateless_class.h [reorganize_user_classes] 1.10.2.1:
20351: beautifying -99
20352:
20353: * src/classes/_file.h [reorganize_user_classes] 1.4.2.1:
20354: * src/classes/_image.h [reorganize_user_classes] 1.3.2.1:
20355: * src/classes/_mail.h [reorganize_user_classes] 1.3.2.1:
20356: * src/classes/_op.h [reorganize_user_classes] 1.5.2.1:
20357: * src/classes/_random.h [reorganize_user_classes] 1.3.2.1:
20358: * src/classes/_table.h [reorganize_user_classes] 1.6.2.1:
20359: * src/classes/file.C [reorganize_user_classes] 1.31.2.1:
20360: * src/classes/image.C [reorganize_user_classes] 1.21.2.1:
20361: * src/classes/int.C [reorganize_user_classes] 1.19.4.1:
20362: * src/classes/mail.C [reorganize_user_classes] 1.22.2.1:
20363: * src/classes/op.C [reorganize_user_classes] 1.9.2.1:
20364: * src/classes/random.C [reorganize_user_classes] 1.9.2.1:
20365: * src/classes/response.C [reorganize_user_classes] 1.7.4.1:
20366: * src/classes/string.C [reorganize_user_classes] 1.40.2.1:
20367: * src/classes/table.C [reorganize_user_classes] 1.65.2.1:
20368: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.1:
20369: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.1:
20370: * src/main/main.dsp [reorganize_user_classes] 1.92.2.1:
20371: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.1:
20372: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.1:
20373: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.1:
20374: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.1:
20375: * src/types/pa_vcookie.h [reorganize_user_classes] 1.8.2.1:
20376: * src/types/pa_venv.h [reorganize_user_classes] 1.14.2.1:
20377: * src/types/pa_vrequest.h [reorganize_user_classes] 1.8.2.1:
20378: started beautifying
20379:
20380: * src/classes/classes.h 1.1:
20381: file classes.h was initially added on branch
20382: reorganize_user_classes.
20383:
20384: 2001-04-26 paf
20385: * src/main/pa_request.C 1.121:
20386: * src/main/pa_string.C 1.80:
20387: z
20388:
20389: * src/classes/_exec.h 1.4:
20390: * src/classes/_image.h 1.3:
20391: * src/classes/image.C 1.21:
20392: * src/classes/mail.C 1.22:
20393: * src/classes/op.C 1.9:
20394: * src/classes/random.C 1.9:
20395: * src/classes/string.C 1.40:
20396: * src/classes/table.C 1.65:
20397: * src/doc/doxygen.cfg 1.5:
20398: * src/doc/doxygen.cfg 1.6:
20399: * src/doc/doxygen.cfg 1.7:
20400: * src/doc/doxygen.txt 1.4:
20401: * src/include/pa_array.h 1.36:
20402: * src/include/pa_config_fixed.h 1.5:
20403: * src/include/pa_config_includes.h 1.5:
20404: * src/include/pa_dir.h 1.3:
20405: * src/include/pa_socks.h 1.2:
20406: * src/include/pa_string.h 1.84:
20407: * src/main/compile_tools.h 1.38:
20408: * src/main/pa_common.C 1.52:
20409: * src/main/pa_request.C 1.122:
20410: * src/main/pa_socks.C 1.3:
20411: * src/sql/pa_sql_driver.h 1.8:
20412: * src/targets/cgi/pa_pool.C 1.4:
20413: * src/types/pa_vbool.h 1.7:
20414: * src/types/pa_vbool.h 1.8:
20415: * src/types/pa_vclass.h 1.13:
20416: * src/types/pa_vclass.h 1.14:
20417: * src/types/pa_vcode_frame.h 1.2:
20418: * src/types/pa_vcode_frame.h 1.3:
20419: * src/types/pa_vcookie.h 1.8:
20420: * src/types/pa_vdouble.h 1.16:
20421: * src/types/pa_venv.h 1.14:
20422: * src/types/pa_vfile.h 1.22:
20423: * src/types/pa_vform.C 1.27:
20424: * src/types/pa_vform.h 1.16:
20425: * src/types/pa_vhash.h 1.11:
20426: * src/types/pa_vimage.C 1.7:
20427: * src/types/pa_vimage.h 1.9:
20428: * src/types/pa_vint.h 1.17:
20429: * src/types/pa_vjunction.h 1.3:
20430: * src/types/pa_vjunction.h 1.4:
20431: * src/types/pa_vmethod_frame.h 1.4:
20432: * src/types/pa_vmethod_frame.h 1.5:
20433: * src/types/pa_vobject.h 1.6:
20434: * src/types/pa_vobject.h 1.7:
20435: * src/types/pa_vrequest.C 1.5:
20436: * src/types/pa_vrequest.h 1.8:
20437: * src/types/pa_vstateless_class.C 1.8:
20438: * src/types/pa_vstateless_class.h 1.10:
20439: * src/types/pa_vstateless_object.h 1.8:
20440: * src/types/pa_vstring.C 1.5:
20441: * src/types/pa_vstring.h 1.23:
20442: * src/types/pa_vtable.h 1.15:
20443: * src/types/pa_vunknown.h 1.10:
20444: * src/types/pa_wcontext.C 1.6:
20445: * src/types/pa_wcontext.h 1.12:
20446: * src/types/pa_wwrapper.h 1.7:
20447: * src/types/pa_wwrapper.h 1.8:
20448: code documentation ++
20449:
20450: * src/include/pa_common.h 1.42:
20451: * src/include/pa_types.h 1.25:
20452: * src/main/pa_sql_driver_manager.C 1.9:
20453: module [and, guess, isapi] connection caching fixed.
20454: request-pooled-url were stored into global connectioncache
20455:
20456: 2001-04-25 paf
20457: * src/doc/doxygen.cfg 1.4:
20458: * src/doc/doxygen.txt 1.3:
20459: * src/targets/isapi/parser3isapi.C 1.31:
20460: started doc / [doxygen.txt]
20461:
20462: * src/include/code.h 1.27:
20463: * src/include/pa_common.h 1.41:
20464: * src/main/compile.y 1.127:
20465: * src/main/execute.C 1.148:
20466: * src/main/pa_common.C 1.51:
20467: -d
20468:
20469: * src/classes/file.C 1.31:
20470: * src/main/pa_exec.C 1.5:
20471: * src/targets/cgi/parser3.C 1.72:
20472: illegal call check a bit improved, but still under iis no
20473: mapping of dir with parser allowed!
20474:
20475: 2001-04-24 paf
20476: * src/targets/Makefile.in 1.2:
20477: * src/targets/apache13/Makefile.in 1.1:
20478: apache makefile.in s
20479:
20480: * src/targets/Makefile.am 1.5:
20481: * src/targets/apache13/Makefile.am 1.1:
20482: apache module lib .am
20483:
20484: * src/main/pa_exec.C 1.4:
20485: windows32 buildCommand
20486:
20487: 2001-04-23 paf
20488: * src/classes/image.C 1.20:
20489: * src/classes/mail.C 1.21:
20490: * src/include/pa_globals.h 1.50:
20491: * src/include/pa_string.h 1.83:
20492: * src/main/pa_exec.C 1.3:
20493: * src/main/pa_request.C 1.119:
20494: * src/main/untaint.C 1.44:
20495: untaint - @test optimize whitespaces for all but 'html'
20496:
20497: * src/main/untaint.C 1.46:
20498: untaint without charset
20499:
20500: * src/targets/cgi/parser3.C 1.68:
20501: cgi /// @test disable /cgi-bin/parser3/auto.p
20502:
20503: * src/classes/random.C 1.8:
20504: * src/targets/cgi/parser3.C 1.71:
20505: redo failed
20506: /// @test noticed series in isapi, check how initialize_random_class is called! [must be called only once]
20507:
20508: * src/main/untaint.C 1.45:
20509: mail header only once to =?
20510:
20511: * src/classes/mail.C 1.20:
20512: * src/include/pa_hash.h 1.38:
20513: * src/include/pa_string.h 1.82:
20514: * src/main/pa_common.C 1.49:
20515: * src/main/pa_hash.C 1.34:
20516: * src/main/pa_request.C 1.118:
20517: * src/main/untaint.C 1.43:
20518: untaint - @test mail-header
20519:
20520: * src/include/pa_config_auto.h.in 1.1:
20521: .h.in
20522:
20523: * src/targets/cgi/parser3.C 1.69:
20524: cgi cmdline ver
20525:
20526: * src/main/pa_request.C 1.120:
20527: * src/targets/cgi/parser3.C 1.70:
20528: // @test with commandline start "parser3 a.html" so that ^load
20529: a.cfg] worked! [now doesnt]
20530:
20531: * src/main/execute.C 1.147:
20532: operators first!
20533: so that ^table.menu{^rem{}} would not be 'unknown column'
20534:
20535: * src/include/pa_array.h 1.35:
20536: * src/main/pa_array.C 1.31:
20537: * src/types/pa_vfile.h 1.20:
20538: * src/types/pa_vfile.h 1.21:
20539: vfile fields return type
20540:
20541: * src/Makefile.in 1.1:
20542: * src/classes/Makefile.in 1.1:
20543: * src/main/Makefile.in 1.1:
20544: * src/targets/cgi/Makefile.in 1.1:
20545: * src/types/Makefile.in 1.1:
20546: makefile ins
20547:
20548: * src/main/pa_string.C 1.78:
20549: tested OK
20550: /// @test really @b test: s x m [tested: i & g ]
20551:
20552: * src/targets/Makefile.in 1.1:
20553: makefiles&co
20554:
20555: * src/classes/Makefile 1.2:
20556: * src/main/Makefile 1.2:
20557: * src/targets/cgi/Makefile 1.2:
20558: * src/types/Makefile 1.2:
20559: makefiles removed
20560:
20561: * src/classes/Makefile 1.1:
20562: * src/main/Makefile 1.1:
20563: * src/main/pa_string.C 1.79:
20564: * src/targets/cgi/Makefile 1.1:
20565: * src/types/Makefile 1.1:
20566: configure.in + makefiles
20567:
20568: * src/classes/table.C 1.64:
20569: * src/types/pa_vform.C 1.26:
20570: * src/types/pa_vtable.h 1.14:
20571: /// @test $a.menu{ $a[123] }
20572: and $a.menu{^table:set[]...}
20573:
20574: * src/targets/cgi/Makefile.am 1.5:
20575: liblink
20576:
20577: * src/targets/cgi/Makefile.am 1.6:
20578: * src/targets/cgi/Makefile.am 1.7:
20579: win32 conditional
20580:
20581: * src/include/pa_config_fixed.h 1.4:
20582: * src/include/pa_config_includes.h 1.4:
20583: * src/main/pa_common.C 1.50:
20584: common: file_write /// @test mkdirs file_delete rmdirs
20585:
20586: 2001-04-20 paf
20587: * src/main/untaint.C 1.41:
20588: * src/targets/cgi/parser3.C 1.66:
20589: fixed header "a/a"
20590:
20591: * src/main/untaint.C 1.42:
20592: z
20593:
20594: * src/classes/string.C 1.39:
20595: * src/classes/table.C 1.63:
20596: * src/include/pa_globals.h 1.49:
20597: * src/include/pa_request.h 1.83:
20598: * src/include/pa_string.h 1.81:
20599: * src/main/compile.y 1.126:
20600: * src/main/pa_globals.C 1.56:
20601: * src/main/pa_request.C 1.117:
20602: * src/main/pa_string.C 1.77:
20603: * src/targets/cgi/parser3.C 1.67:
20604: $MAIN:LOCALE
20605:
20606: 2001-04-19 paf
20607: * src/main/compile_tools.h 1.37:
20608: $a$b bugfix
20609:
20610: * src/classes/file.C 1.30:
20611: * src/targets/cgi/parser3.C 1.65:
20612: z
20613:
20614: * src/include/pa_common.h 1.39:
20615: * src/main/pa_common.C 1.48:
20616: * src/main/pa_request.C 1.116:
20617: * src/main/untaint.C 1.40:
20618: * src/targets/isapi/parser3isapi.C 1.30:
20619: * src/types/pa_vcookie.C 1.19:
20620: changed urlencode here and in untaint.C to HTTP standard's "
20621: and \" mech
20622:
20623: * src/classes/file.C 1.29:
20624: * src/include/pa_common.h 1.40:
20625: * src/types/pa_vcookie.C 1.20:
20626: done: header to $fields. waits for header '\' tricks
20627:
20628: * src/main/pa_request.C 1.115:
20629: * src/targets/isapi/parser3isapi.C 1.29:
20630: fixed http://alx/~paf/ doesnt load /auto.p
20631:
20632: 2001-04-18 paf
20633: * src/main/Makefile.am 1.10:
20634: * src/main/main.dsp 1.92:
20635: * src/targets/cgi/Makefile.am 1.4:
20636: linux @alx
20637:
20638: * src/main/pa_request.C 1.114:
20639: 1
20640:
20641: 2001-04-17 paf
20642: * src/classes/file.C 1.28:
20643: * src/classes/image.C 1.19:
20644: * src/doc/doxygen.cfg 1.3:
20645: * src/include/pa_sql_connection.h 1.5:
20646: * src/main/pa_sql_driver_manager.C 1.8:
20647: * src/sql/pa_sql_driver.h 1.7:
20648: SQL_Driver_services renamed. doxygen statics enabled
20649:
20650: * src/Makefile.am 1.5:
20651: * src/classes/Makefile.am 1.3:
20652: * src/classes/_double.h 1.7:
20653: * src/classes/_exec.h 1.3:
20654: * src/classes/_file.h 1.4:
20655: * src/classes/_form.h 1.3:
20656: * src/classes/_image.h 1.2:
20657: * src/classes/_int.h 1.7:
20658: * src/classes/_mail.h 1.3:
20659: * src/classes/_op.h 1.5:
20660: * src/classes/_random.h 1.3:
20661: * src/classes/_response.h 1.4:
20662: * src/classes/_string.h 1.9:
20663: * src/classes/_table.h 1.6:
20664: * src/classes/_unknown.h 1.2:
20665: * src/classes/file.C 1.27:
20666: * src/classes/image.C 1.18:
20667: * src/classes/mail.C 1.19:
20668: * src/classes/op.C 1.8:
20669: * src/classes/random.C 1.7:
20670: * src/include/pa_config_fixed.h 1.3:
20671: * src/include/pa_config_includes.h 1.3:
20672: * src/include/pa_hash.h 1.37:
20673: * src/include/pa_sql_driver_manager.h 1.3:
20674: * src/include/pa_version.h 1.2:
20675: * src/main/Makefile.am 1.9:
20676: * src/main/compile.y 1.125:
20677: * src/main/pa_common.C 1.47:
20678: * src/main/pa_exec.C 1.2:
20679: * src/main/pa_socks.C 1.2:
20680: * src/main/pa_sql_driver_manager.C 1.7:
20681: * src/sql/Makefile.am 1.2:
20682: * src/sql/pa_sql_driver.h 1.6:
20683: * src/targets/cgi/Makefile.am 1.3:
20684: * src/targets/cgi/parser3.C 1.64:
20685: * src/types/Makefile.am 1.3:
20686: * src/types/pa_vcookie.C 1.18:
20687: * src/types/pa_vform.C 1.25:
20688: * src/types/pa_vimage.h 1.8:
20689: exec @jav
20690:
20691: * src/include/pa_sql_driver_manager.h [gcc0415] 1.2.2.1:
20692: * src/main/pa_sql_driver_manager.C [gcc0415] 1.6.2.1:
20693: * src/sql/pa_sql_driver.h [gcc0415] 1.5.2.1:
20694: * src/types/pa_vimage.h [gcc0415] 1.7.2.1:
20695: sql driver interface now has initialize(client .so)
20696:
20697: 2001-04-16 paf
20698: * src/Makefile.am [gcc0415] 1.4.2.2:
20699: compile2 cygwin
20700:
20701: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.2:
20702: compile0 jav
20703:
20704: * src/Makefile.am [gcc0415] 1.4.2.1:
20705: * src/classes/Makefile.am [gcc0415] 1.2.2.1:
20706: * src/classes/_double.h [gcc0415] 1.6.2.1:
20707: * src/classes/_exec.h [gcc0415] 1.2.2.1:
20708: * src/classes/_file.h [gcc0415] 1.3.2.1:
20709: * src/classes/_form.h [gcc0415] 1.2.2.1:
20710: * src/classes/_image.h [gcc0415] 1.1.2.1:
20711: * src/classes/_int.h [gcc0415] 1.6.2.1:
20712: * src/classes/_mail.h [gcc0415] 1.2.2.1:
20713: * src/classes/_op.h [gcc0415] 1.4.2.1:
20714: * src/classes/_random.h [gcc0415] 1.2.2.1:
20715: * src/classes/_response.h [gcc0415] 1.3.2.1:
20716: * src/classes/_string.h [gcc0415] 1.8.2.1:
20717: * src/classes/_table.h [gcc0415] 1.5.2.1:
20718: * src/classes/_unknown.h [gcc0415] 1.1.2.1:
20719: * src/classes/image.C [gcc0415] 1.17.2.1:
20720: * src/classes/mail.C [gcc0415] 1.18.2.1:
20721: * src/classes/op.C [gcc0415] 1.7.2.1:
20722: * src/classes/random.C [gcc0415] 1.6.2.1:
20723: * src/include/pa_config_fixed.h [gcc0415] 1.2.2.1:
20724: * src/include/pa_config_includes.h [gcc0415] 1.2.2.1:
20725: * src/include/pa_hash.h [gcc0415] 1.36.2.1:
20726: * src/include/pa_version.h [gcc0415] 1.1.2.1:
20727: * src/main/Makefile.am [gcc0415] 1.8.2.1:
20728: * src/main/compile.y [gcc0415] 1.124.2.1:
20729: * src/main/pa_common.C [gcc0415] 1.46.2.1:
20730: * src/main/pa_exec.C [gcc0415] 1.1.2.1:
20731: * src/sql/Makefile.am [gcc0415] 1.1.2.1:
20732: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.1:
20733: * src/targets/cgi/parser3.C [gcc0415] 1.63.2.1:
20734: * src/types/Makefile.am [gcc0415] 1.2.2.1:
20735: * src/types/pa_vcookie.C [gcc0415] 1.17.2.1:
20736: * src/types/pa_vform.C [gcc0415] 1.24.2.1:
20737: compile-1
20738:
20739: * src/include/pa_config_includes.h [gcc0415] 1.2.2.2:
20740: * src/main/pa_exec.C [gcc0415] 1.1.2.2:
20741: * src/main/pa_socks.C [gcc0415] 1.1.2.1:
20742: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.3:
20743: compile1 cygwin
20744:
20745: 2001-04-15 paf
20746: * src/classes/op.C 1.5:
20747: * src/include/pa_request.h 1.82:
20748: * src/types/pa_value.h 1.48:
20749: * src/types/pa_vmethod_frame.h 1.3:
20750: MethodParams in op.C
20751:
20752: * src/types/pa_value.h 1.49:
20753: MethodParams !junction
20754:
20755: * src/classes/table.C 1.62:
20756: table:empty +=process
20757:
20758: * src/classes/op.C 1.7:
20759: z
20760:
20761: * src/classes/_string.h 1.8:
20762: * src/classes/double.C 1.21:
20763: * src/classes/file.C 1.26:
20764: * src/classes/image.C 1.17:
20765: * src/classes/int.C 1.19:
20766: * src/classes/mail.C 1.18:
20767: * src/classes/op.C 1.6:
20768: * src/classes/random.C 1.6:
20769: * src/classes/response.C 1.7:
20770: * src/classes/string.C 1.38:
20771: * src/classes/table.C 1.61:
20772: * src/classes/unknown.C 1.2:
20773: * src/main/pa_request.C 1.113:
20774: MethodParams everywhere
20775:
20776: 2001-04-12 paf
20777: * src/classes/_unknown.h 1.1:
20778: * src/classes/unknown.C 1.1:
20779: * src/include/pa_globals.h 1.48:
20780: * src/main/main.dsp 1.91:
20781: * src/main/pa_globals.C 1.55:
20782: * src/types/pa_vunknown.h 1.9:
20783: ^unknown:int[]=0 double[]=0
20784:
20785: * src/classes/image.C 1.13:
20786: image:line/fill/rectangle/bar/replace/polygon/polybar
20787:
20788: * src/classes/image.C 1.15:
20789: * src/main/pa_hash.C 1.33:
20790: hash bug fixed
20791:
20792: * src/classes/image.C 1.12:
20793: * src/classes/op.C 1.4:
20794: * src/main/execute.C 1.146:
20795: * src/types/pa_value.h 1.47:
20796: * src/types/pa_vmethod_frame.h 1.2:
20797: * src/types/pa_wcontext.h 1.11:
20798: for var now written not to r.wcontext, but to r.root
20799: cleared "entered_object" state
20800:
20801: * src/classes/image.C 1.16:
20802: * src/types/pa_vimage.h 1.7:
20803: image:font :text
20804:
20805: * src/classes/image.C 1.14:
20806: image:gif now does not have params
20807:
20808: 2001-04-11 paf
20809: * src/classes/mail.C 1.17:
20810: * src/classes/op.C 1.3:
20811: * src/targets/cgi/parser3.C 1.63:
20812: * src/types/pa_value.h 1.46:
20813: * src/types/pa_vfile.C 1.15:
20814: * src/types/pa_vfile.h 1.19:
20815: * src/types/pa_vform.C 1.24:
20816: * src/types/pa_vstring.C 1.3:
20817: * src/types/pa_vstring.h 1.22:
20818: forced UL_FILE_NAME of posted file name
20819:
20820: * src/classes/image.C 1.7:
20821: * src/main/execute.C 1.145:
20822: * src/main/main.dsp 1.89:
20823: * src/main/pa_request.C 1.112:
20824: * src/types/pa_vcframe.h 1.4:
20825: * src/types/pa_vcode_frame.h 1.1:
20826: * src/types/pa_vimage.C 1.4:
20827: * src/types/pa_vimage.h 1.4:
20828: * src/types/pa_vmethod_frame.h 1.1:
20829: * src/types/pa_vmframe.h 1.13:
20830: libimaging dead end: pil parses header in .py
20831:
20832: * src/classes/image.C 1.8:
20833: * src/types/pa_vimage.C 1.5:
20834: * src/types/pa_vimage.h 1.5:
20835: gd started porting to Pooled descendant
20836:
20837: * src/classes/image.C 1.5:
20838: * src/main/pa_request.C 1.110:
20839: * src/types/pa_vform.C 1.23:
20840: fixed post [broke when moved post read to core]
20841:
20842: * src/main/main.dsp 1.87:
20843: gd+smtp made separate libs
20844:
20845: * src/classes/image.C 1.9:
20846: * src/types/pa_vimage.C 1.6:
20847: * src/types/pa_vimage.h 1.6:
20848: gd todo: gif without file
20849:
20850: * src/include/pa_globals.h 1.46:
20851: * src/include/pa_string.h 1.80:
20852: * src/main/pa_common.C 1.46:
20853: * src/main/pa_request.C 1.111:
20854: * src/main/untaint.C 1.39:
20855: * src/types/pa_vfile.C 1.16:
20856: * src/types/pa_vstring.C 1.4:
20857: fixed vstring:as_vfile length
20858:
20859: * src/classes/image.C 1.6:
20860: * src/include/pa_globals.h 1.47:
20861: * src/main/main.dsp 1.88:
20862: * src/main/pa_globals.C 1.54:
20863: * src/types/pa_vimage.C 1.3:
20864: * src/types/pa_vimage.h 1.3:
20865: gd dead end. switching to python imaging lib
20866:
20867: * src/classes/image.C 1.10:
20868: * src/main/main.dsp 1.90:
20869: gd with mem write + image just compiled
20870:
20871: * src/classes/image.C 1.11:
20872: image:create image:load
20873:
20874: 2001-04-10 paf
20875: * src/classes/_double.h 1.6:
20876: * src/classes/_file.h 1.3:
20877: * src/classes/_form.h 1.2:
20878: * src/classes/_int.h 1.6:
20879: * src/classes/_mail.h 1.2:
20880: * src/classes/_op.h 1.4:
20881: * src/classes/_random.h 1.2:
20882: * src/classes/_response.h 1.3:
20883: * src/classes/_string.h 1.7:
20884: * src/classes/_table.h 1.5:
20885: * src/classes/file.C 1.25:
20886: * src/classes/mail.C 1.16:
20887: * src/include/pa_common.h 1.37:
20888: * src/include/pa_globals.h 1.45:
20889: * src/main/execute.C 1.144:
20890: * src/main/main.dsp 1.86:
20891: * src/main/pa_common.C 1.44:
20892: * src/main/pa_globals.C 1.53:
20893: * src/targets/isapi/parser3isapi.C 1.28:
20894: * src/types/pa_value.h 1.45:
20895: * src/types/pa_vfile.C 1.14:
20896: * src/types/pa_vfile.h 1.18:
20897: * src/types/pa_vhash.h 1.10:
20898: * src/types/pa_vimage.h 1.1:
20899: * src/types/pa_vresponse.h 1.8:
20900: * src/types/pa_vstring.h 1.21:
20901: image:measure -100 just compiled
20902:
20903: * src/classes/_image.h 1.1:
20904: * src/classes/image.C 1.1:
20905: * src/types/pa_vimage.C 1.1:
20906: image forgotten!
20907:
20908: * src/classes/image.C 1.3:
20909: * src/types/pa_vimage.C 1.2:
20910: jpg measure bugs fixed
20911:
20912: * src/classes/image.C 1.4:
20913: image:html done
20914:
20915: * src/classes/table.C 1.60:
20916: * src/include/pa_common.h 1.38:
20917: * src/main/pa_common.C 1.45:
20918: * src/main/pa_request.C 1.109:
20919: * src/main/pa_string.C 1.76:
20920: * src/main/untaint.C 1.38:
20921: * src/types/pa_vimage.h 1.2:
20922: image:measure -90
20923:
20924: * src/classes/mail.C 1.11:
20925: * src/main/pa_globals.C 1.52:
20926: smtp some consts
20927:
20928: * src/classes/mail.C 1.12:
20929: unix sendmail compiled. todo:testing
20930:
20931: * src/classes/mail.C 1.14:
20932: sendmail unix skipping defaults
20933:
20934: * src/classes/image.C 1.2:
20935: z
20936:
20937: * src/classes/mail.C 1.13:
20938: * src/include/pa_common.h 1.36:
20939: * src/main/pa_common.C 1.43:
20940: sendmail unix added defaults
20941:
20942: * src/classes/mail.C 1.15:
20943: minor bug with unclear from/to
20944:
20945: 2001-04-09 paf
20946: * src/classes/_exec.h 1.2:
20947: * src/main/execute.C 1.142:
20948: * src/main/pa_globals.C 1.50:
20949: * src/main/pa_request.C 1.106:
20950: * src/types/pa_vcookie.C 1.17:
20951: * src/types/pa_vfile.C 1.12:
20952: exec -2
20953:
20954: * src/classes/file.C 1.24:
20955: * src/include/pa_exec.h 1.1:
20956: * src/include/pa_sapi.h 1.8:
20957: * src/main/main.dsp 1.85:
20958: * src/main/pa_exec.C 1.1:
20959: * src/targets/cgi/parser3.C 1.62:
20960: * src/targets/cgi/parser3.dsp 1.17:
20961: * src/targets/isapi/parser3isapi.C 1.27:
20962: * src/targets/isapi/parser3isapi.dsp 1.12:
20963: all targets exec
20964:
20965: * src/classes/exec.C 1.2:
20966: * src/include/pa_common.h 1.35:
20967: * src/main/pa_common.C 1.42:
20968: * src/main/untaint.C 1.37:
20969: exec3. decided exec:cgi to move to file:cgi
20970:
20971: * src/include/pa_sapi.h 1.7:
20972: * src/include/pa_string.h 1.79:
20973: * src/targets/cgi/parser3.C 1.61:
20974: * src/targets/isapi/parser3isapi.C 1.26:
20975: * src/targets/isapi/parser3isapi.dsp 1.11:
20976: sapi exec dead end. badly parsed args in apache:util.script
20977:
20978: * src/classes/file.C 1.23:
20979: * src/main/main.dsp 1.84:
20980: * src/main/pa_request.C 1.108:
20981: * src/targets/cgi/parser3.C 1.60:
20982: exec win32 env
20983:
20984: * src/classes/exec.C 1.3:
20985: * src/classes/file.C 1.21:
20986: * src/include/pa_globals.h 1.44:
20987: * src/main/execute.C 1.143:
20988: * src/main/main.dsp 1.83:
20989: * src/main/pa_globals.C 1.51:
20990: * src/main/pa_request.C 1.107:
20991: * src/types/pa_vfile.C 1.13:
20992: * src/types/pa_vfile.h 1.17:
20993: * src/types/pa_vform.C 1.22:
20994: * src/types/pa_vstring.C 1.2:
20995: exec4. todo env
20996:
20997: * src/classes/_exec.h 1.1:
20998: * src/classes/exec.C 1.1:
20999: * src/include/pa_common.h 1.34:
21000: * src/include/pa_request.h 1.81:
21001: * src/include/pa_sapi.h 1.6:
21002: * src/include/pa_string.h 1.77:
21003: * src/main/pa_common.C 1.41:
21004: * src/main/pa_request.C 1.105:
21005: * src/main/pa_string.C 1.75:
21006: * src/targets/cgi/parser3.C 1.59:
21007: * src/targets/cgi/parser3.dsp 1.16:
21008: * src/targets/isapi/parser3isapi.C 1.25:
21009: * src/types/pa_vform.C 1.21:
21010: * src/types/pa_vform.h 1.15:
21011: exec class just compiled. moved post read to request core
21012:
21013: * src/classes/file.C 1.22:
21014: * src/include/pa_hash.h 1.36:
21015: * src/main/pa_hash.C 1.32:
21016: exec env 0
21017:
21018: * src/classes/_op.h 1.3:
21019: * src/include/pa_dir.h 1.2:
21020: * src/include/pa_globals.h 1.43:
21021: * src/include/pa_sapi.h 1.5:
21022: * src/main/main.dsp 1.82:
21023: * src/main/pa_dir.C 1.2:
21024: * src/main/pa_globals.C 1.49:
21025: * src/targets/cgi/parser3.C 1.58:
21026: * src/targets/cgi/parser3.dsp 1.15:
21027: problems with ^exec:cgi post data. they are already read by vform
21028:
21029: * src/include/pa_string.h 1.78:
21030: written but not tested exec with env for unix
21031:
21032: 2001-04-08 paf
21033: * src/classes/file.C 1.20:
21034: * src/classes/mail.C 1.10:
21035: * src/classes/string.C 1.37:
21036: * src/include/pa_request.h 1.80:
21037: * src/include/pa_string.h 1.76:
21038: * src/main/pa_request.C 1.104:
21039: uuencode. string<<
21040:
21041: 2001-04-07 paf
21042: * src/classes/_mail.h 1.1:
21043: * src/classes/mail.C 1.1:
21044: * src/include/pa_common.h 1.33:
21045: * src/include/pa_globals.h 1.41:
21046: * src/include/pa_string.h 1.74:
21047: * src/main/main.dsp 1.79:
21048: * src/main/pa_common.C 1.40:
21049: * src/main/pa_globals.C 1.47:
21050: * src/main/pa_request.C 1.101:
21051: * src/main/untaint.C 1.36:
21052: * src/types/pa_vcookie.C 1.16:
21053: mail:send -10 just compiled
21054:
21055: * src/include/pa_socks.h 1.1:
21056: * src/main/main.dsp 1.81:
21057: * src/main/pa_socks.C 1.1:
21058: * src/targets/cgi/parser3.C 1.57:
21059: * src/targets/cgi/parser3.dsp 1.14:
21060: * src/targets/isapi/parser3isapi.C 1.24:
21061: mail:send 1
21062:
21063: * src/classes/mail.C 1.3:
21064: +=
21065:
21066: * src/classes/mail.C 1.6:
21067: ^attach dead end
21068:
21069: * src/classes/mail.C 1.2:
21070: * src/include/pa_string.h 1.75:
21071: mail:send -1 text prepared
21072:
21073: * src/classes/mail.C 1.7:
21074: ^mail[$attach
21075:
21076: * src/classes/mail.C 1.5:
21077: * src/classes/mail.C 1.8:
21078: * src/classes/mail.C 1.9:
21079: * src/main/pa_request.C 1.103:
21080: z
21081:
21082: * src/classes/mail.C 1.4:
21083: * src/include/pa_globals.h 1.42:
21084: * src/include/pa_request.h 1.79:
21085: * src/main/main.dsp 1.80:
21086: * src/main/pa_globals.C 1.48:
21087: * src/main/pa_request.C 1.102:
21088: smtp just compiled
21089:
21090: 2001-04-06 paf
21091: * src/types/pa_valiased.C 1.7:
21092: another root inherititance skipped
21093:
21094: * src/classes/random.C 1.5:
21095: * src/classes/table.C 1.57:
21096: * src/main/pa_globals.C 1.44:
21097: @office
21098:
21099: * src/classes/table.C 1.58:
21100: * src/include/pa_dir.h 1.1:
21101: * src/main/execute.C 1.141:
21102: * src/main/main.dsp 1.78:
21103: * src/main/pa_dir.C 1.1:
21104: table:dir 0 [without regexp]
21105:
21106: * src/main/compile.C 1.34:
21107: * src/main/compile.y 1.124:
21108: * src/main/execute.C 1.139:
21109: operators are now not root methods of parent class. just 'ROOT
21110: class
21111:
21112: * src/classes/table.C 1.59:
21113: * src/include/pa_globals.h 1.40:
21114: * src/main/pa_globals.C 1.46:
21115: * src/main/pa_string.C 1.74:
21116: table:dir 1
21117:
21118: * src/classes/_op.h 1.2:
21119: * src/classes/_root.h 1.5:
21120: * src/classes/op.C 1.2:
21121: * src/classes/root.C 1.62:
21122: * src/include/pa_globals.h 1.39:
21123: * src/include/pa_request.h 1.78:
21124: * src/main/compile.C 1.35:
21125: * src/main/execute.C 1.140:
21126: * src/main/main.dsp 1.77:
21127: * src/main/pa_globals.C 1.45:
21128: * src/main/pa_request.C 1.100:
21129: renamed 'root' to 'op'
21130:
21131: * src/classes/_op.h 1.1:
21132: * src/classes/op.C 1.1:
21133: renamed from 'root'
21134:
21135: 2001-04-05 paf
21136: * src/classes/root.C 1.59:
21137: * src/include/pa_sql_connection.h 1.1:
21138: * src/include/pa_sql_driver.h 1.5:
21139: * src/main/main.dsp 1.76:
21140: * src/main/pa_sql_driver_manager.C 1.3:
21141: * src/sql/pa_sql_driver.h 1.1:
21142: sql driver services for conv memory & error reporting
21143:
21144: * src/main/execute.C 1.138:
21145: * src/main/pa_request.C 1.98:
21146: * src/main/pa_string.C 1.73:
21147: * src/types/pa_value.h 1.44:
21148: * src/types/pa_vmframe.h 1.12:
21149: * src/types/pa_wcontext.h 1.10:
21150: constructor flag dropped at get_method_frame and remembered
21151: into method_frame
21152:
21153: * src/include/pa_globals.h 1.38:
21154: * src/main/pa_globals.C 1.43:
21155: * src/main/pa_request.C 1.96:
21156: * src/main/pa_string.C 1.72:
21157: * src/targets/isapi/parser3isapi.dsp 1.10:
21158: $LOCALE:ctype[Russian_Russia.1251]
21159:
21160: * src/main/pa_request.C 1.99:
21161: * src/sql/pa_sql_driver.h 1.5:
21162: mysql limit
21163:
21164: * src/classes/table.C 1.52:
21165: select * from hren error contains statement
21166:
21167: * src/classes/random.C 1.4:
21168: * src/classes/root.C 1.60:
21169: * src/classes/table.C 1.54:
21170: * src/include/pa_sql_connection.h 1.4:
21171: * src/include/pa_string.h 1.71:
21172: * src/main/execute.C 1.137:
21173: * src/main/pa_sql_driver_manager.C 1.6:
21174: * src/main/pa_string.C 1.70:
21175: * src/main/untaint.C 1.34:
21176: * src/sql/pa_sql_driver.h 1.4:
21177: * src/types/pa_vmframe.h 1.11:
21178: * src/types/pa_wcontext.C 1.5:
21179: * src/types/pa_wcontext.h 1.9:
21180: sql quote. string untaint UL_SQL
21181:
21182: * src/classes/table.C 1.51:
21183: * src/include/pa_sql_connection.h 1.2:
21184: * src/include/pa_types.h 1.24:
21185: * src/main/pa_sql_driver_manager.C 1.4:
21186: * src/main/untaint.C 1.33:
21187: * src/sql/pa_sql_driver.h 1.2:
21188: * src/targets/cgi/parser3.dsp 1.13:
21189: mysql 0
21190:
21191: * src/classes/table.C 1.53:
21192: * src/include/pa_sql_connection.h 1.3:
21193: * src/main/pa_sql_driver_manager.C 1.5:
21194: * src/sql/pa_sql_driver.h 1.3:
21195: sql ping
21196:
21197: * src/classes/table.C 1.55:
21198: * src/include/pa_string.h 1.72:
21199: * src/main/pa_string.C 1.71:
21200: * src/main/untaint.C 1.35:
21201: z
21202:
21203: * src/classes/file.C 1.19:
21204: * src/classes/root.C 1.61:
21205: * src/classes/string.C 1.36:
21206: * src/classes/table.C 1.56:
21207: * src/main/pa_request.C 1.97:
21208: junction to code&expression in errors
21209:
21210: * src/include/pa_config_fixed.h 1.2:
21211: * src/include/pa_config_includes.h 1.2:
21212: * src/include/pa_hash.h 1.35:
21213: * src/include/pa_string.h 1.73:
21214: * src/main/pa_hash.C 1.31:
21215: * src/main/pa_table.C 1.26:
21216: hash now not thread-safe.
21217:
21218: 2001-04-04 paf
21219: * src/include/pa_sql_driver.h 1.4:
21220: mysql connect
21221:
21222: * src/classes/random.C 1.3:
21223: * src/classes/root.C 1.56:
21224: * src/classes/table.C 1.49:
21225: * src/include/pa_globals.h 1.36:
21226: * src/include/pa_pool.h 1.48:
21227: * src/include/pa_request.h 1.76:
21228: * src/main/pa_request.C 1.94:
21229: * src/types/pa_vclass.h 1.12:
21230: sql frame -10
21231:
21232: * src/Makefile.am 1.4:
21233: * src/classes/root.C 1.57:
21234: * src/classes/string.C 1.35:
21235: * src/classes/table.C 1.50:
21236: * src/include/pa_globals.h 1.37:
21237: * src/include/pa_hash.h 1.34:
21238: * src/include/pa_pool.h 1.49:
21239: * src/include/pa_request.h 1.77:
21240: * src/include/pa_sapi.h 1.4:
21241: * src/include/pa_string.h 1.70:
21242: * src/include/pa_table.h 1.29:
21243: * src/main/main.dsp 1.74:
21244: * src/main/pa_globals.C 1.42:
21245: * src/main/pa_hash.C 1.30:
21246: * src/main/pa_request.C 1.95:
21247: * src/main/pa_string.C 1.69:
21248: * src/main/pa_table.C 1.25:
21249: * src/main/untaint.C 1.32:
21250: connect&sql -1000 just compiled
21251:
21252: * src/sql/Makefile.am 1.1:
21253: forgot to add mysql client
21254:
21255: * src/classes/root.C 1.58:
21256: * src/include/pa_sql_driver.h 1.2:
21257: * src/include/pa_sql_driver_manager.h 1.2:
21258: * src/main/main.dsp 1.75:
21259: * src/main/pa_sql_driver_manager.C 1.2:
21260: more manager&connection&driver
21261:
21262: * src/include/pa_sql_driver.h 1.3:
21263: mysql info
21264:
21265: * src/doc/doxygen.cfg 1.2:
21266: z
21267:
21268: * src/include/pa_sql_driver.h 1.1:
21269: * src/include/pa_sql_driver_manager.h 1.1:
21270: * src/main/pa_sql_driver_manager.C 1.1:
21271: connect&sql -1000 just compiled [forgot to add libltdl, added]
21272:
21273: 2001-04-03 paf
21274: * src/classes/file.C 1.18:
21275: * src/classes/string.C 1.32:
21276: * src/classes/table.C 1.48:
21277: * src/include/pa_string.h 1.69:
21278: * src/main/pa_common.C 1.39:
21279: * src/main/pa_string.C 1.68:
21280: * src/main/untaint.C 1.31:
21281: string:match replace 2. string.cstr(forced lang)
21282:
21283: * src/classes/string.C 1.30:
21284: string:match replace 0
21285:
21286: * src/classes/string.C 1.34:
21287: * src/types/pa_vform.C 1.19:
21288: string:match replace assigned lang
21289:
21290: * src/classes/string.C 1.31:
21291: * src/include/pa_string.h 1.68:
21292: * src/main/pa_string.C 1.67:
21293: string:match replace strange matches
21294:
21295: * src/classes/table.C 1.46:
21296: table:append now uses string::split
21297:
21298: * src/include/pa_globals.h 1.33:
21299: * src/include/pa_hash.h 1.33:
21300: * src/main/pa_globals.C 1.39:
21301: * src/main/pa_request.C 1.92:
21302: * src/targets/cgi/parser3.C 1.55:
21303: * src/targets/isapi/parser3isapi.C 1.22:
21304: * src/types/pa_vfile.C 1.11:
21305: content-disposition
21306:
21307: * src/classes/string.C 1.25:
21308: * src/include/pa_globals.h 1.34:
21309: * src/include/pa_string.h 1.64:
21310: * src/main/main.dsp 1.73:
21311: * src/main/pa_globals.C 1.40:
21312: * src/main/pa_string.C 1.62:
21313: string:match [search] -1 just compiled
21314:
21315: * src/classes/string.C 1.26:
21316: * src/include/pa_globals.h 1.35:
21317: * src/include/pa_string.h 1.65:
21318: * src/include/pa_threads.h 1.12:
21319: * src/main/pa_globals.C 1.41:
21320: * src/main/pa_string.C 1.63:
21321: * src/targets/isapi/parser3isapi.dsp 1.9:
21322: string:match 0
21323:
21324: * src/main/pa_common.C 1.37:
21325: * src/main/untaint.C 1.30:
21326: * src/targets/cgi/parser3.C 1.56:
21327: * src/targets/isapi/parser3isapi.C 1.23:
21328: * src/targets/isapi/pool_storage.h 1.4:
21329: todo/tests
21330:
1.38 ! paf 21331: * src/classes/string.C 1.27:
! 21332: * src/include/pa_string.h 1.66:
! 21333: * src/main/pa_string.C 1.64:
! 21334: string:match replace -11
! 21335:
1.15 paf 21336: * src/classes/file.C 1.15:
21337: * src/classes/root.C 1.54:
21338: * src/classes/string.C 1.23:
21339: * src/classes/table.C 1.44:
21340: * src/doc/doxygen.cmd 1.1:
21341: * src/doc/doxygen.txt 1.2:
21342: * src/doc/generate.cmd 1.2:
21343: * src/include/pa_array.h 1.34:
21344: * src/include/pa_request.h 1.74:
21345: * src/include/pa_string.h 1.62:
21346: * src/main/execute.C 1.136:
21347: * src/main/pa_string.C 1.60:
21348: * src/main/untaint.C 1.29:
21349: * src/targets/cgi/parser3.C 1.52:
21350: * src/types/pa_vcookie.C 1.15:
21351: string::pos & cmp & piece bugs fixed.
21352: string::split new
21353: table:load separated from set
21354: table:set implemented with clean \n \t searches
21355:
21356: * src/include/pa_common.h 1.31:
21357: * src/include/pa_globals.h 1.32:
21358: * src/main/pa_globals.C 1.38:
21359: * src/main/pa_request.C 1.91:
21360: * src/targets/cgi/parser3.C 1.54:
21361: * src/targets/isapi/parser3isapi.C 1.21:
21362: * src/types/pa_value.h 1.43:
21363: main:post-process
21364:
21365: * src/classes/file.C 1.16:
21366: * src/classes/table.C 1.45:
21367: * src/include/pa_common.h 1.32:
21368: * src/main/compile_tools.C 1.34:
21369: * src/main/pa_common.C 1.38:
21370: * src/main/pa_request.C 1.93:
21371: * src/types/pa_vform.C 1.20:
21372: * src/types/pa_vstring.C 1.1:
21373: z
21374:
21375: * src/include/pa_common.h 1.30:
21376: * src/include/pa_request.h 1.75:
21377: * src/include/pa_sapi.h 1.3:
21378: * src/main/main.dsp 1.72:
21379: * src/main/pa_common.C 1.36:
21380: * src/main/pa_request.C 1.90:
21381: * src/targets/cgi/parser3.C 1.53:
21382: * src/types/pa_value.h 1.42:
21383: * src/types/pa_vfile.C 1.10:
21384: * src/types/pa_vfile.h 1.16:
21385: * src/types/pa_vstring.h 1.20:
21386: vfile in response:body
21387:
21388: * src/classes/string.C 1.28:
21389: * src/include/pa_string.h 1.67:
21390: * src/main/pa_string.C 1.65:
21391: string:match replace prepared
21392:
21393: * src/classes/string.C 1.33:
21394: * src/main/compile.y 1.123:
21395: grammar: fixed to allow {}[]< empty []
21396:
21397: * src/classes/double.C 1.20:
21398: * src/classes/file.C 1.17:
21399: * src/classes/form.C 1.3:
21400: * src/classes/int.C 1.18:
21401: * src/classes/response.C 1.6:
21402: * src/classes/root.C 1.55:
21403: * src/classes/string.C 1.24:
21404: * src/classes/table.C 1.47:
21405: * src/include/pa_string.h 1.63:
21406: * src/main/pa_string.C 1.61:
21407: string:match -10 [frame]
21408:
21409: * src/classes/string.C 1.29:
21410: * src/main/pa_string.C 1.66:
21411: string:match replace prepared 2
21412:
21413: 2001-04-02 paf
21414: * src/classes/_random.h 1.1:
21415: * src/classes/random.C 1.1:
21416: * src/include/pa_globals.h 1.31:
21417: * src/main/main.dsp 1.71:
21418: * src/main/pa_globals.C 1.37:
21419: * src/main/pa_request.C 1.89:
21420: * src/types/pa_value.h 1.40:
21421: random:generate
21422:
21423: * src/classes/table.C 1.42:
21424: * src/include/pa_array.h 1.33:
21425: * src/include/pa_string.h 1.60:
21426: * src/include/pa_table.h 1.28:
21427: * src/main/execute.C 1.135:
21428: * src/types/pa_value.h 1.41:
21429: table:join
21430:
21431: * src/classes/table.C 1.43:
21432: * src/include/pa_string.h 1.61:
21433: * src/main/pa_string.C 1.59:
21434: * src/types/pa_valiased.C 1.6:
21435: * src/types/pa_valiased.h 1.12:
21436: * src/types/pa_vdouble.h 1.15:
21437: * src/types/pa_vfile.h 1.15:
21438: * src/types/pa_vint.h 1.16:
21439: * src/types/pa_vresponse.h 1.7:
21440: * src/types/pa_vstring.h 1.19:
21441: * src/types/pa_vtable.h 1.13:
21442: string::pos. about to use it in table:set/load
21443:
21444: * src/classes/random.C 1.2:
21445: random:generate 1
21446:
21447: 2001-03-30 paf
21448: * src/classes/double.C 1.19:
21449: * src/classes/file.C 1.14:
21450: * src/classes/int.C 1.17:
21451: * src/classes/response.C 1.5:
21452: * src/classes/root.C 1.53:
21453: * src/classes/string.C 1.22:
21454: * src/classes/table.C 1.40:
21455: * src/main/compile.y 1.122:
21456: * src/main/execute.C 1.134:
21457: * src/types/pa_value.h 1.39:
21458: * src/types/pa_vstateless_class.C 1.7:
21459: * src/types/pa_vstateless_class.h 1.9:
21460: static|dynamic|any method registration
21461:
21462: * src/classes/table.C 1.41:
21463: * src/include/pa_string.h 1.59:
21464: * src/main/pa_string.C 1.58:
21465: todo: table flip and append. string::pos
21466:
21467: 2001-03-29 paf
21468: * src/classes/string.C 1.14:
21469: * src/main/compile.y 1.120:
21470: * src/main/compile_tools.C 1.33:
21471: * src/main/compile_tools.h 1.36:
21472: * src/main/main.dsp 1.70:
21473: * src/types/pa_value.h 1.38:
21474: * src/types/pa_vstring.h 1.17:
21475: * src/types/pa_vunknown.h 1.8:
21476: empty params allowed. [] and [;] are different now.
21477:
21478: * src/include/pa_pool.h 1.46:
21479: * src/include/pa_request.h 1.72:
21480: * src/main/pa_request.C 1.86:
21481: * src/main/untaint.C 1.25:
21482: pool.request
21483:
21484: * src/classes/string.C 1.21:
21485: string:xsplit forgot that they must result in 1 row N column [
21486: not vice versa]
21487:
21488: * src/classes/string.C 1.17:
21489: * src/include/pa_string.h 1.57:
21490: * src/main/execute.C 1.133:
21491: * src/main/pa_array.C 1.30:
21492: * src/main/pa_string.C 1.56:
21493: * src/types/pa_vtable.h 1.12:
21494: string: lsplit -1
21495:
21496: * src/classes/string.C 1.16:
21497: * src/include/pa_string.h 1.55:
21498: * src/main/pa_string.C 1.54:
21499: string: pos -1
21500:
21501: * src/classes/string.C 1.18:
21502: * src/include/pa_string.h 1.58:
21503: * src/main/pa_string.C 1.57:
21504: string: lsplit
21505:
21506: * src/include/pa_pool.h 1.47:
21507: * src/include/pa_request.h 1.73:
21508: * src/main/pa_request.C 1.87:
21509: * src/main/untaint.C 1.26:
21510: pool.request undone
21511:
21512: * src/classes/string.C 1.20:
21513: z
21514:
21515: * src/include/pa_string.h 1.56:
21516: * src/main/pa_string.C 1.55:
21517: * src/main/untaint.C 1.28:
21518: string: pos
21519:
21520: * src/classes/string.C 1.15:
21521: * src/classes/table.C 1.38:
21522: * src/include/pa_string.h 1.54:
21523: * src/main/compile.y 1.121:
21524: * src/main/pa_request.C 1.88:
21525: * src/main/pa_string.C 1.53:
21526: * src/main/untaint.C 1.27:
21527: string: left right mid
21528:
21529: * src/classes/file.C 1.13:
21530: * src/classes/table.C 1.39:
21531: * src/include/pa_table.h 1.27:
21532: * src/main/pa_table.C 1.24:
21533: * src/types/pa_vstring.h 1.18:
21534: * src/types/pa_wwrapper.h 1.6:
21535: table:flip
21536:
21537: * src/classes/string.C 1.19:
21538: string: rsplit
21539:
21540: 2001-03-28 paf
21541: * src/classes/file.C 1.12:
21542: * src/include/pa_globals.h 1.30:
21543: * src/include/pa_request.h 1.71:
21544: * src/targets/cgi/parser3.C 1.51:
21545: * src/targets/isapi/parser3isapi.C 1.20:
21546: * src/types/pa_value.h 1.37:
21547: * src/types/pa_vrequest.C 1.4:
21548: * src/types/pa_vunknown.h 1.7:
21549: $request:browser [.type .version]; unknown.get_double now = 0.
21550:
21551: * src/classes/table.C 1.36:
21552: * src/include/pa_array.h 1.32:
21553: * src/include/pa_hash.h 1.32:
21554: * src/include/pa_table.h 1.24:
21555: * src/main/pa_array.C 1.29:
21556: * src/main/pa_table.C 1.21:
21557: * src/types/pa_vtable.h 1.11:
21558: table:locate just compiled
21559:
21560: * src/classes/file.C 1.9:
21561: * src/include/pa_common.h 1.29:
21562: * src/main/pa_common.C 1.34:
21563: * src/types/pa_vfile.C 1.7:
21564: * src/types/pa_vfile.h 1.12:
21565: started file:load. wrong write. must be self.set
21566:
21567: * src/classes/file.C 1.8:
21568: * src/classes/root.C 1.52:
21569: * src/classes/table.C 1.37:
21570: * src/include/pa_table.h 1.25:
21571: * src/main/pa_table.C 1.22:
21572: table:locate1, file:test
21573:
21574: * src/classes/file.C 1.10:
21575: * src/main/execute.C 1.132:
21576: * src/main/pa_common.C 1.35:
21577: * src/main/untaint.C 1.24:
21578: * src/targets/cgi/parser3.C 1.50:
21579: * src/types/pa_vfile.C 1.8:
21580: * src/types/pa_vfile.h 1.13:
21581: * src/types/pa_vform.C 1.17:
21582: file:load 1. tainted
21583:
21584: * src/classes/file.C 1.11:
21585: * src/include/pa_globals.h 1.29:
21586: * src/include/pa_request.h 1.70:
21587: * src/include/pa_table.h 1.26:
21588: * src/main/pa_globals.C 1.36:
21589: * src/main/pa_request.C 1.85:
21590: * src/main/pa_table.C 1.23:
21591: * src/types/pa_vfile.C 1.9:
21592: * src/types/pa_vfile.h 1.14:
21593: * src/types/pa_vform.C 1.18:
21594: file:load autodetection of mime-type by user-file-name
21595:
21596: 2001-03-27 paf
21597: * src/classes/double.C 1.18:
21598: * src/classes/int.C 1.16:
21599: * src/classes/root.C 1.51:
21600: * src/classes/string.C 1.13:
21601: * src/classes/table.C 1.34:
21602: * src/main/compile_tools.C 1.32:
21603: * src/main/execute.C 1.128:
21604: * src/main/pa_request.C 1.84:
21605: * src/main/untaint.C 1.23:
21606: * src/types/pa_value.h 1.35:
21607: * src/types/pa_vbool.h 1.6:
21608: * src/types/pa_vcookie.C 1.14:
21609: * src/types/pa_vdouble.h 1.14:
21610: * src/types/pa_vfile.h 1.11:
21611: * src/types/pa_vint.h 1.15:
21612: * src/types/pa_vmframe.h 1.9:
21613: * src/types/pa_vstring.h 1.16:
21614: * src/types/pa_vtable.h 1.10:
21615: * src/types/pa_vunknown.h 1.6:
21616: sort 0
21617:
21618: * src/classes/table.C 1.31:
21619: * src/include/pa_common.h 1.27:
21620: * src/main/compile.y 1.117:
21621: * src/main/execute.C 1.127:
21622: * src/main/pa_common.C 1.31:
21623: * src/main/pa_table.C 1.20:
21624: table:save decided to have as it were. stepped back.
21625: grammar: added 'in' 'is' 'lt'&co follow-space check
21626:
21627: * src/main/compile.y 1.119:
21628: fixed minor bug in @mn[][] ...^{
21629:
21630: * src/main/execute.C 1.130:
21631: * src/types/pa_value.h 1.36:
21632: * src/types/pa_vmframe.h 1.10:
21633: * src/types/pa_wcontext.h 1.8:
21634: fixed r/w context of code-params
21635:
21636: * src/classes/table.C 1.33:
21637: * src/main/pa_common.C 1.32:
21638: * src/main/pa_request.C 1.83:
21639: * src/targets/cgi/parser3.C 1.49:
21640: * src/types/pa_value.h 1.34:
21641: * src/types/pa_vbool.h 1.5:
21642: * src/types/pa_vdouble.h 1.12:
21643: * src/types/pa_vfile.h 1.9:
21644: * src/types/pa_vint.h 1.13:
21645: * src/types/pa_vstring.h 1.14:
21646: * src/types/pa_vunknown.h 1.5:
21647: continue on sort
21648:
21649: * src/types/pa_valiased.C 1.5:
21650: * src/types/pa_valiased.h 1.11:
21651: * src/types/pa_vdouble.h 1.13:
21652: * src/types/pa_vfile.h 1.10:
21653: * src/types/pa_vint.h 1.14:
21654: * src/types/pa_vresponse.h 1.6:
21655: * src/types/pa_vstring.h 1.15:
21656: * src/types/pa_vtable.h 1.9:
21657: renamed to are_static_calls_disabled
21658:
21659: * src/main/execute.C 1.131:
21660: * src/main/pa_common.C 1.33:
21661: fixed r/w context of code-params2, fixed ntfs hardlink slow dir update
21662:
21663: * src/classes/table.C 1.35:
21664: * src/main/execute.C 1.129:
21665: about to change junction rcontext!!
21666:
21667: * src/classes/table.C 1.32:
21668: * src/include/pa_common.h 1.28:
21669: * src/main/compile.y 1.118:
21670: started table:sort
21671: fixed minor bug in #...^{
21672:
21673: 2001-03-26 paf
21674: * src/classes/file.C 1.7:
21675: * src/classes/root.C 1.50:
21676: * src/classes/table.C 1.30:
21677: * src/include/pa_common.h 1.26:
21678: * src/include/pa_globals.h 1.28:
21679: * src/include/pa_table.h 1.23:
21680: * src/main/pa_common.C 1.30:
21681: * src/main/pa_globals.C 1.35:
21682: * src/main/pa_request.C 1.82:
21683: * src/main/pa_table.C 1.19:
21684: moved ::save to pa_table.
21685: disabled @auto invocation in ^process
21686:
21687: * src/classes/table.C 1.29:
21688: * src/include/pa_array.h 1.31:
21689: * src/include/pa_table.h 1.22:
21690: * src/main/pa_array.C 1.28:
21691: table:record
21692:
21693: * src/main/untaint.C 1.22:
21694: * src/targets/cgi/parser3.C 1.48:
21695: * src/targets/isapi/parser3isapi.C 1.19:
21696: * src/targets/isapi/parser3isapi.dsp 1.8:
21697: * src/targets/isapi/pool_storage.h 1.3:
21698: * src/types/pa_valiased.h 1.10:
21699: * src/types/pa_vcookie.C 1.13:
21700: * src/types/pa_vdouble.h 1.11:
21701: * src/types/pa_vfile.h 1.8:
21702: * src/types/pa_vint.h 1.12:
21703: * src/types/pa_vresponse.h 1.5:
21704: * src/types/pa_vstring.h 1.13:
21705: * src/types/pa_vtable.h 1.8:
21706: z
21707:
21708: * src/main/compile.y 1.116:
21709: grammar: [] 0params [;] 2 params (was 0)
21710:
21711: * src/include/pa_pool.h 1.45:
21712: * src/main/execute.C 1.126:
21713: * src/types/pa_valiased.C 1.4:
21714: * src/types/pa_valiased.h 1.9:
21715: * src/types/pa_value.h 1.33:
21716: * src/types/pa_vdouble.h 1.10:
21717: * src/types/pa_vfile.h 1.7:
21718: * src/types/pa_vint.h 1.11:
21719: * src/types/pa_vresponse.h 1.4:
21720: * src/types/pa_vstring.h 1.12:
21721: * src/types/pa_vtable.h 1.7:
21722: disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit.
21723: allowed no checks in native method realisations on 'self' validity -
21724: they now can simply assume that 'self' is V{Proper} .
21725:
21726: 2001-03-25 paf
21727: * src/classes/table.C 1.26:
21728: * src/include/pa_globals.h 1.27:
21729: * src/include/pa_string.h 1.52:
21730: * src/include/pa_table.h 1.20:
21731: * src/main/compile.y 1.114:
21732: * src/main/compile_tools.C 1.31:
21733: * src/main/compile_tools.h 1.35:
21734: * src/main/pa_globals.C 1.32:
21735: * src/main/pa_request.C 1.79:
21736: * src/main/pa_string.C 1.52:
21737: * src/main/pa_table.C 1.17:
21738: * src/main/untaint.C 1.15:
21739: * src/types/pa_vcookie.h 1.7:
21740: typo & typo-default
21741:
21742: * src/main/pa_globals.C 1.34:
21743: * src/main/untaint.C 1.19:
21744: html-typo - moved all processing to table [except preliminary \
21745: \n \r \n replacements to "\n"]
21746:
21747: * src/main/untaint.C 1.16:
21748: typo \r \r\n \n properly handled
21749:
21750: * src/classes/table.C 1.27:
21751: * src/include/pa_table.h 1.21:
21752: * src/main/pa_globals.C 1.33:
21753: * src/main/pa_table.C 1.18:
21754: * src/main/untaint.C 1.17:
21755: returned table originating. useful for reporting typo table
21756: problems origin. think would be useful somewhere else
21757:
21758: * src/classes/table.C 1.28:
21759: * src/main/untaint.C 1.18:
21760: html-typo - decided to move all the processing to table
21761:
21762: * src/main/pa_request.C 1.80:
21763: table empty lines ignored. system-default content type assigned
21764: in output:result [can fail in main:auto and skipped normal
21765: defaults extraction]
21766:
21767: * src/include/pa_string.h 1.53:
21768: * src/main/compile.y 1.115:
21769: #comment fixed minor bug
21770:
21771: * src/main/pa_request.C 1.81:
21772: * src/main/untaint.C 1.20:
21773: moved default typo-table to lowlevel - it initialization could
21774: be skipped if failed in @auto. so that exception report would
21775: use some table
21776:
21777: * src/main/untaint.C 1.21:
21778: z
21779:
21780: 2001-03-24 paf
21781: * src/main/pa_globals.C 1.28:
21782: * src/types/pa_vclass.C 1.6:
21783: * src/types/pa_vclass.h 1.11:
21784: * src/types/pa_vstateless_class.C 1.6:
21785: * src/types/pa_vstateless_class.h 1.8:
21786: thrown away freeze mech.
21787: no danger now for you can't do ^request:process[@new-method[]
21788: body]
21789: trick anymore.
21790: still remains $some_instance.process[@new-method[]
21791: possibility]
21792: but would leave it as a feature.
21793: see index for sample
21794:
21795: * src/include/pa_string.h 1.51:
21796: * src/main/pa_string.C 1.51:
21797: * src/main/untaint.C 1.14:
21798: * src/targets/cgi/parser3.C 1.47:
21799: html-typo 2
21800:
21801: * src/include/pa_array.h 1.29:
21802: * src/include/pa_hash.h 1.31:
21803: * src/include/pa_request.h 1.67:
21804: * src/main/compile.y 1.110:
21805: * src/main/pa_array.C 1.26:
21806: * src/main/pa_common.C 1.25:
21807: * src/main/pa_hash.C 1.29:
21808: * src/main/pa_request.C 1.73:
21809: * src/types/pa_vcookie.C 1.12:
21810: cyclic uses ignored. defaulted default content-type
21811:
21812: * src/doc/doxygen.cfg 1.1:
21813: * src/doc/doxygen.txt 1.1:
21814: * src/doc/generate.cmd 1.1:
21815: * src/doc/view.cmd 1.1:
21816: * src/include/pa_array.h 1.30:
21817: * src/include/pa_globals.h 1.26:
21818: * src/include/pa_pool.h 1.44:
21819: * src/include/pa_string.h 1.50:
21820: * src/include/pa_table.h 1.19:
21821: * src/main/execute.C 1.125:
21822: * src/main/pa_array.C 1.27:
21823: * src/main/pa_globals.C 1.31:
21824: * src/main/pa_request.C 1.78:
21825: * src/main/pa_string.C 1.50:
21826: * src/main/untaint.C 1.13:
21827: * src/targets/cgi/parser3.C 1.46:
21828: * src/targets/isapi/parser3isapi.C 1.18:
21829: * src/types/pa_value.h 1.32:
21830: * src/types/pa_vtable.h 1.6:
21831: html-typo 0
21832: html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first
21833: html-typo sample. detected << problem: they become ltlt too fast
21834:
21835: * src/classes/file.C 1.6:
21836: * src/classes/root.C 1.49:
21837: * src/classes/table.C 1.25:
21838: * src/include/pa_common.h 1.25:
21839: * src/include/pa_request.h 1.69:
21840: * src/main/compile.y 1.111:
21841: * src/main/pa_common.C 1.28:
21842: * src/main/pa_request.C 1.77:
21843: * src/main/pa_string.C 1.49:
21844: * src/targets/isapi/parser3isapi.C 1.17:
21845: * src/types/pa_vfile.h 1.6:
21846: file_read stringified
21847:
21848: * src/include/pa_sapi.h 1.2:
21849: * src/main/pa_common.C 1.27:
21850: * src/main/pa_request.C 1.76:
21851: * src/targets/cgi/parser3.C 1.44:
21852: * src/targets/isapi/nt_log_events.mc 1.1:
21853: * src/targets/isapi/parser3isapi.C 1.16:
21854: * src/targets/isapi/parser3isapi.dsp 1.6:
21855: 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.
21856: isapi: used HSE_APPEND_LOG_PARAMETER feature
21857:
21858: * src/types/pa_valiased.C 1.3:
21859: decided to String-ify file_read
21860:
21861: * src/targets/cgi/parser3.C 1.45:
21862: * src/targets/isapi/nt_log_events.mc 1.2:
21863: * src/targets/isapi/parser3isapi.dsp 1.7:
21864: cgi: sapi::log
21865:
21866: * src/main/compile.y 1.109:
21867: * src/main/execute.C 1.124:
21868: * src/main/main.dsp 1.69:
21869: @CLASS equals @BASE. sanity
21870:
1.38 ! paf 21871: * src/include/pa_globals.h 1.24:
! 21872: * src/include/pa_request.h 1.68:
! 21873: * src/main/compile.y 1.113:
! 21874: * src/main/pa_common.C 1.29:
! 21875: * src/main/pa_globals.C 1.29:
! 21876: * src/main/pa_request.C 1.74:
! 21877: z
! 21878:
1.15 paf 21879: * src/include/pa_common.h 1.22:
21880: * src/main/pa_common.C 1.23:
21881: * src/main/pa_request.C 1.72:
21882: * src/targets/cgi/parser3.C 1.42:
21883: * src/targets/isapi/pool_storage.h 1.2:
21884: * src/types/pa_vform.C 1.16:
21885: * src/types/pa_vform.h 1.14:
21886: auto.p monkey
21887:
21888: * src/include/pa_common.h 1.24:
21889: * src/include/pa_globals.h 1.25:
21890: * src/main/pa_common.C 1.26:
21891: * src/main/pa_globals.C 1.30:
21892: * src/main/pa_request.C 1.75:
21893: * src/targets/isapi/parser3isapi.C 1.15:
21894: fixed default content-type allocation storage
21895:
21896: * src/include/pa_common.h 1.23:
21897: * src/main/pa_common.C 1.24:
21898: * src/targets/cgi/parser3.C 1.43:
21899: * src/targets/isapi/parser3isapi.C 1.14:
21900: auto.p monkey every target
21901:
21902: * src/main/compile.y 1.112:
21903: * src/main/compile_tools.h 1.34:
21904: #comment
21905:
21906: 2001-03-23 paf
21907: * src/classes/root.C 1.48:
21908: * src/classes/table.C 1.24:
21909: * src/include/pa_common.h 1.21:
21910: * src/include/pa_config_fixed.h 1.1:
21911: * src/include/pa_config_includes.h 1.1:
21912: * src/include/pa_string.h 1.49:
21913: * src/include/pa_threads.h 1.11:
21914: * src/include/pa_types.h 1.23:
21915: * src/include/pa_version.h 1.1:
21916: * src/main/compile.y 1.108:
21917: * src/main/execute.C 1.123:
21918: * src/main/pa_array.C 1.25:
21919: * src/main/pa_common.C 1.22:
21920: * src/main/pa_hash.C 1.28:
21921: * src/main/pa_pool.C 1.17:
21922: * src/main/pa_request.C 1.70:
21923: * src/main/pa_string.C 1.48:
21924: * src/main/untaint.C 1.12:
21925: * src/targets/cgi/parser3.C 1.40:
21926: * src/targets/isapi/parser3isapi.C 1.10:
21927: * src/types/pa_vfile.C 1.6:
21928: * src/types/pa_vform.C 1.15:
21929: cgi: reinvent document_root and request_uri under iis. autoconf
21930: updated. introducing ap_config_includes
21931:
21932: * src/targets/cgi/parser3.C 1.41:
21933: * src/targets/isapi/parser3isapi.C 1.12:
21934: isapi: think it would be better to rewrite as filter then to
21935: deal with pool
21936:
21937: * src/targets/cgi/parser3.C 1.39:
21938: cgi: reinvent document_root under iis
21939:
21940: * src/include/pa_globals.h 1.22:
21941: * src/main/pa_request.C 1.68:
21942: * src/targets/cgi/parser3.C 1.36:
21943: * src/targets/cgi/parser3.dsp 1.12:
21944: * src/targets/isapi/parser3isapi.C 1.8:
21945: * src/types/pa_vcookie.C 1.10:
21946: * src/types/pa_venv.h 1.12:
21947: * src/types/pa_vform.C 1.13:
21948: all: sapi beauty
21949:
21950: * src/main/pa_request.C 1.67:
21951: * src/targets/cgi/parser3.C 1.35:
21952: * src/targets/isapi/parser3isapi.C 1.7:
21953: * src/targets/isapi/parser3isapi.dsp 1.4:
21954: isapi minor env beauty
21955:
21956: * src/include/pa_globals.h 1.23:
21957: * src/include/pa_sapi.h 1.1:
21958: * src/main/main.dsp 1.67:
21959: * src/main/pa_globals.C 1.27:
21960: * src/main/pa_request.C 1.69:
21961: * src/targets/cgi/parser3.C 1.37:
21962: * src/targets/isapi/parser3isapi.C 1.9:
21963: * src/types/pa_vcookie.C 1.11:
21964: * src/types/pa_venv.h 1.13:
21965: * src/types/pa_vform.C 1.14:
21966: sapi made object
21967:
21968: * src/include/pa_pool.h 1.43:
21969: * src/main/pa_request.C 1.71:
21970: * src/targets/cgi/pa_pool.C 1.3:
21971: * src/targets/isapi/pa_pool.C 1.3:
21972: * src/targets/isapi/parser3isapi.C 1.13:
21973: * src/targets/isapi/parser3isapi.dsp 1.5:
21974: * src/targets/isapi/pool_storage.h 1.1:
21975: isapi: dumb pool storage
21976:
21977: * src/main/main.dsp 1.68:
21978: * src/targets/isapi/parser3isapi.C 1.11:
21979: isapi: docroot now like in cgi, not from APPL_PHYSICAL_PATH
21980:
21981: * src/targets/isapi/pa_pool.C 1.2:
21982: decided to continue with extension
21983:
21984: * src/targets/cgi/parser3.C 1.38:
21985: cgi: only one pool now
21986:
21987: 2001-03-22 paf
21988: * src/main/pa_request.C 1.66:
21989: * src/targets/cgi/parser3.C 1.34:
21990: * src/targets/isapi/parser3isapi.C 1.6:
21991: * src/targets/isapi/parser3isapi.dsp 1.3:
21992: isapi document_root 0
21993:
21994: * src/types/pa_vcookie.C 1.8:
21995: cookie attr decoded
21996:
21997: * src/include/pa_pool.h 1.40:
21998: * src/targets/cgi/pa_pool.C 1.2:
21999: * src/targets/cgi/parser3.C 1.31:
22000: * src/targets/cgi/parser3.dsp 1.11:
22001: * src/targets/isapi/pa_pool.C 1.1:
22002: * src/targets/isapi/parser3isapi.C 1.1:
22003: * src/targets/isapi/parser3isapi.def 1.1:
22004: * src/targets/isapi/parser3isapi.dsp 1.1:
22005: started isapi
22006:
22007: * src/targets/isapi/parser3isapi.C 1.5:
22008: isapi keep-alive
22009:
22010: * src/targets/isapi/KILL.EXE 1.1:
22011: * src/targets/isapi/PSTAT.EXE 1.1:
22012: * src/targets/isapi/istart.cmd 1.1:
22013: * src/targets/isapi/istop.cmd 1.1:
22014: * src/targets/isapi/kill.pl 1.1:
22015: isapi added utils
22016:
22017: * src/include/pa_pool.h 1.41:
22018: * src/main/pa_pool.C 1.16:
22019: * src/targets/cgi/parser3.C 1.32:
22020: * src/targets/isapi/parser3isapi.C 1.2:
22021: * src/targets/isapi/parser3isapi.dsp 1.2:
22022: * src/types/pa_vform.C 1.12:
22023: isapi 0
22024:
22025: * src/include/pa_globals.h 1.20:
22026: * src/include/pa_request.h 1.66:
22027: * src/include/pa_types.h 1.22:
22028: * src/main/pa_globals.C 1.26:
22029: * src/main/pa_request.C 1.63:
22030: * src/targets/cgi/parser3.C 1.30:
22031: * src/types/pa_vcookie.C 1.9:
22032: config of auto.p path: parser_root_auto_path parser_site_auto_path
22033:
22034: * src/targets/cgi/vform_fields_fill.C 1.2:
22035: * src/targets/cgi/vform_fields_fill.h 1.2:
22036: * src/targets/isapi/parser3isapi.C 1.4:
22037: z
22038:
22039: * src/include/pa_globals.h 1.21:
22040: * src/main/pa_common.C 1.21:
22041: * src/main/pa_request.C 1.64:
22042: some comments
22043:
22044: * src/include/pa_pool.h 1.42:
22045: * src/main/pa_request.C 1.65:
22046: * src/targets/cgi/parser3.C 1.33:
22047: * src/targets/isapi/parser3isapi.C 1.3:
22048: isapi 1
22049:
22050: 2001-03-21 paf
22051: * src/include/pa_globals.h 1.18:
22052: * src/targets/cgi/parser3.C 1.28:
22053: * src/types/pa_venv.h 1.11:
22054: in cookie & env. todo:post
22055:
22056: * src/Makefile.am 1.3:
22057: * src/classes/Makefile.am 1.2:
22058: * src/classes/file.C 1.5:
22059: * src/classes/root.C 1.47:
22060: * src/classes/table.C 1.23:
22061: * src/include/pa_array.h 1.28:
22062: * src/include/pa_common.h 1.20:
22063: * src/include/pa_globals.h 1.17:
22064: * src/include/pa_pool.h 1.39:
22065: * src/include/pa_request.h 1.65:
22066: * src/include/pa_string.h 1.48:
22067: * src/main/Makefile.am 1.8:
22068: * src/main/compile.y 1.107:
22069: * src/main/execute.C 1.122:
22070: * src/main/main.dsp 1.66:
22071: * src/main/pa_common.C 1.20:
22072: * src/main/pa_globals.C 1.25:
22073: * src/main/pa_request.C 1.62:
22074: * src/main/pa_string.C 1.47:
22075: * src/main/pa_table.C 1.16:
22076: * src/main/untaint.C 1.11:
22077: * src/targets/Makefile.am 1.4:
22078: * src/targets/cgi/Makefile.am 1.2:
22079: * src/targets/cgi/parser3.C 1.27:
22080: * src/targets/cgi/parser3.dsp 1.10:
22081: * src/types/Makefile.am 1.2:
22082: * src/types/pa_vcookie.C 1.7:
22083: * src/types/pa_vform.C 1.11:
22084: * src/types/pa_vstring.h 1.11:
22085: * src/types/pa_wwrapper.h 1.5:
22086: shifted apache branch on main trunc
22087:
22088: * src/targets/cgi/parser3.C 1.29:
22089: z
22090:
22091: * src/include/pa_common.h [automake_update] 1.19.2.2:
22092: * src/include/pa_globals.h [automake_update] 1.16.2.1:
22093: * src/include/pa_pool.h [automake_update] 1.38.2.1:
22094: * src/include/pa_request.h [automake_update] 1.64.2.4:
22095: * src/main/main.dsp [automake_update] 1.65.2.1:
22096: * src/main/pa_common.C [automake_update] 1.19.2.5:
22097: * src/main/pa_request.C [automake_update] 1.61.2.3:
22098: * src/targets/cgi/parser3.C [automake_update] 1.26.2.4:
22099: * src/targets/cgi/parser3.dsp [automake_update] 1.9.2.1:
22100: * src/types/pa_vcookie.C [automake_update] 1.6.2.2:
22101: * src/types/pa_vform.C [automake_update] 1.10.2.1:
22102: * src/types/pa_vstring.h [automake_update] 1.10.2.1:
22103: starting mod_parser3
22104:
22105: * src/include/pa_globals.h 1.19:
22106: post. todo: config of auto.p path
22107:
22108: 2001-03-20 paf
22109: * src/classes/Makefile.am 1.1:
22110: * src/types/Makefile.am 1.1:
22111: file Makefile.am was initially added on branch automake_update.
22112:
22113: * src/main/pa_common.C [automake_update] 1.19.2.4:
22114: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.3:
22115: * src/targets/cgi/parser3.C [automake_update] 1.26.2.3:
22116: automake compiled and works. todo:make win32 ifdefs work and
22117: add ifdef unistd
22118:
22119: * src/classes/Makefile.am [automake_update] 1.1.2.1:
22120: * src/classes/file.C 1.4:
22121: * src/classes/table.C 1.21:
22122: * src/classes/table.C [automake_update] 1.22.2.2:
22123: * src/include/pa_array.h 1.27:
22124: * src/include/pa_common.h 1.18:
22125: * src/include/pa_common.h [automake_update] 1.19.2.1:
22126: * src/include/pa_request.h 1.64:
22127: * src/include/pa_request.h [automake_update] 1.64.2.3:
22128: * src/include/pa_string.h 1.47:
22129: * src/include/pa_table.h 1.18:
22130: * src/include/pa_threads.h 1.10:
22131: * src/main/Makefile.am [automake_update] 1.7.16.3:
22132: * src/main/pa_common.C [automake_update] 1.19.2.3:
22133: * src/main/pa_globals.C 1.24:
22134: * src/main/pa_request.C [automake_update] 1.61.2.2:
22135: * src/main/pa_table.C [automake_update] 1.15.2.1:
22136: * src/main/untaint.C 1.10:
22137: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.2:
22138: * src/targets/cgi/parser3.C [automake_update] 1.26.2.2:
22139: * src/types/Makefile.am [automake_update] 1.1.2.1:
22140: * src/types/pa_valiased.h 1.8:
22141: * src/types/pa_value.h 1.31:
22142: * src/types/pa_vform.h 1.13:
22143: z
22144:
22145: * src/include/pa_request.h [automake_update] 1.64.2.2:
22146: * src/main/Makefile.am [automake_update] 1.7.16.2:
22147: * src/main/compile.y [automake_update] 1.106.2.1:
22148: * src/main/execute.C [automake_update] 1.121.2.2:
22149: * src/main/pa_common.C [automake_update] 1.19.2.2:
22150: * src/types/Makefile.am [automake_update] 1.1.2.2:
22151: removing locking
22152:
22153: * src/Makefile.am [automake_update] 1.2.16.1:
22154: * src/classes/file.C [automake_update] 1.4.2.1:
22155: * src/classes/root.C [automake_update] 1.46.2.1:
22156: * src/classes/table.C [automake_update] 1.22.2.1:
22157: * src/include/pa_array.h [automake_update] 1.27.2.1:
22158: * src/include/pa_request.h [automake_update] 1.64.2.1:
22159: * src/include/pa_string.h [automake_update] 1.47.2.1:
22160: * src/main/Makefile.am [automake_update] 1.7.16.1:
22161: * src/main/execute.C [automake_update] 1.121.2.1:
22162: * src/main/pa_common.C [automake_update] 1.19.2.1:
22163: * src/main/pa_globals.C [automake_update] 1.24.2.1:
22164: * src/main/pa_request.C [automake_update] 1.61.2.1:
22165: * src/main/pa_string.C [automake_update] 1.46.2.1:
22166: * src/main/untaint.C [automake_update] 1.10.2.1:
22167: * src/targets/Makefile.am [automake_update] 1.3.16.1:
22168: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.1:
22169: * src/targets/cgi/parser3.C [automake_update] 1.26.2.1:
22170: * src/types/pa_vcookie.C [automake_update] 1.6.2.1:
22171: * src/types/pa_wwrapper.h [automake_update] 1.4.8.1:
22172: String::UL_
22173:
22174: * src/classes/table.C 1.22:
22175: * src/include/pa_common.h 1.19:
22176: * src/main/pa_common.C 1.19:
22177: * src/main/pa_request.C 1.61:
22178: * src/types/pa_vfile.h 1.5:
22179: ^table:save
22180:
22181: 2001-03-19 paf
22182: * src/classes/file.C 1.2:
22183: * src/classes/request.C 1.4:
22184: * src/classes/table.C 1.19:
22185: * src/include/pa_string.h 1.45:
22186: * src/main/main.dsp 1.61:
22187: * src/main/pa_pool.C 1.15:
22188: * src/main/pa_request.C 1.58:
22189: * src/main/untaint.C 1.9:
22190: * src/types/pa_value.h 1.27:
22191: * src/types/pa_vfile.C 1.2:
22192: * src/types/pa_vfile.h 1.2:
22193: * src/types/pa_vform.C 1.10:
22194: file 1
22195:
22196: * src/classes/table.C 1.17:
22197: * src/include/pa_pool.h 1.38:
22198: * src/include/pa_request.h 1.63:
22199: * src/include/pa_table.h 1.16:
22200: * src/include/pa_types.h 1.20:
22201: * src/main/execute.C 1.119:
22202: * src/main/pa_request.C 1.57:
22203: * src/targets/cgi/parser3.C 1.25:
22204: * src/types/pa_value.h 1.25:
22205: * src/types/pa_vclass.h 1.10:
22206: * src/types/pa_vform.C 1.8:
22207: * src/types/pa_vstateless_class.h 1.5:
22208: * src/types/pa_vstateless_object.h 1.4:
22209: ^table:set{default level: TABLE}
22210:
22211: * src/classes/_request.h 1.3:
22212: * src/classes/request.C 1.5:
22213: * src/main/pa_globals.C 1.22:
22214: * src/types/pa_vrequest.C 1.2:
22215: * src/types/pa_vrequest.h 1.6:
22216: VRequest moved to :VStateless_object
22217:
22218: * src/classes/_request.h 1.4:
22219: * src/classes/request.C 1.6:
22220: * src/main/main.dsp 1.65:
22221: * src/main/pa_globals.C 1.23:
22222: * src/types/pa_value.h 1.30:
22223: * src/types/pa_vform.h 1.12:
22224: * src/types/pa_vrequest.C 1.3:
22225: * src/types/pa_vrequest.h 1.7:
22226: VRequest moved to :Value
22227:
22228: * src/types/pa_valiased.h 1.4:
22229: * src/types/pa_vbool.h 1.4:
22230: doc: Value and it's derivates somehow unlinked. don't know why yet
22231:
22232: * src/classes/_env.h 1.6:
22233: * src/classes/_table.h 1.4:
22234: * src/classes/env.C 1.8:
22235: * src/classes/table.C 1.20:
22236: * src/main/execute.C 1.121:
22237: * src/main/main.dsp 1.63:
22238: * src/main/pa_globals.C 1.20:
22239: * src/main/pa_request.C 1.60:
22240: * src/types/pa_value.h 1.28:
22241: * src/types/pa_vcookie.C 1.6:
22242: * src/types/pa_vcookie.h 1.6:
22243: * src/types/pa_venv.h 1.10:
22244: VEnv is now :Value
22245:
22246: * src/targets/cgi/pa_vform.C 1.3:
22247: * src/types/pa_valiased.C 1.1:
22248: * src/types/pa_valiased.h 1.7:
22249: * src/types/pa_value.h 1.29:
22250: * src/types/pa_vstateless_class.C 1.5:
22251: * src/types/pa_vstateless_class.h 1.7:
22252: * src/types/pa_vstateless_object.h 1.7:
22253: moved common get_element part from stateless object&class into VAliased
22254:
22255: * src/classes/_file.h 1.2:
22256: * src/classes/file.C 1.3:
22257: * src/include/pa_types.h 1.21:
22258: * src/main/pa_globals.C 1.18:
22259: * src/main/pa_request.C 1.59:
22260: * src/targets/cgi/parser3.C 1.26:
22261: * src/types/pa_valiased.h 1.6:
22262: * src/types/pa_vfile.C 1.4:
22263: * src/types/pa_vfile.h 1.3:
22264: * src/types/pa_vstateless_class.h 1.6:
22265: * src/types/pa_vstateless_object.h 1.5:
22266: \ to / and ^file:save
22267:
22268: * src/classes/root.C 1.46:
22269: * src/classes/table.C 1.16:
22270: * src/main/pa_exception.C 1.7:
22271: * src/main/pa_request.C 1.53:
22272: * src/targets/cgi/parser3.C 1.24:
22273: * src/types/pa_vbool.h 1.3:
22274: * src/types/pa_vcookie.C 1.3:
22275: * src/types/pa_vcookie.h 1.3:
22276: * src/types/pa_vdouble.h 1.9:
22277: * src/types/pa_venv.h 1.8:
22278: * src/types/pa_vform.h 1.8:
22279: * src/types/pa_vint.h 1.10:
22280: * src/types/pa_vrequest.h 1.4:
22281: doc: detected Value derivates prob
22282:
22283: * src/include/code.h 1.25:
22284: * src/include/pa_array.h 1.25:
22285: * src/include/pa_pool.h 1.35:
22286: * src/include/pa_string.h 1.42:
22287: * src/include/pa_threads.h 1.8:
22288: * src/main/compile.C 1.32:
22289: * src/main/compile.y 1.105:
22290: * src/main/compile_tools.C 1.29:
22291: * src/main/compile_tools.h 1.32:
22292: * src/main/execute.C 1.117:
22293: * src/main/pa_array.C 1.23:
22294: * src/main/pa_common.C 1.15:
22295: * src/main/pa_exception.C 1.8:
22296: * src/main/pa_globals.C 1.15:
22297: * src/main/pa_hash.C 1.25:
22298: * src/main/pa_pool.C 1.13:
22299: * src/main/pa_request.C 1.54:
22300: * src/main/pa_string.C 1.45:
22301: * src/main/pa_table.C 1.14:
22302: * src/main/untaint.C 1.7:
22303: * src/types/pa_value.h 1.23:
22304: auto @brief
22305:
22306: * src/classes/_file.h 1.1:
22307: * src/classes/file.C 1.1:
22308: * src/classes/table.C 1.18:
22309: * src/include/pa_common.h 1.17:
22310: * src/include/pa_globals.h 1.16:
22311: * src/include/pa_string.h 1.44:
22312: * src/include/pa_table.h 1.17:
22313: * src/main/main.dsp 1.60:
22314: * src/main/pa_common.C 1.18:
22315: * src/main/pa_globals.C 1.17:
22316: * src/types/pa_value.h 1.26:
22317: * src/types/pa_vcookie.h 1.4:
22318: * src/types/pa_venv.h 1.9:
22319: * src/types/pa_vfile.C 1.1:
22320: * src/types/pa_vfile.h 1.1:
22321: * src/types/pa_vform.C 1.9:
22322: * src/types/pa_vform.h 1.9:
22323: * src/types/pa_vrequest.h 1.5:
22324: * src/types/pa_vtable.h 1.5:
22325: file class just compiled
22326:
22327: * src/types/pa_vfile.C 1.5:
22328: * src/types/pa_vfile.h 1.4:
22329: * src/types/pa_vstateless_object.h 1.6:
22330: vfile doxx
22331:
22332: * src/classes/_response.h 1.2:
22333: * src/classes/response.C 1.4:
22334: * src/main/pa_globals.C 1.21:
22335: * src/types/pa_vform.h 1.11:
22336: * src/types/pa_vresponse.h 1.3:
22337: VResponse moved to :VStateless_object
22338:
22339: * src/classes/_request.h 1.2:
22340: * src/classes/request.C 1.3:
22341: * src/include/code.h 1.24:
22342: * src/include/pa_array.h 1.24:
22343: * src/include/pa_common.h 1.15:
22344: * src/include/pa_exception.h 1.10:
22345: * src/include/pa_globals.h 1.13:
22346: * src/include/pa_hash.h 1.28:
22347: * src/include/pa_pool.h 1.34:
22348: * src/include/pa_request.h 1.61:
22349: * src/include/pa_stack.h 1.7:
22350: * src/include/pa_string.h 1.41:
22351: * src/include/pa_table.h 1.14:
22352: * src/include/pa_threads.h 1.7:
22353: * src/include/pa_types.h 1.17:
22354: * src/main/execute.C 1.116:
22355: * src/main/pa_pool.C 1.12:
22356: * src/main/pa_request.C 1.52:
22357: * src/main/pa_string.C 1.44:
22358: * src/main/untaint.C 1.6:
22359: * src/targets/cgi/parser3.C 1.23:
22360: * src/types/pa_value.h 1.22:
22361: * src/types/pa_vform.C 1.7:
22362: doxygen include/, Value
22363:
22364: * src/include/code.h 1.26:
22365: * src/include/pa_array.h 1.26:
22366: * src/include/pa_common.h 1.16:
22367: * src/include/pa_exception.h 1.11:
22368: * src/include/pa_globals.h 1.14:
22369: * src/include/pa_globals.h 1.15:
22370: * src/include/pa_hash.h 1.29:
22371: * src/include/pa_pool.h 1.36:
22372: * src/include/pa_pool.h 1.37:
22373: * src/include/pa_request.h 1.62:
22374: * src/include/pa_stack.h 1.8:
22375: * src/include/pa_string.h 1.43:
22376: * src/include/pa_string.h 1.46:
22377: * src/include/pa_table.h 1.15:
22378: * src/include/pa_threads.h 1.9:
22379: * src/include/pa_types.h 1.18:
22380: * src/main/compile.C 1.33:
22381: * src/main/compile.y 1.106:
22382: * src/main/compile_tools.C 1.30:
22383: * src/main/compile_tools.h 1.33:
22384: * src/main/execute.C 1.118:
22385: * src/main/pa_array.C 1.24:
22386: * src/main/pa_common.C 1.16:
22387: * src/main/pa_exception.C 1.9:
22388: * src/main/pa_globals.C 1.16:
22389: * src/main/pa_hash.C 1.26:
22390: * src/main/pa_pool.C 1.14:
22391: * src/main/pa_request.C 1.55:
22392: * src/main/pa_string.C 1.46:
22393: * src/main/pa_table.C 1.15:
22394: * src/main/untaint.C 1.8:
22395: * src/types/pa_valiased.h 1.5:
22396: * src/types/pa_value.h 1.24:
22397: * src/types/pa_vfile.C 1.3:
22398: z
22399:
22400: * src/include/pa_hash.h 1.30:
22401: * src/include/pa_types.h 1.19:
22402: * src/main/pa_common.C 1.17:
22403: * src/main/pa_hash.C 1.27:
22404: * src/main/pa_request.C 1.56:
22405: * src/types/pa_vcookie.C 1.4:
22406: renamed Hash::Value to Val so to doxygen would finlly stop
22407: confusing those Value-s
22408:
22409: * src/main/main.dsp 1.64:
22410: * src/targets/cgi/parser3.dsp 1.9:
22411: * src/types/pa_valiased.C 1.2:
22412: * src/types/pa_vform.h 1.10:
22413: commented VForm
22414:
22415: * src/classes/_cookie.h 1.2:
22416: * src/classes/_table.h 1.3:
22417: * src/classes/cookie.C 1.3:
22418: * src/main/execute.C 1.120:
22419: * src/main/main.dsp 1.62:
22420: * src/main/pa_globals.C 1.19:
22421: * src/types/pa_vcookie.C 1.5:
22422: * src/types/pa_vcookie.h 1.5:
22423: VCookie is now :Value
22424:
22425: 2001-03-18 paf
22426: * src/classes/_cookie.h 1.1:
22427: * src/classes/cookie.C 1.1:
22428: * src/include/pa_common.h 1.14:
22429: * src/include/pa_globals.h 1.12:
22430: * src/include/pa_request.h 1.60:
22431: * src/include/pa_string.h 1.40:
22432: * src/include/pa_types.h 1.16:
22433: * src/main/main.dsp 1.59:
22434: * src/main/pa_common.C 1.14:
22435: * src/main/pa_globals.C 1.14:
22436: * src/main/pa_hash.C 1.24:
22437: * src/main/pa_request.C 1.51:
22438: * src/main/pa_string.C 1.43:
22439: * src/main/untaint.C 1.5:
22440: * src/targets/cgi/parser3.C 1.21:
22441: * src/types/pa_value.h 1.21:
22442: * src/types/pa_vcookie.C 1.1:
22443: * src/types/pa_vcookie.h 1.1:
22444: * src/types/pa_vform.C 1.6:
22445: * src/types/pa_vform.h 1.7:
22446: * src/types/pa_vhash.h 1.9:
22447: * src/types/pa_vunknown.h 1.4:
22448: cookie class
22449:
22450: * src/include/pa_hash.h 1.26:
22451: * src/main/pa_hash.C 1.22:
22452: * src/targets/cgi/parser3.C 1.17:
22453: response fields to header
22454:
22455: * src/classes/root.C 1.41:
22456: * src/classes/string.C 1.12:
22457: * src/include/pa_string.h 1.37:
22458: * src/main/pa_globals.C 1.11:
22459: * src/main/pa_request.C 1.44:
22460: * src/main/pa_string.C 1.41:
22461: * src/types/pa_vdouble.h 1.8:
22462: * src/types/pa_vform.C 1.5:
22463: * src/types/pa_vint.h 1.9:
22464: * src/types/pa_vstateless_class.C 1.4:
22465: convinient string(pool, char *src, bool tainted) ctor
22466:
22467: * src/include/pa_hash.h 1.27:
22468: * src/include/pa_request.h 1.58:
22469: * src/include/pa_string.h 1.36:
22470: * src/main/pa_globals.C 1.10:
22471: * src/main/pa_hash.C 1.23:
22472: * src/main/pa_request.C 1.43:
22473: * src/main/pa_string.C 1.40:
22474: * src/main/untaint.C 1.3:
22475: * src/targets/cgi/parser3.C 1.18:
22476: proper @exceptions params tainting
22477:
22478: * src/classes/_response.h 1.1:
22479: * src/classes/response.C 1.1:
22480: * src/include/pa_globals.h 1.8:
22481: * src/include/pa_hash.h 1.25:
22482: * src/include/pa_request.h 1.57:
22483: * src/main/compile.C 1.31:
22484: * src/main/compile.y 1.104:
22485: * src/main/execute.C 1.114:
22486: * src/main/main.dsp 1.58:
22487: * src/main/pa_globals.C 1.8:
22488: * src/main/pa_hash.C 1.21:
22489: * src/main/pa_request.C 1.41:
22490: * src/targets/cgi/parser3.C 1.16:
22491: * src/targets/cgi/parser3.dsp 1.8:
22492: * src/types/pa_value.h 1.18:
22493: * src/types/pa_vhash.h 1.6:
22494: * src/types/pa_vrequest.h 1.3:
22495: * src/types/pa_vresponse.h 1.1:
22496: $response: 0 request::core exception rethrow
22497:
22498: * src/classes/request.C 1.2:
22499: * src/classes/response.C 1.2:
22500: * src/classes/root.C 1.42:
22501: * src/include/pa_common.h 1.13:
22502: * src/include/pa_globals.h 1.10:
22503: * src/include/pa_request.h 1.59:
22504: * src/include/pa_string.h 1.38:
22505: * src/main/pa_common.C 1.13:
22506: * src/main/pa_globals.C 1.12:
22507: * src/main/pa_request.C 1.45:
22508: * src/targets/cgi/parser3.C 1.19:
22509: ^taint 0
22510:
22511: * src/classes/cookie.C 1.2:
22512: * src/types/pa_vcookie.C 1.2:
22513: * src/types/pa_vcookie.h 1.2:
22514: cookie: allowed access to hash-assigned
22515:
22516: * src/include/pa_globals.h 1.9:
22517: * src/main/execute.C 1.115:
22518: * src/main/pa_globals.C 1.9:
22519: * src/main/pa_request.C 1.42:
22520: * src/targets/cgi/parser3.C 1.22:
22521: z
22522:
22523: * src/main/pa_request.C 1.50:
22524: zero length output allowed
22525:
22526: * src/classes/root.C 1.44:
22527: * src/include/pa_globals.h 1.11:
22528: * src/include/pa_string.h 1.39:
22529: * src/main/pa_globals.C 1.13:
22530: * src/main/pa_request.C 1.47:
22531: * src/main/pa_string.C 1.42:
22532: * src/types/pa_value.h 1.19:
22533: * src/types/pa_vhash.h 1.7:
22534: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22535:
22536: * src/classes/root.C 1.43:
22537: * src/main/pa_request.C 1.46:
22538: * src/main/untaint.C 1.4:
22539: * src/targets/cgi/parser3.C 1.20:
22540: taint[uri
22541:
22542: * src/classes/response.C 1.3:
22543: * src/main/pa_request.C 1.49:
22544: * src/types/pa_value.h 1.20:
22545: * src/types/pa_vhash.h 1.8:
22546: * src/types/pa_vresponse.h 1.2:
22547: ^response:clear[]
22548:
22549: * src/classes/root.C 1.45:
22550: * src/main/pa_request.C 1.48:
22551: taint forgotten forced lang switch
22552:
22553: 2001-03-16 paf
22554: * src/include/code.h 1.22:
22555: * src/include/pa_hash.h 1.24:
22556: * src/include/pa_request.h 1.55:
22557: * src/main/compile.y 1.102:
22558: * src/main/execute.C 1.108:
22559: * src/types/pa_value.h 1.15:
22560: * src/types/pa_vhash.h 1.5:
22561: * src/types/pa_vstring.h 1.10:
22562: * src/types/pa_vtable.h 1.4:
22563: * src/types/pa_wcontext.C 1.4:
22564: * src/types/pa_wcontext.h 1.6:
22565: see () and {} param wcontext conflict
22566:
22567: * src/main/execute.C 1.113:
22568: * src/main/main.dsp 1.57:
22569: * src/types/pa_value.h 1.17:
22570: * src/types/pa_vrequest.h 1.2:
22571: native method' class call with less params then needed error reporting
22572:
22573: * src/classes/double.C 1.17:
22574: * src/include/code.h 1.23:
22575: * src/main/compile.y 1.103:
22576: * src/main/compile_tools.C 1.28:
22577: * src/main/compile_tools.h 1.31:
22578: * src/main/execute.C 1.109:
22579: ) and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22580:
22581: * src/main/execute.C 1.107:
22582: * src/types/pa_value.h 1.14:
22583: * src/types/pa_vstateless_object.h 1.3:
22584: * src/types/pa_vstring.h 1.9:
22585: disabled $string.field
22586:
22587: * src/main/execute.C 1.110:
22588: * src/types/pa_vmframe.h 1.7:
22589: if(in "/news/")
22590:
22591: * src/include/pa_globals.h 1.6:
22592: * src/main/execute.C 1.111:
22593: * src/main/pa_globals.C 1.6:
22594: * src/types/pa_value.h 1.16:
22595: * src/types/pa_vcframe.h 1.3:
22596: * src/types/pa_vmframe.h 1.8:
22597: * src/types/pa_wcontext.h 1.7:
22598: $result
22599:
22600: * src/classes/_request.h 1.1:
22601: * src/classes/request.C 1.1:
22602: * src/include/pa_globals.h 1.7:
22603: * src/include/pa_request.h 1.56:
22604: * src/main/execute.C 1.112:
22605: * src/main/main.dsp 1.56:
22606: * src/main/pa_globals.C 1.7:
22607: * src/main/pa_request.C 1.40:
22608: * src/targets/cgi/parser3.C 1.15:
22609: * src/types/pa_vform.C 1.4:
22610: * src/types/pa_vrequest.C 1.1:
22611: * src/types/pa_vrequest.h 1.1:
22612: $request : query :uri
22613:
22614: 2001-03-15 paf
22615: * src/main/compile.y 1.99:
22616: * src/main/pa_request.C 1.37:
22617: * src/targets/cgi/parser3.C 1.13:
22618: * src/types/pa_vstring.h 1.7:
22619: pre-pre-pre-beta cgi under win32 apache pre pre pre works
22620:
22621: * src/main/compile.y 1.100:
22622: * src/main/execute.C 1.105:
22623: z
22624:
22625: * src/main/compile.y 1.101:
22626: * src/main/execute.C 1.106:
22627: * src/main/pa_request.C 1.38:
22628: * src/targets/cgi/parser3.C 1.14:
22629: * src/types/pa_vstring.h 1.8:
22630: @exception
22631:
22632: * src/include/pa_globals.h 1.5:
22633: * src/main/pa_globals.C 1.5:
22634: * src/main/pa_request.C 1.36:
22635: * src/targets/cgi/parser3.C 1.12:
22636: * src/types/pa_vform.C 1.3:
22637: * src/types/pa_vform.h 1.6:
22638: vform fillfields just compiled
22639:
22640: * src/main/pa_request.C 1.39:
22641: news sample
22642:
22643: 2001-03-14 paf
22644: * src/include/core.h 1.16:
22645: * src/include/pa_globals.h 1.1:
22646: * src/include/pa_pool.h 1.33:
22647: * src/include/pa_string.h 1.35:
22648: * src/include/pa_types.h 1.13:
22649: * src/main/compile.y 1.98:
22650: * src/main/core.C 1.69:
22651: * src/main/main.dsp 1.54:
22652: * src/main/pa_globals.C 1.1:
22653: * src/main/pa_request.C 1.31:
22654: * src/targets/cgi/pa_vform.C 1.2:
22655: * src/targets/cgi/parser3.C 1.5:
22656: * src/targets/cgi/parser3.dsp 1.4:
22657: * src/types/pa_value.h 1.13:
22658: * src/types/pa_vform.h 1.3:
22659: * src/types/pa_vunknown.h 1.3:
22660: global handler, exceptions in parser3
22661:
22662: * src/include/pa_globals.h 1.4:
22663: * src/main/pa_globals.C 1.4:
22664: * src/main/pa_request.C 1.34:
22665: * src/targets/cgi/parser3.dsp 1.7:
22666: * src/types/pa_vform.C 1.2:
22667: * src/types/pa_vform.h 1.5:
22668: * src/types/pa_vstring.h 1.6:
22669: limits -1
22670:
22671: * src/include/pa_common.h 1.12:
22672: * src/include/pa_types.h 1.14:
22673: * src/main/pa_request.C 1.32:
22674: * src/targets/cgi/parser3.C 1.7:
22675: PATH_DELIMITER_CHAR
22676:
22677: * src/targets/cgi/parser3.C 1.8:
22678: # if MSVC
22679:
22680: * src/include/pa_globals.h 1.3:
22681: * src/include/pa_request.h 1.53:
22682: * src/include/pa_types.h 1.15:
22683: * src/main/main.dsp 1.55:
22684: * src/main/pa_globals.C 1.3:
22685: * src/main/pa_request.C 1.33:
22686: * src/targets/cgi/parser3.C 1.10:
22687: * src/targets/cgi/parser3.dsp 1.6:
22688: * src/types/pa_vform.C 1.1:
22689: * src/types/pa_vform.h 1.4:
22690: request_info -1
22691:
22692: * src/include/pa_globals.h 1.2:
22693: * src/main/pa_globals.C 1.2:
22694: * src/targets/cgi/parser3.C 1.9:
22695: * src/targets/cgi/parser3.dsp 1.5:
22696: * src/targets/cgi/vform_fields_fill.C 1.1:
22697: * src/targets/cgi/vform_fields_fill.h 1.1:
22698: vform_fields_fill
22699:
22700: * src/include/pa_request.h 1.54:
22701: * src/main/pa_request.C 1.35:
22702: * src/targets/cgi/parser3.C 1.11:
22703: * src/targets/cgi/parser3.C 1.6:
22704: z
22705:
22706: 2001-03-13 paf
22707: * src/main/execute.C 1.101:
22708: * src/types/pa_value.h 1.10:
22709: * src/types/pa_venv.h 1.4:
22710: for future methods of ENV constructor if
22711:
22712: * src/classes/root.C 1.36:
22713: * src/classes/table.C 1.12:
22714: * src/include/pa_exception.h 1.9:
22715: * src/include/pa_pool.h 1.31:
22716: skipped_restructure_exceptions_dead_end
22717:
22718: * src/types/pa_vstateless_class.h 1.1:
22719: file pa_vstateless_class.h was initially added on branch
22720: stateless_class.
22721:
22722: * src/include/code.h 1.21:
22723: * src/include/pa_string.h 1.34:
22724: * src/main/compile.y 1.95:
22725: * src/main/execute.C 1.103:
22726: * src/main/pa_string.C 1.39:
22727: 'value is type' expr operator
22728:
22729: * src/classes/form.C 1.2:
22730: * src/main/compile.y 1.97:
22731: * src/main/core.C 1.68:
22732: * src/types/pa_value.h 1.12:
22733: * src/types/pa_vclass.h 1.9:
22734: * src/types/pa_venv.h 1.7:
22735: * src/types/pa_vform.h 1.2:
22736: * src/types/pa_vstateless_class.C 1.3:
22737: * src/types/pa_vstateless_class.h 1.4:
22738: form:fields removed. use $form.CLASS instead
22739:
22740: * src/types/pa_vstateless_class.C 1.1:
22741: file pa_vstateless_class.C was initially added on branch
22742: stateless_class.
22743:
22744: * src/include/core.h 1.14:
22745: * src/include/pa_common.h 1.10:
22746: * src/include/pa_request.h 1.51:
22747: * src/main/pa_common.C 1.12:
22748: * src/main/pa_request.C 1.29:
22749: * src/targets/cgi/parser3.C 1.3:
22750: before error show with parser
22751:
22752: * src/types/pa_venv.h 1.1:
22753: file pa_venv.h was initially added on branch stateless_class.
22754:
22755: * src/targets/cgi/Makefile.am 1.1:
22756: * src/targets/cgi/pa_pool.C 1.1:
22757: * src/targets/cgi/pa_vform.C 1.1:
22758: * src/targets/cgi/parser.dsp 1.1:
22759: * src/targets/cgi/parser3.C 1.1:
22760: renamed targets/ parser to cgi
22761:
22762: * src/classes/_double.h 1.5:
22763: * src/classes/_double.h [stateless_class] 1.4.8.1:
22764: * src/classes/_env.h 1.4:
22765: * src/classes/_env.h [stateless_class] 1.3.8.1:
22766: * src/classes/_int.h 1.5:
22767: * src/classes/_int.h [stateless_class] 1.4.8.1:
22768: * src/classes/_root.h 1.4:
22769: * src/classes/_root.h [stateless_class] 1.3.8.1:
22770: * src/classes/_string.h 1.6:
22771: * src/classes/_string.h [stateless_class] 1.5.4.1:
22772: * src/classes/_table.h 1.2:
22773: * src/classes/_table.h [stateless_class] 1.1.6.1:
22774: * src/classes/double.C 1.15:
22775: * src/classes/double.C [stateless_class] 1.14.2.1:
22776: * src/classes/env.C 1.5:
22777: * src/classes/env.C [stateless_class] 1.4.8.1:
22778: * src/classes/int.C 1.14:
22779: * src/classes/int.C [stateless_class] 1.13.2.1:
22780: * src/classes/root.C 1.38:
22781: * src/classes/root.C [stateless_class] 1.37.2.1:
22782: * src/classes/string.C 1.10:
22783: * src/classes/string.C [stateless_class] 1.9.4.1:
22784: * src/classes/table.C 1.14:
22785: * src/classes/table.C [stateless_class] 1.13.2.1:
22786: * src/include/pa_request.h 1.46:
22787: * src/include/pa_request.h [stateless_class] 1.45.2.1:
22788: * src/main/compile.C 1.29:
22789: * src/main/compile.C [stateless_class] 1.28.2.1:
22790: * src/main/compile_tools.h 1.30:
22791: * src/main/compile_tools.h [stateless_class] 1.29.8.1:
22792: * src/main/core.C 1.64:
22793: * src/main/core.C [stateless_class] 1.63.6.1:
22794: * src/main/execute.C 1.100:
22795: * src/main/execute.C [stateless_class] 1.99.2.1:
22796: * src/main/main.dsp 1.51:
22797: * src/main/main.dsp [stateless_class] 1.50.6.1:
22798: * src/main/pa_request.C 1.26:
22799: * src/main/pa_request.C [stateless_class] 1.25.2.1:
22800: * src/types/pa_valiased.h 1.3:
22801: * src/types/pa_valiased.h [stateless_class] 1.2.8.1:
22802: * src/types/pa_value.h 1.9:
22803: * src/types/pa_value.h [stateless_class] 1.8.2.1:
22804: * src/types/pa_vclass.C 1.5:
22805: * src/types/pa_vclass.C [stateless_class] 1.4.8.1:
22806: * src/types/pa_vclass.h 1.8:
22807: * src/types/pa_vclass.h [stateless_class] 1.7.6.1:
22808: * src/types/pa_venv.h 1.2:
22809: * src/types/pa_venv.h [stateless_class] 1.1.2.1:
22810: * src/types/pa_vmframe.h 1.6:
22811: * src/types/pa_vmframe.h [stateless_class] 1.5.2.1:
22812: * src/types/pa_vobject.h 1.5:
22813: * src/types/pa_vobject.h [stateless_class] 1.4.8.1:
22814: * src/types/pa_vstateless_class.C 1.2:
22815: * src/types/pa_vstateless_class.C [stateless_class] 1.1.2.1:
22816: * src/types/pa_vstateless_class.h 1.2:
22817: * src/types/pa_vstateless_class.h [stateless_class] 1.1.2.1:
22818: * src/types/pa_vstateless_object.h 1.2:
22819: * src/types/pa_vstateless_object.h [stateless_class] 1.1.8.1:
22820: * src/types/pa_wcontext.h 1.5:
22821: * src/types/pa_wcontext.h [stateless_class] 1.4.4.1:
22822: $ENV: re 0, stateless classes
22823:
22824: * src/include/pa_request.h 1.45:
22825: * src/main/compile.C 1.28:
22826: * src/main/execute.C 1.99:
22827: * src/main/pa_request.C 1.25:
22828: * src/types/pa_value.h 1.8:
22829: * src/types/pa_vmframe.h 1.5:
22830: fixed yesterdays bad decision on execute_static_method
22831:
22832: * src/include/core.h 1.15:
22833: * src/include/pa_common.h 1.11:
22834: * src/include/pa_request.h 1.52:
22835: * src/main/core.C 1.67:
22836: * src/main/execute.C 1.104:
22837: * src/main/main.dsp 1.53:
22838: * src/main/pa_request.C 1.30:
22839: * src/targets/cgi/parser3.C 1.4:
22840: * src/targets/cgi/parser3.dsp 1.3:
22841: * src/types/pa_vform.h 1.1:
22842: started cgi target
22843:
22844: * src/include/pa_request.h 1.47:
22845: * src/types/pa_venv.h 1.3:
22846: $ENV 0.1 stateless class
22847:
22848: * src/classes/_form.h 1.1:
22849: * src/classes/double.C 1.16:
22850: * src/classes/env.C 1.7:
22851: * src/classes/form.C 1.1:
22852: * src/classes/int.C 1.15:
22853: * src/classes/root.C 1.40:
22854: * src/classes/string.C 1.11:
22855: * src/classes/table.C 1.13:
22856: * src/classes/table.C 1.15:
22857: * src/include/core.h 1.13:
22858: * src/include/pa_request.h 1.49:
22859: * src/include/pa_request.h 1.50:
22860: * src/include/pa_types.h 1.12:
22861: * src/main/core.C 1.66:
22862: * src/main/execute.C 1.102:
22863: * src/main/pa_request.C 1.23:
22864: * src/main/pa_request.C 1.24:
22865: * src/main/pa_request.C 1.28:
22866: * src/targets/cgi/parser.dsp 1.2:
22867: * src/targets/cgi/parser3.C 1.2:
22868: * src/targets/cgi/parser3.dsp 1.1:
22869: * src/targets/cgi/parser3.dsp 1.2:
22870: * src/types/pa_vhash.h 1.4:
22871: z
22872:
22873: * src/classes/root.C 1.35:
22874: * src/classes/table.C 1.11:
22875: * src/include/pa_exception.h 1.8:
22876: * src/include/pa_pool.h 1.30:
22877: * src/main/pa_request.C 1.22:
22878: restructure_exceptions_dead_end
22879:
22880: * src/classes/root.C 1.34:
22881: * src/main/compile.y 1.94:
22882: ^if required junctions. allowed ; inside {} to break params
22883:
22884: * src/classes/_env.h 1.5:
22885: * src/classes/env.C 1.6:
22886: * src/classes/root.C 1.39:
22887: * src/include/core.h 1.12:
22888: * src/include/pa_pool.h 1.32:
22889: * src/include/pa_request.h 1.48:
22890: * src/main/compile.C 1.30:
22891: * src/main/compile.y 1.96:
22892: * src/main/core.C 1.65:
22893: * src/main/main.dsp 1.52:
22894: * src/main/pa_common.C 1.11:
22895: * src/main/pa_request.C 1.27:
22896: * src/types/pa_value.h 1.11:
22897: * src/types/pa_venv.h 1.6:
22898: * src/types/pa_vstateless_class.h 1.3:
22899: started $form: [historical moment :)]
22900:
22901: * src/types/pa_venv.h 1.5:
22902: $ENV 1
22903:
22904: * src/classes/double.C 1.14:
22905: * src/classes/int.C 1.13:
22906: * src/classes/root.C 1.37:
22907: * src/types/pa_vdouble.h 1.7:
22908: * src/types/pa_vint.h 1.8:
22909: Int,Double dec mul div mod
22910:
22911: 2001-03-12 paf
22912: * src/classes/_string.h 1.5:
22913: * src/classes/double.C 1.13:
22914: * src/classes/int.C 1.12:
22915: * src/classes/string.C 1.9:
22916: * src/main/execute.C 1.98:
22917: * src/types/pa_wcontext.h 1.4:
22918: int doube string ^format
22919:
22920: * src/classes/root.C 1.19:
22921: * src/types/pa_vclass.h 1.4:
22922: process temp main zeroing
22923:
22924: * src/classes/root.C 1.30:
22925: * src/classes/table.C 1.6:
22926: * src/types/pa_vtable.h 1.2:
22927: table ^offset ^line ^count
22928:
22929: * src/classes/root.C 1.28:
22930: * src/classes/table.C 1.5:
22931: ^use
22932:
22933: * src/main/execute.C [other_construction_strategy_test] 1.97.2.1:
22934: * src/types/pa_wcontext.h [other_construction_strategy_test] 1.3.2.1:
22935: constructing flag not 'bad' but not 'enough'
22936:
22937: * src/classes/root.C 1.27:
22938: * src/classes/table.C 1.4:
22939: * src/include/pa_request.h 1.44:
22940: * src/main/compile.y 1.92:
22941: * src/main/core.C 1.62:
22942: * src/main/execute.C 1.96:
22943: * src/types/pa_vclass.h 1.7:
22944: * src/types/pa_wcontext.C 1.3:
22945: * src/types/pa_wcontext.h 1.3:
22946: * src/types/pa_wwrapper.h 1.3:
22947: while. switched off wcontext.constructing after write(value) or
22948: auto-vhash-constructing
22949:
22950: * src/classes/table.C 1.8:
22951: table ^empty
22952:
22953: * src/classes/root.C 1.33:
22954: ^eval
22955:
22956: * src/classes/root.C 1.26:
22957: * src/classes/table.C 1.3:
22958: * src/include/pa_request.h 1.43:
22959: * src/main/pa_request.C 1.20:
22960: fail_if_junction_ helper func
22961:
22962: * src/classes/root.C 1.23:
22963: * src/include/core.h 1.11:
22964: * src/include/pa_array.h 1.23:
22965: * src/include/pa_request.h 1.41:
22966: * src/include/pa_table.h 1.11:
22967: * src/main/core.C 1.60:
22968: * src/main/main.dsp 1.49:
22969: * src/main/pa_request.C 1.17:
22970: * src/main/pa_table.C 1.12:
22971: * src/types/pa_value.h 1.6:
22972: * src/types/pa_vclass.C 1.4:
22973: * src/types/pa_vclass.h 1.6:
22974: * src/types/pa_vdouble.h 1.5:
22975: * src/types/pa_vint.h 1.5:
22976: * src/types/pa_vmframe.h 1.4:
22977: * src/types/pa_vstring.h 1.5:
22978: freeze, ^table:create[] -1
22979:
22980: * src/types/pa_vtable.h 1.1:
22981: table: no, better with string in cells...
22982:
22983: * src/classes/root.C 1.21:
22984: * src/main/execute.C 1.93:
22985: * src/types/pa_vclass.h 1.5:
22986: used get_method in couple places optimizing them
22987:
22988: * src/classes/double.C 1.10:
22989: * src/classes/int.C 1.10:
22990: * src/classes/root.C 1.18:
22991: * src/classes/string.C 1.7:
22992: * src/include/pa_common.h 1.6:
22993: * src/include/pa_request.h 1.40:
22994: * src/include/pa_string.h 1.32:
22995: * src/include/pa_types.h 1.10:
22996: * src/main/compile.C 1.27:
22997: * src/main/compile.y 1.91:
22998: * src/main/compile_tools.h 1.29:
22999: * src/main/execute.C 1.92:
23000: * src/main/pa_common.C 1.7:
23001: * src/main/pa_request.C 1.16:
23002: * src/types/pa_value.h 1.4:
23003: * src/types/pa_vmframe.h 1.3:
23004: process. actual names to store param and
23005: check_actual_numbered_params for better place diagnostics
23006:
1.38 ! paf 23007: * src/classes/_table.h 1.1:
! 23008: * src/classes/root.C 1.20:
! 23009: * src/classes/root.C 1.22:
! 23010: * src/classes/table.C 1.1:
! 23011: * src/include/pa_array.h [table_with_charp_in_cells_dead_end] 1.23.2.1:
! 23012: * src/include/pa_table.h [table_with_charp_in_cells_dead_end] 1.12.2.1:
! 23013: * src/main/pa_table.C [table_with_charp_in_cells_dead_end] 1.13.2.1:
! 23014: * src/main/untaint.C 1.1:
! 23015: * src/types/pa_value.h 1.5:
! 23016: z
! 23017:
1.15 paf 23018: * src/classes/root.C 1.25:
23019: * src/classes/table.C 1.2:
23020: * src/include/pa_common.h 1.8:
23021: * src/include/pa_request.h 1.42:
23022: * src/main/execute.C 1.95:
23023: * src/main/main.dsp 1.50:
23024: * src/main/pa_common.C 1.9:
23025: * src/main/pa_request.C 1.19:
23026: ^process error point by actual method_name, not source.
23027: ^load
23028:
23029: * src/classes/table.C 1.7:
23030: * src/include/pa_table.h 1.13:
23031: table ^menu
23032:
23033: * src/classes/root.C 1.29:
23034: ^round() ^floor() ^ceiling() ^abs() ^sign()
23035:
23036: * src/classes/double.C 1.11:
23037: * src/classes/int.C 1.11:
23038: * src/classes/root.C 1.31:
23039: * src/classes/string.C 1.8:
23040: * src/classes/table.C 1.9:
23041: * src/main/core.C 1.63:
23042: * src/main/execute.C 1.97:
23043: * src/types/pa_vint.h 1.6:
23044: ^for
23045:
23046: * src/classes/double.C 1.12:
23047: * src/classes/root.C 1.32:
23048: * src/classes/table.C 1.10:
23049: * src/include/pa_common.h 1.9:
23050: * src/include/pa_types.h 1.11:
23051: * src/main/compile.y 1.93:
23052: * src/main/pa_common.C 1.10:
23053: * src/main/pa_request.C 1.21:
23054: * src/main/untaint.C 1.2:
23055: * src/types/pa_vdouble.h 1.6:
23056: * src/types/pa_vint.h 1.7:
23057: * src/types/pa_vtable.h 1.3:
23058: * src/types/pa_wwrapper.h 1.4:
23059: think constructing flag as is is bad
23060:
23061: * src/classes/root.C 1.24:
23062: * src/include/pa_common.h 1.7:
23063: * src/include/pa_string.h 1.33:
23064: * src/include/pa_table.h 1.12:
23065: * src/main/core.C 1.61:
23066: * src/main/execute.C 1.94:
23067: * src/main/pa_common.C 1.8:
23068: * src/main/pa_request.C 1.18:
23069: * src/main/pa_table.C 1.13:
23070: * src/types/pa_value.h 1.7:
23071: table:set 0
23072:
23073: 2001-03-11 paf
23074: * src/classes/double.C 1.8:
23075: * src/classes/int.C 1.8:
23076: * src/classes/root.C 1.14:
23077: * src/include/pa_request.h 1.38:
23078: * src/main/execute.C 1.90:
23079: intercept_string
23080:
23081: * src/classes/double.C 1.6:
23082: * src/classes/int.C 1.6:
23083: * src/include/pa_request.h 1.37:
23084: ^inc-s(expr)
23085:
23086: * src/include/pa_valiased.h 1.4:
23087: * src/include/pa_value.h 1.51:
23088: * src/include/pa_vbool.h 1.8:
23089: * src/include/pa_vcframe.h 1.8:
23090: * src/include/pa_vclass.h 1.30:
23091: * src/include/pa_vdouble.h 1.13:
23092: * src/include/pa_vhash.h 1.13:
23093: * src/include/pa_vint.h 1.5:
23094: * src/include/pa_vjunction.h 1.9:
23095: * src/include/pa_vmframe.h 1.24:
23096: * src/include/pa_vobject.h 1.18:
23097: * src/include/pa_vstring.h 1.18:
23098: * src/include/pa_vunknown.h 1.10:
23099: * src/include/pa_wcontext.h 1.29:
23100: * src/include/pa_wwrapper.h 1.14:
23101: * src/main/compile.y 1.88:
23102: * src/main/core.C 1.55:
23103: * src/main/main.dsp 1.44:
23104: * src/main/pa_cframe.C 1.6:
23105: * src/main/pa_request.C 1.11:
23106: * src/main/pa_value.C 1.8:
23107: * src/main/pa_vclass.C 1.5:
23108: * src/main/pa_wcontext.C 1.11:
23109: * src/types/pa_valiased.h 1.1:
23110: * src/types/pa_value.h 1.1:
23111: * src/types/pa_vbool.h 1.1:
23112: * src/types/pa_vcframe.h 1.1:
23113: * src/types/pa_vclass.C 1.1:
23114: * src/types/pa_vclass.h 1.1:
23115: * src/types/pa_vdouble.h 1.1:
23116: * src/types/pa_vhash.h 1.1:
23117: * src/types/pa_vint.h 1.1:
23118: * src/types/pa_vjunction.h 1.1:
23119: * src/types/pa_vmframe.h 1.1:
23120: * src/types/pa_vobject.h 1.1:
23121: * src/types/pa_vstring.h 1.1:
23122: * src/types/pa_vunknown.h 1.1:
23123: * src/types/pa_wcontext.C 1.1:
23124: * src/types/pa_wcontext.h 1.1:
23125: * src/types/pa_wwrapper.h 1.1:
23126: splitted types from include/
23127:
23128: * src/main/main.dsp 1.47:
23129: * src/types/pa_value.h 1.3:
23130: * src/types/pa_vdouble.h 1.3:
23131: * src/types/pa_vint.h 1.3:
23132: * src/types/pa_vobject.h 1.3:
23133: * src/types/pa_vstring.h 1.3:
23134: VString VDouble VInt base now VObject_base - without fields
23135:
23136: * src/include/core.h 1.7:
23137: * src/include/pa_request.h 1.35:
23138: * src/main/core.C 1.56:
23139: * src/main/main.dsp 1.45:
23140: * src/main/pa_request.C 1.12:
23141: renamed AUTO: to MAIN:
23142:
23143: * src/classes/double.C 1.9:
23144: * src/classes/int.C 1.9:
23145: * src/classes/root.C 1.15:
23146: * src/classes/string.C 1.6:
23147: * src/include/core.h 1.9:
23148: * src/include/pa_hash.h 1.23:
23149: * src/include/pa_pool.h 1.29:
23150: * src/include/pa_request.h 1.39:
23151: * src/include/pa_string.h 1.31:
23152: * src/main/compile.C 1.26:
23153: * src/main/core.C 1.58:
23154: * src/main/pa_request.C 1.15:
23155: ^untaint 0
23156:
23157: * src/classes/root.C 1.17:
23158: * src/main/execute.C 1.91:
23159: * src/main/main.dsp 1.48:
23160: setname for method-junctions bug fixed
23161:
23162: * src/types/pa_vdouble.h 1.4:
23163: * src/types/pa_vint.h 1.4:
23164: * src/types/pa_vobject.h 1.4:
23165: * src/types/pa_vstateless_object.h 1.1:
23166: * src/types/pa_vstring.h 1.4:
23167: stateless_object
23168:
23169: * src/classes/root.C 1.16:
23170: * src/include/core.h 1.10:
23171: * src/main/core.C 1.59:
23172: * src/main/pa_request.C 1.13:
23173: * src/types/pa_vhash.h 1.2:
23174: z
23175:
23176: * src/classes/_double.h 1.4:
23177: * src/classes/_env.h 1.3:
23178: * src/classes/_int.h 1.4:
23179: * src/classes/_root.h 1.3:
23180: * src/classes/_string.h 1.4:
23181: * src/classes/double.C 1.5:
23182: * src/classes/env.C 1.4:
23183: * src/classes/int.C 1.5:
23184: * src/classes/root.C 1.12:
23185: * src/classes/string.C 1.5:
23186: * src/include/code.h 1.20:
23187: * src/include/core.h 1.8:
23188: * src/include/pa_array.h 1.22:
23189: * src/include/pa_common.h 1.5:
23190: * src/include/pa_exception.h 1.7:
23191: * src/include/pa_hash.h 1.22:
23192: * src/include/pa_pool.h 1.28:
23193: * src/include/pa_request.h 1.36:
23194: * src/include/pa_stack.h 1.6:
23195: * src/include/pa_string.h 1.30:
23196: * src/include/pa_table.h 1.10:
23197: * src/include/pa_threads.h 1.6:
23198: * src/include/pa_types.h 1.9:
23199: * src/main/compile.C 1.25:
23200: * src/main/compile.y 1.89:
23201: * src/main/compile_tools.C 1.26:
23202: * src/main/compile_tools.h 1.27:
23203: * src/main/core.C 1.57:
23204: * src/main/execute.C 1.89:
23205: * src/main/pa_array.C 1.22:
23206: * src/main/pa_common.C 1.6:
23207: * src/main/pa_exception.C 1.6:
23208: * src/main/pa_hash.C 1.20:
23209: * src/main/pa_pool.C 1.11:
23210: * src/main/pa_request.C 1.14:
23211: * src/main/pa_string.C 1.37:
23212: * src/main/pa_table.C 1.11:
23213: * src/types/pa_valiased.h 1.2:
23214: * src/types/pa_value.h 1.2:
23215: * src/types/pa_vbool.h 1.2:
23216: * src/types/pa_vcframe.h 1.2:
23217: * src/types/pa_vclass.C 1.2:
23218: * src/types/pa_vclass.h 1.2:
23219: * src/types/pa_vdouble.h 1.2:
23220: * src/types/pa_vhash.h 1.3:
23221: * src/types/pa_vint.h 1.2:
23222: * src/types/pa_vjunction.h 1.2:
23223: * src/types/pa_vmframe.h 1.2:
23224: * src/types/pa_vobject.h 1.2:
23225: * src/types/pa_vstring.h 1.2:
23226: * src/types/pa_vunknown.h 1.2:
23227: * src/types/pa_wcontext.C 1.2:
23228: * src/types/pa_wcontext.h 1.2:
23229: * src/types/pa_wwrapper.h 1.2:
23230: headers updated
23231:
23232: * src/classes/double.C 1.7:
23233: * src/classes/int.C 1.7:
23234: * src/classes/root.C 1.13:
23235: * src/types/pa_vclass.C 1.3:
23236: * src/types/pa_vclass.h 1.3:
23237: add_native_method helper
23238:
23239: 2001-03-10 paf
23240: * src/include/core.h 1.4:
23241: * src/include/pa_request.h 1.30:
23242: * src/main/compile.y 1.85:
23243: * src/main/core.C 1.52:
23244: * src/main/pa_request.C 1.6:
23245: names to core.C
23246:
23247: * src/classes/_env.h 1.1:
23248: * src/classes/env.C 1.1:
23249: * src/classes/root.C 1.8:
23250: * src/include/pa_request.h 1.23:
23251: * src/include/pa_vclass.h 1.27:
23252: * src/main/core.C 1.49:
23253: * src/main/main.dsp 1.42:
23254: env0
23255:
23256: * src/include/code.h 1.18:
23257: * src/include/pa_request.h 1.28:
23258: * src/include/pa_vint.h 1.3:
23259: * src/include/pa_vjunction.h 1.7:
23260: * src/include/pa_vstring.h 1.16:
23261: * src/main/compile.y 1.84:
23262: * src/main/compile_tools.C 1.24:
23263: * src/main/compile_tools.h 1.25:
23264: * src/main/execute.C 1.86:
23265: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23266:
23267: * src/include/core.h 1.2:
23268: * src/include/pa_array.h 1.20:
23269: * src/include/pa_hash.h 1.20:
23270: * src/include/pa_request.h 1.24:
23271: * src/include/pa_value.h 1.49:
23272: * src/include/pa_vcframe.h 1.6:
23273: * src/include/pa_vdouble.h 1.11:
23274: * src/include/pa_vint.h 1.2:
23275: * src/include/pa_vstring.h 1.15:
23276: * src/include/pa_vunknown.h 1.8:
23277: * src/include/pa_wcontext.h 1.26:
23278: * src/main/compile.y 1.82:
23279: * src/main/compile_tools.C 1.23:
23280: * src/main/compile_tools.h 1.24:
23281: * src/main/core.C 1.50:
23282: * src/main/execute.C 1.82:
23283: * src/main/main.dsp 1.43:
23284: * src/main/pa_cframe.C 1.4:
23285: * src/main/pa_request.C 1.3:
23286: * src/main/pa_wcontext.C 1.8:
23287: const fight finished
23288:
23289: * src/include/core.h 1.6:
23290: * src/include/pa_request.h 1.34:
23291: * src/main/core.C 1.54:
23292: * src/main/pa_request.C 1.10:
23293: run+auto=run
23294:
23295: * src/include/pa_request.h 1.27:
23296: * src/main/execute.C 1.85:
23297: * src/main/pa_request.C 1.4:
23298: @auto[] realised. auto.p scan togo
23299:
23300: * src/classes/double.C 1.3:
23301: * src/classes/int.C 1.3:
23302: * src/classes/root.C 1.9:
23303: * src/classes/string.C 1.3:
23304: * src/include/pa_request.h 1.25:
23305: * src/include/pa_string.h 1.28:
23306: * src/include/pa_wcontext.h 1.27:
23307: * src/main/compile.y 1.83:
23308: * src/main/execute.C 1.83:
23309: * src/main/pa_string.C 1.35:
23310: * src/main/pa_wcontext.C 1.9:
23311: tainting 0
23312:
23313: * src/classes/_double.h 1.2:
23314: * src/classes/_int.h 1.2:
23315: * src/classes/_root.h 1.1:
23316: * src/classes/_string.h 1.2:
23317: * src/classes/double.C 1.2:
23318: * src/classes/int.C 1.2:
23319: * src/classes/root.C 1.7:
23320: * src/classes/string.C 1.2:
23321: * src/include/pa_request.h 1.22:
23322: * src/include/pa_string.h 1.27:
23323: * src/include/pa_types.h 1.7:
23324: * src/include/pa_vcframe.h 1.5:
23325: * src/include/pa_wcontext.h 1.25:
23326: * src/main/core.C 1.48:
23327: * src/main/main.dsp 1.41:
23328: * src/main/pa_cframe.C 1.3:
23329: * src/main/pa_string.C 1.34:
23330: * src/main/pa_vclass.C 1.3:
23331: * src/main/pa_wcontext.C 1.7:
23332: ^lang prepare0
23333:
23334: * src/include/pa_request.h 1.31:
23335: * src/main/compile.C 1.23:
23336: * src/main/compile.y 1.86:
23337: * src/main/pa_request.C 1.7:
23338: auto tree0
23339:
23340: * src/classes/env.C 1.2:
23341: env:file/line
23342:
23343: * src/include/pa_vclass.h 1.28:
23344: const fight to go
23345:
23346: * src/include/core.h 1.3:
23347: * src/include/pa_common.h 1.3:
23348: * src/include/pa_pool.h 1.26:
23349: * src/include/pa_request.h 1.29:
23350: * src/main/core.C 1.51:
23351: * src/main/execute.C 1.87:
23352: * src/main/pa_common.C 1.4:
23353: * src/main/pa_request.C 1.5:
23354: root auto.p loaded
23355:
1.38 ! paf 23356: * src/include/pa_request.h 1.26:
! 23357: * src/main/execute.C 1.84:
! 23358: autocalc code-junctions result now have names
! 23359:
1.15 paf 23360: * src/classes/root.C 1.11:
23361: * src/include/pa_request.h 1.33:
23362: minor if junction bug
23363:
23364: * src/main/pa_request.C 1.8:
23365: auto..
23366:
23367: * src/classes/_double.h 1.3:
23368: * src/classes/_env.h 1.2:
23369: * src/classes/_int.h 1.3:
23370: * src/classes/_root.h 1.2:
23371: * src/classes/_string.h 1.3:
23372: * src/classes/double.C 1.4:
23373: * src/classes/env.C 1.3:
23374: * src/classes/int.C 1.4:
23375: * src/classes/root.C 1.10:
23376: * src/classes/string.C 1.4:
23377: * src/include/code.h 1.19:
23378: * src/include/core.h 1.5:
23379: * src/include/pa_array.h 1.21:
23380: * src/include/pa_common.h 1.4:
23381: * src/include/pa_exception.h 1.6:
23382: * src/include/pa_hash.h 1.21:
23383: * src/include/pa_pool.h 1.27:
23384: * src/include/pa_request.h 1.32:
23385: * src/include/pa_stack.h 1.5:
23386: * src/include/pa_string.h 1.29:
23387: * src/include/pa_table.h 1.9:
23388: * src/include/pa_threads.h 1.5:
23389: * src/include/pa_types.h 1.8:
23390: * src/include/pa_valiased.h 1.3:
23391: * src/include/pa_value.h 1.50:
23392: * src/include/pa_vbool.h 1.7:
23393: * src/include/pa_vcframe.h 1.7:
23394: * src/include/pa_vclass.h 1.29:
23395: * src/include/pa_vdouble.h 1.12:
23396: * src/include/pa_vhash.h 1.12:
23397: * src/include/pa_vint.h 1.4:
23398: * src/include/pa_vjunction.h 1.8:
23399: * src/include/pa_vmframe.h 1.23:
23400: * src/include/pa_vobject.h 1.17:
23401: * src/include/pa_vstring.h 1.17:
23402: * src/include/pa_vunknown.h 1.9:
23403: * src/include/pa_wcontext.h 1.28:
23404: * src/include/pa_wwrapper.h 1.13:
23405: * src/main/compile.C 1.24:
23406: * src/main/compile.y 1.87:
23407: * src/main/compile_tools.C 1.25:
23408: * src/main/compile_tools.h 1.26:
23409: * src/main/core.C 1.53:
23410: * src/main/execute.C 1.88:
23411: * src/main/pa_array.C 1.21:
23412: * src/main/pa_cframe.C 1.5:
23413: * src/main/pa_common.C 1.5:
23414: * src/main/pa_exception.C 1.5:
23415: * src/main/pa_hash.C 1.19:
23416: * src/main/pa_pool.C 1.10:
23417: * src/main/pa_request.C 1.9:
23418: * src/main/pa_string.C 1.36:
23419: * src/main/pa_table.C 1.10:
23420: * src/main/pa_value.C 1.7:
23421: * src/main/pa_vclass.C 1.4:
23422: * src/main/pa_wcontext.C 1.10:
23423: sources header
23424:
23425: 2001-03-09 paf
23426: * src/classes/root.C [before_string_to_object_attempt] 1.4.4.1:
23427: * src/include/pa_request.h [before_string_to_object_attempt] 1.20.4.1:
23428: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.2:
23429: ^string.length[]
23430:
23431: * src/classes/root.C 1.5:
23432: * src/include/pa_request.h 1.21:
23433: * src/include/pa_vclass.h 1.26:
23434: * src/include/pa_vhash.h 1.11:
23435: * src/include/pa_vmframe.h 1.20:
23436: * src/include/pa_vobject.h 1.15:
23437: * src/include/pa_vstring.h 1.13:
23438: * src/include/pa_wcontext.h 1.24:
23439: * src/main/compile.y 1.80:
23440: * src/main/core.C 1.46:
23441: * src/main/execute.C 1.79:
23442: * src/main/main.dsp 1.39:
23443: .
23444:
23445: * src/include/pa_vmframe.h 1.22:
23446: * src/main/compile.C 1.22:
23447: * src/main/execute.C 1.81:
23448: expr construct proper naming
23449:
23450: * src/classes/_double.h 1.1:
23451: * src/classes/_int.h 1.1:
23452: * src/classes/_string.h 1.1:
23453: * src/classes/double.C 1.1:
23454: * src/classes/int.C 1.1:
23455: * src/classes/root.C 1.6:
23456: * src/classes/string.C 1.1:
23457: * src/include/code.h 1.17:
23458: * src/include/pa_value.h 1.48:
23459: * src/include/pa_vbool.h 1.6:
23460: * src/include/pa_vdouble.h 1.10:
23461: * src/include/pa_vint.h 1.1:
23462: * src/include/pa_vmframe.h 1.21:
23463: * src/include/pa_vobject.h 1.16:
23464: * src/include/pa_vstring.h 1.14:
23465: * src/main/compile.y 1.81:
23466: * src/main/compile_tools.C 1.22:
23467: * src/main/core.C 1.47:
23468: * src/main/execute.C 1.80:
23469: * src/main/main.dsp 1.40:
23470: Int and Double classes with ^int[] and ^double[]. fixed expr type
23471:
23472: 2001-03-08 paf
23473: * src/include/pa_request.h 1.18:
23474: * src/include/pa_value.h 1.44:
23475: * src/include/pa_vcframe.h 1.4:
23476: * src/include/pa_vmframe.h 1.16:
23477: * src/include/pa_wcontext.h 1.23:
23478: * src/main/compile.C 1.21:
23479: * src/main/compile.y 1.76:
23480: * src/main/core.C 1.45:
23481: * src/main/execute.C 1.70:
23482: * src/main/pa_cframe.C 1.2:
23483: * src/main/pa_wcontext.C 1.5:
23484: 'if' just compiled
23485:
23486: * src/main/pa_vclass.C 1.2:
23487: that were ok... [vclass were out of vcs]
23488:
23489: * src/include/pa_value.h 1.43:
23490: * src/include/pa_vmframe.h 1.14:
23491: * src/main/compile.y 1.75:
23492: * src/main/core.C 1.44:
23493: * src/main/execute.C 1.68:
23494: * src/main/main.dsp 1.37:
23495: z. detected probs with parameter names in operator methods
23496:
23497: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.2:
23498: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.2:
23499: * src/include/pa_wcontext.h [before_string_to_object_attempt] 1.23.4.1:
23500: * src/main/compile.y [before_string_to_object_attempt] 1.79.2.1:
23501: * src/main/core.C [before_string_to_object_attempt] 1.45.4.1:
23502: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.1:
23503: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.2:
23504: dead end: vstring can't be derivated from vobject
23505:
23506: * src/include/pa_request.h 1.17:
23507: * src/main/compile.C 1.20:
23508: * src/main/compile.y 1.73:
23509: * src/main/core.C 1.43:
23510: * src/main/main.dsp 1.36:
23511: introducing ROOT_CLASS.
23512: it's default @BASE.
23513: changed 'RUN' assignment mech
23514:
23515: * src/main/execute.C 1.64:
23516: root root in code-junction
23517:
23518: * src/include/pa_bool.h 1.2:
23519: * src/include/pa_double.h 1.2:
23520: * src/include/pa_value.h 1.47:
23521: * src/include/pa_vbool.h 1.5:
23522: * src/include/pa_vclass.h 1.24:
23523: * src/include/pa_vdouble.h 1.9:
23524: * src/include/pa_vhash.h 1.9:
23525: * src/include/pa_vjunction.h 1.6:
23526: * src/include/pa_vmframe.h 1.19:
23527: * src/include/pa_vobject.h 1.13:
23528: * src/include/pa_vstring.h 1.12:
23529: * src/include/pa_vunknown.h 1.7:
23530: * src/main/compile.y 1.79:
23531: * src/main/compile_tools.C 1.21:
23532: * src/main/execute.C 1.78:
23533: withoud cloning. didn't need it actually, params got passed
23534: from out unnamed ewpool
23535:
23536: * src/include/code.h 1.16:
23537: * src/main/compile.y 1.72:
23538: * src/main/compile_tools.C 1.19:
23539: * src/main/compile_tools.h 1.23:
23540: * src/main/execute.C 1.66:
23541: made class: dynamic, not static. so to enable runtime ^use
23542:
23543: * src/include/code.h 1.15:
23544: * src/main/compile.y 1.70:
23545: * src/main/compile_tools.C 1.18:
23546: * src/main/execute.C 1.65:
23547: joined 2 into one OP_CODE__STORE_PARAM
23548:
23549: * src/main/execute.C 1.74:
23550: fixed problems calling operators in constructors
23551:
23552: * src/classes/root.C 1.2:
23553: * src/include/pa_request.h 1.19:
23554: * src/include/pa_value.h 1.45:
23555: * src/include/pa_vbool.h 1.3:
23556: * src/include/pa_wwrapper.h 1.12:
23557: * src/main/execute.C 1.71:
23558: ^if 0
23559:
23560: * src/main/pa_vclass.C 1.1:
23561: wow! vclass were out of vcs
23562:
23563: * src/classes/root.C 1.4:
23564: * src/include/pa_stack.h 1.4:
23565: * src/main/execute.C 1.73:
23566: detected problems calling operators in constructors
23567:
23568: * src/main/compile.y 1.74:
23569: minor renamings in .y
23570:
23571: * src/include/pa_vdouble.h 1.8:
23572: * src/include/pa_vhash.h 1.8:
23573: * src/include/pa_vjunction.h 1.5:
23574: * src/include/pa_vobject.h 1.12:
23575: * src/include/pa_vunknown.h 1.6:
23576: * src/main/compile.y 1.78:
23577: cloning dead end
23578:
23579: * src/include/pa_vmframe.h [before_string_to_object_attempt] 1.19.2.1:
23580: fixed forgotten method_frame my check
23581:
23582: * src/classes/root.C 1.1:
23583: added root.c
23584:
23585: * src/include/pa_vbool.h 1.2:
23586: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.1:
23587: * src/include/pa_vdouble.h 1.6:
23588: * src/include/pa_vhash.h [before_string_to_object_attempt] 1.10.2.1:
23589: * src/include/pa_vjunction.h 1.3:
23590: * src/include/pa_vmframe.h 1.15:
23591: * src/include/pa_vobject.h [before_string_to_object_attempt] 1.14.2.1:
23592: * src/include/pa_vstring.h 1.10:
23593: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.1:
23594: * src/include/pa_wcontext.h 1.22:
23595: * src/main/execute.C 1.67:
23596: * src/main/execute.C 1.69:
23597: * src/main/execute.C 1.75:
23598: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.1:
23599: * src/main/pa_wcontext.C 1.4:
23600: * src/main/pa_wcontext.C 1.6:
23601: z
23602:
23603: * src/main/compile.y 1.71:
23604: minor grammar bug with OP_CODE__STORE_PARAM
23605:
23606: * src/include/pa_bool.h 1.1:
23607: * src/include/pa_double.h 1.1:
23608: * src/include/pa_valiased.h 1.2:
23609: * src/include/pa_value.h 1.46:
23610: * src/include/pa_vbool.h 1.4:
23611: * src/include/pa_vclass.h 1.23:
23612: * src/include/pa_vdouble.h 1.7:
23613: * src/include/pa_vhash.h 1.7:
23614: * src/include/pa_vjunction.h 1.4:
23615: * src/include/pa_vmframe.h 1.18:
23616: * src/include/pa_vobject.h 1.11:
23617: * src/include/pa_vstring.h 1.11:
23618: * src/include/pa_vunknown.h 1.5:
23619: * src/main/compile.y 1.77:
23620: * src/main/compile_tools.C 1.20:
23621: * src/main/execute.C 1.77:
23622: * src/main/main.dsp 1.38:
23623: * src/main/pa_value.C 1.6:
23624: value.cloning so to give params proper names
23625:
23626: * src/classes/root.C 1.3:
23627: * src/include/pa_request.h 1.20:
23628: * src/main/execute.C 1.72:
23629: autocalc def to string
23630:
23631: * src/include/pa_vmframe.h 1.17:
23632: * src/main/execute.C 1.76:
23633: added names to unknown values in get_element and unfilled
23634: params. removed wrong name change in get_element
23635:
23636: * src/include/pa_vclass.h 1.25:
23637: * src/include/pa_vhash.h 1.10:
23638: * src/include/pa_vobject.h 1.14:
23639: removes some remained clone conseqs
23640:
23641: 2001-03-07 paf
23642: * src/include/pa_hash.h 1.19:
23643: * src/include/pa_value.h 1.40:
23644: * src/include/pa_vhash.h 1.4:
23645: * src/include/pa_vunknown.h 1.4:
23646: * src/main/compile.y 1.67:
23647: * src/main/execute.C 1.62:
23648: * src/main/pa_hash.C 1.18:
23649: expr def in -f
23650:
23651: * src/main/compile.y 1.65:
23652: * src/main/execute.C 1.60:
23653: * src/main/pa_string.C 1.33:
23654: bug in string.cmp fixed
23655:
23656: * src/main/compile.y 1.68:
23657: .y priorities syntax shaped up a bit
23658:
23659: * src/main/compile.y 1.64:
23660: expr quoted code
23661:
23662: * src/main/execute.C 1.57:
23663: ^var.menu{$field} problem detected. that $field not a $var.field
23664:
23665: * src/main/compile.y 1.69:
23666: * src/main/compile_tools.h 1.22:
23667: ^func(params)
23668:
23669: * src/include/pa_value.h 1.42:
23670: * src/include/pa_vclass.h 1.22:
23671: * src/include/pa_vhash.h 1.6:
23672: * src/include/pa_vmframe.h 1.13:
23673: * src/include/pa_vobject.h 1.10:
23674: * src/include/pa_wwrapper.h 1.11:
23675: const in Value.get_element
23676:
1.38 ! paf 23677: * src/main/compile.y 1.63:
! 23678: * src/main/execute.C 1.59:
! 23679: expr whitespace solved. added "" support0
! 23680:
1.15 paf 23681: * src/include/pa_string.h 1.26:
23682: * src/main/compile.y 1.61:
23683: * src/main/execute.C 1.58:
23684: * src/main/pa_string.C 1.32:
23685: just compiled lt&co
23686:
23687: * src/include/pa_stack.h 1.3:
23688: * src/include/pa_value.h 1.41:
23689: * src/include/pa_vclass.h 1.21:
23690: * src/include/pa_vhash.h 1.5:
23691: * src/include/pa_vmframe.h 1.12:
23692: * src/include/pa_vobject.h 1.9:
23693: * src/include/pa_wwrapper.h 1.10:
23694: * src/main/execute.C 1.63:
23695: fixed rwcontext of {} params up
23696:
23697: * src/main/compile.y 1.62:
23698: expr string comparisons 0
23699:
23700: * src/main/compile.y 1.66:
23701: * src/main/execute.C 1.61:
23702: expr calls
23703:
23704: 2001-03-06 paf
23705: * src/include/pa_vbool.h 1.1:
23706: forgot this
23707:
23708: * src/main/compile.y 1.51:
23709: expr lexx1
23710:
23711: * src/include/code.h 1.14:
23712: * src/main/compile.y 1.59:
23713: * src/main/execute.C 1.56:
23714: 1 problems with skipping whitespace in yylex fixed
23715: 2 xors: # bitwise ## logical
23716:
23717: * src/include/code.h 1.11:
23718: * src/include/pa_valiased.h 1.1:
23719: * src/include/pa_value.h 1.37:
23720: * src/include/pa_vdouble.h 1.1:
23721: * src/include/pa_vstring.h 1.6:
23722: * src/main/compile.y 1.49:
23723: * src/main/execute.C 1.49:
23724: expr lex0 exec-1
23725:
23726: * src/main/compile.y 1.52:
23727: expr grammar-1
23728:
23729: * src/include/pa_value.h 1.39:
23730: * src/include/pa_vdouble.h 1.5:
23731: * src/include/pa_vstring.h 1.8:
23732: * src/include/pa_vunknown.h 1.3:
23733: * src/main/compile.y 1.56:
23734: * src/main/execute.C 1.54:
23735: * src/main/main.dsp 1.35:
23736: !~
23737:
23738: * src/include/code.h 1.10:
23739: * src/main/compile.y 1.48:
23740: * src/main/compile_tools.h 1.18:
23741: g
23742:
23743: * src/main/compile.y 1.60:
23744: .y expr visible-shorter
23745:
23746: * src/include/pa_vcframe.h 1.3:
23747: * src/include/pa_vclass.h 1.20:
23748: * src/include/pa_vdouble.h 1.4:
23749: * src/include/pa_vhash.h 1.3:
23750: * src/include/pa_vjunction.h 1.2:
23751: * src/include/pa_vmframe.h 1.11:
23752: * src/include/pa_vobject.h 1.8:
23753: * src/include/pa_vstring.h 1.7:
23754: * src/include/pa_vunknown.h 1.2:
23755: * src/include/pa_wcontext.h 1.21:
23756: * src/include/pa_wwrapper.h 1.9:
23757: * src/main/compile.y 1.55:
23758: * src/main/compile_tools.C 1.17:
23759: * src/main/compile_tools.h 1.21:
23760: * src/main/execute.C 1.53:
23761: +-*/
23762:
23763: * src/main/compile.y 1.50:
23764: * src/main/execute.C 1.50:
23765: * src/main/main.dsp 1.34:
23766: z
23767:
1.38 ! paf 23768: * src/include/pa_vstring.h 1.9:
! 23769: * src/main/compile.y 1.58:
! 23770: problems with skipping whitespace in yylex
! 23771:
1.15 paf 23772: * src/include/pa_value.h 1.38:
23773: * src/include/pa_vdouble.h 1.2:
23774: * src/main/compile.y 1.53:
23775: * src/main/execute.C 1.51:
23776: expr grammar-1 2*2=4.000000 :)
23777:
23778: * src/include/pa_vdouble.h 1.3:
23779: * src/main/compile.y 1.54:
23780: * src/main/compile_tools.C 1.15:
23781: * src/main/compile_tools.h 1.19:
23782: grammar-1.1 $a(z) $a=0
23783:
23784: * src/include/code.h 1.13:
23785: * src/main/compile.y 1.57:
23786: * src/main/execute.C 1.55:
23787: without string ops in expressions 0
23788:
23789: 2001-02-26 paf
23790: * src/main/compile.y 1.46:
23791: max_string in yyerror bug fix
23792:
23793: 2001-02-25 paf
23794: * src/main/compile.y 1.40:
23795: escaping bug
23796:
23797: * src/include/pa_request.h 1.14:
23798: * src/main/compile.C 1.19:
23799: * src/main/core.C 1.38:
23800: default name RUN, also alias
23801:
23802: * src/include/pa_vcframe.h 1.2:
23803: * src/include/pa_vmframe.h 1.5:
23804: * src/include/pa_vobject.h 1.6:
23805: * src/include/pa_wcontext.h 1.17:
23806: * src/include/pa_wwrapper.h 1.7:
23807: * src/main/core.C 1.40:
23808: * src/main/execute.C 1.43:
23809: * src/main/main.dsp 1.31:
23810: would now get fields into interm VFielded class
23811:
23812: * src/include/pa_request.h 1.16:
23813: * src/include/pa_value.h 1.34:
23814: * src/include/pa_vmframe.h 1.7:
23815: * src/include/pa_wcontext.h 1.19:
23816: * src/main/execute.C 1.46:
23817: VAliased0
23818:
23819: * src/main/execute.C 1.47:
23820: VAliased1
23821:
23822: * src/include/pa_value.h 1.35:
23823: * src/include/pa_vmframe.h 1.8:
23824: VAliased2
23825:
23826: * src/include/code.h 1.9:
23827: * src/include/pa_value.h 1.28:
23828: * src/include/pa_vclass.h 1.15:
23829: * src/include/pa_vmframe.h 1.2:
23830: * src/include/pa_vobject.h 1.3:
23831: * src/include/pa_wwrapper.h 1.5:
23832: * src/main/compile.y 1.38:
23833: * src/main/compile_tools.C 1.14:
23834: * src/main/compile_tools.h 1.16:
23835: * src/main/execute.C 1.38:
23836: ^class:method() just compiled
23837:
1.38 ! paf 23838: * src/include/pa_value.h 1.36:
! 23839: * src/include/pa_vmframe.h 1.9:
! 23840: * src/include/pa_wcontext.h 1.20:
! 23841: * src/main/execute.C 1.48:
! 23842: VAliased3
! 23843:
1.15 paf 23844: * src/include/pa_hash.h 1.18:
23845: * src/include/pa_value.h 1.31:
23846: * src/include/pa_vclass.h 1.17:
23847: * src/include/pa_vmframe.h 1.4:
23848: * src/include/pa_vobject.h 1.5:
23849: * src/include/pa_vstring.h 1.5:
23850: * src/include/pa_wcontext.h 1.16:
23851: * src/main/compile.y 1.45:
23852: * src/main/core.C 1.39:
23853: * src/main/execute.C 1.42:
23854: * src/main/main.dsp 1.30:
23855: * src/main/pa_hash.C 1.17:
23856: * src/main/pa_value.C 1.5:
23857: * src/main/pa_wcontext.C 1.3:
23858: virtuals2
23859:
23860: * src/include/pa_value.h 1.32:
23861: * src/include/pa_vclass.h 1.18:
23862: * src/include/pa_wcontext.h 1.18:
23863: * src/include/pa_wwrapper.h 1.8:
23864: * src/main/execute.C 1.44:
23865: * src/main/main.dsp 1.32:
23866: no not get fields into interm VFielded class.
23867: fields & staticfields 1
23868:
23869: * src/include/pa_pool.h 1.25:
23870: * src/include/pa_request.h 1.15:
23871: * src/include/pa_value.h 1.33:
23872: * src/include/pa_vclass.h 1.19:
23873: * src/include/pa_vmframe.h 1.6:
23874: * src/include/pa_vobject.h 1.7:
23875: * src/main/core.C 1.41:
23876: * src/main/execute.C 1.45:
23877: * src/main/main.dsp 1.33:
23878: VAliased just compiled
23879:
23880: * src/include/pa_request.h 1.13:
23881: * src/include/pa_value.h 1.29:
23882: * src/include/pa_vobject.h 1.4:
23883: * src/main/compile.y 1.39:
23884: * src/main/compile_tools.h 1.17:
23885: * src/main/core.C 1.37:
23886: * src/main/execute.C 1.39:
23887: * src/main/pa_common.C 1.3:
23888: vobject1
23889:
23890: * src/main/compile.y 1.43:
23891: rethought to $class:static.field.subfield
23892:
23893: * src/main/compile.y 1.44:
23894: : 1
23895:
23896: * src/include/pa_value.h 1.30:
23897: * src/include/pa_vmframe.h 1.3:
23898: * src/include/pa_wwrapper.h 1.6:
23899: * src/main/compile.y 1.41:
23900: * src/main/execute.C 1.40:
23901: * src/main/pa_wcontext.C 1.2:
23902: before execute class calls rewrite
23903:
23904: * src/include/pa_vclass.h 1.16:
23905: * src/main/compile.y 1.42:
23906: * src/main/execute.C 1.41:
23907: $class:element
23908:
23909: * src/include/pa_pool.h [class_alias_dead_end] 1.24.2.1:
23910: * src/include/pa_value.h [class_alias_dead_end] 1.32.2.1:
23911: * src/include/pa_vclass.h [class_alias_dead_end] 1.18.2.1:
23912: * src/include/pa_vobject.h [class_alias_dead_end] 1.6.2.1:
23913: * src/main/execute.C [class_alias_dead_end] 1.44.2.1:
23914: alias dead end
23915:
23916: 2001-02-24 paf
23917: * src/main/compile.y 1.32:
23918: fixed grammar bugs in constructor/params klinch
23919:
23920: * src/main/main.dsp 1.29:
23921: no bison -d
23922:
23923: * src/main/compile.y 1.37:
23924: * src/main/compile_tools.h 1.15:
23925: use0 line no on 'undef class' err msg wrong
23926:
23927: * src/main/compile.y 1.30:
23928: fixed last \n macrotemplate strip bug
23929:
23930: * src/include/pa_vframe.h 1.5:
23931: * src/main/compile.y 1.33:
23932: found junction ideology @: ^x{$a()) must construct current
23933: wcontext element, so smart wcontext handling needed
23934:
23935: * src/include/pa_value.h 1.25:
23936: * src/include/pa_wcontext.h 1.15:
23937: * src/include/pa_wwrapper.h 1.4:
23938: * src/main/execute.C 1.36:
23939: * src/main/pa_value.C 1.4:
23940: it works as bad as you've named it: wcontext.value() was not a
23941: perfect idea
23942:
23943: * src/main/compile.y 1.35:
23944: * src/main/core.C 1.36:
23945: yylex need some @special lines adj
23946:
23947: * src/include/pa_value.h 1.24:
23948: * src/include/pa_vcframe.h 1.1:
23949: * src/include/pa_vclass.h 1.10:
23950: * src/include/pa_vframe.h 1.6:
23951: * src/include/pa_vhash.h 1.2:
23952: * src/include/pa_vjunction.h 1.1:
23953: * src/include/pa_vmframe.h 1.1:
23954: * src/include/pa_wcontext.h 1.14:
23955: * src/include/pa_wwrapper.h 1.3:
23956: * src/main/execute.C 1.34:
23957: * src/main/main.dsp 1.27:
23958: * src/main/pa_cframe.C 1.1:
23959: * src/main/pa_wcontext.C 1.1:
23960: codeframe just compiled
23961:
23962: * src/include/pa_request.h 1.12:
23963: * src/include/pa_vclass.h 1.14:
23964: * src/main/compile.C 1.18:
23965: * src/main/compile.y 1.34:
23966: * src/main/compile_tools.h 1.14:
23967: * src/main/core.C 1.35:
23968: modules0
23969:
23970: * src/main/pa_array.C 1.20:
23971: minor bug in expanding very small arrays. 60% from 1 were 0
23972:
23973: * src/include/pa_vclass.h 1.12:
23974: * src/main/compile.y 1.36:
23975: * src/main/core.C 1.33:
23976: z
23977:
23978: * src/include/code.h 1.7:
23979: * src/include/pa_request.h 1.11:
23980: * src/include/pa_value.h 1.23:
23981: * src/include/pa_vclass.h 1.9:
23982: * src/include/pa_vframe.h 1.4:
23983: * src/main/compile.y 1.29:
23984: * src/main/compile_tools.C 1.13:
23985: * src/main/compile_tools.h 1.13:
23986: * src/main/core.C 1.32:
23987: * src/main/execute.C 1.32:
23988: code junctions0. something wrong with last \n macrotemplate strip
23989:
23990: * src/include/pa_value.h 1.26:
23991: * src/include/pa_vclass.h 1.11:
23992: * src/include/pa_vobject.h 1.1:
23993: * src/main/main.dsp 1.28:
23994: vobject00
23995:
23996: * src/main/compile.y 1.31:
23997: * src/main/execute.C 1.33:
23998: fixed empty constructor optimized empty case. failed on calls -
23999: produced empty string param
24000:
24001: * src/main/execute.C 1.35:
24002: codeframe1
24003:
24004: 2001-02-23 paf
24005: * src/include/pa_value.h 1.18:
24006: * src/main/core.C 1.27:
24007: * src/main/execute.C 1.25:
24008: * src/main/main.dsp 1.23:
24009: value named
24010:
24011: * src/main/compile.y 1.26:
24012: * src/main/execute.C 1.27:
24013: empty constructor bug fixed
24014:
24015: * src/include/pa_vframe.h 1.1:
24016: * src/include/pa_vunknown.h 1.1:
24017: * src/include/pa_wcontext.h 1.13:
24018: * src/include/pa_wwrapper.h 1.1:
24019: * src/main/core.C 1.29:
24020: * src/main/execute.C 1.29:
24021: * src/main/main.dsp 1.25:
24022: * src/main/pa_value.C 1.1:
24023: call0
24024:
24025: * src/main/compile.y 1.27:
24026: * src/main/compile_tools.C 1.12:
24027: * src/main/compile_tools.h 1.12:
24028: fixed wrong grammar in complex constructor case
24029:
24030: * src/include/pa_value.h 1.21:
24031: * src/include/pa_vclass.h 1.8:
24032: * src/include/pa_vframe.h 1.3:
24033: * src/main/core.C 1.30:
24034: * src/main/execute.C 1.31:
24035: * src/main/pa_value.C 1.2:
24036: get_method RIP. junctions everywhere. call with junctions0
24037:
24038: * src/main/compile.y 1.28:
24039: * src/main/execute.C 1.30:
24040: * src/main/main.dsp 1.26:
24041: rethought some. before junction
24042:
24043: * src/include/pa_value.h 1.17:
24044: * src/include/pa_vstring.h 1.4:
24045: * src/main/execute.C 1.24:
24046: strign 2 value in 2 places in execute
24047:
24048: * src/include/pa_wcontext.h 1.11:
24049: z
24050:
24051: * src/include/pa_hash.h 1.17:
24052: * src/include/pa_value.h 1.19:
24053: * src/include/pa_wcontext.h 1.12:
24054: * src/main/core.C 1.28:
24055: * src/main/execute.C 1.28:
24056: * src/main/main.dsp 1.24:
24057: * src/main/pa_hash.C 1.16:
24058: started call. store param, vframe done
24059:
24060: * src/include/pa_value.h 1.22:
24061: * src/main/compile.C 1.17:
24062: * src/main/core.C 1.31:
24063: * src/main/pa_value.C 1.3:
24064: minor error reporting format beautifyings
24065:
24066: * src/main/execute.C 1.26:
24067: with result rwpool
24068:
24069: * src/include/pa_value.h 1.16:
24070: * src/include/pa_wcontext.h 1.10:
24071: * src/main/compile.y 1.25:
24072: * src/main/execute.C 1.23:
24073: * src/main/main.dsp 1.22:
24074: * src/main/pa_array.C 1.19:
24075: auto VHash on wcontext.put_element when wcontext fvalue==0
24076:
1.38 ! paf 24077: * src/include/pa_value.h 1.20:
! 24078: * src/include/pa_vclass.h 1.7:
! 24079: * src/include/pa_vframe.h 1.2:
! 24080: * src/include/pa_wwrapper.h 1.2:
! 24081: lara came, can't work, sorry :(
! 24082:
1.15 paf 24083: 2001-02-22 paf
24084: * src/include/pa_request.h 1.10:
24085: * src/main/compile.y 1.23:
24086: $self.put(val)
24087:
24088: * src/include/pa_pool.h 1.24:
24089: * src/include/pa_vclass.h 1.5:
24090: * src/main/core.C 1.25:
24091: * src/main/pa_hash.C 1.15:
24092: * src/main/pa_pool.C 1.9:
24093: TRY...
24094:
24095: * src/include/code.h 1.6:
24096: * src/main/compile_tools.C 1.9:
24097: * src/main/compile_tools.h 1.10:
24098: * src/main/execute.C 1.19:
24099: OP_STRING better then some xxx _VALUE
24100:
24101: * src/main/compile.C 1.14:
24102: * src/main/core.C 1.26:
24103: * src/main/execute.C 1.16:
24104: * src/main/pa_string.C 1.31:
24105: more precise parse error line:col
24106:
24107: * src/main/compile.C 1.15:
24108: * src/main/compile.y 1.18:
24109: * src/main/execute.C 1.20:
24110: started : with $a.$:f
24111:
24112: * src/main/compile.y 1.20:
24113: $: wasn't finished - $:sdf(sdf) troubled a bit. finished now.
24114:
24115: * src/include/code.h 1.3:
24116: * src/include/pa_string.h 1.25:
24117: * src/include/pa_value.h 1.12:
24118: * src/include/pa_vclass.h 1.3:
24119: * src/include/pa_wcontext.h 1.3:
24120: * src/main/compile.y 1.14:
24121: * src/main/execute.C 1.14:
24122: * src/main/pa_string.C 1.28:
24123: write_value write_string 0
24124: it seems wcontext must write strings regardles of fvalue!=0
24125:
24126: * src/include/code.h 1.4:
24127: * src/include/pa_value.h 1.13:
24128: * src/include/pa_vclass.h 1.4:
24129: * src/include/pa_wcontext.h 1.5:
24130: * src/main/compile.y 1.15:
24131: * src/main/compile_tools.C 1.6:
24132: * src/main/compile_tools.h 1.8:
24133: * src/main/execute.C 1.15:
24134: * src/main/main.dsp 1.20:
24135: iiieeyys! get/put simple vars to VClass works0
24136:
24137: * src/include/pa_array.h 1.18:
24138: * src/include/pa_wcontext.h 1.4:
24139: * src/main/pa_string.C 1.29:
24140: in process, but found that exceptions are too global
24141:
24142: * src/main/compile.y 1.19:
24143: $: finished
24144:
24145: * src/main/compile.C 1.16:
24146: * src/main/compile.y 1.21:
24147: * src/main/compile_tools.C 1.10:
24148: z
24149:
24150: * src/include/pa_request.h 1.9:
24151: * src/include/pa_stack.h 1.2:
24152: * src/include/pa_wcontext.h 1.7:
24153: * src/main/execute.C 1.17:
24154: z about to vstring it .y all
24155:
24156: * src/include/pa_hash.h 1.16:
24157: * src/include/pa_value.h 1.15:
24158: * src/include/pa_vclass.h 1.6:
24159: * src/include/pa_vhash.h 1.1:
24160: * src/include/pa_vstring.h 1.3:
24161: * src/include/pa_wcontext.h 1.9:
24162: * src/main/execute.C 1.22:
24163: * src/main/main.dsp 1.21:
24164: auto VHash in pa.th.cre.at.e
24165:
24166: * src/include/code.h 1.5:
24167: * src/include/pa_vstring.h 1.2:
24168: * src/main/compile.y 1.17:
24169: * src/main/compile_tools.C 1.8:
24170: * src/main/compile_tools.h 1.9:
24171: * src/main/execute.C 1.18:
24172: string to vstring it .y all
24173:
24174: * src/include/pa_array.h 1.19:
24175: * src/main/compile.y 1.22:
24176: * src/main/compile_tools.C 1.11:
24177: * src/main/compile_tools.h 1.11:
24178: * src/main/pa_array.C 1.18:
24179: $self.get
24180:
24181: * src/include/pa_exception.h 1.5:
24182: * src/include/pa_pool.h 1.23:
24183: * src/include/pa_request.h 1.8:
24184: * src/include/pa_value.h 1.14:
24185: * src/include/pa_wcontext.h 1.6:
24186: * src/main/compile.C 1.13:
24187: * src/main/compile.y 1.16:
24188: * src/main/compile_tools.C 1.7:
24189: * src/main/core.C 1.24:
24190: * src/main/pa_array.C 1.17:
24191: * src/main/pa_exception.C 1.4:
24192: * src/main/pa_hash.C 1.14:
24193: * src/main/pa_pool.C 1.8:
24194: * src/main/pa_string.C 1.30:
24195: * src/main/pa_table.C 1.9:
24196: removed exception from request
24197:
24198: * src/include/pa_vstring.h 1.1:
24199: * src/main/compile.C 1.12:
24200: * src/main/core.C 1.23:
24201: added some forgotten
24202:
24203: * src/include/pa_wcontext.h 1.8:
24204: * src/main/compile.y 1.24:
24205: * src/main/execute.C 1.21:
24206: erroreos checkout
24207:
24208: 2001-02-21 paf
24209: * src/main/compile.y 1.9:
24210: more straightforward yylex[end]
24211:
24212: * src/main/compile.C 1.6:
24213: * src/main/compile.y 1.6:
24214: * src/main/compile_tools.h 1.5:
24215: error processing in eval & yyerror so it wouldn't cause
24216: memleaks.
24217:
24218: * src/include/compile.h 1.5:
24219: * src/include/execute.h 1.3:
24220: * src/include/pa_array.h 1.17:
24221: * src/include/pa_request.h 1.7:
24222: * src/include/pa_stack.h 1.1:
24223: * src/include/pa_vclass.h 1.2:
24224: * src/include/pa_wcontext.h 1.2:
24225: * src/main/compile.C 1.10:
24226: * src/main/compile.y 1.12:
24227: * src/main/execute.C 1.11:
24228: * src/main/main.dsp 1.19:
24229: * src/main/pa_array.C 1.16:
24230: * src/main/pa_request.C 1.2:
24231: get put -1 [just compiled]
24232:
24233: * src/include/compile.h 1.4:
24234: * src/include/pa_array.h 1.16:
24235: * src/main/compile.C 1.9:
24236: * src/main/compile.y 1.11:
24237: * src/main/execute.C 1.10:
24238: MAIN_METHOD_NAME ready to write execute
24239:
24240: * src/include/pa_string.h 1.24:
24241: * src/include/pa_types.h 1.6:
24242: * src/main/pa_string.C 1.27:
24243: string.operator==(char*)
24244:
24245: * src/main/compile.C 1.11:
24246: * src/main/compile.y 1.13:
24247: * src/main/execute.C 1.12:
24248: store0
24249:
24250: * src/include/core.h 1.1:
24251: * src/include/pa_context.h 1.8:
24252: * src/include/pa_request.h 1.6:
24253: * src/include/pa_vclass.h 1.1:
24254: * src/include/pa_wcontext.h 1.1:
24255: * src/main/core.C 1.22:
24256: * src/main/main.dsp 1.18:
24257: * src/main/pa_request.C 1.1:
24258: request core methods0
24259:
24260: * src/include/compile.h 1.3:
24261: * src/include/pa_context.h 1.7:
24262: * src/include/pa_hash.h 1.15:
24263: * src/include/pa_request.h 1.5:
24264: * src/include/pa_string.h 1.23:
24265: * src/include/pa_value.h 1.9:
24266: struck with const array.gets
24267:
24268: * src/include/code.h 1.2:
24269: * src/include/pa_types.h 1.5:
24270: * src/main/compile.C 1.3:
24271: * src/main/compile.y 1.3:
24272: * src/main/compile_tools.C 1.3:
24273: * src/main/compile_tools.h 1.3:
24274: * src/main/execute.C 1.3:
24275: * src/main/main.dsp 1.16:
24276: .y to c++
24277: hierarchy output fix.
24278: compiler works ok
24279:
24280: * src/include/compile.h 1.2:
24281: * src/main/compile.C 1.4:
24282: * src/main/compile.y 1.4:
24283: * src/main/compile_tools.h 1.4:
24284: line numbers needed. would add them to .y now internally.
24285: externally it's not as precise as needed
24286:
24287: * src/include/pa_exception.h 1.4:
24288: * src/include/pa_value.h 1.11:
24289: * src/main/compile.C 1.8:
24290: * src/main/compile.y 1.10:
24291: * src/main/compile_tools.C 1.5:
24292: * src/main/compile_tools.h 1.7:
24293: .y methods and one_big_piece. now compile returns array<method*>
1.38 ! paf 24294:
! 24295: * src/include/execute.h 1.2:
! 24296: * src/include/pa_array.h 1.15:
! 24297: * src/include/pa_value.h 1.10:
! 24298: * src/main/execute.C 1.9:
! 24299: * src/main/pa_array.C 1.15:
! 24300: after array.const get wonders
1.15 paf 24301:
24302: * src/main/compile.y 1.7:
24303: * src/main/execute.C 1.4:
24304: * src/main/execute.C 1.5:
24305: * src/main/execute.C 1.6:
24306: * src/main/execute.C 1.7:
24307: * src/main/execute.C 1.8:
24308: z
24309:
24310: * src/main/execute.C 1.13:
24311: tired :)
24312:
24313: * src/main/compile.C 1.5:
24314: * src/main/compile.y 1.5:
24315: failed to add absolute precies parse error positions. leaving
24316: RIGHTMOST position as @file[line:col]
24317:
24318: 2001-02-20 paf
24319: * src/include/code.h 1.1:
24320: * src/include/compile.h 1.1:
24321: * src/include/execute.h 1.1:
24322: * src/include/pa_array.h 1.14:
24323: * src/include/pa_common.h 1.2:
24324: * src/include/pa_pool.h 1.22:
24325: * src/include/pa_string.h 1.22:
24326: * src/include/pa_table.h 1.8:
24327: * src/include/pa_types.h 1.4:
24328: * src/main/compile.C 1.1:
24329: * src/main/compile.y 1.1:
24330: * src/main/compile_tools.C 1.1:
24331: * src/main/compile_tools.h 1.1:
24332: * src/main/core.C 1.21:
24333: * src/main/execute.C 1.1:
24334: * src/main/main.dsp 1.14:
24335: * src/main/pa_array.C 1.14:
24336: * src/main/pa_common.C 1.2:
24337: * src/main/pa_hash.C 1.12:
24338: * src/main/pa_string.C 1.26:
24339: * src/main/pa_table.C 1.8:
24340: bison[yacc] first time compiled.
24341: execute=dump for now
24342:
24343: * src/main/compile.C 1.2:
24344: * src/main/compile.y 1.2:
24345: * src/main/compile_tools.C 1.2:
24346: * src/main/compile_tools.h 1.2:
24347: * src/main/execute.C 1.2:
24348: * src/main/main.dsp 1.15:
24349: nestage probs, eof yylex not perfect
24350:
24351: * src/main/core.C 1.20:
24352: core rewrite using yacc investigations
24353: now will be compile[yacc]/execute[opcodes]
24354:
24355: 2001-02-15 paf
24356: * src/include/pa_value.h 1.8:
24357: * src/main/core.C 1.19:
24358: maybe a-la yacc those ifs rewrite as turing machine?
24359: for it seems it would be it's too many ifs with this syntax now
24360:
24361: 2001-02-14 paf
24362: * src/include/pa_context.h 1.6:
24363: * src/include/pa_string.h 1.20:
24364: * src/main/core.C 1.10:
24365: * src/main/pa_string.C 1.23:
24366: process text repassing
24367:
24368: * src/include/pa_value.h 1.7:
24369: * src/main/core.C 1.11:
24370: * src/main/pa_string.C 1.24:
24371: process text repassing2
24372: operator static vars
24373:
24374: * src/include/pa_string.h 1.21:
24375: * src/main/core.C 1.12:
24376: * src/main/pa_string.C 1.25:
24377: get names 0
24378:
24379: * src/include/pa_context.h 1.5:
24380: * src/include/pa_value.h 1.6:
24381: * src/main/core.C 1.9:
24382: module:calls changes
24383:
24384: * src/main/core.C 1.16:
24385: varios breaks
24386:
24387: * src/main/core.C 1.17:
24388: get_params
24389: figured ^menu[UNEVALUATED unthinked :( ]
24390:
24391: * src/main/core.C 1.18:
24392: get_params 1
24393:
24394: * src/main/core.C 1.13:
24395: get names 1
24396:
24397: * src/main/core.C 1.14:
24398: get names 2
24399:
24400: * src/main/core.C 1.15:
24401: get names 3
24402:
24403: 2001-02-13 paf
24404: * src/include/pa_string.h 1.17:
24405: * src/main/pa_string.C 1.19:
24406: String_iterator::skip_to
24407: todo:optimize
24408:
24409: * src/main/core.C 1.6:
24410: operators
24411: : and self. prefixes
24412:
24413: * src/include/pa_context.h 1.4:
24414: * src/include/pa_value.h 1.5:
24415: * src/main/core.C 1.8:
24416: ^class:calls[] started
24417:
24418: * src/include/pa_string.h 1.18:
24419: * src/main/pa_string.C 1.21:
24420: String_iterator optimized
24421:
24422: * src/include/pa_string.h 1.19:
24423: * src/main/pa_string.C 1.22:
24424: String_iterator tested
24425:
24426: * src/main/pa_string.C 1.20:
24427: String_iterator::skip_to
24428: optimized a bit. would change privates to better support optimization
24429:
24430: * src/include/pa_value.h 1.4:
24431: * src/main/core.C 1.5:
24432: * src/main/core.C 1.7:
24433: z
24434:
24435: 2001-02-12 paf
24436: * src/include/pa_context.h 1.2:
24437: * src/include/pa_value.h 1.2:
24438: * src/main/core.C 1.2:
24439: get self/methodref joined
24440:
24441: * src/include/pa_context.h 1.3:
24442: * src/include/pa_value.h 1.3:
24443: * src/main/core.C 1.3:
24444: some comments
24445:
24446: * src/include/pa_string.h 1.16:
24447: * src/main/core.C 1.4:
24448: * src/main/pa_string.C 1.18:
24449: started String_iterator
24450:
24451: 2001-02-11 paf
24452: * src/include/pa_context.h 1.1:
24453: * src/include/pa_value.h 1.1:
24454: * src/main/core.C 1.1:
24455: * src/main/main.dsp 1.13:
24456: core started.
24457: core.C, context&value .h
24458:
24459: * src/include/pa_array.h 1.13:
24460: * src/include/pa_hash.h 1.14:
24461: * src/include/pa_pool.h 1.21:
24462: * src/include/pa_string.h 1.15:
24463: * src/main/main.dsp 1.12:
24464: * src/main/pa_array.C 1.13:
24465: * src/main/pa_hash.C 1.11:
24466: * src/main/pa_pool.C 1.7:
24467: * src/main/pa_string.C 1.17:
24468: :pooled
24469:
24470: 2001-01-30 paf
24471: * src/include/pa_error.h 1.4:
24472: * src/include/pa_exception.h 1.1:
24473: * src/include/pa_pool.h 1.17:
24474: * src/include/pa_request.h 1.3:
24475: * src/main/main.dsp 1.10:
24476: * src/main/pa_error.C 1.4:
24477: * src/main/pa_exception.C 1.1:
24478: * src/main/pa_pool.C 1.4:
24479: * src/targets/Makefile.am 1.2:
24480: lowered targets/parser into subdir, added parser_Pool(Pool)
24481: failed to add. would think..
24482:
24483: * src/include/pa_exception.h 1.3:
24484: * src/include/pa_pool.h 1.19:
24485: * src/include/pa_table.h 1.7:
24486: * src/main/pa_exception.C 1.3:
24487: * src/main/pa_table.C 1.7:
24488: minor * to & changes
24489:
24490: * src/include/pa_pool.h 1.20:
24491: * src/main/Makefile.am 1.5:
24492: * src/main/main.dsp 1.11:
24493: * src/main/pa_pool.C 1.6:
24494: moved pa_pool.C to be target specific
24495:
24496: * src/Makefile.am 1.2:
24497: * src/main/Makefile.am 1.6:
24498: * src/targets/Makefile.am 1.3:
24499: .am comments
24500:
24501: * src/include/pa_exception.h 1.2:
24502: * src/include/pa_pool.h 1.18:
24503: * src/include/pa_request.h 1.4:
24504: * src/include/pa_table.h 1.6:
24505: * src/main/pa_array.C 1.12:
24506: * src/main/pa_exception.C 1.2:
24507: * src/main/pa_pool.C 1.5:
24508: * src/main/pa_table.C 1.6:
24509: error re-associated. that's much better
24510: even removed 'die' necessety
24511:
24512: 2001-01-29 paf
24513: * src/include/pa_hash.h 1.9:
24514: * src/include/pa_pool.h 1.10:
24515: * src/include/pa_threads.h 1.3:
24516: * src/main/pa_hash.C 1.5:
24517: made local Hash-es not thread safe=quicker by
24518: SYNCHRONIZED(thread_safe)
24519:
24520: * src/include/pa_hash.h 1.5:
24521: some comments
24522:
24523: * src/include/pa_error.h 1.2:
24524: * src/include/pa_request.h 1.2:
24525: * src/include/pa_string.h 1.13:
24526: * src/include/pa_table.h 1.4:
24527: * src/main/pa_error.C 1.2:
24528: * src/main/pa_table.C 1.4:
24529: Error fixed
24530:
24531: * src/include/pa_pool.h 1.11:
24532: * src/include/pa_string.h 1.9:
24533: * src/main/pa_string.C 1.13:
24534: String originating
24535:
1.23 paf 24536: * src/include/pa_pool.h 1.14:
24537: * src/main/pa_array.C 1.9:
24538: tested - decision "no templates"
1.15 paf 24539:
24540: * src/include/pa_hash.h 1.6:
24541: * src/include/pa_threads.h 1.1:
24542: * src/main/main.dsp 1.6:
24543: * src/main/pa_threads.C 1.1:
24544: added pa_threads
24545:
24546: Mutex
24547:
1.23 paf 24548: * src/include/pa_array.h 1.4:
24549: * src/main/pa_array.C 1.4:
24550: Array::operator += (Array& src)
24551:
24552: rethought, would change now
1.15 paf 24553:
24554: * src/include/pa_array.h 1.7:
24555: * src/include/pa_hash.h 1.10:
24556: * src/include/pa_pool.h 1.12:
24557: * src/include/pa_string.h 1.10:
24558: * src/include/pa_table.h 1.1:
24559: * src/include/pa_types.h 1.2:
24560: * src/main/main.dsp 1.7:
24561: * src/main/pa_array.C 1.7:
24562: * src/main/pa_string.C 1.14:
24563: * src/main/pa_table.C 1.1:
24564: Table started
24565: would test
24566: template Array now
24567:
1.23 paf 24568: * src/include/pa_error.h 1.3:
24569: * src/include/pa_hash.h 1.13:
24570: * src/include/pa_string.h 1.14:
24571: * src/include/pa_table.h 1.5:
24572: * src/main/pa_error.C 1.3:
24573: * src/main/pa_hash.C 1.10:
24574: * src/main/pa_string.C 1.16:
24575: * src/main/pa_table.C 1.5:
24576: Table
24577: more like C++ style
24578: hence lots of 'const'
1.15 paf 24579:
24580: * src/include/pa_array.h 1.11:
24581: * src/include/pa_hash.h 1.11:
24582: * src/include/pa_pool.h 1.15:
24583: * src/include/pa_string.h 1.11:
24584: * src/include/pa_table.h 1.2:
24585: * src/include/pa_types.h 1.3:
24586: * src/main/Makefile.am 1.3:
24587: * src/main/main.dsp 1.9:
24588: * src/main/pa_array.C 1.10:
24589: * src/main/pa_hash.C 1.8:
24590: * src/main/pa_string.C 1.15:
24591: * src/main/pa_table.C 1.2:
24592: Request
24593: Error
24594: Table
24595:
1.23 paf 24596: * src/main/pa_array.C 1.5:
24597: expand not convinient, would rewrite
24598:
1.15 paf 24599: * src/include/pa_array.h 1.6:
24600: * src/include/pa_hash.h 1.8:
24601: * src/include/pa_string.h 1.8:
24602: moved .h public parts to top
24603:
24604: * src/include/pa_hash.h 1.7:
24605: * src/include/pa_threads.h 1.2:
24606: * src/main/pa_hash.C 1.4:
24607: * src/main/pa_threads.C 1.2:
24608: decided on one global_mutex, like PHP
24609: as I can see: needed only in global Hash now,
24610: made Hash:: put/get SYNCHRONIZED
24611:
24612: * src/include/pa_array.h 1.12:
24613: * src/include/pa_common.h 1.1:
24614: * src/include/pa_error.h 1.1:
24615: * src/include/pa_hash.h 1.12:
24616: * src/include/pa_pool.h 1.16:
24617: * src/include/pa_request.h 1.1:
24618: * src/include/pa_string.h 1.12:
24619: * src/include/pa_table.h 1.3:
24620: * src/main/Makefile.am 1.4:
24621: * src/main/pa_array.C 1.11:
24622: * src/main/pa_common.C 1.1:
24623: * src/main/pa_error.C 1.1:
24624: * src/main/pa_hash.C 1.9:
24625: * src/main/pa_table.C 1.3:
24626: added forgotten
24627:
24628: * src/include/pa_array.h 1.8:
24629: * src/include/pa_pool.h 1.13:
24630: * src/main/Makefile.am 1.2:
24631: * src/main/main.dsp 1.8:
24632: * src/main/pa_array.C 1.8:
24633: templates failed
24634: no template specializations [VC6],
24635: no library auto instantation [VC6, GNU c++ 2.95.2-6 from latest cygwin]
24636:
24637: * src/include/pa_array.h 1.5:
24638: * src/include/pa_pool.h 1.9:
24639: * src/main/pa_array.C 1.6:
24640: Array& operator += (Array& src)
24641:
24642: 2001-01-27 paf
24643: * src/include/pa_hash.h 1.1:
24644: * src/include/pa_string.h 1.4:
24645: * src/include/pa_types.h 1.1:
24646: * src/main/main.dsp 1.4:
24647: * src/main/pa_string.C 1.7:
24648: uint, and added pa_types & pa_hash[forgotten]
24649:
24650: * src/main/pa_string.C 1.9:
24651: String::operator ==
24652:
1.23 paf 24653: * src/main/pa_hash.C 1.2:
24654: String(&String)
24655:
1.15 paf 24656: * src/include/pa_array.h 1.3:
24657: * src/main/pa_array.C 1.3:
24658: array [] with chunk caching
24659:
24660: * src/include/pa_array.h 1.2:
24661: * src/include/pa_hash.h 1.4:
24662: * src/include/pa_pool.h 1.8:
24663: * src/include/pa_string.h 1.7:
24664: * src/main/pa_array.C 1.2:
24665: * src/main/pa_string.C 1.11:
24666: array cache rethought to chunk caching
24667:
24668: * src/include/pa_array.h 1.1:
24669: * src/include/pa_hash.h 1.3:
24670: * src/include/pa_pool.h 1.7:
24671: * src/include/pa_string.h 1.6:
24672: * src/main/main.dsp 1.5:
24673: * src/main/pa_array.C 1.1:
24674: * src/main/pa_hash.C 1.3:
24675: * src/main/pa_string.C 1.10:
24676: Array 0
24677:
24678: * src/main/pa_hash.C 1.1:
24679: added pa_hash.C [forgotten]
24680:
24681: 2001-01-26 paf
1.23 paf 24682: * src/include/pa_pool.h 1.2:
24683: * src/main/pa_string.C 1.2:
24684: String prealloc & dynamic row_count
24685:
1.15 paf 24686: * src/include/pa_pool.h 1.6:
24687: * src/include/pa_string.h 1.3:
24688: * src/main/pa_string.C 1.6:
24689: removed templates [vc++ suxx]
24690:
24691: * src/include/pa_pool.h 1.4:
24692: * src/include/pa_string.h 1.1:
24693: pa_pool split
24694:
24695: * src/Makefile.am 1.1.1.1:
24696: * src/include/pa_pool.h 1.1.1.1:
24697: * src/main/Makefile.am 1.1.1.1:
24698: * src/main/main.dsp 1.1.1.1:
24699: * src/main/pa_pool.C 1.1.1.1:
24700: * src/main/pa_string.C 1.1.1.1:
24701: * src/targets/Makefile.am 1.1.1.1:
24702: creating parser3 module
24703:
24704: * src/include/pa_pool.h 1.3:
24705: * src/main/main.dsp 1.2:
24706: * src/main/pa_pool.C 1.2:
24707: * src/main/pa_string.C 1.3:
24708: * src/main/pa_string.C 1.4:
1.26 paf 24709: $Id$ check
1.15 paf 24710:
24711: * src/include/pa_pool.h 1.5:
24712: * src/include/pa_string.h 1.2:
24713: * src/main/main.dsp 1.3:
24714: * src/main/pa_pool.C 1.3:
24715: * src/main/pa_string.C 1.5:
24716: templates in VC++ suxx.
24717:
E-mail: