Home | History | Annotate | Download | only in gen
History log of /src/lib/libc/gen/siglist.c
RevisionDateAuthorComments
 1.18  09-Jul-2016  dholland Fix three of these strings (ones that are rarely seen)
 1.17  17-Jan-2007  hubertf Remove more duplicate #includes, and a few spurious whitespaces at EOL
From Slava Semushin <slava.semushin@gmail.com>
 1.16  13-Sep-2005  christos compat core reorg.
 1.15  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.14  17-Aug-1999  mycroft Make some needed weak aliases.
 1.13  06-Dec-1998  jonathan Move warnings about sys_siglist[] and __sys_siglist to _sys_siglist.c,
so that the warning is shown once at link time, not three times.
 1.12  01-Dec-1998  thorpej Warn about references to the compatibility sys_siglist[], and direct the
user to include <signal.h> or <unistd.h> to generate the correct reference.

Warn about references to the deprecated __sys_siglist[], and direct the
user to include <signal.h> or <unistd.h> and use sys_siglist instead.
 1.11  30-Nov-1998  thorpej Don't include <sys/cdefs.h> twice. Also, don't include <signal.h> or
<unistd.h>. These headers are not needed, and if included now, cause
a compile error since the exported and renamed type is different.
 1.10  26-Sep-1998  christos Adapt to new signal changes (from Jason)
 1.9  13-Jul-1997  christos Fix RCSID's
 1.8  04-Mar-1995  cgd branches: 1.8.4;
fix up some RCS Id's i botched.
 1.7  27-Feb-1995  cgd merge with 4.4-Lite, keeping local changes. clean up Ids
 1.6  12-Dec-1994  jtc branches: 1.6.2;
Rework indirect reference support as outlined by my recent message to
the tech-userlevel mailing list.
 1.5  10-Oct-1994  jtc Renamed sys_errlist[] and sys_nerr to __sys_errlist[] and __sys_nerr.
The traditional API of sys_errlist[] and sys_nerr is provided by weak
references if they are supported. Otherwise, we're forced to have to
have two copies of the error message string table in the library.
Fortunately, unless a program uses both sys_errlist[] and strerror(),
only one of the copies will be linked into the executable.

This is all to provide an clean namespace as required by ANSI. I've
done the same for sys_siglist[], even though it is not required, to
be consistant.
 1.4  02-Dec-1993  mycroft Add `const's to sys_siglist and sys_signame decls.
 1.3  26-Aug-1993  jtc Declare rcsid strings so they are stored in text segment.
 1.2  30-Jul-1993  mycroft Add even more RCS frobs.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  25-Feb-1995  cgd from lite, with minor name rearrangement to fit.
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.6.2.2  02-May-1995  jtc #include "namespace.h"
 1.6.2.1  17-Feb-1995  jtc Use "namespace.h", back out old mechanism for namespace purity.
 1.8.4.1  16-Sep-1996  jtc snapshot namespace cleanup

RSS XML Feed