| Age | Commit message (Expand) | Author |
| 2000-11-29 | This is for completeness only (to make fdopen symmetric with fopen and freopen) | christos |
| 2000-11-29 | Add checks for O_NDELAY [which indicates that we only want plain files], | christos |
| 2000-11-29 | make sure we preserve errno. | christos |
| 2000-10-19 | Actually EINVAL fits the circumstances better. | kleink |
| 2000-10-19 | C99: Passing a null pointer as the buffer argument to snprintf() and | kleink |
| 2000-10-18 | Make "f" standout better. | kim |
| 2000-07-26 | XCU5 -> XSH5. | kleink |
| 2000-07-26 | Oops, forgot to define weak aliases for public names. | kleink |
| 2000-07-16 | v*scanf() are hardly 'new to this release' when they have | jdolecek |
| 2000-07-08 | Attach __format__ attributes to local __sbprintf function | sommerfeld |
| 2000-07-08 | Elaborate a bit on fseeko() and ftello(). | kleink |
| 2000-07-08 | Bump date for fseeko() and ftello(). | kleink |
| 2000-07-08 | In fgetpos() and fsetpos(), use ftello() and fseeko(), respectively, to avoid | kleink |
| 2000-07-08 | XCU5: Add fseeko() and ftello() functions which provide the functionality of | kleink |
| 2000-05-17 | Comment out a paragraph describing behavior which NetBSD's fopen(3) does | fair |
| 2000-03-08 | Replace internal use of strto{,u}q() with strto{,u}ll(). | kleink |
| 2000-01-22 | Delint. | mycroft |
| 2000-01-21 | Need to include "reentrant.h" for FLOCKFILE macros. | wrstuden |
| 2000-01-21 | Do file locking. | mycroft |
| 2000-01-21 | Just call fflush() from _cleanup(), since it does the right locking. | mycroft |
| 2000-01-21 | Call __sclearerr(), nor clearerr(), so we don\`t try to double lock. | mycroft |
| 2000-01-21 | Do the lock *after* checking that the fp is valid. | mycroft |
| 2000-01-21 | Initialize f._file for locking primitives. | mycroft |
| 2000-01-15 | add and "f" flag to fopen that makes sure we are opening a plain file, | christos |
| 1999-11-14 | missing ; | explorer |
| 1999-09-26 | xref symlink(7) | jdolecek |
| 1999-09-20 | back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. | lukem |
| 1999-09-17 | revert previous; if we examine SUS more closely we find that unless explictly... | lukem |
| 1999-09-16 | return (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 file | lukem |
| 1999-08-22 | No need for "namespace.h". | kleink |
| 1999-03-22 | Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-19 | braces for gcc-2.8.1 | christos |
| 1999-03-19 | include <fcntl.h> instead of <sys/file.h> | christos |
| 1999-03-09 | Functionally back out namespace.h revision 1.7 and perror.c revision 1.15; | kleink |
| 1999-03-08 | Const poisoning. | kleink |
| 1999-01-28 | stderr is not always but initially unbuffered. | kleink |
| 1999-01-28 | Per ANSI C, place the error message on the stderr stream rather than on | kleink |
| 1999-01-12 | * Add const keywords to function arguments as appropriate. | kleink |
| 1999-01-06 | When reopening in append mode, seek to the end of file in order to have the | kleink |
| 1998-11-20 | Need to wrap stdio stream locking around the function body. On the bright | kleink |
| 1998-11-20 | Deploy stdio stream locking. | kleink |
| 1998-11-18 | Oops, don't need <errno.h> any more. | kleink |
| 1998-11-18 | * Wrap file locking around the function body in order to have fseek() and | kleink |
| 1998-11-17 | revert previous change; this reveals another bug in lints LINTED option. | christos |
| 1998-11-15 | delint | christos |
| 1998-11-15 | This is ugly. There is a const castaway inside the print macro, so we cannot | christos |
| 1998-11-15 | st_blksize cannot be negative | christos |
| 1998-11-15 | change len from size_t to int so that len = fp->_r does not get promoted | christos |
| 1998-10-25 | Don't return immediately if EOF encountered while matching format string white | kleink |