| Commit message (Expand) | Author | Age | Files | Lines |
* | Speedup in case locale not used | ache | 1997-04-04 | 1 | -7/+16 |
* | The w+ entry description was misformatted. | mpp | 1997-03-27 | 1 | -1/+1 |
* | FIxed arg types (mostly missing consts) in synopsis. | bde | 1997-03-19 | 1 | -1/+1 |
* | Merge from Lite2 | peter | 1997-03-11 | 1 | -2/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r23658, | peter | 1997-03-11 | 1 | -17/+17 |
|\ |
|
| * | Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch | peter | 1997-03-11 | 2 | -19/+19 |
* | | Fixed handling of input failure by the scanf family. | bde | 1997-03-03 | 1 | -3/+11 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 58 | -58/+58 |
* | | Add XXX comment describing potential memset non-portable issue | ache | 1997-02-05 | 1 | -0/+3 |
* | | Sort cross references. | wosch | 1997-01-20 | 7 | -12/+12 |
* | | Use collate for national [a-z]-like ranges | ache | 1997-01-16 | 1 | -8/+13 |
* | | The following patch to lib/libc/stdio implements positional arguments in | jkh | 1997-01-14 | 2 | -22/+414 |
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 58 | -58/+58 |
* | | perror () does not prepend ": " for the non-NULL argument "". close PR 1492 | wosch | 1996-09-30 | 1 | -1/+1 |
* | | .DV -> .Dv (FOPEN_MAX was invisible). | bde | 1996-09-28 | 1 | -1/+1 |
* | | fwopen() argument type mis-described | pst | 1996-09-13 | 1 | -1/+1 |
* | | Correctly use .Fn instead of .Nm to reference function names | mpp | 1996-08-22 | 2 | -2/+4 |
* | | Update some more man pages to use the .Fx macro. | mpp | 1996-08-21 | 1 | -1/+1 |
* | | Fix nasty bracketing/precedence bug. Every time something read (and | peter | 1996-08-13 | 1 | -2/+2 |
* | | Correct the paramter type of the second argument to fgets. | mpp | 1996-08-06 | 1 | -1/+1 |
* | | Fix some of the problems that bde pointed out to me some time ago. | peter | 1996-07-28 | 1 | -7/+16 |
* | | Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer | jraynard | 1996-06-22 | 57 | -50/+317 |
* | | Code cleanup:- | jraynard | 1996-06-12 | 2 | -2/+3 |
* | | Code cleanup:- | jraynard | 1996-06-12 | 6 | -13/+13 |
* | | Code cleanup:- | jraynard | 1996-06-12 | 7 | -12/+11 |
* | | Code cleanup:- | jraynard | 1996-06-12 | 5 | -5/+5 |
* | | Reword the sentence about the required space for the result string. | joerg | 1996-06-09 | 1 | -1/+1 |
* | | Fix bogus MLINKS line from vasprintf change. | jkh | 1996-05-29 | 1 | -2/+2 |
* | | add manpage links | wosch | 1996-05-29 | 1 | -1/+2 |
* | | Add an implementation of the gnu-ish asprintf() and vasprintf(). They are | peter | 1996-05-27 | 4 | -38/+219 |
* | | Fixed various problems: typos, grammer, missing include files | mpp | 1996-05-23 | 2 | -5/+5 |
* | | Fix a typo. | mpp | 1996-05-01 | 1 | -1/+1 |
* | | Correct a minor typo. Fixes part of PR#1000. | mpp | 1996-04-09 | 1 | -1/+1 |
* | | Added missing section numbers to a bunch of .Xr macros, or | mpp | 1996-03-27 | 4 | -15/+15 |
* | | Removed now-bogus casts that were to hide the inconsistency between the | bde | 1996-03-27 | 1 | -4/+4 |
* | | Fixed bogus cross references. | bde | 1996-03-27 | 2 | -5/+5 |
* | | Say what happens to the buffer when fgets() returns NULL. | bde | 1996-03-27 | 1 | -6/+11 |
* | | Since n is int now, sanity check must be n <= 0, not simple n == 0 | ache | 1996-03-25 | 1 | -1/+1 |
* | | Fix incorrect parameter types. | paul | 1996-03-24 | 2 | -2/+2 |
* | | The 4.4-lite vfprintf counted the %# hex prefix and the sign in | fenner | 1996-03-20 | 1 | -8/+6 |
* | | Added a little NOTES section explaining that passing in a string that | mpp | 1996-02-15 | 1 | -0/+22 |
* | | Fix even more spelling errors in some more man pages. | mpp | 1996-01-30 | 1 | -3/+3 |
* | | Reviewed by: julian and (hsu?) | julian | 1996-01-22 | 32 | -34/+417 |
* | | Fix a variety of minor typos and cross references in a bunch of | mpp | 1996-01-20 | 1 | -1/+1 |
* | | Minor cleanup, #include's and unused vars. | phk | 1995-10-22 | 3 | -1/+5 |
* | | Make a link-time warning for the use of gets(). | peter | 1995-10-04 | 1 | -0/+3 |
* | | This gets() used \r\n, which is doggish. | bde | 1995-09-29 | 1 | -1/+1 |
* | | fgetline does not exist.. fgetln is in it's place. Correct the X-Ref. | peter | 1995-08-18 | 1 | -1/+1 |
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 4 | -8/+8 |
* | | Fixed typo. | dg | 1995-05-15 | 1 | -1/+1 |