Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Remaining zsh3.0-pre2 bugs
- X-seq: zsh-workers 1575
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: schaefer@xxxxxxx
- Subject: Re: Remaining zsh3.0-pre2 bugs
- Date: Mon, 8 Jul 1996 16:28:32 +0200 (MET DST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <960707212236.ZM7141@xxxxxxxxxxxxxxxxxxxxxxx> from Bart Schaefer at "Jul 7, 96 09:22:32 pm"
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
> This is simply too amusing. I originally added hgets() to hist.c back
> sometime late in v2.2 or early in v2.3; it then got moved to input.c,
> renamed ingets(), and changed to use ingetc(), sometime late in v2.4;
> and now we're back to hgets()/hgetc() again.
Not really. The hgets -> ingets change happened last august. And hgets
used hgetch instead of hgetc. The real change compared to the 2.5 version
is using hgetc instead of hgetch. The difference is that hgetch has
nothing to do with the history code while hgetc updates chline. So the
name ingets was correct. But now I'll perhaps completely remove hgets and
merge it into gethere since it is only called from there and it seems that
the code would be simpler if hgets were merged into gethere.
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author