| Commit message (Expand) | Author | Age | Files | Lines |
* | When encoding fails in fputwc(3), set the error indicator as required |  schwarze | 2016-01-26 | 1 | -2/+2 |
* | remove a nop assignment that has been #if 0'd since 1996 |  mmcc | 2016-01-19 | 1 | -5/+1 |
* | Bugfix: When errno happens to be EILSEQ upon entry to fgetws(3), |  schwarze | 2016-01-04 | 1 | -3/+3 |
* | Fix lots of bugs. |  schwarze | 2016-01-04 | 1 | -18/+28 |
* | Remove NULL-checks before free() and a few related dead assignments. |  mmcc | 2015-12-28 | 4 | -32/+15 |
* | Both our manual and POSIX ask us to set the error indicator when an |  schwarze | 2015-12-24 | 1 | -2/+2 |
* | replace setbuf with setvbuf, from Frederic Nowak |  tedu | 2015-11-04 | 3 | -9/+9 |
* | Hide __atexit and __atexit_register_cleanup() |  guenther | 2015-10-25 | 1 | -3/+1 |
* | Sync printf family return value with ISO C which specifies that |  millert | 2015-10-13 | 1 | -3/+3 |
* | Be explicit that the user is responsible for freeing the line buffer |  millert | 2015-10-07 | 1 | -4/+10 |
* | wrap _fwalk() so internal calls are direct (at least until we stop |  guenther | 2015-10-04 | 2 | -2/+4 |
* | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one |  guenther | 2015-10-01 | 2 | -5/+3 |
* | Delete the final, inscrutable NOSTRICT and VARARGS lint comments |  guenther | 2015-09-29 | 2 | -4/+2 |
* | in the SYNOPSIS, make void function arguments explicit |  schwarze | 2015-09-14 | 1 | -3/+3 |
* | Wrap the remaining __*dtoa() functions so that internal calls go direct |  guenther | 2015-09-14 | 1 | -5/+1 |
* | Wrap <stdlib.h> so that calls go direct and the symbols not in the |  guenther | 2015-09-13 | 1 | -2/+2 |
* | Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct |  guenther | 2015-09-12 | 1 | -2/+1 |
* | Wrap <unistd.h> so that internal calls go direct and they're all weak symbols |  guenther | 2015-09-12 | 1 | -1/+3 |
* | another missing Mdocdate |  schwarze | 2015-09-10 | 1 | -2/+2 |
* | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 85 | -100/+174 |
* | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal |  guenther | 2015-08-27 | 4 | -8/+16 |
* | All these files include <stdlib.h>, so do not need to cast |  deraadt | 2015-08-20 | 3 | -6/+6 |
* | snprintf(3) is available on all modern systems and asprintf(3) is |  millert | 2015-06-03 | 1 | -6/+4 |
* | fix memory leaks in tempnam(3) error paths |  jsg | 2015-03-23 | 1 | -5/+6 |
* | remove the first comma from constructs like ", and," and ", or,": you can use |  jmc | 2015-03-13 | 1 | -3/+3 |
* | Fix typo: nemb -> nmemb |  lteo | 2015-03-12 | 1 | -3/+3 |
* | Revert; committed by accident without approval from deraadt@ at release |  lteo | 2015-03-05 | 1 | -2/+2 |
* | Fix typo, from Ryan May. |  lteo | 2015-03-05 | 1 | -3/+3 |
* | Reduce usage of predefined strings in manpages. |  bentley | 2015-02-28 | 2 | -7/+7 |
* | SIZE_MAX is standard, we should be using it in preference to the |  millert | 2015-02-06 | 1 | -2/+3 |
* | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ |  millert | 2015-02-05 | 2 | -4/+4 |
* | Use .Rv where appropriate, and move it to RETURN VALUES; |  schwarze | 2015-01-29 | 1 | -8/+3 |
* | Move to the <limits.h> universe. |  deraadt | 2015-01-16 | 3 | -10/+10 |
* | typo; from Kaspars at Bankovskis dot net |  schwarze | 2015-01-15 | 1 | -4/+4 |
* | remove .Tn from stdio manuals; Kaspars Bankovskis found one of these |  schwarze | 2015-01-13 | 7 | -50/+28 |
* | Remove unnecessary calls to __atexit_register_cleanup(), calling __sinit() |  guenther | 2015-01-13 | 2 | -4/+9 |
* | Add fgetwln(3) from FreeBSD and bump libc minor revision. |  millert | 2015-01-12 | 3 | -8/+206 |
* | Remove #ifdef notdef bits--we are not going to change the fgetln() |  millert | 2015-01-05 | 1 | -13/+3 |
* | Show the sign for NaN as per POSIX; from Elliott Hughes. |  daniel | 2014-12-21 | 2 | -8/+6 |
* | don't do silly (and slow) one byte reads in unbuffered mode. |  tedu | 2014-12-08 | 1 | -1/+16 |
* | garbage collect .Tn |  schwarze | 2014-11-26 | 1 | -8/+4 |
* | zap trailing whitespace; |  jmc | 2014-11-25 | 1 | -2/+2 |
* | C99 says setvbuf() returns non-zero, not EOF. Also, POSIX documents |  millert | 2014-11-25 | 2 | -10/+37 |
* | Move guts of setbuf.3 into setvbuf.3 to make it clear which one |  millert | 2014-11-25 | 3 | -117/+191 |
* | abort() doesn't call atexit handlers any more |  guenther | 2014-11-19 | 1 | -2/+2 |
* | Reduce instances of `` '' in manuals. |  bentley | 2014-11-15 | 2 | -7/+12 |
* | explicitly clarify that reading also stops after size-1 bytes |  tedu | 2014-11-04 | 1 | -3/+5 |
* | Use "const char tempchars[]" instead of "const char *tempchars". |  millert | 2014-10-31 | 1 | -2/+2 |
* | The open flags param to mkostemps() should be "flags" not "oflags" |  millert | 2014-10-26 | 1 | -3/+3 |
* | Fix bounds check for newlen without relying on unspecified behavior. |  millert | 2014-10-16 | 1 | -4/+3 |