zsh-workers
 help / color / mirror / code / Atom feed
From: Wayne Davison <wayned@users.sourceforge.net>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: zsh-workers@sunsite.dk
Subject: Re: .zsh_history bugreport
Date: Tue, 30 Oct 2001 10:25:20 -0800 (PST)	[thread overview]
Message-ID: <Pine.LNX.4.21.0110301018500.31194-100000@life.blorf.net> (raw)
In-Reply-To: <1011030173655.ZM30372@candle.brasslantern.com>

On Tue, 30 Oct 2001, Bart Schaefer wrote:
> 16184 probably should go onto the patches branch, too.

Cool.  I just put it there.

One other potential change:  Should readhistline() return "start"
instead of "0" when fgets() fails?  Having fgets() fail with a non-0
start value doesn't look like a very common scenario (because of the
feof() calls), but if we've got some characters in the string, I figure
we might as well return them.  Do you agree?

Index: Src/hist.c
--- Src/hist.c	2001/10/26 23:47:10	1.36
+++ Src/hist.c	2001/10/30 18:19:46
@@ -1793,7 +1793,7 @@
 	}
 	return len;
     }
-    return 0;
+    return start;
 }
 
 /**/

..wayne..


  reply	other threads:[~2001-10-30 18:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-26 14:26 Stepan Koltsov
2001-10-26 14:54 ` Bart Schaefer
2001-10-26 16:31   ` Stepan Koltsov
2001-10-26 18:26   ` Wayne Davison
2001-10-26 22:51     ` Bart Schaefer
2001-10-26 23:29       ` Wayne Davison
2001-10-30 17:36         ` Bart Schaefer
2001-10-30 18:25           ` Wayne Davison [this message]
2001-10-31 16:38             ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.21.0110301018500.31194-100000@life.blorf.net \
    --to=wayned@users.sourceforge.net \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).