Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Announcement draft
- X-seq: zsh-workers 1875
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: bas@xxxxxxxxxxxx (Bas V. de Bakker)
- Subject: Re: Announcement draft
- Date: Thu, 1 Aug 1996 16:42:30 +0200 (MET DST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <ja3f27happ.fsf@xxxxxxxxxxxxxxxxx> from "Bas V. de Bakker" at "Aug 1, 96 08:36:50 am"
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
> Zoltan Hidvegi <hzoli@xxxxxxxxxx> writes:
>
> > More than a thousand bugs have been fixed since the release of
> > zsh-2.5.0
>
> This makes 2.5.0 sound quite unusable, which it wasn't. Are you also
Well I tend to think that 2.5.0 is almost unusably buggy. At least as I
remember each time I wanted to write a shell script more complicated than
average it turned out that I have to figure out how to circumvent the bugs
which prevented the script running. Especially in subst.c and params.c
there were really ridiculous bugs. Things like
if (...) {
char *s = zalloc(10);
}
It lookd as if someone started something and forgot to finish. I started
to hack the code exactly because of these bugs.
For interactive use 2.5.0 is quite fine but it was a pain to use it with
scripts.
I thinkg I'll thant `more than a thousand' to `several hundred' but that
does not sound much better either. I'm sure that if you read the ChangeLog
you'll really find several hundred fixes relative to 2.5.0 and note that
not all fixes mentioned there.
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author