zsh-workers
 help / color / mirror / code / Atom feed
From: Chris Torek <torek@sparc.BSDI.COM>
To: zsh-list@sterling.com
Subject: zsh 2.5.03 suggestion
Date: Sun, 3 Dec 1995 15:21:33 -0700	[thread overview]
Message-ID: <199512032221.PAA03759@sparc.BSDI.COM> (raw)

We have been trying to change sys_errlist from `const char *const[]'
back to `char *[]', or, better yet, get people to stop using it
entirely.  Towards the latter, it would be nice if zsh's utils.c
would use strerror() rather than sys_errlist, with a `backup'
implementation that uses sys_errlist[argument] for systems that
lack strerror (perhaps even providing this backup in the form of
a strerror() implementation).

I will leave the exact details up to you -- you have some existing
HAVE_* macros, and I would recommend adding HAVE_STRERROR here,
unless you would prefer to simply provide an auxiliary `strerror.c'
source file, using it only on those systems that lack strerror().

Chris


             reply	other threads:[~1995-12-03 22:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-12-03 22:21 Chris Torek [this message]
1995-01-29 13:21 ` Strange behaviour of the prompt Soter Mule'
1995-12-04 14:31 ` zsh 2.5.03 suggestion Peter Stephenson

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=199512032221.PAA03759@sparc.BSDI.COM \
    --to=torek@sparc.bsdi.com \
    --cc=zsh-list@sterling.com \
    /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).