Age | Commit message (Expand) | Author |
2016-10-30 | include float.h for the LDBL_MAX_EXP cpp test in floatio.h | Jonathan Gray |
2016-09-21 | Delete casts to off_t and size_t that are implied by assignments | Philip Guenther |
2016-08-29 | Store the return value of mbrtowc() in a size_t, not int. | Todd C. Miller |
2016-08-27 | Stop recommending the non-standard and slightly dangerous fgetln(3). | Ingo Schwarze |
2016-08-27 | When a precision is specified for a string format use strnlen() | Todd C. Miller |
2016-08-27 | improve revision 1.2: in unusual cases, fgetwc(3) can succeed | Ingo Schwarze |
2016-08-25 | After read errors, fgetln(3) sometimes succeeded (returning non-NULL) | Ingo Schwarze |
2016-08-24 | set the error indicator on malloc(3) failure; | Ingo Schwarze |
2016-08-21 | bugfix: when fgetwc(3) fails, fgetwln(3) must fail as well; | Ingo Schwarze |
2016-08-17 | % is escaped with more %, not backslash. | Ted Unangst |
2016-08-17 | Generate syslog warnings for %s fmt strings NULL to "(null)" conversions. | Theo de Raadt |
2016-06-06 | Add ERRORS section, from FreeBSD. OK tedu@ | Todd C. Miller |
2016-06-06 | Return EOVERFLOW, not ENOMEM for overflow conditions to match POSIX. | Todd C. Miller |
2016-05-26 | fputs(3) now returns a non-negative number (as opposed to 0) on successful | Todd C. Miller |
2016-05-23 | Make _fwalk and _cleanup completely internal to libc | Philip Guenther |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-04-05 | Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific | Philip Guenther |
2016-04-04 | get* can change *lineptr on failure | Philip Guenther |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-26 | fix typo: "prefer seek()" -> "prefer fseek()" | Theo Buehler |
2016-03-20 | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) | Kenneth R Westerback |
2016-03-15 | remind people rewind is seldom a good choice | Marc Espie |
2016-01-26 | When encoding fails in fputwc(3), set the error indicator as required | Ingo Schwarze |
2016-01-19 | remove a nop assignment that has been #if 0'd since 1996 | mmcc |
2016-01-04 | Bugfix: When errno happens to be EILSEQ upon entry to fgetws(3), | Ingo Schwarze |
2016-01-04 | Fix lots of bugs. | Ingo Schwarze |
2015-12-28 | Remove NULL-checks before free() and a few related dead assignments. | mmcc |
2015-12-24 | Both our manual and POSIX ask us to set the error indicator when an | Ingo Schwarze |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-10-25 | Hide __atexit and __atexit_register_cleanup() | Philip Guenther |
2015-10-13 | Sync printf family return value with ISO C which specifies that | Todd C. Miller |
2015-10-07 | Be explicit that the user is responsible for freeing the line buffer | Todd C. Miller |
2015-10-04 | wrap _fwalk() so internal calls are direct (at least until we stop | Philip Guenther |
2015-10-01 | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one | Philip Guenther |
2015-09-29 | Delete the final, inscrutable NOSTRICT and VARARGS lint comments | Philip Guenther |
2015-09-14 | in the SYNOPSIS, make void function arguments explicit | Ingo Schwarze |
2015-09-14 | Wrap the remaining __*dtoa() functions so that internal calls go direct | Philip Guenther |
2015-09-13 | Wrap <stdlib.h> so that calls go direct and the symbols not in the | Philip Guenther |
2015-09-12 | Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct | Philip Guenther |
2015-09-12 | Wrap <unistd.h> so that internal calls go direct and they're all weak symbols | Philip Guenther |
2015-09-10 | another missing Mdocdate | Ingo Schwarze |
2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using | Philip Guenther |
2015-08-27 | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal | Philip Guenther |
2015-08-20 | All these files include <stdlib.h>, so do not need to cast | Theo de Raadt |
2015-06-03 | snprintf(3) is available on all modern systems and asprintf(3) is | Todd C. Miller |
2015-03-23 | fix memory leaks in tempnam(3) error paths | Jonathan Gray |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-03-12 | Fix typo: nemb -> nmemb | Lawrence Teo |
2015-03-05 | Revert; committed by accident without approval from deraadt@ at release | Lawrence Teo |
2015-03-05 | Fix typo, from Ryan May. | Lawrence Teo |