Mercurial > ecos
diff packages/language/c/libc/stdio/current/ChangeLog @ 1557:0ef97dc5b090
* src/common/fopen.cxx:
* src/common/stream.cxx:
* include/io.inl:
* include/stream.hxx:
Split CYGSTREAM_READWRITE into CYGSTREAM_READWRITE_CREATE and
CYGSTREAM_READWRITE_NOCREATE. This fixes fopen() with mode 'w+'
which previously did not allow file creation.
| author | asl |
|---|---|
| date | Mon, 29 Mar 2004 11:24:37 +0000 |
| parents | b6cb710a33b6 |
| children | 374f08d35ab1 |
line wrap: on
line diff
--- a/packages/language/c/libc/stdio/current/ChangeLog +++ b/packages/language/c/libc/stdio/current/ChangeLog @@ -1,3 +1,13 @@ +2004-03-29 Kelvin Lawson <klawson@ad-holdings.co.uk> + + * src/common/fopen.cxx: + * src/common/stream.cxx: + * include/io.inl: + * include/stream.hxx: + Split CYGSTREAM_READWRITE into CYGSTREAM_READWRITE_CREATE and + CYGSTREAM_READWRITE_NOCREATE. This fixes fopen() with mode 'w+' + which previously did not allow file creation. + 2004-03-15 Jonathan Larmour <jifl@eCosCentric.com> * src/common/fileops.cxx (tmpnam): Only close if open() succeded.
