summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
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
1998-10-13Need an internal name for isatty().kleink
1998-10-13Need internal names for isinf() and isnan().kleink
1998-10-13Need internal names for snprintf() and vsnprintf().kleink
1998-10-13Need an internal name for fdopen().kleink
1998-09-14Document %ll[diouxX] as requested by <bgrayson@ece.utexas.edu> in PRtv
1998-09-09Make the fseek() return value description match XSH5 (again).kleink
1998-09-09Typo; from Michael Richardson <mcr@sandelman.ottawa.on.ca> in PR misc/6053.kleink
1998-09-09Since perror() must be reentrant, change the storage class of the buffer usedkleink
1998-09-09Perform stdio stream locking as appropriate.kleink
1998-09-08s/c_plusplus/__cplusplus/kleink
1998-09-08s/NULL/NUL/ where appropriate.kleink
1998-09-07Deploy stdio stream locking as necessary.kleink
1998-09-07Sloppy stdio stream lock tracking.kleink
1998-09-07Minor KNF nit.kleink
1998-09-06Sloppy stdio stream lock tracking.kleink
1998-08-30make sure asprintf and vasprintf get MLINKS to printf.3perry