newlib-cygwin/newlib/libc/machine/powerpc
Jeff Johnston e5e148d15b 2006-09-26 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdio.h[_REENT_SMALL]: Do not allow macros
        for clearerr, feof, or fileno.
        * libc/include/sys/reent.h[_REENT_SMALL](struct _reent): Change
        the dummy std stream scheme to use pointers to const external
        fake files, one for each standard stream.
        * libc/stdio/local.h (CHECK_INIT): Change to take a file pointer
        argument.  For _REENT_SMALL, reset the file pointer if it
        matches one of the fake std stream pointers.
        * libc/stdio/clearerr.c: Fix CHECK_INIT macro to add file pointer
        argument.
        * libc/stdio/fclose.c: Ditto.
        * libc/stdio/feof.c: Ditto.
        * libc/stdio/ferror.c: Ditto.
        * libc/stdio/fflush.c: Ditto.
        * libc/stdio/fgetc.c: Ditto.
        * libc/stdio/fgets.c: Ditto.
        * libc/stdio/fileno.c: Ditto.
        * libc/stdio/findfp.c: Ditto.
        * libc/stdio/fputc.c: Ditto.
        * libc/stdio/fputs.c: Ditto.
        * libc/stdio/fread.c: Ditto.
        * libc/stdio/freopen.c: Ditto.
        * libc/stdio/fseek.c: Ditto.
        * libc/stdio/ftell.c: Ditto.
        * libc/stdio/fwrite.c: Ditto.
        * libc/stdio/getc.c: Ditto.
        * libc/stdio/getdelim.c: Ditto.
        * libc/stdio/putc.c: Ditto.
        * libc/stdio/refill.c: Ditto.
        * libc/stdio/setvbuf.c: Ditto.
        * libc/stdio/ungetc.c: Ditto.
        * libc/stdio/vfprintf.c: Ditto.
        * libc/stdio/vfscanf.c: Ditto.
        * libc/stdio/wbuf.c: Ditto.: Ditto.
        * libc/stdio/wsetup.c: Ditto.
        * libc/stdio64/freopen64.c: Ditto.
        * libc/stdio64/fseeko64.c: Ditto.
        * libc/stdio64/ftello64.c: Ditto.
        * libc/machine/powerpc/vfprintf.c: Ditto.
        * libc/machine/powerpc/vfscanf.c: Ditto.
2006-09-26 21:22:19 +00:00
..
machine 2003-08-13 Aldy Hernandez <aldyh@redhat.com> 2003-08-13 17:45:31 +00:00
Makefile.am 2006-05-01 Jeff Johnston <jjohnstn@redhat.com> 2006-05-01 22:01:07 +00:00
Makefile.in 2006-07-31 Jeff Johnston <jjohnstn@redhat.com> 2006-07-31 23:01:28 +00:00
aclocal.m4 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
atosfix16.c 2003-04-16 Jeff Johnston <jjohnstn@redhat.com> 2003-04-16 15:45:29 +00:00
atosfix32.c 2003-04-16 Jeff Johnston <jjohnstn@redhat.com> 2003-04-16 15:45:29 +00:00
atosfix64.c 2003-04-16 Jeff Johnston <jjohnstn@redhat.com> 2003-04-16 15:45:29 +00:00
atoufix16.c 2003-04-16 Jeff Johnston <jjohnstn@redhat.com> 2003-04-16 15:45:29 +00:00
atoufix32.c 2003-04-16 Jeff Johnston <jjohnstn@redhat.com> 2003-04-16 15:45:29 +00:00
atoufix64.c 2003-04-16 Jeff Johnston <jjohnstn@redhat.com> 2003-04-16 15:45:29 +00:00
configure 2006-07-31 Jeff Johnston <jjohnstn@redhat.com> 2006-07-31 23:01:28 +00:00
configure.in 2006-04-13 Ralf Corsepius <ralf.corsepius@rtems.org> 2006-04-13 19:56:32 +00:00
fix64.h 2003-09-09 Jeff Johnston <jjohnstn@redhat.com> 2003-09-09 22:53:27 +00:00
setjmp.S 2002-04-19 Jeff Johnston <jjohnstn@redhat.com> 2002-04-19 19:16:22 +00:00
simdldtoa.c 2003-09-09 Jeff Johnston <jjohnstn@redhat.com> 2003-09-09 22:53:27 +00:00
strtosfix16.c 2003-04-16 Jeff Johnston <jjohnstn@redhat.com> 2003-04-16 15:45:29 +00:00
strtosfix32.c 2003-04-16 Jeff Johnston <jjohnstn@redhat.com> 2003-04-16 15:45:29 +00:00
strtosfix64.c 2003-09-09 Jeff Johnston <jjohnstn@redhat.com> 2003-09-09 22:53:27 +00:00
strtoufix16.c 2003-04-16 Jeff Johnston <jjohnstn@redhat.com> 2003-04-16 15:45:29 +00:00
strtoufix32.c 2003-09-09 Jeff Johnston <jjohnstn@redhat.com> 2003-09-09 22:53:27 +00:00
strtoufix64.c 2003-09-09 Jeff Johnston <jjohnstn@redhat.com> 2003-09-09 22:53:27 +00:00
times.c 2002-07-22 Jeff Johnston <jjohnstn@redhat.com> 2002-07-22 20:26:51 +00:00
ufix64toa.c 2003-11-10 Jeff Johnston <jjohnstn@redhat.com> 2003-11-10 21:36:38 +00:00
vec_calloc.c 2002-04-19 Jeff Johnston <jjohnstn@redhat.com> 2002-04-19 19:16:22 +00:00
vec_free.c 2002-04-19 Jeff Johnston <jjohnstn@redhat.com> 2002-04-19 19:16:22 +00:00
vec_malloc.c 2002-04-19 Jeff Johnston <jjohnstn@redhat.com> 2002-04-19 19:16:22 +00:00
vec_mallocr.c 2002-04-19 Jeff Johnston <jjohnstn@redhat.com> 2002-04-19 19:16:22 +00:00
vec_realloc.c 2002-04-19 Jeff Johnston <jjohnstn@redhat.com> 2002-04-19 19:16:22 +00:00
vfprintf.c 2006-09-26 Jeff Johnston <jjohnstn@redhat.com> 2006-09-26 21:22:19 +00:00
vfscanf.c 2006-09-26 Jeff Johnston <jjohnstn@redhat.com> 2006-09-26 21:22:19 +00:00