1
0
Fork 0
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:
Bart Schaefer 2001-07-08 00:42:21 +00:00
parent 871dd54d31
commit be4592f7dc
2 changed files with 352 additions and 208 deletions

View file

@ -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,

File diff suppressed because it is too large Load diff