mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-08 09:41:14 +02:00
32755: move incorrectly placed line in grammar.yo
This commit is contained in:
parent
92f62fed00
commit
2ba4aa275e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2014-06-09 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
|
* Jun T: 32755: Doc/Zsh/grammar.yo: move line that was in the
|
||||||
|
wrong place.
|
||||||
|
|
||||||
2014-06-04 Barton E. Schaefer <schaefer@zsh.org>
|
2014-06-04 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 32711: Test/A07control.ztst: run "continue" test in a new
|
* 32711: Test/A07control.ztst: run "continue" test in a new
|
||||||
|
|
|
@ -485,6 +485,7 @@ list(Syntax errors in glob qualifiers)
|
||||||
list(File generation errors where not caught by the option tt(BAD_PATTERN))
|
list(File generation errors where not caught by the option tt(BAD_PATTERN))
|
||||||
list(All bad patterns used for matching within case statements)
|
list(All bad patterns used for matching within case statements)
|
||||||
list(File generation failures where not caused by tt(NO_MATCH) or
|
list(File generation failures where not caused by tt(NO_MATCH) or
|
||||||
|
similar options)
|
||||||
list(All file generation errors where the pattern was used to create a
|
list(All file generation errors where the pattern was used to create a
|
||||||
multio)
|
multio)
|
||||||
list(Memory errors where detected by the shell)
|
list(Memory errors where detected by the shell)
|
||||||
|
@ -494,7 +495,6 @@ list(Logical errors with variables such as assignment to the wrong type)
|
||||||
list(Use of invalid variable names)
|
list(Use of invalid variable names)
|
||||||
list(Errors in variable substitution syntax)
|
list(Errors in variable substitution syntax)
|
||||||
list(Failure to convert characters in tt($')...tt(') expressions)
|
list(Failure to convert characters in tt($')...tt(') expressions)
|
||||||
similar options)
|
|
||||||
endlist()
|
endlist()
|
||||||
|
|
||||||
If the tt(POSIX_BUILTINS) option is set, more errors associated with
|
If the tt(POSIX_BUILTINS) option is set, more errors associated with
|
||||||
|
|
Loading…
Reference in a new issue