Age | Commit message (Expand) | Author |
2024-08-30 | Revert commitid KcCtsA53F9UQzc0t: | Philip Guenther |
2024-08-13 | zap extra word; | Jason McIntyre |
2024-08-12 | fflush.3: zap trailing whitespace | Theo Buehler |
2024-08-12 | Fix grammar in history section | Theo Buehler |
2024-08-12 | Add <stdio_ext.h> with the seven APIs needed to have gnulib operate | Philip Guenther |
2024-08-12 | Make exit(), fclose(), fflush(), and freopen() comply with POSIX-2008 | Philip Guenther |
2024-08-07 | asprintf() and vasprintf() are in POSIX-2024. Update #include | Philip Guenther |
2024-07-14 | Fix printf(3) signal safety for wide character strings. | Todd C. Miller |
2024-04-28 | __sfvwrite: allow writing buffers larger than BUFSIZ or st_blksize. | Todd C. Miller |
2024-01-19 | Move mktemp.c to stdlib where it belongs. | Todd C. Miller |
2023-10-06 | __swsetup: set error flag and errno on error. | Todd C. Miller |
2023-09-28 | don't mention what language functions are implemented in | Jonathan Gray |
2023-07-11 | No need to initialize the first element of st->string since it was just | Claudio Jeker |
2023-06-21 | Use recallocarray() consistently. recallocarray() was introduced to simplify | Claudio Jeker |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-20 | add a missing .Vt macro; | Ingo Schwarze |
2022-09-28 | Fix incorrect range check for size in setvbuf | Greg Steuck |
2022-09-11 | .Li -> .Vt where appropriate; | Jason McIntyre |
2022-08-05 | change some 4.4BSD references to earlier releases | Jonathan Gray |
2022-08-04 | change some 4.4BSD references to earlier releases | Jonathan Gray |
2022-07-25 | If a command or interface first appeared in PWB/UNIX, UNIX System III or | Jonathan Gray |
2022-05-14 | Use fseeko() instead of fseek() inside libc, as the latter just | Philip Guenther |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-01-05 | funopen(): change seekfn argument to use off_t, not fpos_t | Todd C. Miller |
2021-11-29 | A few sys/param.h annotations lacked ALIGNBYTES | Theo de Raadt |
2021-10-31 | document that fileno(3) returns -1 for some kinds of FILE * objects; | Ingo Schwarze |
2021-10-24 | ansi | Jonathan Gray |
2021-09-08 | Zap _THIS_PORT helper for printf("%n") tracking in ports land | Jeremie Courreges-Anglas |
2021-09-02 | Document new %n syslog+abort behaviour, text mostly copied from printf.3 | Theo de Raadt |
2021-09-01 | remove unused macro; | Jason McIntyre |
2021-08-30 | Document that %n has been neutered -- it now does syslog+abort. | Theo de Raadt |
2021-08-30 | jca and I converted %n to a syslog warning about a year ago, and the ports | Theo de Raadt |
2021-04-01 | For the snprintf range check demo, add a (size_t) cast in the right place | Theo de Raadt |
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 |