]> gcc.gnu.org Git - gcc.git/commit
Insert libio rewrite and its various changes from devo.
authorBrendan Kehoe <brendan@gcc.gnu.org>
Sat, 6 Sep 1997 07:44:38 +0000 (03:44 -0400)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Sat, 6 Sep 1997 07:44:38 +0000 (03:44 -0400)
commitdbfcb4beace35e1426c1ce1e9bf2f20c7d5a0f56
tree82e1a9aef1a37d3e21b8f1d0fe3a9435ad5a2f53
parent1496c1bb0be5c2981f056fa169cf1c199f50a38a
Insert libio rewrite and its various changes from devo.

From-SVN: r15129
72 files changed:
libio/ChangeLog
libio/Makefile.in
libio/configure.in
libio/filedoalloc.c
libio/fileops.c
libio/genops.c
libio/include/empty.h [new file with mode: 0644]
libio/iofclose.c
libio/iofdopen.c
libio/iofeof.c [new file with mode: 0644]
libio/ioferror.c [new file with mode: 0644]
libio/iofflush.c
libio/iofflush_u.c [new file with mode: 0644]
libio/iofgetpos.c
libio/iofgets.c
libio/iofopen.c
libio/iofprintf.c
libio/iofputs.c
libio/iofread.c
libio/iofsetpos.c
libio/ioftell.c
libio/iofwrite.c
libio/iogetc.c [new file with mode: 0644]
libio/iogetdelim.c
libio/iogetline.c
libio/iogets.c
libio/iopadn.c
libio/iopopen.c
libio/ioputc.c [new file with mode: 0644]
libio/ioputs.c
libio/ioseekoff.c
libio/ioseekpos.c
libio/iosetbuffer.c
libio/iosetvbuf.c
libio/iosprintf.c
libio/iostream.h
libio/ioungetc.c
libio/iovsprintf.c
libio/iovsscanf.c
libio/libio.h
libio/libioP.h
libio/parsestream.cc
libio/peekc.c [new file with mode: 0644]
libio/stdfiles.c
libio/stdio-lock.h [new file with mode: 0644]
libio/stdio/ChangeLog
libio/stdio/Makefile.in
libio/stdio/clearerr.c
libio/stdio/clearerr_u.c [new file with mode: 0644]
libio/stdio/feof_u.c [new file with mode: 0644]
libio/stdio/ferror_u.c [new file with mode: 0644]
libio/stdio/fgetc.c
libio/stdio/fileno.c
libio/stdio/fputc.c
libio/stdio/fputc_u.c [new file with mode: 0644]
libio/stdio/freopen.c
libio/stdio/fseek.c
libio/stdio/getc_u.c [new file with mode: 0644]
libio/stdio/getchar.c
libio/stdio/getchar_u.c [new file with mode: 0644]
libio/stdio/putc_u.c [new file with mode: 0644]
libio/stdio/putchar.c
libio/stdio/putchar_u.c [new file with mode: 0644]
libio/stdio/rewind.c
libio/stdio/setbuf.c
libio/stdio/setlinebuf.c
libio/stdio/vscanf.c
libio/stdio/vsnprintf.c
libio/streambuf.cc
libio/streambuf.h
libio/strfile.h
libio/strops.c
This page took 0.069125 seconds and 5 git commands to generate.