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
2023-02-12
51360: Initial implementation of named references.
Bart Schaefer
1
-1
/
+2
2023-02-06
51350: ${(S)...//#%...} didn't match the whole string
Peter Stephenson
1
-0
/
+3
2023-02-02
51306: error message in ${unset?error} should be expanded
Peter Stephenson
1
-1
/
+5
2023-01-10
51258, 51272: refactor handling of terminal attributes, removing OFF flags in...
Oliver Kiddle
1
-2
/
+9
2022-12-16
51212: remove STOUC() macro
Oliver Kiddle
1
-3
/
+3
2022-03-29
49853 + 49882/49883: make "${arr[*]:off}" compatible with ksh/bash
Jun-ichi Takimoto
1
-3
/
+18
2021-07-19
49166: fix coredump in ${name:offset:length} with ill-formatted length
Jun-ichi Takimoto
1
-5
/
+7
2021-06-28
49102: Ignore dynamic directory name failure if NO_EXEC
Peter Stephenson
1
-1
/
+1
2021-04-18
48560: add TYPESET_TO_UNSET option to remove initialization of parameters
Bart Schaefer
1
-1
/
+2
2021-04-08
48379: Make the parameter expansion subscript flags parse error message, "err...
Daniel Shahaf
1
-3
/
+25
2020-09-13
Unposted - fix comment
Bart Schaefer
1
-1
/
+1
2020-09-13
47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}
Bart Schaefer
1
-4
/
+15
2020-07-03
users/24971: ${(-)var} sorts on signed integers
Peter Stephenson
1
-0
/
+4
2020-06-26
46100: Fix =subst before =(subst)
Peter Stephenson
1
-1
/
+1
2020-05-12
Support ${name:offset:length} with an empty offset
Mikael Magnusson
1
-5
/
+15
2020-03-25
45583/0003: chrealpath: Let caller decide how the return value should be allo...
Daniel Shahaf
1
-2
/
+2
2020-03-25
45583/0002: chrealpath: Make symlink resolution optional.
Daniel Shahaf
1
-2
/
+2
2019-12-17
45058: internal: Add symbolic names to possible values of zexit()'s "from_whe...
Daniel Shahaf
1
-1
/
+1
2019-12-11
45004: Fix typos in comments
Martijn Dekker
1
-6
/
+6
2019-06-20
44435: Handling digita arguments for :h and :t.
Peter Stephenson
1
-10
/
+27
2018-12-21
43921: ${\var} should be an error
Bart Schaefer
1
-1
/
+1
2018-11-21
43837 plus test from Daniel: Empty string in nested subst.
Peter Stephenson
1
-0
/
+2
2018-10-08
43616: Various parameter setting and display fixes.
Peter Stephenson
1
-2
/
+2
2018-07-31
43219 (except term{cap,info}.c): fix several memory leaks
Jun-ichi Takimoto
1
-1
/
+1
2018-01-23
42313: avoid null-pointer deref when using ${(PA)...} on an empty array result
Joey Pabalinas
1
-1
/
+1
2017-10-13
41877: Separate out SH_FILE_EXPANSION loop from parameter substitution.
Peter Stephenson
1
-16
/
+23
2017-10-08
41828, 41830: skip SHFILEEXPANSION for new nodes added by stringsubst() in pr...
Barton E. Schaefer
1
-2
/
+17
2017-10-01
Add typeset -p1, like typeset -p with newlines
Peter Stephenson
1
-1
/
+3
2017-09-27
41764 (test tweaked): allow [key]+=value when modifying arrays
Peter Stephenson
1
-4
/
+13
2017-09-25
41747: Don't create hash entry if just checking existence.
Peter Stephenson
1
-4
/
+8
2017-09-24
Updates for ksh array element syntax.
Peter Stephenson
1
-7
/
+64
2017-09-10
41661: Need to remove tokens before using bufferwords() for (z)
Peter Stephenson
1
-2
/
+6
2017-04-02
40929 (replaces 40598): paramsubst() should always return scalar when PREFORK...
Barton E. Schaefer
1
-13
/
+8
2017-03-11
40832: fix $x:P when PWD=/
Barton E. Schaefer
1
-2
/
+10
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
[next]