summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2024-04-28__sfvwrite: allow writing buffers larger than BUFSIZ or st_blksize.Todd C. Miller
2024-01-19Move 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-28don't mention what language functions are implemented inJonathan Gray
2023-07-11No need to initialize the first element of st->string since it was justClaudio Jeker
2023-06-21Use recallocarray() consistently. recallocarray() was introduced to simplifyClaudio Jeker
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-12-20add a missing .Vt macro;Ingo Schwarze
2022-09-28Fix incorrect range check for size in setvbufGreg Steuck
2022-09-11.Li -> .Vt where appropriate;Jason McIntyre
2022-08-05change some 4.4BSD references to earlier releasesJonathan Gray
2022-08-04change some 4.4BSD references to earlier releasesJonathan Gray
2022-07-25If a command or interface first appeared in PWB/UNIX, UNIX System III orJonathan Gray
2022-05-14Use fseeko() instead of fseek() inside libc, as the latter justPhilip Guenther
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-01-05funopen(): change seekfn argument to use off_t, not fpos_tTodd C. Miller
2021-11-29A few sys/param.h annotations lacked ALIGNBYTESTheo de Raadt
2021-10-31document that fileno(3) returns -1 for some kinds of FILE * objects;Ingo Schwarze
2021-10-24ansiJonathan Gray
2021-09-08Zap _THIS_PORT helper for printf("%n") tracking in ports landJeremie Courreges-Anglas
2021-09-02Document new %n syslog+abort behaviour, text mostly copied from printf.3Theo de Raadt
2021-09-01remove unused macro;Jason McIntyre
2021-08-30Document that %n has been neutered -- it now does syslog+abort.Theo de Raadt
2021-08-30jca and I converted %n to a syslog warning about a year ago, and the portsTheo de Raadt
2021-04-01For the snprintf range check demo, add a (size_t) cast in the right placeTheo de Raadt
2021-02-02article fixes; from eddie yousephJason McIntyre
2020-10-27The printf format string component %n is a nearly turning-complete gadget.Theo de Raadt
2020-09-13Spell 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-17Fix append mode so it always writes to the end and expand regress.Todd C. Miller
2020-08-14Fix handling of "w+" mode, we were only truncating for "w".Todd C. Miller
2020-07-10adjust %n description to vaguely say "pointer", becuase the followingTheo de Raadt
2020-07-10As suggested by deraadt@, rewrite most of the printf(3) manual pageIngo Schwarze
2020-07-06Minor tweaks in the description of %g:Ingo Schwarze
2019-12-03fwide() does not unlock if error was occurred.asou
2019-09-07more Version 1 AT&T UNIX history:Ingo Schwarze
2019-08-30.Dt same as filenameTheo de Raadt
2019-08-30mop up stdarg rename; ok deraadtJason McIntyre
2019-06-29two more syscall == -1 checksTheo de Raadt
2019-06-28Specify that {v,}asprintf(3) returns precisely -1 on failure,Ingo Schwarze
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-27Simplify the description of [v]snprintf(3), move the descriptionIngo Schwarze
2019-06-26an -> a;Jason McIntyre
2019-06-26The POSIX-compatible way of checking for {v,}{f,s,sn,d}printf(3)Theo de Raadt
2019-05-16More consistently put remarks about the less useful LC_* categoties,Ingo Schwarze
2019-05-02Fix a comparison in open_memstream not to confuse when a negativeYASUOKA Masahiko
2019-04-26Undo changes to tmpfile.c r1.5.Martijn van Duren
2019-03-03in vdprintf(), no need to use the file locking mecanism when usingSebastien Marie
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-16For all functions known to be infected by LC_NUMERIC, add shortIngo Schwarze