Peter Stephenson
|
af071465b1
|
29731: fix read -AE, test that and read -Ae
|
2011-08-28 17:06:27 +00:00 |
|
Peter Stephenson
|
85b00bb0f7
|
29703: crash when failing to parse process substitutions
|
2011-08-17 20:26:05 +00:00 |
|
Peter Stephenson
|
815e52cdbf
|
users/16253, users/16255: a nulstring should be split like an empty string
|
2011-08-17 19:00:08 +00:00 |
|
Peter Stephenson
|
548c4562fe
|
fix tests using zsh/datetime that I broke
|
2011-08-11 19:32:50 +00:00 |
|
Peter Stephenson
|
d48faef8cd
|
29633: more care with anonymous and other functions
|
2011-08-03 18:45:17 +00:00 |
|
Peter Stephenson
|
7d1480af54
|
29626: arguments to anonymous functions shouldn't be parsed as command words
|
2011-07-28 09:20:02 +00:00 |
|
Peter Stephenson
|
b12242cb3f
|
29561: missed file
|
2011-07-27 19:14:16 +00:00 |
|
Peter Stephenson
|
ad29258c8c
|
29530: ${...?...} shouldn't cause an error with NO_EXEC option
|
2011-07-01 15:23:01 +00:00 |
|
Peter Stephenson
|
6062529d3f
|
29492: add argument handling to anonymous functions
|
2011-06-19 20:12:00 +00:00 |
|
Peter Stephenson
|
22af58bf2b
|
29451: ${##stuff} removes stuff from the head of $#
|
2011-06-03 22:03:43 +00:00 |
|
Mikael Magnusson
|
16324d2ff3
|
29422: fix g:: test failing in some locales
|
2011-06-03 20:55:40 +00:00 |
|
Bart Schaefer
|
b4ce09f88d
|
29410: skip autoload persistence test when zsh/example is not available.
|
2011-05-31 16:01:38 +00:00 |
|
Bart Schaefer
|
7b735f1c56
|
29367: update tests redirection of stderr.
|
2011-05-24 15:49:57 +00:00 |
|
Mikael Magnusson
|
0198b8423d
|
29224: Support negative LEN in ${VAR:OFFSET:LEN} like bash.
|
2011-05-19 16:24:38 +00:00 |
|
Mikael Magnusson
|
6a29bc80d0
|
29261: Add g:: flag.
|
2011-05-19 16:16:28 +00:00 |
|
Peter Stephenson
|
23a057a4fa
|
unposted (late commit): updates for 4.3.11-dev-3
|
2011-05-13 11:56:40 +00:00 |
|
Peter Stephenson
|
2e25dfb8fd
|
Rocky Bernstein: 29135 (plus tweaks): compgen -W in bash completion
|
2011-05-04 08:53:53 +00:00 |
|
Bart Schaefer
|
e349201f9a
|
29025: Test/A01grammar.ztst: in select test, assert LINES=3 to print list
|
2011-04-22 06:00:27 +00:00 |
|
Peter Stephenson
|
4263d2b821
|
28889: ${##} should return the length of $#
|
2011-03-11 21:05:59 +00:00 |
|
Peter Stephenson
|
7bc97b920b
|
28866: with POSIX_BUILTINS "command" prefix resets specialness
|
2011-03-06 21:37:38 +00:00 |
|
Peter Stephenson
|
dbbcbf67cb
|
28791: exit on errors with special builtins with POSIXBUILTINS
|
2011-02-22 20:09:20 +00:00 |
|
Peter Stephenson
|
73ebca4fe9
|
28783: allow parentheses to be special in more places with SH_GLOB
|
2011-02-21 11:32:47 +00:00 |
|
Peter Stephenson
|
0e792b9447
|
28784: exit on exec redirection error with POISX_BUILTINS
|
2011-02-21 11:28:49 +00:00 |
|
Peter Stephenson
|
aa58d139ff
|
Mikael: 28637: ${foo:0:} caused crash
|
2011-01-18 10:29:58 +00:00 |
|
Peter Stephenson
|
4f9ee790e0
|
28630: Ricky Zhou: fix crash with isident()
28634: add test
|
2011-01-16 20:35:29 +00:00 |
|
Peter Stephenson
|
dfc26195c9
|
28617: NO_EXEC option was doing too much work in
parameter subscripting, parameter assignment, and globbing
|
2011-01-10 18:24:17 +00:00 |
|
Peter Stephenson
|
a89f0559c2
|
28590: make read return status non-zero on error
|
2011-01-07 10:05:35 +00:00 |
|
Peter Stephenson
|
020e116c54
|
28588: fix textual display after =~ test
|
2011-01-06 20:28:50 +00:00 |
|
Bart Schaefer
|
87d6527628
|
28578: fix handling of numeric escapes that expand to "%" in printf
format strings, so they are not treated as format introducers.
|
2011-01-06 16:49:25 +00:00 |
|
Bart Schaefer
|
bc1a12f91e
|
users/15662: array slice assignment with one index positive and one negative.
|
2010-12-21 16:54:30 +00:00 |
|
Peter Stephenson
|
d3ec328926
|
users/15663: some incomplete array assignment tests
|
2010-12-21 11:00:14 +00:00 |
|
Peter Stephenson
|
c8d07027c8
|
28537: fix word splitting on "((" when it was nested subshells rather than
arithmetic
|
2010-12-19 17:42:09 +00:00 |
|
Bart Schaefer
|
66152e8ada
|
28530: replace (z+opts+) flag with (Z:opts:), add reserved (_🎏).
|
2010-12-15 04:05:50 +00:00 |
|
Peter Stephenson
|
eab4f9a83c
|
28528: Rearrange zleparse to lexflags
Add (z+n+)
|
2010-12-14 09:59:04 +00:00 |
|
Peter Stephenson
|
5858e79f4d
|
28526: remove bogus newline with stripped comment zplitting
|
2010-12-13 11:20:46 +00:00 |
|
Peter Stephenson
|
0a5702457b
|
28510: add (z+c+) and (z+C+) parameter flags
|
2010-12-12 22:44:50 +00:00 |
|
Peter Stephenson
|
25b12c5d11
|
28474, 28478: extended {START..END..STEP} syntax
|
2010-12-05 21:07:48 +00:00 |
|
Peter Stephenson
|
cee3f34378
|
28476: new set of tests for brace expansion
|
2010-12-05 18:34:46 +00:00 |
|
Peter Stephenson
|
0f1fd5b91f
|
28475: test that starting background job resets status
|
2010-12-05 18:33:07 +00:00 |
|
Peter Stephenson
|
fc6c76519b
|
28434: make ${NAME:OFFSET} always use zero-offset
|
2010-11-25 10:34:32 +00:00 |
|
Peter Stephenson
|
cc9bc2dd0b
|
28424: new POSIX_STRINGS option
|
2010-11-22 11:42:47 +00:00 |
|
Peter Stephenson
|
8f20b2361c
|
28419: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:
KSH_ARRAY ${*:0:1} gives $0, etc.
|
2010-11-18 13:57:18 +00:00 |
|
Peter Stephenson
|
23bdfc7fd2
|
28418: add ${NAME:OFFSET:LENGTH} substitution
|
2010-11-18 10:07:55 +00:00 |
|
Peter Stephenson
|
3f3d80c394
|
28360: NO_UNSET option should check parameters with trailing options
|
2010-10-22 16:32:36 +00:00 |
|
Peter Stephenson
|
af5a85f363
|
28339: backslash-newline history without HIST_LEX_WORDS
28340: assignment to range of scalar variable with multibyte characters
|
2010-10-10 17:51:29 +00:00 |
|
pdpennock
|
d234059b1c
|
28338: keep =~ from inverting sense of subsequent tests (after &&/||)
|
2010-10-10 00:05:24 +00:00 |
|
Peter Stephenson
|
8aac69241f
|
28319: (z) splitting oddities
|
2010-10-06 08:27:09 +00:00 |
|
Peter Stephenson
|
f1495f5099
|
28259: Finally fix some ancient problems with here-documents
|
2010-09-14 14:46:26 +00:00 |
|
Peter Stephenson
|
ade705cf5b
|
28253: document -h argument to atribute commands
|
2010-09-12 18:56:40 +00:00 |
|
Peter Stephenson
|
8bc64084a4
|
28220 plus some comments: fix "HELLO=$HELLO shellfunc"
|
2010-08-31 19:32:56 +00:00 |
|