History log of /src/lib/libc/gen/vwarn.c |
Revision | | Date | Author | Comments |
1.16 |
| 16-Jan-2014 |
christos | Add the {v,}{err,warn}c flavors, from FreeBSD.
|
1.15 |
| 17-Jul-2011 |
joerg | branches: 1.15.2; 1.15.8; Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards.
|
1.14 |
| 18-Jun-2007 |
ginsbach | Follow the example of other nbtool compat functions, like dirname, and don't create if it is determined that the system in question doesn't need them. This cleans up build warnings on systems with err.h (HAVE_ERR_H) for example Mac OS X 10.3.
|
1.13 |
| 13-Sep-2005 |
christos | compat core reorg.
|
1.12 |
| 27-Oct-2003 |
lukem | Overhaul how `build.sh tools' are used:
* Rename "config.h" to "nbtool_config.h" and HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H. This makes in more obvious in the source when we're using tools/compat/config.h versus "standard autoconf" config.h
* Consistently move the inclusion of nbtool_config.h to before <sys/cdefs.h> so that the former can provide __RCSID() (et al), and there's no need to protect those macros any more.
These changes should make it easier to "tool-ify" a program by adding: #if HAVE_NBTOOL_CONFIG_H #include "nbtool_config.h" #endif to the top of the source files (for the general case).
|
1.11 |
| 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.10 |
| 26-May-2002 |
wiz | __STDC__ is always defined on NetBSD.
|
1.9 |
| 31-Jan-2002 |
tv | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This round has been tested on Solaris/x86 and Linux hosts.
* Add host tools cap_mkdb, ctags, m4, uudecode. * Protect __RCSID() and __COPYRIGHT() better. * Reduce the number of places that need to include "config.h", to keep sources closer to their "vanilla" versions. * Add more compat #defines and autoconf-checked functions.
|
1.8 |
| 28-Jan-2002 |
tv | Fix previous to actually include config.h.
|
1.7 |
| 28-Jan-2002 |
tv | Make compilable from src/tools/compat.
|
1.6 |
| 19-Feb-2001 |
cgd | branches: 1.6.2; convert from __progname to getprogname()
|
1.5 |
| 30-Dec-2000 |
martin | Be consistent with argument types vs. prototype; use _BSD_VA_LIST_ as the argument, instead of va_list. Might not make a difference on most ports, depending on toolchain/MD typedefs. Does make a difference on sparc64, where it wouldn't compile otherwise.
|
1.4 |
| 17-Aug-1999 |
mycroft | Make some needed weak aliases.
|
1.3 |
| 17-Jul-1997 |
thorpej | "Fix" the non-__indr_reference verions of the user-callable versions of these functions. This is somewhat of a kludge, but there is not much else we can do for this case.
Because of how the callable versions are created, by CPP trickery and inclusion of another .c file, we cannot allow the included .c file to pull in "namespace.h", since it undoes the CPP trickery we have performed. Introduce a CPP macro that prevents the included .c file from pulling in "namespace.h".
|
1.2 |
| 13-Jul-1997 |
christos | Use "namespace.h" Fix RCSID's
|
1.1 |
| 15-Apr-1996 |
jtc | branches: 1.1.2; Split each function in err.c out into its own file. This is needed for systems without weak or indirect references.
|
1.1.2.1 |
| 16-Sep-1996 |
jtc | snapshot namespace cleanup
|
1.6.2.3 |
| 21-Jun-2002 |
nathanw | Catch up to -current.
|
1.6.2.2 |
| 22-Mar-2002 |
nathanw | Catch up to -current.
|
1.6.2.1 |
| 08-Mar-2002 |
nathanw | Catch up to -current.
|
1.15.8.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.15.2.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|