aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 1.21: fix vsnprintf(3) memory leak for size == 0.Maxim Konovalov2002-09-231-0/+6
* MFC: (rev. 1.16) Grammar fix: "contents" is plural.Archie Cobbs2002-07-021-2/+2
* MFC 1.26,1.27: Cleanup, mostly to conform to style(9).Robert Drehmel2002-06-181-19/+17
* MFC 1.25: Avoid buffer underflow.Robert Drehmel2002-06-181-1/+1
* MFC rev 1.12: Clarify that the value of getc() etc. is an unsignedTony Finch2002-05-191-0/+4
* MFC: 1.27 get decimal point from localeAndrey A. Chernov2002-04-171-9/+10
* MFC: 1.16-1.20 (decimal point from locale, remove 'register')Andrey A. Chernov2002-04-171-9/+17
* sscanf.3 lists an obsolete ``this release''.Tom Rhodes2002-04-121-7/+0
* MFC 1.14: pedantry.Dima Dorfman2002-03-191-1/+3
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-1420-26/+26
* MFC: Add cross-references.Murray Stokely2001-11-202-1/+3
* MFC: Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-311-9/+6
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-176-146/+89
* MFC: forward-compatability parts of 1.18. This is for the same reasonPeter Wemm2001-08-171-12/+3
* MFC rev 1.17: soften a warningSheldon Hearn2001-08-061-1/+1
* MFC:Mike Heffner2001-07-282-3/+20
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-229-29/+29
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-222-2/+0
* MFC: Add description for the 'll' modifier for long long. In essence a copyJens Schweikhardt2001-06-271-3/+23
* MFC: Correct the documentation for snprintf() and vsprintf() which actuallyGregory Neil Shapiro2001-06-061-1/+12
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
* MFC: mdoc(7) police: fix markup.Ruslan Ermilov2001-04-181-2/+6
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-0618-30/+34
* MFC: style sync with -currentDavid E. O'Brien2001-03-0511-89/+55
* MFC: style sync to currentDavid E. O'Brien2001-03-051-0/+3
* FMC: style sync to -currentDavid E. O'Brien2001-03-051-2/+2
* mFC: remove register and use proper include styleDavid E. O'Brien2001-03-051-3/+3
* MFC: remove register and style sync to -currentDavid E. O'Brien2001-03-051-3/+3
* MFC: style fixDavid E. O'Brien2001-03-051-0/+1
* Commit the forward compat stuff. We add aliases for __sF[0123] asWarner Losh2001-03-051-0/+20
* MFC: Remove freelists managed by Balloc/Bfree. Change __dtoa internal API.Tor Egge2001-02-191-5/+19
* MFC: Use a denser encoding to obtain a larger file namespace in mktemp()Kris Kennaway2001-01-202-33/+50
* MFC: (rev. 1.23) fix bugs in the handling of > 8 positional arguments.Archie Cobbs2001-01-101-14/+18
* MFC: clarify how asprintf returns its allocated pointer.Ben Smithurst2001-01-011-4/+3
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-292-67/+67
* MFC: use canonical form of .Dd macro.Ruslan Ermilov2000-12-121-1/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-083-4/+5
* More information around append modeEivind Eklund2000-09-211-0/+4
* MFC: Use strtok instead of strsep. Handle links explicitly in remove.Jordan K. Hubbard2000-09-202-7/+26
* MFC: various fixes:Jeroen Ruigrok van der Werven2000-05-161-8/+8
* MFC: Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-068-8/+8
* MFC: introduce .Lb macro to libc manpagesAlexey Zelkin2000-04-2220-0/+40
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-024-7/+14
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-277-11/+11
* Improve the explanation on the (in)security of mktemp(3).Sheldon Hearn2000-01-251-3/+6
* We no longer care about the VAX and Tahoe compilers :-)Kris Kennaway2000-01-171-6/+1
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-127-11/+17
* Correct discrepancy between definition of argument to tempnam() andKris Kennaway2000-01-091-2/+2
* While comparing this with OpenBSD (ie: trying to figure out what mkstemps()Peter Wemm1999-12-111-2/+2