--- parser3/ChangeLog 2007/08/17 09:14:05 1.53 +++ parser3/ChangeLog 2007/10/25 12:13:49 1.57 @@ -1,14 +1,202 @@ +2007-10-25 misha + * src/main/compile.tab.C 1.115: + * src/main/compile.y 1.222: + - bug if parser.compile error occure in unhandled_exception + finally fixed + +2007-10-23 misha + * tests/170.html 1.1: + * tests/results/170.processed 1.1: + - test for @method[][result] + + * operators.txt 1.202: + - added info about node.prefix and node.namespaceURI + + * src/classes/xnode.C 1.81: + - xmlHasProp used instead of xmlGetProp + + * src/types/pa_vxnode.C 1.49: + - DOM2 fields namespaceURI and prefix were added for node and + attribute + +2007-10-22 misha + * src/types/pa_vmail.C 1.81: + - content-transfer-encoding: 8bit added + + * src/main/pa_request.C 1.289: + - added const content-transfer-encoding + + * src/include/pa_request.h 1.187: + - added const content-transfer-encoding + - ups. constants must be in lowercase (for search) + + * src/types/pa_vmail.C 1.80: + - more constants used + - content-transfer-encoding: 8bit added + + * src/main/pa_uue.C 1.11: + - content-transfer-encoding moved out of here + + * src/include/pa_request.h 1.186: + - more constants + + * src/types/pa_vmail.C 1.79: + - constant renamed + - $.content-id don't ommit anymore if $.content-disposition was specified + - little refactoring + + * src/include/pa_request.h 1.185: + * src/main/pa_request.C 1.288: + - constant renamed + +2007-10-17 misha + * operators.txt 1.201: + - info about table::create[nameless]{data}[>options<] was added + + * src/main/compile.tab.C 1.114: + * src/main/compile.y 1.221: + - if error occure while compile method don't put this method in methods table anymore. + in other case the parser coredumped if @unhandled_exception method can't be compiled because of + parser.compile error. + + * src/main/execute.C 1.317: + - little code reformating + + * src/main/pa_request.C 1.287: + - little code reformating + - comment changed + +2007-10-16 misha + * tests/035.html 1.3: + * tests/results/035.processed 1.5: + - tests table::create[]{}[options] added + + * src/classes/table.C 1.236: + - table::create[]{} now accept 3rd param: options (only $ + .seperator[] yet) + +2007-10-10 misha + * src/classes/table.C 1.235: + - some contstants moved to pa_common.h + - some code changes + +2007-10-02 misha + * src/main/pa_uue.C 1.10: + - memory usage during uuencode reduced more then three time as + much. but base64 encoding method still use less memory anyway. + +2007-09-17 misha + * src/include/pa_common.h 1.115: + - some stuff for use with .for_each moved here + + * src/classes/hash.C 1.81: + - some stuff for use with .for_each moved to common + + * src/types/pa_vcookie.C 1.72: + - $cookie:fields available now + + * operators.txt 1.200: + - added info about $cookie:fields + + * src/types/pa_venv.C 1.4: + * src/types/pa_venv.h 1.34: + - some strings moved to #define + +2007-09-14 misha + * buildall-with-xml 1.18: + - new xml libs again =) + +2007-08-28 misha + * src/classes/table.C 1.233: + - new option ^table.columns[[column name]] was added + + * src/classes/string.C 1.156: + - new option ^string.split[...;v;[column name]] + + * operators.txt 1.199: + - texts about ^table.columns[[column name]] and ^string.split[ + ...][v][column name] were added + + * tests/168.html 1.1: + * tests/169.html 1.1: + * tests/results/168.processed 1.1: + * tests/results/169.processed 1.1: + - tests for ^table.columns[[column name]] and ^string.split[...] + [v][column name] were added + + * src/include/pa_exception.h 1.50: + - error text message for ^hash._keys[], ^table.columns[] and ^ + string.split[] + +2007-08-27 misha + * src/main/untaint.C 1.138: + - try to fix coredump on unix if print to body ^taint[sql][ + something] outside of connect + + * buildall-with-xml 1.17: + * buildall-without-xml 1.11: + - strip parser3 was added (commented by default) + + * tests/167.html 1.1: + * tests/results/167.processed 1.1: + - test for ^taint[sql] outside of connect + +2007-08-20 misha + * operators.txt 1.198: + - comment about new method ^node.hasAttributes[] was added + + * src/include/pa_exception.h 1.49: + - more exception text strings moved here + + * src/classes/xnode.C 1.78: + - DOM2 method ^xnode.hasAttributes[] was added + + * src/include/pa_exception.h 1.48: + - some exception text strings movet to pa_exception + + * tests/149.html 1.2: + * tests/results/149.processed 1.3: + - test for ^xnode.hasAttributes[] was added + - some code changes + + * src/classes/file.C 1.160: + * src/classes/math.C 1.51: + * src/classes/op.C 1.172: + * src/classes/string.C 1.155: + * src/classes/xdoc.C 1.156: + - more duplicated exception text strings were removed + + * src/classes/file.C 1.159: + * src/classes/hashfile.C 1.41: + * src/classes/image.C 1.116: + * src/classes/op.C 1.171: + * src/classes/string.C 1.154: + * src/classes/table.C 1.232: + * src/classes/xdoc.C 1.155: + * src/classes/xnode.C 1.79: + - some duplicate exceptions' text strings removed + 2007-08-17 misha * operators.txt 1.197: * src/targets/cgi/parser3.C 1.243: - annoying 'SIGPIPE' messages in parser3.log switched off by default. If someone really still need it: use $SIGPIPE(1) + * tests/006.html 1.4: + * tests/059.html 1.3: + * tests/results/006.processed 1.5: + * tests/results/059.processed 1.5: + - more tests for match + * src/classes/math.C 1.50: * src/targets/cgi/parser3.C 1.244: * src/targets/isapi/parser3isapi.C 1.98: - little syntax changes + * tests/129.html 1.3: + * tests/results/129.processed 1.5: + - tests for ^table.hash[...][$.type[string|hash|table]] added + 2007-08-08 misha * buildall-with-xml 1.15: * buildall-without-xml 1.9: