--- parser3/ChangeLog 2008/08/29 10:32:52 1.74 +++ parser3/ChangeLog 2008/09/04 16:42:29 1.76 @@ -1,3 +1,72 @@ +2008-09-04 misha + * Makefile.am [release_3_3_0] 1.58.2.1: + * Makefile.in [release_3_3_0] 1.73.2.1: + * acinclude.m4 [release_3_3_0] 1.44.2.1: + * aclocal.m4 [release_3_3_0] 1.47.2.1: + * acsite.m4 [release_3_3_0] 1.22.2.1: + * configure [release_3_3_0] 1.100.2.1: + * configure.in [release_3_3_0] 1.104.2.1: + *** empty log message *** + + * src/include/pa_version.h [release_3_3_0] 1.33.2.1: + =no message + + * tests/130.html 1.3: + * tests/131.html 1.3: + - these exceptions not typeless anymore + + * 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: