summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1997-01-23xref lseek(2) instead of seek(2); PR lib/2750mikel
1997-01-17fix pr-2664, second param to fgets is int not size_t, from SAITOH Masanobuperry
1996-12-20pull in local.h for prototypes. first arg to __sflags() is const char *cgd
1996-11-07Apply PR 2751 - writefn's second arg is const char *, not char *.mouse
1996-08-13Cute little bug with operator precedence in our stdio code. It appearsexplorer
1996-05-05typo: DV -> Dvpk
1996-05-04Change suggested by Chris Torek to fix problem freopen()ing with a closedmycroft
1996-03-29Add explict function return typesjtc
1996-01-17Fix typo in funopen prototype; Reported by Noriyuki Soda in PR #1954jtc
1995-07-03Remove trailing comma from cross reference list.jtc
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