#
ea8d448a |
| 01-Feb-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
Fix SCM ID's.
|
#
ac8e56a7 |
| 11-Nov-2001 |
Bruce Evans <bde@FreeBSD.org> |
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 worl
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.
show more ...
|
#
1643f03d |
| 29-Aug-2001 |
Bruce Evans <bde@FreeBSD.org> |
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.
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
75a21a38 |
| 15-Sep-1998 |
Garrett Wollman <wollman@FreeBSD.org> |
Replace accidentally-deleted `x' which caused warnx() to misbehave.
|
#
b4b4fb87 |
| 12-Sep-1998 |
Garrett Wollman <wollman@FreeBSD.org> |
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 er
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.
show more ...
|
Revision tags: release/2.2.7, release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1, release/2.1.5_cvs |
|
#
eaa86f9d |
| 14-Sep-1996 |
Bruce Evans <bde@FreeBSD.org> |
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 us
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.
show more ...
|
Revision tags: release/2.1.0_cvs, release/2.0.5_cvs |
|
#
3688be0e |
| 13-Apr-1995 |
Garrett Wollman <wollman@FreeBSD.org> |
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).
|
Revision tags: release/2.0, release/1.1.5.1_cvs |
|
#
58f0484f |
| 27-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite Lib Sources
|