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
2007-04-02
23257: buffer too short for multibyte ${(#)...} evalution
Peter Stephenson
1
-2
/
+3
2007-02-25
23176: apply the (X) parameter flag to the (#) flag; fix comment typo.
Bart Schaefer
1
-6
/
+20
2007-02-10
fix metafication of ${(#)x}
Peter Stephenson
1
-4
/
+8
2007-02-02
23143: make =-expansion with metacharacters more consistent
Peter Stephenson
1
-10
/
+10
2007-01-26
Silenced a compiler warning by making an int unsigned.
Wayne Davison
1
-1
/
+1
2007-01-21
23118: improve sorting to make it work with locales
Peter Stephenson
1
-167
/
+18
2007-01-18
23114: ${foo:s/bar/rod} broken
Peter Stephenson
1
-1
/
+5
2006-12-13
23052: multibyte characters in typeset -L/R/Z padding
Peter Stephenson
1
-30
/
+46
2006-12-03
Incomplete improvements for $'...' in completion
Peter Stephenson
1
-3
/
+43
2006-11-11
22997: fix ${...?...} exit and traps
Peter Stephenson
1
-2
/
+11
2006-11-07
22980: 22952 messed up parameter padding flag optional arguments
Peter Stephenson
1
-10
/
+21
2006-11-02
22952: fix some argument delimiters to work with multibyte characters
Peter Stephenson
1
-56
/
+141
2006-11-01
22934, modified, see 22937: add HIST_SUBST_PATTERN option
Peter Stephenson
1
-15
/
+19
2006-10-05
22819: improved internal use of string quotation,
Peter Stephenson
1
-17
/
+19
2006-09-23
22765: rename some MB_ macros to WC_ for consistency.
Peter Stephenson
1
-2
/
+2
2006-09-23
22761: fix compdescrie for multibyte characters
Andrey Borzenkov
1
-1
/
+1
2006-09-20
22742: parameter padding uses string lengths unless (m) flag set
Peter Stephenson
1
-33
/
+72
2006-09-15
assume width 1 for control characters;
Peter Stephenson
1
-85
/
+93
2006-09-13
22705: make ${(l...)...} and ${(r...)...} handle multibyte characters
Peter Stephenson
1
-60
/
+353
2006-09-12
22689: untokenize strings used in parameter substitution pattern matching
Peter Stephenson
1
-2
/
+15
2006-09-10
22684: improve getkeystring() interface and make printf do octal escapes
Peter Stephenson
1
-4
/
+4
2006-09-10
22676, 22678: extend sched and make it able to run events when waiting for
Peter Stephenson
1
-6
/
+23
2006-07-24
22556: Multibyte separators and delimiters
Peter Stephenson
1
-19
/
+41
2006-07-10
22544: Improve use of ztype tests for multibyte characters. Add
Peter Stephenson
1
-10
/
+10
2006-06-28
22526: enhance ${(#)...} to handle Unicode
Peter Stephenson
1
-14
/
+25
2006-06-28
22525: lengths and cases of multibyte strings in parameters and history
Peter Stephenson
1
-42
/
+25
2006-05-30
22474: use variable argument lists to improve error message handling
Peter Stephenson
1
-24
/
+19
2006-03-22
22375, 22376: ${(0)...} splits on NULL byte
Peter Stephenson
1
-0
/
+7
2006-03-07
Use the new "flags" integer to get rid of the mult_isarr global.
Wayne Davison
1
-55
/
+34
2006-03-07
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
1
-13
/
+13
2006-02-16
Made ${(A)=name:=word} (which is an array assignment) not split on
Wayne Davison
1
-14
/
+10
2006-02-15
Fixed another ${name+word} problem when word consisted of an
Wayne Davison
1
-29
/
+19
2006-02-15
- Fixed: setopt shwordsplit; set 1 '2 3' 4; print -l ${1+"$@"}
Wayne Davison
1
-36
/
+89
2006-02-06
22195: don't set HOME in the shell
Peter Stephenson
1
-1
/
+1
2005-11-01
21967: add ${(#)...} substitution
Peter Stephenson
1
-0
/
+43
2005-10-13
21871: replace INULL() by inull()
Peter Stephenson
1
-5
/
+5
2005-10-11
21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameter
Peter Stephenson
1
-3
/
+3
2004-12-07
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
1
-6
/
+56
2004-06-28
20112 changed c.f. 20113:
Peter Stephenson
1
-0
/
+30
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-1
/
+1
2004-05-28
Silenced one signed/unsigned comparison compiler warning.
Wayne Davison
1
-1
/
+1
2003-08-30
18982: comments/rant for paramsubst(), accidentally uncommited
Peter Stephenson
1
-8
/
+564
2003-06-05
users/1654: anchors did'nt work with // parameter substitution
Peter Stephenson
1
-1
/
+1
2003-05-22
18569: pointer error with ${(on)...}
Peter Stephenson
1
-1
/
+1
2003-05-21
18565: bug when ${(u)...} reduced array to length 1
Peter Stephenson
1
-10
/
+17
2003-05-07
18508: quoting of separator in ${foo//../..} was buggy
Peter Stephenson
1
-7
/
+12
2002-05-06
Split tokenize() into shtokenize() and zshtokenize()
Bart Schaefer
1
-5
/
+5
2002-02-22
16620, 16697: add a and n parameter expansion flags
Oliver Kiddle
1
-10
/
+96
2002-01-06
16400, 16401: preserve empty words that result from brace expansion.
Bart Schaefer
1
-5
/
+12
2001-12-17
16357: change (n) to (u) so (n) can be reserved. for numeric sorting.
Clint Adams
1
-1
/
+1
[next]