about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-01-29 10:19:12 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-01-29 10:19:22 +0000
commit6b72ff66c0450bc2c75993ec906401a79542f320 (patch)
tree0a01148252ee9bf4732255bc0763914ba75bf415 /README
parent80ddf807f0ded53c63dea37a6e382e70416ad8b7 (diff)
downloadzsh-6b72ff66c0450bc2c75993ec906401a79542f320.tar.gz
zsh-6b72ff66c0450bc2c75993ec906401a79542f320.tar.xz
zsh-6b72ff66c0450bc2c75993ec906401a79542f320.zip
37833: Document 37804 in README.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 6e5b73067..197cfb91d 100644
--- a/README
+++ b/README
@@ -32,7 +32,7 @@ details, see the documentation.
 Incompatibilities between 5.2 and 5.3
 -------------------------------------
 
-In character classes delimited by "[" and "]" within patterns, whether
+1) In character classes delimited by "[" and "]" within patterns, whether
 used for filename generation (globbing) or other forms of pattern
 matching, it used not to be possible to quote "-" when used for a range,
 or "^" and "!" when used for negating a character set.  The characters can
@@ -58,6 +58,11 @@ The "~" causes the "-" character to be active.  In sh emulation the
 "~" is unncessary in this example and double quotes must be used to
 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.
+
 Incompatibilities between 5.0.8 and 5.2
 ---------------------------------------