Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-13 | Pull in inttypes.h, not stdint.h so we get the prototypes for | Todd C. Miller | |
strtoimax/strtoumax. | |||
2006-01-13 | Use long long and intmax_t instead of quad_t throughout. Adapted in | Todd C. Miller | |
part from FreeBSD. | |||
2006-01-08 | Fix the handling of negative hexadecimal numbers in integer formats. | Todd C. Miller | |
From NetBSD. | |||
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller | |
Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable | |||
2006-01-03 | Do not overlap flags; problem introduced when new escapes were added. | Todd C. Miller | |
2005-12-19 | Add %hhd to *printf and *scanf as well as %z to *scanf. This was | Todd C. Miller | |
sent out and approved about 6 months ago and has been rotting in my tree ever since. | |||
2005-08-08 | zap remaining rcsid. | Marc Espie | |
Kill old files that are no longer compiled. okay theo | |||
2005-06-17 | next citrus step. | Marc Espie | |
reviewed by millert, otto, kevlo, naddy, kettenis... libc+libstdc++ bump | |||
2005-05-28 | Use '\0' not 0 when storing as a char, part from Andrey Matveev. | Todd C. Miller | |
2005-05-11 | let vfscanf be a real function. Use a weak_alias on systems where this | Marc Espie | |
is feasible. Okay millert@ There's a major libc bump coming that is going to cover this as well... | |||
2005-03-31 | make sure the implementation matches the prototype.. | Patrick Latifi | |
char const * -> const char * ok otto@ deraadt@ | |||
2004-09-28 | deregister + ansify, no change in object code. ok deraadt@ millert@ | Otto Moerbeek | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2001-07-09 | a first pass at -Wall | Theo de Raadt | |
1998-01-20 | Better fix for %n and whitespace. Chris Torek <torek@bsdi.com> | Todd C. Miller | |
1998-01-19 | Ignore whitespace separating a conversion and %n. There may be | Todd C. Miller | |
a cleaner way to do this. | |||
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1996-09-15 | Remove dead code | Thorsten Lockert | |
Remove unused variables Silence some warnings lint(1) is your friend | |||
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |