summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
1995-05-02The C Standard says that printf's format string is a multi-bytejtc
1995-03-25change second arg of fgets() from size_t to intjtc
1995-03-22Removed const qualifier from ftell's FILE * argument. It's not ANSI,jtc
1995-03-22Added "long long" support %ll{d,x,o,i}.jtc
1995-03-05flush so that the offset will be correct on streams opened injtc
1995-02-25mktemp.c belongs here, not gen/Makefile.inccgd
1995-02-25when you have a pointer and want to assign to a quad, you must cast itcgd
1995-02-25when you have a quad and want to assign to a pointer, you must say:cgd
1995-02-02revertjtc
1995-02-02Merged with 4.4lite.jtc
1995-02-02Merged with 4.4lite.jtc
1995-02-02imported from 44litejtc
1995-01-30Handle long doubles.jtc
1995-01-27Added support for quad_t and u_quad_t's with the 'q' flag.jtc
1995-01-26Removed conflicting "backwards compatibility" code to make scanfjtc
1995-01-25Fixed bug with '+' or ' ' flags and precision.jtc
1994-12-30Remove useless invocation of the evil getdtablesize(3).mycroft
1994-12-22specify man pages the new way.cgd
1994-12-08fix pr 594, pointed out by Chuck Silvers. fix taken from 4.4-Lite, rathercgd
1994-10-20Fix zero padding when using the # format modifier.jtc
1994-10-19needs string.hcgd
1994-10-06Change size of array passed to __strerror() from 128 to NL_TEXTMAX.jtc
1994-09-30The decimal point character is locale specific.jtc
1994-09-19Move FLOATING_POINT definition into Makefile.inc.mycroft
1994-09-03Increased the size of char buffer used by perror(); the error strings mayjtc
1994-07-21Converted to use link-time warning messages.jtc
1994-05-22_VA_LIST_ -> _BSD_VA_LIST_cgd
1994-05-16Fix typo, from Giles Lean (Fixes bug #248)jtc
1994-04-24Get rid of extra calls to strlen().mycroft
1994-04-24Print the name of the program using a deprecated function.mycroft
1994-04-03fgetln, not fgetlinecgd
1994-03-29be reasonable and unique.cgd
1994-01-11Fix spelling errors.jtc
1994-01-04rename fgetline()cgd
1994-01-04rename fgetline() and sharpen axe for bostic...cgd
1994-01-04Clean up deleted files.mycroft
1994-01-04rename fgetline() and sharpen axe for bostic...cgd
1993-12-31Add explicit return types to function definitions.jtc
1993-12-28#include <string.h> to bring function prototypes into scope.jtc
1993-12-22don't squish newline at end of fgetline()... from bosticcgd
1993-12-14Change from Chris Torek (via comp.std.c) to make fread() ANSI compliant.jtc
1993-12-01Manpage formatting tweaks.jtc
1993-11-30Use ".Va" macro when formatting "errno".jtc
1993-11-29Use "Er" for argument to -width in the lists in the ERROR sections so thatjtc
1993-11-17yet another setvbuf fix from torek...cgd
1993-11-11First pass at getting a clean compile with "gcc -Wall", mostly explictlyjtc
1993-11-04Corrected and simplified floating point formatting.jtc
1993-11-03Trailing zeros should be printed with all floating point formatsjtc
1993-10-18don't compiler strerror.c source here, and clean up.cgd
1993-10-09Helper function _strerror is in the user's namespace, renamed it tojtc