about summary refs log tree commit diff
diff options
context:
space:
mode:
-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
 ---------------------------------------