Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-23 | support %jd from c99, although intmax_t may not be available. | Ted Unangst | |
ok deraadt espie kettenis | |||
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-06-08 | Fix rearranging of parameters for quad types. | Marc Espie | |
Use stateful functions for mbtowc. Use the same loop for scanning and for rescanning the format. okay millert@ | |||
2005-04-30 | Change internals of FILE: reuse the unget buffer field to access an | Marc Espie | |
extended attribute data structure (pimpl idiom). Idea taken from citrus. Much discussion with deraadt@, otto@, millert@... This is the least disruptive way to extend FILE, since its size can't really change without this being a flag day. So the size doesn't change. Actual additions to the structure will come in separate steps, since this change is nasty enough on its own. Tests by otto@ and others, careful reading of code by otto@ and millert@. This is definitely a major bump, and has been checked to not impact a full ports build. | |||
2004-09-28 | deregister + ansify, no change in object code. ok deraadt@ millert@ | Otto Moerbeek | |
2004-09-25 | typo fix, from the original diff in PR 3932 | Brad Smith | |
2004-09-25 | oops | Theo de Raadt | |
2004-09-24 | access one too far away; from claus; ok millert | Theo de Raadt | |
2004-09-24 | explain why mmap; pointed out by claus, pr 3932 | Theo de Raadt | |
2004-09-18 | Add 'z' and 't' modifiers for printing size_t and ptrdiff_t. | Otto Moerbeek | |
ok millert@ deraadt@ | |||
2004-09-16 | Handle ll's correctly for positional args. Problem spotted by hin@, | Otto Moerbeek | |
ok henning@ millert@ deraadt@ | |||
2004-09-14 | signed vs unsigned | Theo de Raadt | |
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. | |||
2003-05-16 | When positional arguments need more memory for storage (more than 8 args), | Theo de Raadt | |
use mmap() instead of malloc(). this makes all the functionality in snprintf() and friends signal race safe. it also makes syslog_r() and the entire family of *warn*() and *err*() signal race safe, which was the real goal. ok pjazen millert | |||
2002-10-24 | Use va_copy() for varargs assignemnt. va_copy() is standard with C99 | Dale Rahn | |
and gcc3.2 requires this on powerpc. | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-05 | KNF, i need this for what comes next.. | Theo de Raadt | |
2001-08-13 | Fix a bug with the %e flag introduced in a -Wall pass. The original | Todd C. Miller | |
code was in error but due to C precedence rules it didn't cause a problem. | |||
2001-07-09 | a first pass at -Wall | Theo de Raadt | |
2001-05-31 | knf | Theo de Raadt | |
2001-04-20 | Fix an incorrect memset() in __grow_type_table(); dk@homepage.ru | Todd C. Miller | |
While I was there I noticed and fixed a bogus realloc(). We should really check malloc/realloc return values and deal sanely but that will have to be done later. Theo OK'd | |||
1999-08-22 | do { ... } while (0) instead of just { ... } in macros | Todd C. Miller | |
1998-08-14 | realloc repair | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1996-12-14 | Clean up lint and compile warnings | Thorsten Lockert | |
1996-11-13 | va_list is *not* void* all over... | Niklas Hallqvist | |
1996-10-27 | Set errno to EBADF when attempting to write to a file pointer opened read-only | Thorsten Lockert | |
1996-09-24 | Support XPG/3-style positional arguments in printf family. | michaels | |
From Mark Diekhans (markd@grizzly.com). | |||
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 | |