newlib-cygwin/newlib/libc/stdio
Jeff Johnston 199359f062 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch>
* libc/stdlib/abort.c: changed description: uses "raise" instead of
        "getpid" and "kill"; added: uses "write" and "_exit".
        Also included unistd.h for "_exit" prototype.
        * libc/stdlib/system.c: included unistd.h for "execve" prototype,
        reent.h for "_fork_r" and "_wait_r" prototypes.
        (do_system): changed  extern char *environ[] to POSIX-friendly
        extern char **environ.
        * libc/stdlib/wctomb_r.c: included string.h for "strlen" and "strcmp"
        prototypes.
        * libc/stdlib/remove.c: included reent.h for "_unlink_r" prototype.
        * libc/reent/execr.c: included sys/wait.h for "wait" prototype.
        * libc/reent/fstatr.c: included sys/stat.h for "fstat" prototype.
        * libc/reent/openr.c: included fcntl.h for "open" prototype.
        * libc/reent/signalr.c: included signal.h for "kill" prototype,
        unistd.h for "getpid" prototype.
        * libc/reent/statr.c: included sys/stat.h for "stat" prototype.
        * libc/reent/timer.c: included sys/time.h for "gettimeofday" prototype.
        * libc/unix/getut.c (utmpname): removed local, incorrect "strdup"
        prototype.  Also included stdlib.h for "abort", string.h for
        "strdup" and "strncmp" prototypes.
        * libc/unix/getlogin.c: included string.h for "strncmp", "memset", and
        "strncpy", unistd.h for "read" and "close" prototypes.
        * libc/posix/execvp.c: included string.h for "strchr", "strlen", and
        "strcat" prototypes.
2000-08-24 18:51:09 +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 import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fclose.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fdopen.c * libc/stdio/fdopen.c (_fdopen_r): Take explicit given 2000-06-14 22:25:46 +00:00
feof.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
ferror.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fflush.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fgetc.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fgetpos.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fgets.c * libc/stdio/fgets.c (fgets): perform CRLF conversions if __SCLE 2000-05-18 19:03:10 +00:00
fileno.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
findfp.c * libc/stdio/stdio.c (__stextmode): new, see if file is text mode 2000-05-23 23:51:54 +00:00
fiprintf.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
flags.c Fri Feb 25 14:50:50 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-02-25 19:52:27 +00:00
floatio.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fopen.c * libc/stdio/stdio.c (__stextmode): new, see if file is text mode 2000-05-23 23:51:54 +00:00
fprintf.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fputc.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fputs.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
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 import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fseek.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fsetpos.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
ftell.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fvwrite.c Tue May 02 23:45:48 2000 DJ Delorie <dj@cygnus.com> 2000-05-03 03:57:19 +00:00
fvwrite.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fwalk.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fwrite.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
getc.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
getchar.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
gets.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
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 import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
local.h * libc/stdio/stdio.c (__stextmode): new, see if file is text mode 2000-05-23 23:51:54 +00:00
makebuf.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
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 import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
printf.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
putc.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
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 import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
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 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-24 18:51:09 +00:00
rename.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
rewind.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
rget.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
scanf.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
setbuf.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
setvbuf.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
siprintf.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
snprintf.c 2000-08-08 Jeff Johnston <jjohnstn@redhat.com> 2000-08-08 19:01:02 +00:00
sprintf.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
sscanf.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
stdio.c 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-24 16:25:36 +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 import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
tmpnam.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
ungetc.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
vfieeefp.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
vfprintf.c 2000-08-16 Eric Fifer <efifer@sanwaint.com> 2000-08-16 18:30:40 +00:00
vfscanf.c 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-24 16:25:36 +00:00
vprintf.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
vsnprintf.c 2000-08-08 Jeff Johnston <jjohnstn@redhat.com> 2000-08-08 19:01:02 +00:00
vsprintf.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
wbuf.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
wsetup.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00