--- parser3/ChangeLog 2002/10/09 11:48:21 1.13 +++ parser3/ChangeLog 2002/10/15 14:11:04 1.16 @@ -1,5 +1,143 @@ -bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart -vxnode.C 1.26: +2002-10-15 paf + * src/main/execute.C 1.283: + * src/targets/cgi/parser3.C 1.198: + * src/types/pa_vstateless_class.C 1.17: + * src/types/pa_vstateless_class.h 1.40: + * www/htdocs/operators.p 1.9: + compiling to system classes disabled + + * www/htdocs/derived.p 1.17: + * www/htdocs/index.html 1.162: + test of ^process from operator called from user class + + * src/types/pa_vjunction.C 1.2: + ident + + * operators.txt 1.87: + * src/classes/op.C 1.115: + * src/main/compile.tab.C 1.71: + * src/main/compile.y 1.199: + * src/main/execute.C 1.282: + * src/main/pa_request.C 1.234: + * src/types/Makefile.am 1.28: + * src/types/pa_vjunction.C 1.3: + * src/types/pa_vjunction.h 1.17: + * src/types/pa_vmethod_frame.h 1.40: + * src/types/types.dsp 1.35: + * www/htdocs/operators.p 1.7: + removed $junction.get $junction.set[] + introducing $caller + + * operators.txt 1.88: + * src/classes/op.C 1.116: + * www/htdocs/operators.p 1.8: + ^process[$caller.CLASS]{code-string} added + + * src/classes/op.C 1.118: + * src/include/pa_request.h 1.155: + * src/types/pa_vmethod_frame.h 1.41: + * www/htdocs/derived.p 1.18: + * www/htdocs/index.html 1.164: + ^process[CLASS]{body} now executed with CLASS self. + [ (request&method_frame).self temporarily changed ] + + * src/classes/op.C 1.119: + * src/main/compile.tab.C 1.72: + * src/main/compile.y 1.200: + * src/types/pa_vmethod_frame.h 1.42: + process[self] objects also considered [were only classes] + + * src/classes/hash.C 1.51: + * src/classes/op.C 1.117: + * www/htdocs/index.html 1.163: + * www/htdocs/operators.p 1.10: + method_frame now always changed, with no exception to native calls. + for&foreach changed to use method_frame.caller for their var's name context + + * src/types/pa_value.h 1.106: + removed outdated comments. doxygen would find them lower by + inheritance tree + +2002-10-14 paf + * src/classes/form.C 1.32: + * src/classes/mail.C 1.80: + * src/classes/op.C 1.113: + * src/include/pa_request.h 1.154: + * src/main/compile.C 1.67: + * src/main/compile.tab.C 1.70: + * src/main/compile.y 1.198: + * src/main/execute.C 1.281: + * src/main/pa_request.C 1.233: + * src/types/pa_vstateless_class.h 1.39: + * www/htdocs/index.html 1.161: + operators now main-class-methods + + * src/include/pa_request.h 1.152: + * src/main/execute.C 1.280: + * src/main/pa_request.C 1.232: + operators @auto now executed in MAIN context + + * src/types/pa_vclass.C 1.14: + * src/types/pa_vobject.h 1.35: + * src/types/pa_vstateless_class.C 1.16: + * src/types/pa_vstateless_class.h 1.38: + * www/htdocs/index.html 1.158: + * www/htdocs/operators.p 1.5: + $form:CLASS resurrected [wes killed in action] + + * configure 1.49: + * configure.in 1.47: + * operators.txt 1.86: + * src/include/pa_config_auto.h.in 1.31: + * src/types/pa_vstatus.C 1.13: + * www/htdocs/index.html 1.157: + $status:rusage.tv_secs/usecs introduced + + * src/types/pa_vxnode.C 1.27: + misreplace fixed + + * src/classes/op.C 1.112: + * src/include/pa_request.h 1.153: + * www/htdocs/index.html 1.160: + * www/htdocs/operators.p 1.6: + ^try{^call{}} now has better stack trace [has "call" & co there] + + * src/main/execute.C 1.279: + operator execution context now = MAIN, not closest stack frame + + @touchit[] + $i[after] + + ----t.html + $i[before] << local + ^touchit[] + $i << now 'before', were 'after' + + ---t.html + $i[before] << notlocal [main] + ^touchit[] + $i << now 'after' + + * src/main/execute.C 1.278: + comment + + * src/classes/op.C 1.114: + process compiles to code's class class + +2002-10-09 paf + * src/classes/double.C 1.52: + * src/classes/int.C 1.48: + * src/classes/string.C 1.121: + * www/htdocs/derived.p 1.16: + * www/htdocs/index.html 1.156: + ^string.int[] now failes on empty string [or uses (default)] + +2002-10-08 paf + * src/lib/patches/Makefile.am 1.2: + * src/lib/patches/Makefile.in 1.5: + forgot libgdome_morestatic.patch + + * src/types/pa_vxnode.C 1.26: misreplace * src/main/untaint.C 1.109: @@ -1373,7 +1511,7 @@ vxnode.C 1.26: * src/types/pa_wcontext.C 1.21: * src/types/pa_wcontext.h 1.34: * src/types/pa_wwrapper.h 1.20: - $Date: 2002/10/09 11:48:21 $ + $Date: 2002/10/15 14:11:04 $ * src/Makefile.am 1.17: * src/classes/Makefile.am 1.40: @@ -8688,7 +8826,7 @@ vxnode.C 1.26: * src/targets/cgi/parser3.C 1.93: * src/targets/isapi/parser3isapi.C 1.35: */ - static const char *RCSId="$Id: ChangeLog,v 1.13 2002/10/09 11:48:21 paf Exp $"; + static const char *RCSId="$Id: ChangeLog,v 1.16 2002/10/15 14:11:04 paf Exp $"; * src/main/compile.y 1.142: * src/main/compile_tools.h 1.41: @@ -8731,7 +8869,7 @@ vxnode.C 1.26: * src/main/untaint.C 1.52: * src/targets/cgi/parser3.C 1.92: * src/targets/isapi/parser3isapi.C 1.34: - static char *RCSId="$Id: ChangeLog,v 1.13 2002/10/09 11:48:21 paf Exp $"; + static char *RCSId="$Id: ChangeLog,v 1.16 2002/10/15 14:11:04 paf Exp $"; 2001-06-27 parser * src/classes/hash.C 1.6: @@ -14177,7 +14315,7 @@ vxnode.C 1.26: * src/targets/parser.C 1.3: * src/targets/parser.dsp 1.2: * src/targets/parser.dsp 1.3: - $Id: ChangeLog,v 1.13 2002/10/09 11:48:21 paf Exp $ check + $Id: ChangeLog,v 1.16 2002/10/15 14:11:04 paf Exp $ check * src/targets/parser.C 1.2: $id$ check