| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-12-03 | fwide() does not unlock if error was occurred. |  asou | 1 | -2/+4 |
| 2019-09-07 | more Version 1 AT&T UNIX history: |  schwarze | 1 | -3/+7 |
| 2019-08-30 | .Dt same as filename |  deraadt | 1 | -3/+3 |
| 2019-08-30 | mop up stdarg rename; ok deraadt |  jmc | 4 | -12/+12 |
| 2019-06-29 | two more syscall == -1 checks |  deraadt | 1 | -3/+3 |
| 2019-06-28 | Specify that {v,}asprintf(3) returns precisely -1 on failure, |  schwarze | 1 | -7/+11 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 5 | -11/+11 |
| 2019-06-27 | Simplify the description of [v]snprintf(3), move the description |  schwarze | 1 | -19/+18 |
| 2019-06-26 | an -> a; |  jmc | 1 | -2/+2 |
| 2019-06-26 | The POSIX-compatible way of checking for {v,}{f,s,sn,d}printf(3) |  deraadt | 1 | -4/+5 |
| 2019-05-16 | More consistently put remarks about the less useful LC_* categoties, |  schwarze | 1 | -3/+13 |
| 2019-05-02 | Fix a comparison in open_memstream not to confuse when a negative |  yasuoka | 1 | -3/+3 |
| 2019-04-26 | Undo changes to tmpfile.c r1.5. |  martijn | 2 | -26/+5 |
| 2019-03-03 | in vdprintf(), no need to use the file locking mecanism when using |  semarie | 1 | -2/+2 |
| 2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 3 | -6/+6 |
| 2019-01-16 | For all functions known to be infected by LC_NUMERIC, add short |  schwarze | 4 | -29/+30 |
| 2019-01-11 | Similar CAVEATS regarding LC_NUMERIC as was just committed |  schwarze | 1 | -6/+19 |
| 2019-01-11 | Clarify that OpenBSD ignores the dangerous category LC_NUMERIC, |  schwarze | 1 | -16/+30 |
| 2018-12-16 | Restore the optimization for unbuffered I/O. The buffer needs to |  millert | 1 | -1/+31 |
| 2018-12-16 | Back out rev 1.17 for now, it causes issues with python when building |  millert | 1 | -31/+1 |
| 2018-12-14 | Revisit the optimization for unbuffered I/O. We can use the buffer |  millert | 1 | -1/+31 |
| 2018-12-14 | Back out the optimization in rev 1.13, it does not update flags on |  millert | 1 | -16/+1 |
| 2018-01-02 | some grammar fixes; from dholland@netbsd, -r1.68 |  jmc | 1 | -6/+6 |
| 2017-12-08 | Fix the return value of fwscanf(3) when encountering an early matching |  kevlo | 1 | -2/+2 |
| 2017-12-01 | Consistently .Xr the corresponding wide char functions from char- and |  schwarze | 11 | -26/+37 |
| 2017-12-01 | add missing argument name; from <kshe59 at zoho dot eu>; OK jmc@; |  schwarze | 1 | -8/+32 |
| 2017-11-28 | GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections |  tb | 5 | -10/+10 |
| 2017-11-21 | Use a simple forward search to find '%' in the format string instead of |  tb | 1 | -35/+12 |
| 2017-11-16 | Add error checking to some calls to __find_arguments(). Matches similar |  tb | 1 | -6/+16 |
| 2017-10-17 | add missing HISTORY; based on CVS logs and release announcements |  schwarze | 1 | -2/+7 |
| 2017-08-15 | fmt0 is a wchar_t *, so use %ls to report |  deraadt | 1 | -3/+3 |
| 2017-07-22 | Favor err() over perror() in example. |  anton | 1 | -3/+3 |
| 2017-07-04 | 1. mild deprecation notice |  schwarze | 1 | -3/+11 |
| 2017-06-12 | Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@ |  millert | 1 | -2/+4 |
| 2017-04-13 | Use recallocarray in getdelim/getline to clear memory on buffer resizes, |  brynet | 1 | -2/+2 |
| 2017-03-17 | Use recallocarray() to avoid leaving detritus in memory when resizing |  millert | 1 | -2/+3 |
| 2017-03-17 | Use recallocarray() to avoid leaving detritus in memory when resizing |  deraadt | 4 | -8/+12 |
| 2017-03-16 | Only reallocate the buffer to fit for medium-size allocations where |  millert | 2 | -18/+28 |
| 2017-03-16 | When reallocating the buffer for asprintf(), just round up to the |  millert | 1 | -6/+5 |
| 2017-03-14 | Use a macro for the initial length of the buffer instead of 127; OK deraadt@ |  millert | 2 | -6/+10 |
| 2016-10-30 | include float.h for the LDBL_MAX_EXP cpp test in floatio.h |  jsg | 2 | -2/+4 |
| 2016-09-21 | Delete casts to off_t and size_t that are implied by assignments |  guenther | 14 | -42/+39 |
| 2016-08-29 | Store the return value of mbrtowc() in a size_t, not int. |  millert | 1 | -13/+15 |
| 2016-08-27 | Stop recommending the non-standard and slightly dangerous fgetln(3). |  schwarze | 1 | -4/+4 |
| 2016-08-27 | When a precision is specified for a string format use strnlen() |  millert | 1 | -17/+7 |
| 2016-08-27 | improve revision 1.2: in unusual cases, fgetwc(3) can succeed |  schwarze | 1 | -2/+12 |
| 2016-08-25 | After read errors, fgetln(3) sometimes succeeded (returning non-NULL) |  schwarze | 1 | -3/+6 |
| 2016-08-24 | set the error indicator on malloc(3) failure; |  schwarze | 1 | -2/+4 |
| 2016-08-21 | bugfix: when fgetwc(3) fails, fgetwln(3) must fail as well; |  schwarze | 1 | -2/+2 |
| 2016-08-17 | % is escaped with more %, not backslash. |  tedu | 2 | -6/+6 |