about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-02-07 00:23:11 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-02-07 00:23:11 +0000
commit43cbfbf8213e38ebe643a84f480f54cb8ebefc25 (patch)
treee834f46de87964342a89aa762ee8ea9f2b2b8da5
parent2175399b70520edc872370078daba682dfd06191 (diff)
downloadzsh-43cbfbf8213e38ebe643a84f480f54cb8ebefc25.tar.gz
zsh-43cbfbf8213e38ebe643a84f480f54cb8ebefc25.tar.xz
zsh-43cbfbf8213e38ebe643a84f480f54cb8ebefc25.zip
unposted: Follow-up to 37833: extend description of 37804 in README.
-rw-r--r--ChangeLog5
-rw-r--r--README4
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 529fd67f6..190d2c31c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-02-07  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* unposted: README: Follow-up to 37833: extend description of
+	37804 in README.
+
 2016-02-04  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 37874: Src/Builtins/sched.c: remove unused function argument.
diff --git a/README b/README
index 197cfb91d..8b8ab5731 100644
--- a/README
+++ b/README
@@ -61,7 +61,9 @@ suppress the range behaviour of the "-".
 2) The first argument to 'repeat' is now evaluated as an arithmetic
 expression.  It was always documented to be an arithmetic expression, but
 until now the decimal integer at the start of the value was used and the
-remainder of the value discarded.
+remainder of the value discarded.  This could lead to different behaviour
+if the argument contains non-numeric characters, or if the argument has
+leading zeroes and the OCTAL_ZEROES option is set.
 
 Incompatibilities between 5.0.8 and 5.2
 ---------------------------------------