1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

37833: Document 37804 in README.

This commit is contained in:
Daniel Shahaf 2016-01-29 10:19:12 +00:00
parent 80ddf807f0
commit 6b72ff66c0
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2016-01-29 Daniel Shahaf <d.s@daniel.shahaf.name>
* 37833: README: Document 37804 in README.
* 37797: StartupFiles/zshrc: StartupFiles/zshrc += run-help
* 37752: Test/D04parameter.ztst: More tests for the previous

7
README
View file

@ -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
---------------------------------------