summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2000-07-16v*scanf() are hardly 'new to this release' when they havejdolecek
2000-07-08Attach __format__ attributes to local __sbprintf functionsommerfeld
2000-07-08Elaborate a bit on fseeko() and ftello().kleink
2000-07-08Bump date for fseeko() and ftello().kleink
2000-07-08In fgetpos() and fsetpos(), use ftello() and fseeko(), respectively, to avoidkleink
2000-07-08XCU5: Add fseeko() and ftello() functions which provide the functionality ofkleink
2000-05-17Comment out a paragraph describing behavior which NetBSD's fopen(3) doesfair
2000-03-08Replace internal use of strto{,u}q() with strto{,u}ll().kleink
2000-01-22Delint.mycroft
2000-01-21Need to include "reentrant.h" for FLOCKFILE macros.wrstuden
2000-01-21Do file locking.mycroft
2000-01-21Just call fflush() from _cleanup(), since it does the right locking.mycroft
2000-01-21Call __sclearerr(), nor clearerr(), so we don\`t try to double lock.mycroft
2000-01-21Do the lock *after* checking that the fp is valid.mycroft
2000-01-21Initialize f._file for locking primitives.mycroft
2000-01-15add and "f" flag to fopen that makes sure we are opening a plain file,christos
1999-11-14missing ;explorer
1999-09-26xref symlink(7)jdolecek
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-17revert previous; if we examine SUS more closely we find that unless explictly...lukem
1999-09-16return (0) if size or count == 0 before check for _DIAGASSERT(buf != NULL).lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-08-22No need for "namespace.h".kleink
1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-19braces for gcc-2.8.1christos
1999-03-19include <fcntl.h> instead of <sys/file.h>christos
1999-03-09Functionally back out namespace.h revision 1.7 and perror.c revision 1.15;kleink
1999-03-08Const poisoning.kleink
1999-01-28stderr is not always but initially unbuffered.kleink
1999-01-28Per ANSI C, place the error message on the stderr stream rather than onkleink
1999-01-12* Add const keywords to function arguments as appropriate.kleink
1999-01-06When reopening in append mode, seek to the end of file in order to have thekleink
1998-11-20Need to wrap stdio stream locking around the function body. On the brightkleink
1998-11-20Deploy stdio stream locking.kleink
1998-11-18Oops, don't need <errno.h> any more.kleink
1998-11-18* Wrap file locking around the function body in order to have fseek() andkleink
1998-11-17revert previous change; this reveals another bug in lints LINTED option.christos
1998-11-15delintchristos
1998-11-15This is ugly. There is a const castaway inside the print macro, so we cannotchristos
1998-11-15st_blksize cannot be negativechristos
1998-11-15change len from size_t to int so that len = fp->_r does not get promotedchristos
1998-10-25Don't return immediately if EOF encountered while matching format string whitekleink
1998-10-18Backed out previous fclose(NULL) change.dbj
1998-10-18Fix pr lib/6322dbj
1998-10-18Replace use of getdtablesize() with (the non-deprecated) sysconf(), hence nokleink
1998-10-16Need "namespace.h" for getdtablesize().kleink
1998-10-16Need an internal name for fgetln().kleink
1998-10-15Make sure we free the buffer in all error cases.mycroft
1998-10-15Allocate space exponentially, not linearly.mycroft
1998-10-14Need "namespace.h".kleink