--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-21
16:34 ---
But since the C standard says it is in text mode by default, it is the
underlaying OS to do that and not to
mess up. Also the C standard says to enable binary mode by using the b mode.
--
http://gcc.g
--- Additional Comments From gerrit at gcc dot gnu dot org 2004-11-21
16:30 ---
(In reply to comment #1)
> Text mode is the default at least according to C89 so the bug is in cygwin and
not GCC.
If you want a file to be mode 'A' then read/write it in this mode explicitly.
You cannot exp
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-18
17:39 ---
Text mode is the default at least according to C89 so the bug is in cygwin and
not GCC.
--
What|Removed |Added
--