| Age | Commit message (Expand) | Author |
| 1997-01-23 | - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions. | mrg |
| 1997-01-23 | xref lseek(2) instead of seek(2); PR lib/2750 | mikel |
| 1997-01-17 | fix pr-2664, second param to fgets is int not size_t, from SAITOH Masanobu | perry |
| 1996-12-20 | pull in local.h for prototypes. first arg to __sflags() is const char * | cgd |
| 1996-11-07 | Apply PR 2751 - writefn's second arg is const char *, not char *. | mouse |
| 1996-08-13 | Cute little bug with operator precedence in our stdio code. It appears | explorer |
| 1996-05-05 | typo: DV -> Dv | pk |
| 1996-05-04 | Change suggested by Chris Torek to fix problem freopen()ing with a closed | mycroft |
| 1996-03-29 | Add explict function return types | jtc |
| 1996-01-17 | Fix typo in funopen prototype; Reported by Noriyuki Soda in PR #1954 | jtc |
| 1995-07-03 | Remove trailing comma from cross reference list. | jtc |
| 1995-05-02 | The C Standard says that printf's format string is a multi-byte | jtc |
| 1995-03-25 | change second arg of fgets() from size_t to int | jtc |
| 1995-03-22 | Removed const qualifier from ftell's FILE * argument. It's not ANSI, | jtc |
| 1995-03-22 | Added "long long" support %ll{d,x,o,i}. | jtc |
| 1995-03-05 | flush so that the offset will be correct on streams opened in | jtc |
| 1995-02-25 | mktemp.c belongs here, not gen/Makefile.inc | cgd |
| 1995-02-25 | when you have a pointer and want to assign to a quad, you must cast it | cgd |
| 1995-02-25 | when you have a quad and want to assign to a pointer, you must say: | cgd |
| 1995-02-02 | revert | jtc |
| 1995-02-02 | Merged with 4.4lite. | jtc |
| 1995-02-02 | Merged with 4.4lite. | jtc |
| 1995-02-02 | imported from 44lite | jtc |
| 1995-01-30 | Handle long doubles. | jtc |
| 1995-01-27 | Added support for quad_t and u_quad_t's with the 'q' flag. | jtc |
| 1995-01-26 | Removed conflicting "backwards compatibility" code to make scanf | jtc |
| 1995-01-25 | Fixed bug with '+' or ' ' flags and precision. | jtc |
| 1994-12-30 | Remove useless invocation of the evil getdtablesize(3). | mycroft |
| 1994-12-22 | specify man pages the new way. | cgd |
| 1994-12-08 | fix pr 594, pointed out by Chuck Silvers. fix taken from 4.4-Lite, rather | cgd |
| 1994-10-20 | Fix zero padding when using the # format modifier. | jtc |
| 1994-10-19 | needs string.h | cgd |
| 1994-10-06 | Change size of array passed to __strerror() from 128 to NL_TEXTMAX. | jtc |
| 1994-09-30 | The decimal point character is locale specific. | jtc |
| 1994-09-19 | Move FLOATING_POINT definition into Makefile.inc. | mycroft |
| 1994-09-03 | Increased the size of char buffer used by perror(); the error strings may | jtc |
| 1994-07-21 | Converted to use link-time warning messages. | jtc |
| 1994-05-22 | _VA_LIST_ -> _BSD_VA_LIST_ | cgd |
| 1994-05-16 | Fix typo, from Giles Lean (Fixes bug #248) | jtc |
| 1994-04-24 | Get rid of extra calls to strlen(). | mycroft |
| 1994-04-24 | Print the name of the program using a deprecated function. | mycroft |
| 1994-04-03 | fgetln, not fgetline | cgd |
| 1994-03-29 | be reasonable and unique. | cgd |
| 1994-01-11 | Fix spelling errors. | jtc |
| 1994-01-04 | rename fgetline() | cgd |
| 1994-01-04 | rename fgetline() and sharpen axe for bostic... | cgd |
| 1994-01-04 | Clean up deleted files. | mycroft |
| 1994-01-04 | rename fgetline() and sharpen axe for bostic... | cgd |
| 1993-12-31 | Add explicit return types to function definitions. | jtc |
| 1993-12-28 | #include <string.h> to bring function prototypes into scope. | jtc |