aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.7cvs2svn1998-07-241-81/+0
* MFC: Spelling corrections from PR 6868.Joseph Koshy1998-06-061-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-05-061-0/+81
* MFC: don't generate potential shell or interpreter metacharacters whenPeter Wemm1998-04-151-2/+4
* Add MLINK for mkdtemp.3.Steve Price1998-04-131-2/+2
* MFC: El Bruce Fernando Maximillian Ernesto Supremo Evan's fixes in r1.9.Jordan K. Hubbard1998-03-161-5/+6
* MFC rev 1.7: typos, new functions, changed abort() behaviour.Stephen McKay1998-03-081-20/+23
* MFC: more miscellaneous cleanups and the new mktmp() functions from OpenBSDJordan K. Hubbard1998-03-042-34/+111
* MFC: various improvements to printf() family, among them support forJordan K. Hubbard1998-02-174-33/+439
* MFC: check for 0-length writes.Jordan K. Hubbard1998-02-171-4/+6
* MFC: constify.Jordan K. Hubbard1998-02-171-1/+1
* MFC: constifyJordan K. Hubbard1998-02-172-4/+4
* MFC: fix n == 0 case, fix argument checkAndrey A. Chernov1998-02-102-10/+22
* MFC: add INT_MAX length overflow checkAndrey A. Chernov1998-02-101-2/+13
* YAMFC (fixed long double formats).Bruce Evans1997-11-231-4/+7
* MFC: rev 1.11 of vfscanf.c , 64 bit support to scanf()Joerg Wunsch1997-08-172-14/+32
* MFC: fix off-by-one and related problemsPeter Wemm1997-07-111-8/+31
* YAMFC part IIIJulian Elischer1997-06-241-2/+5
* From -current: fix raceGuido van Rooij1997-04-071-2/+2
* YAMFC: fix w+ entry.Mike Pritchard1997-03-271-1/+1
* YAMFC (rev 1.8: Fixed handling of input failure by the scanf family.)Joerg Wunsch1997-03-071-3/+11
* YAMFC (sort cross references).Bruce Evans1997-03-031-1/+1
* YAMFC:Mike Pritchard1997-02-286-11/+11
* YAMFC (rev 1.5 Use collate in [a-z] ranges)Joerg Wunsch1997-02-021-9/+14
* perror () does not prepend ": " for the non-NULL argument "". close PR 1492Wolfram Schneider1996-09-301-1/+1
* .DV -> .Dv (FOPEN_MAX was invisible).Bruce Evans1996-09-281-1/+1
* fwopen() argument type mis-describedPaul Traina1996-09-131-1/+1
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-222-2/+4
* Update some more man pages to use the .Fx macro.Mike Pritchard1996-08-211-1/+1
* Fix nasty bracketing/precedence bug. Every time something read (andPeter Wemm1996-08-131-2/+2
* Correct the paramter type of the second argument to fgets.Mike Pritchard1996-08-061-1/+1
* Fix some of the problems that bde pointed out to me some time ago.Peter Wemm1996-07-281-7/+16
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary PalmerJames Raynard1996-06-2257-50/+317
* Code cleanup:-James Raynard1996-06-122-2/+3
* Code cleanup:-James Raynard1996-06-126-13/+13
* Code cleanup:-James Raynard1996-06-127-12/+11
* Code cleanup:-James Raynard1996-06-125-5/+5
* Reword the sentence about the required space for the result string.Joerg Wunsch1996-06-091-1/+1
* Fix bogus MLINKS line from vasprintf change.Jordan K. Hubbard1996-05-291-2/+2
* add manpage linksWolfram Schneider1996-05-291-1/+2
* Add an implementation of the gnu-ish asprintf() and vasprintf(). They arePeter Wemm1996-05-274-38/+219
* Fixed various problems: typos, grammer, missing include filesMike Pritchard1996-05-232-5/+5
* Fix a typo.Mike Pritchard1996-05-011-1/+1
* Correct a minor typo. Fixes part of PR#1000.Mike Pritchard1996-04-091-1/+1
* Added missing section numbers to a bunch of .Xr macros, orMike Pritchard1996-03-274-15/+15
* Removed now-bogus casts that were to hide the inconsistency between theBruce Evans1996-03-271-4/+4
* Fixed bogus cross references.Bruce Evans1996-03-272-5/+5
* Say what happens to the buffer when fgets() returns NULL.Bruce Evans1996-03-271-6/+11
* Since n is int now, sanity check must be n <= 0, not simple n == 0Andrey A. Chernov1996-03-251-1/+1
* Fix incorrect parameter types.Paul Richards1996-03-242-2/+2