From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28461 invoked by alias); 29 Mar 2004 11:24:40 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 28447 invoked by uid 9341); 29 Mar 2004 11:24:39 -0000 Date: Mon, 29 Mar 2004 11:24:00 -0000 Message-ID: <20040329112439.28443.qmail@sources.redhat.com> From: asl@sources.redhat.com To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/language/c/libc/stdio/current Ch ... X-SW-Source: 2004/txt/msg00131.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: asl@sourceware.org 2004-03-29 11:24:38 Modified files: packages/language/c/libc/stdio/current: ChangeLog packages/language/c/libc/stdio/current/include: io.inl stream.hxx stream.inl packages/language/c/libc/stdio/current/src/common: fopen.cxx stream.cxx Log message: * 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.