Todd C. Miller
3bb69ffe81
Remove CVS $Sudo$ tags.
2010-01-17 19:51:28 -05:00
Todd C. Miller
840acbd3ac
Update copyright years.
2008-11-09 14:13:13 +00:00
Todd C. Miller
00d4993481
include stdint.h if present
2008-04-02 19:56:40 +00:00
Todd C. Miller
66d388c3d4
Use LLONG_MAX, not the old QUAD_MAX
2008-04-02 19:28:27 +00:00
Todd C. Miller
19fa259480
Remove support for compilers that don't support void *
2007-08-31 23:30:07 +00:00
Todd C. Miller
778d587063
Update copyright years.
2005-02-12 22:56:07 +00:00
Todd C. Miller
b950f28075
#include <compat.h> not "compat.h"
2005-02-08 03:55:42 +00:00
Todd C. Miller
3b8b88407f
Add __unused to rcsids
2005-01-27 15:42:30 +00:00
Todd C. Miller
2c2daa8eca
Use: #include <config.h>
...
Not: #include "config.h"
That way we get the correct config.h when build dir != src dir
2004-11-19 18:39:14 +00:00
Todd C. Miller
b3a5ef5b76
fix typo
2001-12-14 22:15:56 +00:00
Todd C. Miller
65fad4df35
o Reorder some headers and use STDC_HEADERS define properly
...
o Update copyright year
2001-12-14 19:52:54 +00:00
Todd C. Miller
6e5f1c729a
Cast ULONG_MAX to unsigned long long when comparing to an unsigned long long
...
value.
2000-01-20 16:15:41 +00:00
Todd C. Miller
4aa7852a43
UCB has dropped the advertising clause from their license.
1999-09-04 07:09:04 +00:00
Todd C. Miller
54a43740e7
"#ifdef __STDC__" not "#if __STDC__" (I missed one)
1999-08-27 15:06:19 +00:00
Todd C. Miller
8b3c8d5c75
fix comment
1999-08-22 17:10:20 +00:00
Todd C. Miller
9d5008bf3c
kill bogus reference to vfprintf
1999-08-22 11:36:44 +00:00
Todd C. Miller
5922bfb583
Add some const in the K&R defs. This is safe since we define const away
...
if the compiler doesn't grok it.
1999-08-22 11:23:09 +00:00
Todd C. Miller
b13e8006ec
Add check for LONG_IS_QUAD
...
#undef MAXINT before including hpsecurity.h to silence an HP-UX warning
Check for U?LONG_LONG_MAX in snprintf.c and use LONG_IS_QUAD
1999-08-22 09:59:28 +00:00
Todd C. Miller
ab0c1eae13
UCB-derived snprintf + asprintf support. Supports quads if the compiler
...
does. No floating point yet, perhaps later...
1999-08-21 19:00:53 +00:00
Todd C. Miller
d7ebfe06d1
o Digital UNIX needs to check for *snprintf() before -ldb is added to LIBS
...
since -ldb includes a bogus snprintf().
o Add forward refs for struct mbuf and struct rtentry for Digital UNIX.
o Reorder some functions in snprintf.c to fix -Wall
o Add missing includes to fix more -Wall
1999-08-12 16:24:10 +00:00
Todd C. Miller
bcc133c11e
Now compiles on more K&R compilers
1999-07-22 12:53:20 +00:00
Todd C. Miller
17f22b06cd
include malloc.h if no stdlib.h
1999-07-15 15:21:25 +00:00
Todd C. Miller
143a6195c4
KTH snprintf()/asprintf() for systems w/o them
1999-07-15 14:21:02 +00:00