index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
28537: fix word splitting on "((" when it was nested subshells rather than
Peter Stephenson
2010-12-19
1
-0
/
+14
*
28530: replace (z+opts+) flag with (Z:opts:), add reserved (_:flags:).
Bart Schaefer
2010-12-15
1
-4
/
+4
*
28528: Rearrange zleparse to lexflags
Peter Stephenson
2010-12-14
1
-0
/
+11
*
28526: remove bogus newline with stripped comment zplitting
Peter Stephenson
2010-12-13
1
-0
/
+6
*
28510: add (z+c+) and (z+C+) parameter flags
Peter Stephenson
2010-12-12
1
-0
/
+39
*
28474, 28478: extended {START..END..STEP} syntax
Peter Stephenson
2010-12-05
1
-0
/
+47
*
28476: new set of tests for brace expansion
Peter Stephenson
2010-12-05
2
-0
/
+53
*
28475: test that starting background job resets status
Peter Stephenson
2010-12-05
1
-0
/
+7
*
28434: make ${NAME:OFFSET} always use zero-offset
Peter Stephenson
2010-11-25
1
-7
/
+7
*
28424: new POSIX_STRINGS option
Peter Stephenson
2010-11-22
1
-0
/
+22
*
28419: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:
Peter Stephenson
2010-11-18
1
-0
/
+29
*
28418: add ${NAME:OFFSET:LENGTH} substitution
Peter Stephenson
2010-11-18
1
-0
/
+46
*
28360: NO_UNSET option should check parameters with trailing options
Peter Stephenson
2010-10-22
1
-2
/
+25
*
28339: backslash-newline history without HIST_LEX_WORDS
Peter Stephenson
2010-10-10
1
-0
/
+18
*
28338: keep =~ from inverting sense of subsequent tests (after &&/||)
pdpennock
2010-10-10
1
-0
/
+13
*
28319: (z) splitting oddities
Peter Stephenson
2010-10-06
1
-0
/
+28
*
28259: Finally fix some ancient problems with here-documents
Peter Stephenson
2010-09-14
1
-0
/
+4
*
28253: document -h argument to atribute commands
Peter Stephenson
2010-09-12
1
-0
/
+17
*
28220 plus some comments: fix "HELLO=$HELLO shellfunc"
Peter Stephenson
2010-08-31
1
-0
/
+15
*
28037: improved error messages for module autoloads
Peter Stephenson
2010-06-14
1
-2
/
+2
*
Alexey: 27999: fix error message
Peter Stephenson
2010-06-07
1
-1
/
+1
*
unposted: fix typo in previous commit
Peter Stephenson
2010-05-12
1
-0
/
+9
*
c.f. 27950: strip bogus whitespace from tests
Peter Stephenson
2010-05-10
1
-4
/
+4
*
27947: some cases where we should execute EXIT traps
Peter Stephenson
2010-05-05
1
-0
/
+20
*
27889: Force more use of GLOB_SUBST in parameters if ~ is used
Peter Stephenson
2010-04-20
1
-0
/
+2
*
27865: fix problem with glob_subst in parameter subsitution
Peter Stephenson
2010-04-09
1
-0
/
+10
*
unposted: change new test in A02alias.ztst to use cat
Peter Stephenson
2010-03-25
1
-2
/
+2
*
27827: fix infinite loop in recursive alias at end of parsed string
Peter Stephenson
2010-03-25
1
-0
/
+6
*
unposted: fix new test in A01grammar.ztst
Peter Stephenson
2010-03-18
1
-1
/
+1
*
27793 and follow ups: add PATH_SCRIPT option to find script using $PATH
Peter Stephenson
2010-03-16
1
-0
/
+18
*
27780: effect of backslashes in :s changed in _files
Peter Stephenson
2010-03-15
1
-0
/
+19
*
users/14905 + 14906: problems with :s in parameter expansion
Peter Stephenson
2010-02-27
1
-0
/
+26
*
27722: bad error reporting and checking in conditions
Peter Stephenson
2010-02-19
2
-1
/
+9
*
27723: eval shouldn't modify non-zero return statuses
Peter Stephenson
2010-02-19
1
-1
/
+1
*
27694: add P glob qualifier for prepending
Peter Stephenson
2010-02-09
1
-0
/
+41
*
27611: cache parameter values in math eval so subscripts are eval'd once
Peter Stephenson
2010-01-20
1
-0
/
+22
*
27608: fix memory for mbegin, mend & regexp test
Peter Stephenson
2010-01-20
1
-6
/
+7
*
27600: extend =~ syntax to set positional variables for matches
Peter Stephenson
2010-01-17
1
-0
/
+33
*
27243: reverse indexing of arrays with beginning index out of range returned
Peter Stephenson
2009-09-05
1
-0
/
+28
*
27188: improve read -q by using read -k code
Peter Stephenson
2009-07-24
2
-0
/
+18
*
27129: fix status at start of function, command subst, etc.
Peter Stephenson
2009-07-11
3
-0
/
+18
*
27126: a few more contexts where executing empty lists gives status zero
Peter Stephenson
2009-07-10
3
-0
/
+41
*
27106: reset status on command that expands to empty
Peter Stephenson
2009-07-10
1
-0
/
+4
*
27092: missing then-clause for if wasn't an error
Peter Stephenson
2009-07-06
1
-1
/
+6
*
27087: change return codes from failed "."
Peter Stephenson
2009-07-02
1
-2
/
+2
*
27083: non-zero status on failures to find or execute file in "."
Peter Stephenson
2009-07-01
1
-1
/
+8
*
27304: add ${(q-)..} flag
Peter Stephenson
2009-06-05
1
-0
/
+14
*
Paul Ackersviller: 26959: delay before removing test modules
Peter Stephenson
2009-05-13
1
-0
/
+1
*
26950: warn on failed attempt to change user or group ID
Peter Stephenson
2009-05-08
1
-11
/
+19
*
26954: read should pass through invalid multibyte characters
Peter Stephenson
2009-05-07
1
-0
/
+6
[prev]
[next]