--- parser3/ChangeLog 2008/04/09 10:12:19 1.63 +++ parser3/ChangeLog 2008/05/30 13:27:05 1.67 @@ -1,3 +1,180 @@ +2008-05-30 misha + * src/main/compile.tab.C 1.116: + * src/main/compile.y 1.223: + - changes in compiler: @OPTION\nlocals + @method[vars][;locals;] + were added + + * src/main/execute.C 1.319: + - code of OP_CALL and OP_CALL__WRITE was moved to separate method op_code + - switch from VMethodFrame to VMethodFrameGlobal + VMethodFrameLocal + + * src/include/pa_request.h 1.188: + - code of OP_CALL and OP_CALL__WRITE was moved to separate + method op_code + + * src/main/pa_request.C 1.293: + - use VMethodFrameGlobal instead of VMethodFrame now + + * src/types/pa_vstateless_class.h 1.57: + - stateless class have bool flag all_vars_local as well + + * src/types/Makefile.am 1.42: + * src/types/pa_vmethod_frame.h 1.63: + * src/types/pa_vmethod_frame_global.h 1.1: + * src/types/pa_vmethod_frame_local.h 1.1: + - who children for VMethodFrame were added: one (global) works + as VMethodFrame before and second (local) write all vars in self + vars scope + + * src/types/pa_method.h 1.8: + - method has bool flag all_vars_local now + +2008-05-29 misha + * tests/129.html 1.4: + * tests/results/129.processed 1.6: + - more tests for ^table.hash[] + + * src/classes/hash.C 1.86: + - ^hash::sql has a new option: $.type[hash|string|table] as ^ + table.hash[] one. + + * src/classes/op.C 1.179: + - ^try has 3rd param now: finally code which executed anyway + after try or catch section + +2008-05-27 misha + * src/classes/table.C 1.243: + - bugfix: ^table.hash[key][$.type[table]] must not fail if $ + .distinct(1) wasn't specified + +2008-05-26 misha + * src/classes/op.C 1.178: + - allow ^throw[my type] + +2008-05-22 misha + * configure 1.96: + * configure.in 1.98: + - version number updated to 3.2.4b + + * src/classes/op.C 1.177: + * src/classes/string.C 1.159: + - trim format string before eval/format + + * tests/175.html 1.1: + * tests/results/175.processed 1.1: + - more tests for different format strings in .format[] + + * src/types/pa_vform.C 1.88: + - while decoding get values decode %uXXXX as well (not only %XX) + + * src/main/pa_common.C 1.229: + - unescape_chars can decode %uXXXX if charset specified + - checks for format before print number (^d.format[>...<], ^eval($d)[>...<]) + - formating with spaces (instead of tabs) removed + + * src/include/pa_common.h 1.118: + - unescape_chars can decode %uXXXX if charset specified + + * src/include/pa_charset.h 1.33: + * src/main/pa_charset.C 1.57: + - method for get char in requested charset from utf code was + added + +2008-05-19 misha + * tests/174.html 1.2: + * tests/results/174.processed 1.2: + - test for ^hashfile.cleanup[] added + + * src/classes/hashfile.C 1.44: + - optimization: don't create any key or value variable if it's + name weren't specified (^hf.foreach[;v]{...}) + +2008-05-16 misha + * src/classes/hash.C 1.85: + - optimization: don't create any key variable if variable name + wasn't specified (^h.foreach[;v]{...}) + +2008-05-15 misha + * src/classes/op.C 1.176: + - small changes + + * src/classes/hashfile.C 1.43: + - code reformating (as hash.foreach) + + * src/classes/hash.C 1.84: + - calculate var_context once before foreach + +2008-05-14 misha + * src/classes/hashfile.C 1.42: + - incorrect vars context calculation for ^hashfile.foreach[;]{} + fixed + + * src/classes/hash.C 1.83: + * src/classes/table.C 1.242: + - little optimisation + + * src/classes/file.C 1.169: + - bugfix: double absolute path while loading file + + * tests/174.html 1.1: + * tests/results/174.processed 1.1: + - tests for hashfile were added + + * buildall-with-xml 1.23: + - moving to libxslt 1.1.24 + +2008-04-30 misha + * src/classes/file.C 1.168: + - stat file while loading (local only) so .adate, .mdate and + .cdate available without additional ::stat + +2008-04-28 misha + * src/classes/file.C 1.167: + - $.name and $.content-type available for stated file + +2008-04-14 misha + * src/targets/cgi/parser3.C 1.247: + - new year in copyright %-) + + * src/include/pa_version.h 1.30: + - new version number in head + +2008-04-10 misha + * Makefile.am [release_3_2_3] 1.54.2.1: + * Makefile.am [release_3_2_3] 1.54.2.2: + * Makefile.am [release_3_2_3] 1.54.2.3: + * Makefile.in [release_3_2_3] 1.69.2.1: + * Makefile.in [release_3_2_3] 1.69.2.2: + * Makefile.in [release_3_2_3] 1.69.2.3: + * acinclude.m4 [release_3_2_3] 1.40.2.1: + * acinclude.m4 [release_3_2_3] 1.40.2.2: + * acinclude.m4 [release_3_2_3] 1.40.2.3: + * aclocal.m4 [release_3_2_3] 1.43.2.1: + * aclocal.m4 [release_3_2_3] 1.43.2.2: + * aclocal.m4 [release_3_2_3] 1.43.2.3: + * acsite.m4 [release_3_2_3] 1.18.2.1: + * acsite.m4 [release_3_2_3] 1.18.2.2: + * acsite.m4 [release_3_2_3] 1.18.2.3: + * configure [release_3_2_3] 1.95.2.1: + * configure [release_3_2_3] 1.95.2.2: + * configure [release_3_2_3] 1.95.2.3: + * configure.in [release_3_2_3] 1.97.2.1: + * configure.in [release_3_2_3] 1.97.2.2: + * configure.in [release_3_2_3] 1.97.2.3: + *** empty log message *** + + * src/include/pa_version.h [release_3_2_3] 1.29.2.1: + =no message + + * tests/080.html 1.3: + * tests/results/080.processed 1.5: + - cut '0' from exponential part because of on diff OS it differ ( + 20 or 020 for ex) + + * tests/119.html 1.3: + * tests/results/119.processed 1.5: + - check for encoding while creating xdoc + 2008-04-09 misha * buildall-with-xml 1.22: - move to libxml 2.6.32 and libxslt 1.1.23