--- parser3/ChangeLog 2007/08/27 19:32:09 1.55 +++ parser3/ChangeLog 2007/10/25 12:13:49 1.57 @@ -1,3 +1,133 @@ +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][