Age | Commit message (Expand) | Author |
2021-02-02 | article fixes; from eddie youseph | Jason McIntyre |
2020-10-27 | The printf format string component %n is a nearly turning-complete gadget. | Theo de Raadt |
2020-09-13 | Spell out n as en for consistency with other parts of the page. | Theo Buehler |
2020-09-13 | %lln is percent ell ell n (not dee). | Claudio Jeker |
2020-08-17 | Fix append mode so it always writes to the end and expand regress. | Todd C. Miller |
2020-08-14 | Fix handling of "w+" mode, we were only truncating for "w". | Todd C. Miller |
2020-07-10 | adjust %n description to vaguely say "pointer", becuase the following | Theo de Raadt |
2020-07-10 | As suggested by deraadt@, rewrite most of the printf(3) manual page | Ingo Schwarze |
2020-07-06 | Minor tweaks in the description of %g: | Ingo Schwarze |
2019-12-03 | fwide() does not unlock if error was occurred. | asou |
2019-09-07 | more Version 1 AT&T UNIX history: | Ingo Schwarze |
2019-08-30 | .Dt same as filename | Theo de Raadt |
2019-08-30 | mop up stdarg rename; ok deraadt | Jason McIntyre |
2019-06-29 | two more syscall == -1 checks | Theo de Raadt |
2019-06-28 | Specify that {v,}asprintf(3) returns precisely -1 on failure, | Ingo Schwarze |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-27 | Simplify the description of [v]snprintf(3), move the description | Ingo Schwarze |
2019-06-26 | an -> a; | Jason McIntyre |
2019-06-26 | The POSIX-compatible way of checking for {v,}{f,s,sn,d}printf(3) | Theo de Raadt |
2019-05-16 | More consistently put remarks about the less useful LC_* categoties, | Ingo Schwarze |
2019-05-02 | Fix a comparison in open_memstream not to confuse when a negative | YASUOKA Masahiko |
2019-04-26 | Undo changes to tmpfile.c r1.5. | Martijn van Duren |
2019-03-03 | in vdprintf(), no need to use the file locking mecanism when using | Sebastien Marie |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-16 | For all functions known to be infected by LC_NUMERIC, add short | Ingo Schwarze |
2019-01-11 | Similar CAVEATS regarding LC_NUMERIC as was just committed | Ingo Schwarze |
2019-01-11 | Clarify that OpenBSD ignores the dangerous category LC_NUMERIC, | Ingo Schwarze |
2018-12-16 | Restore the optimization for unbuffered I/O. The buffer needs to | Todd C. Miller |
2018-12-16 | Back out rev 1.17 for now, it causes issues with python when building | Todd C. Miller |
2018-12-14 | Revisit the optimization for unbuffered I/O. We can use the buffer | Todd C. Miller |
2018-12-14 | Back out the optimization in rev 1.13, it does not update flags on | Todd C. Miller |
2018-01-02 | some grammar fixes; from dholland@netbsd, -r1.68 | Jason McIntyre |
2017-12-08 | Fix the return value of fwscanf(3) when encountering an early matching | Kevin Lo |
2017-12-01 | Consistently .Xr the corresponding wide char functions from char- and | Ingo Schwarze |
2017-12-01 | add missing argument name; from <kshe59 at zoho dot eu>; OK jmc@; | Ingo Schwarze |
2017-11-28 | GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections | Theo Buehler |
2017-11-21 | Use a simple forward search to find '%' in the format string instead of | Theo Buehler |
2017-11-16 | Add error checking to some calls to __find_arguments(). Matches similar | Theo Buehler |
2017-10-17 | add missing HISTORY; based on CVS logs and release announcements | Ingo Schwarze |
2017-08-15 | fmt0 is a wchar_t *, so use %ls to report | Theo de Raadt |
2017-07-22 | Favor err() over perror() in example. | anton |
2017-07-04 | 1. mild deprecation notice | Ingo Schwarze |
2017-06-12 | Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@ | Todd C. Miller |
2017-04-13 | Use recallocarray in getdelim/getline to clear memory on buffer resizes, | Bryan Steele |
2017-03-17 | Use recallocarray() to avoid leaving detritus in memory when resizing | Todd C. Miller |
2017-03-17 | Use recallocarray() to avoid leaving detritus in memory when resizing | Theo de Raadt |
2017-03-16 | Only reallocate the buffer to fit for medium-size allocations where | Todd C. Miller |
2017-03-16 | When reallocating the buffer for asprintf(), just round up to the | Todd C. Miller |
2017-03-14 | Use a macro for the initial length of the buffer instead of 127; OK deraadt@ | Todd C. Miller |
2016-10-30 | include float.h for the LDBL_MAX_EXP cpp test in floatio.h | Jonathan Gray |