Home | History | Annotate | Download | only in gen
History log of /freebsd/src/lib/libc/gen/err.c
RevisionDateAuthorComments
 1.15.2.1.2.1  25-Oct-2009  kensmith SVN rev 198460 on 2009-10-25 01:10:29Z by kensmith

Copy stable/8 to releng/8.0 as part of 8.0-RELEASE release procedure.

Approved by: re (implicit)
 1.15.2.1  03-Aug-2009  kensmith SVN rev 196045 on 2009-08-03 08:13:06Z by kensmith

Copy head to stable/8 as part of 8.0 Release cycle.

Approved by: re (Implicit)
 1.15  03-Apr-2008  imp Minor style(9) nit: move to using ANSI definition of functions.
 1.14.6.1  25-Nov-2008  kensmith SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith

Create releng/7.1 in preparation for moving into RC phase of 7.1 release
cycle.

Approved by: re (implicit)
 1.14.8.1  15-Apr-2009  kensmith SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith

Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.

Approved by: re (implicit)
 1.14  09-Jan-2007  imp Per Regents of the University of Calfornia letter, remove advertising
clause.

# If I've done so improperly on a file, please let me know.
 1.13.26.1  02-Oct-2008  kensmith SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by: re (implicit)
 1.13  29-Mar-2002  markm Do not use __progname directly (except in [gs]etprogname(3)).
Also, make an internal _getprogname() that is used only inside
libc. For libc, getprogname(3) is a weak symbol in case a
function of the same name is defined in userland.
 1.12  22-Mar-2002  obrien Fix the style of the SCM ID's.
I believe have made all of libc .c's as consistent as possible.
 1.11  01-Feb-2002  bde Fixed tab lossage in vendor id and nearby style bugs in previous commit.
 1.10  01-Feb-2002  obrien Cut-n-paste in `list' mode considered harmful.
 1.9  01-Feb-2002  obrien Fix SCM ID's.
 1.8  11-Nov-2001  bde Fixed namespace pollution related to `err' in libc in the same way as for
`warn'. Now a whole 2 members of the err() family don't cause pollution.

This fixes world breakage in awk for NOSHARED worlds. contrib/awk/msg.c
has had its own version of err() for a long time, but this somehow
didn't cause problems until the update to awk-3.1.0.
 1.7  29-Aug-2001  bde Fixed namespace pollution related to `warn' in libc (but not in other
libraries or for other members of the err() family).

This fixes world breakage in bc and rcs/* for NOSHARED worlds.
 1.6  27-Aug-1999  peter $Id$ -> $FreeBSD$
 1.5.2.1  29-Aug-1999  peter $Id$ -> $FreeBSD$
 1.5  15-Sep-1998  wollman Replace accidentally-deleted `x' which caused warnx() to misbehave.
 1.4  12-Sep-1998  wollman A small last-minute iitem for 3.0:

- Fix some style errors I made back in 1995.

- Add a new flavor of the err(3) family, which takes an explicit
errno argument rather than implicitly examining errno. This
will make it easier to use these functions in conjunction with
modern library interfaces that return an errno value explicitly.
 1.3  14-Sep-1996  bde Don't use __dead or __pure in user code. They were obfuscations
for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
 1.2  13-Apr-1995  wollman Add err_set_file() and err_set_exit() functions to make it possible for
programs which use err(3) to work nicely in a wider range of environments
(e.g., dialog).
 1.1.1.1  27-May-1994  rgrimes BSD 4.4 Lite Lib Sources
 1.1  27-May-1994  rgrimes Initial revision

RSS XML Feed