Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: hist: remove wrong NULL terminator
- X-seq: zsh-workers 34184
- From: Lawrence Velázquez <vq@xxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Subject: Re: PATCH: hist: remove wrong NULL terminator
- Date: Fri, 9 Jan 2015 13:33:12 -0500
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=larryv.me; h=	x-sasl-enc:content-type:mime-version:subject:from:in-reply-to	:date:cc:content-transfer-encoding:message-id:references:to; s=	mesmtp; bh=8jNUusX6MytCtRfIrbLZkEPVCiM=; b=MHUc3c7BFJZzyBZJehIp6	qC16gY+bCdUMkxcTCF3qM6CyBW5eRfqhA/E+Sf5cy63JczxwmsMvJXW51/1C0bxE	jc9JZLm84E630uw+x1XcPi3B/LS2UghM00b5x+wOgWd0WCXeyCvRDuPaejL9PuCI	NyZhQdJukhy4R54hw5OO0M=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=	messagingengine.com; h=x-sasl-enc:content-type:mime-version	:subject:from:in-reply-to:date:cc:content-transfer-encoding	:message-id:references:to; s=smtpout; bh=8jNUusX6MytCtRfIrbLZkEP	VCiM=; b=lpziHjFhrOVl/wuSqr5BTkt3mYecymWhA51OSP3loHaXKlYwRi6ka/+	tostpF4dQXJl5tR5DAVA+EXpeo9G/7bFxKNbikqHgIquhAA1xOfsIMlwVc1vvxCX	bH3O2k7TBy0jOz2REhZY44+f+tqoE64ReA59AbhNdQ3wlZCOyzRk=
- In-reply-to: <54B013C5.6090307@eastlink.ca>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1420807419-9270-1-git-send-email-mikachu@gmail.com> <54B013C5.6090307@eastlink.ca>
On Jan 9, 2015, at 12:45 PM, Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
> Holy Cow.  That's just been sitting there for god knows how long?
Since before zsh was under SourceForge version control, it looks like.
    % git blame -L 2179,+6 Src/hist.c(git:master)
    e74702b4 (Tanaka Akira 1999-04-15 18:05:38 +0000 2179)      *rptr++ = *ptr;
    e74702b4 (Tanaka Akira 1999-04-15 18:05:38 +0000 2180)     *rptr++ = '\'';
    e74702b4 (Tanaka Akira 1999-04-15 18:05:38 +0000 2181)     *rptr++ = 0;
    e74702b4 (Tanaka Akira 1999-04-15 18:05:38 +0000 2182)     str[1] = NULL;
    e74702b4 (Tanaka Akira 1999-04-15 18:05:38 +0000 2183)     return 0;
    e74702b4 (Tanaka Akira 1999-04-15 18:05:38 +0000 2184) }
    % git show --shortstat e74702b4(git:master)
    commit e74702b467171dbdafb56dfe354794a212e020d9
    Author: Tanaka Akira <akr@xxxxxxxxxxxxxxxxxxxxx>
    Date:   Thu Apr 15 18:05:38 1999 +0000
        Initial revision
     354 files changed, 66043 insertions(+)
vq
Messages sorted by:
Reverse Date,
Date,
Thread,
Author