acadia-newlib/newlib/libc/stdio
DJ Delorie c4e1aa0115 * libc/stdio/stdio.c (__stextmode): new, see if file is text mode
(__sread): always read in binary mode
(__swrite): always write in binary mode
* libc/include/stdio.h: no getc/putc macros for cygwin; causes
compatibility issues with different dll versions
* libc/stdio/fopen.c: use __stextmode
* libc/stdio/fdopen.c: ditto
* libc/stdio/freopen.c: ditto
* libc/stdio/findfp.c: set up __SCLE for std{in,out,err}
* libc/stdio/local.h: declare __stextmode
2000-05-23 23:51:54 +00:00
..
Makefile.am * libc/stdio/Makefile.am (lib_a_SOURCES): Added getw.c and putw.c. 2000-03-08 03:42:25 +00:00
Makefile.in * libc/stdio/Makefile.am (lib_a_SOURCES): Added getw.c and putw.c. 2000-03-08 03:42:25 +00:00
clearerr.c
fclose.c
fdopen.c * libc/stdio/stdio.c (__stextmode): new, see if file is text mode 2000-05-23 23:51:54 +00:00
feof.c
ferror.c
fflush.c
fgetc.c
fgetpos.c
fgets.c * libc/stdio/fgets.c (fgets): perform CRLF conversions if __SCLE 2000-05-18 19:03:10 +00:00
fileno.c
findfp.c * libc/stdio/stdio.c (__stextmode): new, see if file is text mode 2000-05-23 23:51:54 +00:00
fiprintf.c
flags.c
floatio.h
fopen.c * libc/stdio/stdio.c (__stextmode): new, see if file is text mode 2000-05-23 23:51:54 +00:00
fprintf.c
fputc.c
fputs.c
fread.c Tue May 02 23:45:48 2000 DJ Delorie <dj@cygnus.com> 2000-05-03 03:57:19 +00:00
freopen.c * libc/stdio/stdio.c (__stextmode): new, see if file is text mode 2000-05-23 23:51:54 +00:00
fscanf.c
fseek.c
fsetpos.c
ftell.c
fvwrite.c Tue May 02 23:45:48 2000 DJ Delorie <dj@cygnus.com> 2000-05-03 03:57:19 +00:00
fvwrite.h
fwalk.c
fwrite.c
getc.c
getchar.c
gets.c
getw.c * libc/stdio/Makefile.am (lib_a_SOURCES): Added getw.c and putw.c. 2000-03-08 03:42:25 +00:00
iprintf.c
local.h * libc/stdio/stdio.c (__stextmode): new, see if file is text mode 2000-05-23 23:51:54 +00:00
makebuf.c
mktemp.c Mon Apr 17 12:46:00 2000 Marek Michalkiewicz <marekm@linux.org.pl> 2000-04-17 17:10:18 +00:00
perror.c
printf.c
putc.c
putchar.c Mon Apr 17 12:46:00 2000 Marek Michalkiewicz <marekm@linux.org.pl> 2000-04-17 17:10:18 +00:00
puts.c
putw.c * libc/stdio/putw.c (putw): Return 0 on success, to be compliant 2000-03-10 17:57:32 +00:00
refill.c Mon Apr 17 12:46:00 2000 Marek Michalkiewicz <marekm@linux.org.pl> 2000-04-17 17:10:18 +00:00
remove.c
rename.c
rewind.c
rget.c
scanf.c
setbuf.c
setvbuf.c
siprintf.c
snprintf.c
sprintf.c
sscanf.c
stdio.c * libc/stdio/stdio.c (__stextmode): new, see if file is text mode 2000-05-23 23:51:54 +00:00
stdio.tex * libc/stdio/Makefile.am (lib_a_SOURCES): Added getw.c and putw.c. 2000-03-08 03:42:25 +00:00
tmpfile.c
tmpnam.c
ungetc.c
vfieeefp.h
vfprintf.c Mon Apr 17 12:46:00 2000 Marek Michalkiewicz <marekm@linux.org.pl> 2000-04-17 17:10:18 +00:00
vfscanf.c Mon Apr 17 12:46:00 2000 Marek Michalkiewicz <marekm@linux.org.pl> 2000-04-17 17:10:18 +00:00
vprintf.c
vsnprintf.c
vsprintf.c
wbuf.c
wsetup.c