| Age | Commit message (Expand) | Author |
| 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 |
| 1993-12-22 | don't squish newline at end of fgetline()... from bostic | cgd |
| 1993-12-14 | Change from Chris Torek (via comp.std.c) to make fread() ANSI compliant. | jtc |
| 1993-12-01 | Manpage formatting tweaks. | jtc |
| 1993-11-30 | Use ".Va" macro when formatting "errno". | jtc |
| 1993-11-29 | Use "Er" for argument to -width in the lists in the ERROR sections so that | jtc |
| 1993-11-17 | yet another setvbuf fix from torek... | cgd |
| 1993-11-11 | First pass at getting a clean compile with "gcc -Wall", mostly explictly | jtc |
| 1993-11-04 | Corrected and simplified floating point formatting. | jtc |
| 1993-11-03 | Trailing zeros should be printed with all floating point formats | jtc |
| 1993-10-18 | don't compiler strerror.c source here, and clean up. | cgd |
| 1993-10-09 | Helper function _strerror is in the user's namespace, renamed it to | jtc |