From abae4fe16e26cf027e7c8165d27b93d74bbd18b2 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 18 Jun 2007 13:25:03 +0000 Subject: 23562: add KSH_ZERO_SUBSCRIPT option and leave off by default --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5133192e6..6ac69f124 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2007-06-18 Peter Stephenson + + * 23562: README, Doc/Zsh/options.yo, Doc/Zsh/params.yo, + Src/exec.c, Src/glob.c, Src/options.c, Src/params.c, Src/subst.c, + Src/zsh.h, Src/Modules/mapfile.c, Src/Modules/parameter.c, + Src/Zle/complete.c, Test/C01arith.ztst, Test/D05array.ztst, + Test/D06subscript.ztst, Test/D07multibyte.ztst, + Test/E01options.ztst: add KSH_ZERO_SUBSCRIPT option to handle + the currently default behaviour that $array[0] or $string[0] + is mapped to $array[1] or $string[1] if KSH_ARRAYS is not + in effect. Now off by default; returns empty element or + causes error if used for setting. Valid ranges that happen + to include zero are not affected. + 2007-06-16 Peter Stephenson * unposted: Test/D07multibyte.ztst: stop test files from -- cgit 1.4.1