summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
1999-05-25kill some old macrosAaron Campbell
1999-05-25punctuationAaron Campbell
1999-05-25all functions need a return type and at least one arg, even if it's voidAaron Campbell
1999-05-24don't lie about being able to arbitrarily intermix reads and writes in stdioAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
1999-05-10correct some Xr's which referred to the wrong man page sectionsAaron Campbell
1999-04-02.Pp macros do not belong immiedately after .Sh section header linesAaron Campbell
1999-03-12formattingPaul Janzen
1999-03-01talk about positional arguments and sizes; james@oaktree.co.ukTheo de Raadt
1999-02-27make function names the correct caseTheo de Raadt
1999-02-24stderr is not always unbuffered... only initially; kleinkTheo de Raadt
1998-12-15moreTheo de Raadt
1998-12-15flesh out this man page with some examplesTheo de Raadt
1998-11-25Changes from NetBSD:Todd C. Miller
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-11-20Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.orgTodd C. Miller
1998-11-10fix append mode; mason@primenet.com.auTheo de Raadt
1998-10-16Make sure we free the buffer in all error cases. Do the finalTodd C. Miller
1998-09-27Add a missing note about asprintfTodd C. Miller
1998-09-18need sys/stat.h; jon@chalk.oaktree.net.ukTheo de Raadt
1998-09-10thread-saferTheo de Raadt
1998-08-30v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove...Todd C. Miller
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-28links to asnprintf and suchTheo de Raadt
1998-08-14realloc repairTheo de Raadt
1998-07-27Use a single character buffer for the size==0 case. Stdio internals do not d...Todd C. Miller
1998-07-14formatting flawsTheo de Raadt
1998-07-03link for mkstemps()Theo de Raadt
1998-06-30add mkstemp(char *template, int suffixlen) interfaceTheo de Raadt
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-04-14wrap Z->a and z->A; peter@netplex.com.auTheo de Raadt
1998-03-16oopsTheo de Raadt
1998-03-12minor glitchTheo de Raadt
1998-03-12explain security considerations in some detailTheo de Raadt
1998-03-10fchown() after unlink(), taking umask into account; std conformance according...Theo de Raadt
1998-03-09at least 6 X, 10 is betterTheo de Raadt
1998-03-09POSIX behaviour of abort; mckayTheo de Raadt
1998-03-09grammar fixes by mckayTheo de Raadt
1998-03-07.Bx Open -> .Ox 2.xTodd C. Miller
1998-03-07Use .OxTodd C. Miller
1998-03-04uninitialized case; bdeTheo de Raadt
1998-02-23Mention that mkdtemp() is not portable.Todd C. Miller
1998-02-07Cast pointer in assignmentThorsten Lockert
1998-02-04clarify fileno(3)Theo de Raadt
1998-01-20Better fix for %n and whitespace. Chris Torek <torek@bsdi.com>Todd C. Miller
1998-01-19Ignore whitespace separating a conversion and %n. There may beTodd C. Miller
1998-01-12Oops, missed a 0 vs. '\0'Todd C. Miller