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
/
Src
/
subst.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
42313: avoid null-pointer deref when using ${(PA)...} on an empty array result
Joey Pabalinas
2018-01-23
1
-1
/
+1
*
41877: Separate out SH_FILE_EXPANSION loop from parameter substitution.
Peter Stephenson
2017-10-13
1
-16
/
+23
*
41828, 41830: skip SHFILEEXPANSION for new nodes added by stringsubst() in pr...
Barton E. Schaefer
2017-10-08
1
-2
/
+17
*
Add typeset -p1, like typeset -p with newlines
Peter Stephenson
2017-10-01
1
-1
/
+3
*
41764 (test tweaked): allow [key]+=value when modifying arrays
Peter Stephenson
2017-09-27
1
-4
/
+13
*
41747: Don't create hash entry if just checking existence.
Peter Stephenson
2017-09-25
1
-4
/
+8
*
Updates for ksh array element syntax.
Peter Stephenson
2017-09-24
1
-7
/
+64
*
41661: Need to remove tokens before using bufferwords() for (z)
Peter Stephenson
2017-09-10
1
-2
/
+6
*
40929 (replaces 40598): paramsubst() should always return scalar when PREFORK...
Barton E. Schaefer
2017-04-02
1
-13
/
+8
*
40832: fix $x:P when PWD=/
Barton E. Schaefer
2017-03-11
1
-2
/
+10
*
40760: Always tokenize unquoted - to Dash.
Peter Stephenson
2017-03-07
1
-17
/
+24
*
40640: the (A) parameter flag forces array result even if assignment syntax i...
Barton E. Schaefer
2017-02-25
1
-0
/
+11
*
40598: paramsubst() should always return scalar when PREFORK_SINGLE was passed
Barton E. Schaefer
2017-02-20
1
-1
/
+14
*
40593: SHWORDSPLIT + unset IFS should cause default splitting of $@
Barton E. Schaefer
2017-02-20
1
-1
/
+2
*
40375: autoload with explicit path mustn't trash already loaded function.
Peter Stephenson
2017-01-18
1
-4
/
+4
*
users/22319: ${ary1:^ary2} should not change isarr state of expansion of ary1
Barton E. Schaefer
2017-01-03
1
-2
/
+4
*
40071: change Dash back to "-" before evaluating named directory expansions
Barton E. Schaefer
2016-12-03
1
-0
/
+2
*
40034: clear badcshglob when ignoring errors
Barton E. Schaefer
2016-11-29
1
-1
/
+3
*
40035: Cosmetic fixes for comments and documentation.
Eitan Adler
2016-11-29
1
-1
/
+1
*
39949: Special case for "-" in directory names.
Peter Stephenson
2016-11-15
1
-8
/
+8
*
39579: Fix string calculation for parameter quoting.
Julien Cretin
2016-10-06
1
-3
/
+3
*
34943: Fixes for "command" with multiple options.
Peter Stephenson
2016-09-29
1
-1
/
+1
*
zsh-users/21903: Fix ${...?...} in interactive shell.
Peter Stephenson
2016-09-14
1
-0
/
+7
*
39252: internal: quotestring: Drop the 'e' parameter, which no caller uses.
Daniel Shahaf
2016-09-11
1
-6
/
+6
*
39115: repair forced joining when (@) and (j) are used together
Barton E. Schaefer
2016-08-29
1
-2
/
+3
*
39046 + 39061: New :P history modifier.
Daniel Shahaf
2016-08-22
1
-0
/
+13
*
39035: ${(A)name=word} should expand as an array even when there is only one ...
Barton E. Schaefer
2016-08-12
1
-0
/
+1
*
39028: more join/split cases fixed and tested.
Barton E. Schaefer
2016-08-12
1
-3
/
+4
*
39019 (cf. PWS 39013): fix SHWORDSPLIT regression introduced by workers/29313
Barton E. Schaefer
2016-08-10
1
-6
/
+15
*
38973: Optimize indexing array parameters.
Daniel Shahaf
2016-08-01
1
-4
/
+11
*
38599: skip the "no such named directory" warning when NO_EXEC is in effect
Barton E. Schaefer
2016-06-04
1
-1
/
+1
*
unposted: internal: Document modify().
Daniel Shahaf
2016-06-03
1
-0
/
+13
*
users/21352: ensure $'' doesn't get elided.
Peter Stephenson
2016-03-07
1
-1
/
+5
*
37344: restore old printable quoting, add ${(q+)...}.
Peter Stephenson
2015-12-07
1
-4
/
+10
*
37206: fix ${(t)param} for "typeset -H param"
Barton E. Schaefer
2015-11-23
1
-1
/
+1
*
37096: Another $${(P)...} tweak.
Peter Stephenson
2015-11-12
1
-2
/
+17
*
37094: Further tweaks to parameter name references.
Peter Stephenson
2015-11-11
1
-3
/
+3
*
37092: make nested ${(P)name} properly refer to parameter on return
Peter Stephenson
2015-11-11
1
-44
/
+70
*
37074: extend previous fix to over whitespace at end
Peter Stephenson
2015-11-07
1
-14
/
+36
*
37073: another SH_WORD_SPLIT problem.
Peter Stephenson
2015-11-06
1
-6
/
+34
*
35694: fix handling of history modifiers applied across all elements of an ar...
Barton E. Schaefer
2015-07-06
1
-2
/
+8
*
35343: Avoid $#name length handling for POSIX_IDENTIFIERS
Peter Stephenson
2015-05-31
1
-1
/
+2
*
35326: $#- was misparsed as ${#-}
Peter Stephenson
2015-05-29
1
-1
/
+1
*
35153: nested math substitution
Peter Stephenson
2015-05-15
1
-2
/
+11
*
35151: improved check for parameter q and b flags
Peter Stephenson
2015-05-15
1
-1
/
+2
*
35067: Add (b) parameter flag for pattern char backslashing.
Peter Stephenson
2015-05-10
1
-2
/
+11
*
34606: fix up nested arithmetic substitution
Peter Stephenson
2015-02-22
1
-2
/
+18
*
34573: Safer failure to handle command substitution
Peter Stephenson
2015-02-19
1
-3
/
+7
*
34570: Another nasty command / math substituion thing.
Peter Stephenson
2015-02-19
1
-11
/
+17
*
34322: bug with interface to parsestr() etc.
Peter Stephenson
2015-01-18
1
-3
/
+5
[next]