--- parser3/ChangeLog 2008/08/18 08:53:04 1.73 +++ parser3/ChangeLog 2008/09/04 09:49:42 1.75 @@ -1,3 +1,117 @@ +2008-09-04 misha + * src/classes/op.C 1.183: + - exception with 'invalid taint language' not typeless anylonger + + * src/classes/image.C 1.119: + - some exceptions while operations with image not typeless + anymore + + * src/classes/file.C 1.179: + * src/main/pa_common.C 1.238: + * src/main/pa_exec.C 1.72: + * src/main/pa_http.C 1.18: + * src/types/pa_vhashfile.C 1.56: + - some exceptions while operations with files not typeless + anymore + + * src/classes/date.C 1.83: + * src/types/pa_value.C 1.25: + * src/types/pa_vcookie.C 1.75: + * src/types/pa_vdate.h 1.47: + - exceptions while checking date range not typeless anymore + + * src/include/pa_exception.h 1.54: + - exception type string for invalid date range was added + +2008-09-03 misha + * src/classes/file.C 1.178: + * src/main/pa_string.C 1.218: + - exception while pce operations not typeless anymore + + * src/include/pa_exception.h 1.53: + - exception type for pce operations was added + + * tests/191.html 1.1: + * tests/191_a.p 1.1: + * tests/191_b.p 1.1: + - tests for calling .CLASS and .CLASS_NAME insite classes + + * src/classes/table.C 1.246: + - don't save table header whiile ^table.save[append;filename] if + file exists + +2008-09-02 misha + * src/main/compile.tab.C 1.123: + * src/main/compile.y 1.230: + * src/main/compile_tools.h 1.81: + * src/types/pa_vstateless_class.h 1.61: + * tests/182_dir/a1.p 1.2: + * tests/182_dir/a2.p 1.2: + - append option was renamed to partial and it login changed: we + must mark class as partial for allow their modifications in + future. + +2008-08-29 misha + * tests/022.html 1.3: + * tests/results/022.processed 1.5: + - testing taint[regex] in mask for file:list + + * tests/022_dir/b[b].txt 1.1: + - file for testing taint[regex] in mask for file:list was added + + * src/classes/file.C 1.177: + - bugfix: ^taint[regex][] didn't works in file:list + +2008-08-26 misha + * src/types/pa_vobject.C 1.27: + - we must get .CLASS and .CLASS_NAME from last derived object + + * src/classes/image.C 1.118: + - many strings "image.format" replaced by IMAGE_FORMAT constant string + - handle GPS info while parse exif + - understand some more exif tags + + * src/include/pa_exception.h 1.52: + - string "image.format" was added + +2008-08-21 misha + * src/classes/file.C 1.176: + * src/main/pa_string.C 1.217: + - use method for print pcre_exec text error + + * src/main/pa_common.C 1.237: + - method for print pcre_exec text error was added + + * src/include/pa_common.h 1.125: + - method declaration for print pcre_exec text error was added + +2008-08-19 misha + * src/main/execute.C 1.323: + - bugfix: opcodes must be in separate namespace while debug + execution as well + + * tests/015.html 1.3: + * tests/results/015.processed 1.5: + - test for escaping some parser chars was added + +2008-08-18 misha + * tests/190.html 1.1: + * tests/190.p 1.1: + * tests/results/190.processed 1.1: + - test for $caller.self.field + default getter in one class was + added + + * tests/189.html 1.1: + * tests/results/189.processed 1.1: + - test for ^date::create[date object] + + * tests/188.html 1.1: + * tests/results/188.processed 1.1: + - tests for match with UTF-8 strings + + * src/main/pa_string.C 1.216: + - option 'U' (ungreedy) was added to ^string.match[] + 2008-08-15 misha * Makefile.am 1.58: * Makefile.in 1.73: