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
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
2014-01-23
32299: add use of underscores on arithmetic output for spacing
Peter Stephenson
1
-4
/
+4
2013-11-17
32001: fix crash on ${:*} and ${:|}
Peter Stephenson
1
-0
/
+8
2013-01-22
30993: fix parameter modifier crash with :wq on empty string
Peter Stephenson
1
-1
/
+9
2012-10-05
30715: use enum lextok for variables containing lexical tokens
Peter Stephenson
1
-7
/
+7
2012-08-21
30633: "functions -T" only traces marked function, not called functions
Peter Stephenson
1
-0
/
+2
2012-04-22
unposted: add test for valid identifier to 30431
Peter Stephenson
1
-1
/
+8
2012-04-22
30439: ${...:*...} with nonexistent or non-array after *
Peter Stephenson
1
-0
/
+13
2012-04-22
30431 with typo in _typeset fix:
Peter Stephenson
1
-0
/
+43
2012-04-16
30413: (q-) parameter flag should quote null string
Peter Stephenson
1
-0
/
+4
2012-02-29
30299: "$*" was split with SHWORDSPLIT if IFS was empty or unset
Peter Stephenson
1
-1
/
+1
2012-02-20
30242: use PREFORK_SINGLE for ${...=...} in POSIX emulation
Bart Schaefer
1
-1
/
+6
2012-02-12
30181, plus rename of PF_* flags to PREFORK_*:
Peter Stephenson
1
-36
/
+75
2011-12-21
30041: fix bash-style offsets for positional parameters when scalars
Peter Stephenson
1
-15
/
+17
2011-11-28
Ismail Dönmez: 29920: NO_EXEC problem with arithmetic substitution
Peter Stephenson
1
-1
/
+4
2011-08-17
29703: crash when failing to parse process substitutions
Peter Stephenson
1
-0
/
+2
2011-07-01
29530: ${...?...} shouldn't cause an error with NO_EXEC option
Peter Stephenson
1
-13
/
+15
2011-06-06
29462: fix warning
Peter Stephenson
1
-1
/
+1
2011-06-03
29451: ${##stuff} removes stuff from the head of $#
Peter Stephenson
1
-1
/
+10
2011-05-23
29351: casts needed to pass integers through stdarg
Peter Stephenson
1
-2
/
+3
2011-05-19
29224: Support negative LEN in ${VAR:OFFSET:LEN} like bash.
Mikael Magnusson
1
-9
/
+31
2011-05-19
29261: Add g:: flag.
Mikael Magnusson
1
-0
/
+56
2011-05-19
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
1
-2
/
+2
2011-05-18
29313: better sh emulation with SHWORDPLIT and empty $IFS
Bart Schaefer
1
-13
/
+18
2011-03-21
28936: ${#$} and ${#?} also didn't work
Peter Stephenson
1
-0
/
+2
2011-03-11
28889: ${##} should return the length of $#
Peter Stephenson
1
-0
/
+1
2011-03-11
users/15864: turn zsh_directory_name into a hook
Peter Stephenson
1
-3
/
+1
2011-01-18
Mikael: 28637: ${foo:0:} caused crash
Peter Stephenson
1
-6
/
+8
2010-12-15
28530: replace (z+opts+) flag with (Z:opts:), add reserved (_:flags:).
Bart Schaefer
1
-8
/
+34
2010-12-14
28528: Rearrange zleparse to lexflags
Peter Stephenson
1
-8
/
+11
2010-12-12
28510: add (z+c+) and (z+C+) parameter flags
Peter Stephenson
1
-2
/
+27
[next]