Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |