aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvscvs2svn1997-03-2758-58/+58
* 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
* The 4.4-lite vfprintf counted the %# hex prefix and the sign inBill Fenner1996-03-201-8/+6
* Added a little NOTES section explaining that passing in a string thatMike Pritchard1996-02-151-0/+22
* Fix even more spelling errors in some more man pages.Mike Pritchard1996-01-301-3/+3
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-2232-34/+417
* Fix a variety of minor typos and cross references in a bunch ofMike Pritchard1996-01-201-1/+1
* Minor cleanup, #include's and unused vars.Poul-Henning Kamp1995-10-223-1/+5
* Make a link-time warning for the use of gets().Peter Wemm1995-10-041-0/+3
* This gets() used \r\n, which is doggish.Bruce Evans1995-09-291-1/+1
* fgetline does not exist.. fgetln is in it's place. Correct the X-Ref.Peter Wemm1995-08-181-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-8/+8
* Fixed typo.David Greenman1995-05-151-1/+1
* Obtained from: 1.1.5 (originally by jtc)Bruce Evans1995-04-061-1/+2
* Remove `|| flags & ALT == 0' which was an obscure no-op, not aBruce Evans1995-03-121-1/+1
* Obtained from: 1.1.5. Originally by jtc. Cosmetically changed for thisBruce Evans1995-03-121-15/+23
* Fix handling of 'e' format floating point so that it prints trailing zerosDoug Rabson1995-01-191-1/+0
* Date: Wed, 26 Oct 1994 15:44:49 -0600Nate Williams1994-11-051-0/+1
* First crack at making libc work with the new make macros. It compiles onGarrett Wollman1994-08-051-3/+5
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-2790-0/+10714