mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
Fix infinite loop on `r OLD=NEW' when OLD is the empty string.
This commit is contained in:
parent
871dd54d31
commit
be4592f7dc
2 changed files with 352 additions and 208 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-07-07 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 15308: Src/builtin.c: Fix infinite loop on `r OLD=NEW' when OLD
|
||||
is the empty string, by rejecting replacements with an empty OLD.
|
||||
|
||||
2001-07-06 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 15252 (and Akinori Musha: 15245): Completion/BSD/Command/_kld,
|
||||
|
|
555
Src/builtin.c
555
Src/builtin.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue