| Age | Commit message (Expand) | Author |
| 2007-10-26 | make _FORTIFY_SOURCE play nicely with lint | christos |
| 2007-06-09 | bring in many changes from FreeBSD | christos |
| 2007-06-03 | Make these work with _FORTIFY_SOURCE, by overriding the fortified definitions | christos |
| 2007-04-01 | bring in FreeBSD's vfscanf() to gain multi-byte/collation support. | christos |
| 2007-04-01 | oops, fix miss-increment fp->_p. | tnozaki |
| 2007-04-01 | mbrtowc(3) never return correct multibyte length of L'\0'. | tnozaki |
| 2007-04-01 | don't use __sgetc() to avoid overwriting fwide(3) orientation | tnozaki |
| 2007-03-08 | modify the previous fix so that no pointless realloc()s are done in | drochner |
| 2007-03-07 | -fix a condition so that fparseln() doesn't report spurious empty lines | drochner |
| 2007-02-03 | chech the correct fmt in the assertion. | christos |
| 2007-02-03 | enable wide doubles. | christos |
| 2007-02-03 | use vfwprintf.c | christos |
| 2007-02-03 | - merge change from freebsd | christos |
| 2007-02-03 | the buffer len is called slen. | christos |
| 2007-02-03 | protect buffer size from overflow. | christos |
| 2007-02-02 | Instead of abusing stdio to get a signal-safe version of sprintf, provide one. | christos |
| 2007-01-26 | Fix for issue reported in PR lib/35401 as well as related overflow bugs. | cbiere |
| 2007-01-26 | * Consider all negative return values as error, not just -1. | cbiere |
| 2006-12-18 | remove bogus (void)&var; From Anon Ymous | christos |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2006-11-22 | Don't expose _ss functions for 4.0. Requested by core. | christos |
| 2006-10-30 | set n properly so that we can terminate. | christos |
| 2006-10-29 | fix name in weak alias. | christos |
| 2006-10-28 | Initialize decimal_point. | christos |
| 2006-10-28 | initialize floating_point as needed. | christos |
| 2006-10-27 | Add signal-safe versions of snprintf and vsnprintf | christos |
| 2006-10-07 | Grr, adjust last so that it works with our busted lint(1). | thorpej |
| 2006-10-07 | Use explicit initializers in STDEXT | thorpej |
| 2006-10-04 | fix gcc -Werror -Wmissing-braces problem | tnozaki |
| 2006-10-01 | fwprintf(stderr) may coredump, when LC_CTYPE locale is set none C/POSIX. | tnozaki |
| 2006-09-25 | As suggested by Johan Veenhuizen in PR 32981, reword slightly to avoid | martin |
| 2006-08-04 | Remove inappropriate comma. | jld |
| 2006-07-03 | SUSv3 said, if an encoding error occurs, the error indicator | tnozaki |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-03-19 | Mark up NULL and -. | wiz |
| 2006-03-18 | Note that for asprintf and vasprintf it is more portable to check for | rumble |
| 2006-03-17 | Move strlen(s) to after s is known to be not NULL, or set to "(null)" . | chris |
| 2006-02-16 | - s/notyet/WIDE_DOUBLE/ | christos |
| 2006-01-26 | Must include "namespace.h" for strerror_r()'s internal name. | kleink |
| 2006-01-26 | Must include "namespace.h" for fseeko()'s internal name. | kleink |
| 2006-01-26 | bcopy -> memcpy | kleink |
| 2005-12-02 | redo the previous (WARNS=4) differently. consitify rather than making | yamt |
| 2005-12-02 | remove an unnecessary __UNCONST. | yamt |
| 2005-11-29 | WARNS=4 | christos |
| 2005-09-13 | compat core reorg. | christos |
| 2005-07-30 | - Fix the remaining indr_references so that they define lint symbols. | christos |
| 2005-07-28 | PR/30845: Luke Mewburn: strerror_r(3) missing | christos |
| 2005-07-27 | get the trailing-slash logics right | drochner |
| 2005-07-26 | PR/30839: Tomas Skäre: Buffer underflow in lib/libc/stdio/tempnam.c | christos |
| 2005-07-20 | PR/30971: Noriyuki Soda: Fix %ll prints long long, and %q is not portable. | christos |