aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
...
* Rework previous commit.. I was confused by the number of diffs in the PRPeter Wemm1997-07-061-8/+29
* Fix off-by-one errorPeter Wemm1997-07-061-4/+6
* Add 64 bit int support to scanf()Jordan K. Hubbard1997-07-012-14/+32
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-2/+5
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-134-6/+6
* Fix raceGuido van Rooij1997-04-071-2/+2
* Eliminate yet one function call when locale not usedAndrey A. Chernov1997-04-041-3/+4
* Speedup in case locale not usedAndrey A. Chernov1997-04-041-7/+16
* The w+ entry description was misformatted.Mike Pritchard1997-03-271-1/+1
* FIxed arg types (mostly missing consts) in synopsis.Bruce Evans1997-03-191-1/+1
* Merge from Lite2Peter Wemm1997-03-111-2/+2
* This commit was generated by cvs2svn to compensate for changes in r23658,Peter Wemm1997-03-111-17/+17
|\
| * Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchPeter Wemm1997-03-112-0/+175
* Fixed handling of input failure by the scanf family.Bruce Evans1997-03-031-3/+11
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2258-58/+58
* Add XXX comment describing potential memset non-portable issueAndrey A. Chernov1997-02-051-0/+3
* Sort cross references.Wolfram Schneider1997-01-207-12/+12
* Use collate for national [a-z]-like rangesAndrey A. Chernov1997-01-161-8/+13
* The following patch to lib/libc/stdio implements positional arguments inJordan K. Hubbard1997-01-142-22/+414
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1458-58/+58
* 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