Mail Archives: djgpp-workers/2000/11/18/13:46:57
Hello.
I've separated this patch out, because it's not related to snprintf()
particularly. I'll produce a new snprintf() diff that should sort out the
issues discussed.
Bye, Rich
*** /develop/djgpp/src/libc/ansi/stdio/file.doc Fri Nov 14 20:56:16 1997
--- /develop/djgpp.dev/src/libc/ansi/stdio/file.doc Fri Nov 17
23:32:10 2000
***************
*** 31,36 ****
--- 31,38 ----
_IOAPPEND append mode
_IORMONCL remove file on close
_IOUNGETC buffer contents does not correspond to file
+ _IOTERM file's handle hooked by termios
+ _IONTERM file's handle not hooked by termios
int _file;
- Raw text -