index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
subst.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-07
40760: Always tokenize unquoted - to Dash.
Peter Stephenson
1
-17
/
+24
2017-02-25
40640: the (A) parameter flag forces array result even if assignment syntax i...
Barton E. Schaefer
1
-0
/
+11
2017-02-20
40598: paramsubst() should always return scalar when PREFORK_SINGLE was passed
Barton E. Schaefer
1
-1
/
+14
2017-02-20
40593: SHWORDSPLIT + unset IFS should cause default splitting of $@
Barton E. Schaefer
1
-1
/
+2
2017-01-18
40375: autoload with explicit path mustn't trash already loaded function.
Peter Stephenson
1
-4
/
+4
2017-01-03
users/22319: ${ary1:^ary2} should not change isarr state of expansion of ary1
Barton E. Schaefer
1
-2
/
+4
2016-12-03
40071: change Dash back to "-" before evaluating named directory expansions
Barton E. Schaefer
1
-0
/
+2
2016-11-29
40034: clear badcshglob when ignoring errors
Barton E. Schaefer
1
-1
/
+3
2016-11-29
40035: Cosmetic fixes for comments and documentation.
Eitan Adler
1
-1
/
+1
2016-11-15
39949: Special case for "-" in directory names.
Peter Stephenson
1
-8
/
+8
2016-10-06
39579: Fix string calculation for parameter quoting.
Julien Cretin
1
-3
/
+3
2016-09-29
34943: Fixes for "command" with multiple options.
Peter Stephenson
1
-1
/
+1
2016-09-14
zsh-users/21903: Fix ${...?...} in interactive shell.
Peter Stephenson
1
-0
/
+7
2016-09-11
39252: internal: quotestring: Drop the 'e' parameter, which no caller uses.
Daniel Shahaf
1
-6
/
+6
2016-08-29
39115: repair forced joining when (@) and (j) are used together
Barton E. Schaefer
1
-2
/
+3
2016-08-22
39046 + 39061: New :P history modifier.
Daniel Shahaf
1
-0
/
+13
2016-08-12
39035: ${(A)name=word} should expand as an array even when there is only one ...
Barton E. Schaefer
1
-0
/
+1
2016-08-12
39028: more join/split cases fixed and tested.
Barton E. Schaefer
1
-3
/
+4
2016-08-10
39019 (cf. PWS 39013): fix SHWORDSPLIT regression introduced by workers/29313
Barton E. Schaefer
1
-6
/
+15
2016-08-01
38973: Optimize indexing array parameters.
Daniel Shahaf
1
-4
/
+11
2016-06-04
38599: skip the "no such named directory" warning when NO_EXEC is in effect
Barton E. Schaefer
1
-1
/
+1
2016-06-03
unposted: internal: Document modify().
Daniel Shahaf
1
-0
/
+13
2016-03-07
users/21352: ensure $'' doesn't get elided.
Peter Stephenson
1
-1
/
+5
2015-12-07
37344: restore old printable quoting, add ${(q+)...}.
Peter Stephenson
1
-4
/
+10
2015-11-23
37206: fix ${(t)param} for "typeset -H param"
Barton E. Schaefer
1
-1
/
+1
2015-11-12
37096: Another $${(P)...} tweak.
Peter Stephenson
1
-2
/
+17
2015-11-11
37094: Further tweaks to parameter name references.
Peter Stephenson
1
-3
/
+3
2015-11-11
37092: make nested ${(P)name} properly refer to parameter on return
Peter Stephenson
1
-44
/
+70
2015-11-07
37074: extend previous fix to over whitespace at end
Peter Stephenson
1
-14
/
+36
2015-11-06
37073: another SH_WORD_SPLIT problem.
Peter Stephenson
1
-6
/
+34
2015-07-06
35694: fix handling of history modifiers applied across all elements of an ar...
Barton E. Schaefer
1
-2
/
+8
2015-05-31
35343: Avoid $#name length handling for POSIX_IDENTIFIERS
Peter Stephenson
1
-1
/
+2
2015-05-29
35326: $#- was misparsed as ${#-}
Peter Stephenson
1
-1
/
+1
2015-05-15
35153: nested math substitution
Peter Stephenson
1
-2
/
+11
2015-05-15
35151: improved check for parameter q and b flags
Peter Stephenson
1
-1
/
+2
2015-05-10
35067: Add (b) parameter flag for pattern char backslashing.
Peter Stephenson
1
-2
/
+11
2015-02-22
34606: fix up nested arithmetic substitution
Peter Stephenson
1
-2
/
+18
2015-02-19
34573: Safer failure to handle command substitution
Peter Stephenson
1
-3
/
+7
2015-02-19
34570: Another nasty command / math substituion thing.
Peter Stephenson
1
-11
/
+17
2015-01-18
34322: bug with interface to parsestr() etc.
Peter Stephenson
1
-3
/
+5
2015-01-06
34105: subst: remove dead code
Mikael Magnusson
1
-1
/
+1
2015-01-06
34103: fix ancient double-quote handling thinko in subst_parse_str()
Barton E. Schaefer
1
-2
/
+4
2014-12-15
33976: fix overlapping strcpy()
Barton E. Schaefer
1
-1
/
+1
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-9
/
+18
2014-10-12
33423: expand ${(p)...} to allow ${(ps.$param.)...}
Peter Stephenson
1
-5
/
+16
2014-09-06
33118: record original param unset state when treating empty the same as unset,
Barton E. Schaefer
1
-6
/
+9
2014-08-04
unposted: remove unused variables
Peter Stephenson
1
-1
/
+1
2014-08-04
32949 (wip 32928, 32937): Add :^ syntax for zipping two arrays
Mikael Magnusson
1
-0
/
+61
2014-08-01
32932: add hmkarray() and use to fix leak
Peter Stephenson
1
-1
/
+1
2014-04-18
32552 (updated by 32560): fix segfault when using process substitution in ano...
Andrew Waldron
1
-1
/
+1
[prev]
[next]