| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore the optimization for unbuffered I/O. The buffer needs to |  millert | 2018-12-16 | 1 | -1/+31 |
* | Back out rev 1.17 for now, it causes issues with python when building |  millert | 2018-12-16 | 1 | -31/+1 |
* | Revisit the optimization for unbuffered I/O. We can use the buffer |  millert | 2018-12-14 | 1 | -1/+31 |
* | Back out the optimization in rev 1.13, it does not update flags on |  millert | 2018-12-14 | 1 | -16/+1 |
* | some grammar fixes; from dholland@netbsd, -r1.68 |  jmc | 2018-01-02 | 1 | -6/+6 |
* | Fix the return value of fwscanf(3) when encountering an early matching |  kevlo | 2017-12-08 | 1 | -2/+2 |
* | Consistently .Xr the corresponding wide char functions from char- and |  schwarze | 2017-12-01 | 11 | -26/+37 |
* | add missing argument name; from <kshe59 at zoho dot eu>; OK jmc@; |  schwarze | 2017-12-01 | 1 | -8/+32 |
* | GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections |  tb | 2017-11-28 | 5 | -10/+10 |
* | Use a simple forward search to find '%' in the format string instead of |  tb | 2017-11-21 | 1 | -35/+12 |
* | Add error checking to some calls to __find_arguments(). Matches similar |  tb | 2017-11-16 | 1 | -6/+16 |
* | add missing HISTORY; based on CVS logs and release announcements |  schwarze | 2017-10-17 | 1 | -2/+7 |
* | fmt0 is a wchar_t *, so use %ls to report |  deraadt | 2017-08-15 | 1 | -3/+3 |
* | Favor err() over perror() in example. |  anton | 2017-07-22 | 1 | -3/+3 |
* | 1. mild deprecation notice |  schwarze | 2017-07-04 | 1 | -3/+11 |
* | Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@ |  millert | 2017-06-12 | 1 | -2/+4 |
* | Use recallocarray in getdelim/getline to clear memory on buffer resizes, |  brynet | 2017-04-13 | 1 | -2/+2 |
* | Use recallocarray() to avoid leaving detritus in memory when resizing |  millert | 2017-03-17 | 1 | -2/+3 |
* | Use recallocarray() to avoid leaving detritus in memory when resizing |  deraadt | 2017-03-17 | 4 | -8/+12 |
* | Only reallocate the buffer to fit for medium-size allocations where |  millert | 2017-03-16 | 2 | -18/+28 |
* | When reallocating the buffer for asprintf(), just round up to the |  millert | 2017-03-16 | 1 | -6/+5 |
* | Use a macro for the initial length of the buffer instead of 127; OK deraadt@ |  millert | 2017-03-14 | 2 | -6/+10 |
* | include float.h for the LDBL_MAX_EXP cpp test in floatio.h |  jsg | 2016-10-30 | 2 | -2/+4 |
* | Delete casts to off_t and size_t that are implied by assignments |  guenther | 2016-09-21 | 14 | -42/+39 |
* | Store the return value of mbrtowc() in a size_t, not int. |  millert | 2016-08-29 | 1 | -13/+15 |
* | Stop recommending the non-standard and slightly dangerous fgetln(3). |  schwarze | 2016-08-27 | 1 | -4/+4 |
* | When a precision is specified for a string format use strnlen() |  millert | 2016-08-27 | 1 | -17/+7 |
* | improve revision 1.2: in unusual cases, fgetwc(3) can succeed |  schwarze | 2016-08-27 | 1 | -2/+12 |
* | After read errors, fgetln(3) sometimes succeeded (returning non-NULL) |  schwarze | 2016-08-25 | 1 | -3/+6 |
* | set the error indicator on malloc(3) failure; |  schwarze | 2016-08-24 | 1 | -2/+4 |
* | bugfix: when fgetwc(3) fails, fgetwln(3) must fail as well; |  schwarze | 2016-08-21 | 1 | -2/+2 |
* | % is escaped with more %, not backslash. |  tedu | 2016-08-17 | 2 | -6/+6 |
* | Generate syslog warnings for %s fmt strings NULL to "(null)" conversions. |  deraadt | 2016-08-17 | 2 | -5/+38 |
* | Add ERRORS section, from FreeBSD. OK tedu@ |  millert | 2016-06-06 | 1 | -2/+17 |
* | Return EOVERFLOW, not ENOMEM for overflow conditions to match POSIX. |  millert | 2016-06-06 | 1 | -3/+3 |
* | fputs(3) now returns a non-negative number (as opposed to 0) on successful |  millert | 2016-05-26 | 1 | -10/+8 |
* | Make _fwalk and _cleanup completely internal to libc |  guenther | 2016-05-23 | 2 | -6/+3 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 2 | -27/+24 |
* | Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific |  guenther | 2016-04-05 | 1 | -9/+9 |
* | get* can change *lineptr on failure |  guenther | 2016-04-04 | 1 | -2/+6 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -34/+1 |
* | fix typo: "prefer seek()" -> "prefer fseek()" |  tb | 2016-03-26 | 1 | -3/+3 |
* | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) |  krw | 2016-03-20 | 1 | -2/+2 |
* | remind people rewind is seldom a good choice |  espie | 2016-03-15 | 1 | -2/+5 |
* | 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 |