zsh-workers
 help / color / mirror / code / Atom feed
* zsh 2.5.03 suggestion
@ 1995-12-03 22:21 Chris Torek
  1995-01-29 13:21 ` Strange behaviour of the prompt Soter Mule'
  1995-12-04 14:31 ` zsh 2.5.03 suggestion Peter Stephenson
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Torek @ 1995-12-03 22:21 UTC (permalink / raw)
  To: zsh-list

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1995-12-07 13:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-12-03 22:21 zsh 2.5.03 suggestion Chris Torek
1995-01-29 13:21 ` Strange behaviour of the prompt Soter Mule'
1995-12-04 14:31 ` zsh 2.5.03 suggestion Peter Stephenson

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).