--- parser3/ChangeLog 2008/08/18 08:53:04 1.73 +++ parser3/ChangeLog 2008/08/29 10:32:52 1.74 @@ -1,3 +1,64 @@ +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: