gcc/libio
Ulrich Drepper 49feb20cf7 Update.
From-SVN: r19962
1998-05-22 20:40:16 +00:00
..
config linux.mt (IO_OBJECTS): Add iogetline.o. 1998-02-17 13:54:12 -07:00
dbz dbz.c (putconf): Handle systems which use "long long" as type for "off_t". 1998-02-01 05:20:13 -07:00
include
stdio configure.in, [...]: Update with yesterday's toplevel configure.in changes. 1998-01-28 02:30:03 -07:00
tests configure.in, [...]: Update with yesterday's toplevel configure.in changes. 1998-01-28 02:30:03 -07:00
testsuite configure.in, [...]: Update with yesterday's toplevel configure.in changes. 1998-01-28 02:30:03 -07:00
builtinbuf.cc
builtinbuf.h typo typo fixes fixes 1998-05-06 15:09:07 -06:00
ChangeLog Update. 1998-05-22 20:40:16 +00:00
cleanup.c
config.shared configure.in: For *-*-cygwin32*, add a -I for winsup to both XCINCLUDES and XCXXINCLUDES. 1998-02-22 09:31:03 -07:00
configure.in config.table: Make locating frag files failsafe even for the special case if... 1998-03-05 00:28:12 +00:00
depend
editbuf.cc
editbuf.h
filebuf.cc Changes for _G_IO_IO_FILE_VERSION == 0x20001: 1998-02-24 13:09:55 -07:00
filedoalloc.c
fileops.c typo typo fixes fixes 1998-05-06 15:09:07 -06:00
floatconv.c
floatio.h
fstream.cc
fstream.h
gen-params iostream.cc (istream::operator>>(long double&)): Scan value into separate variable, in case long double is bigger than double. 1998-02-01 05:44:52 -07:00
genops.c
indstream.cc
indstream.h
ioassign.cc
ioextend.cc
iofclose.c
iofdopen.c
iofeof.c
ioferror.c
iofflush_u.c
iofflush.c
iofgetpos.c
iofgets.c
iofopen.c
iofprintf.c
iofputs.c
iofread.c
iofscanf.c
iofsetpos.c
ioftell.c
iofwrite.c
iogetc.c
iogetdelim.c
iogetline.c linux.mt (IO_OBJECTS): Add iogetline.o. 1998-02-17 13:54:12 -07:00
iogets.c
ioignore.c
iolibio.h Changes for _G_IO_IO_FILE_VERSION == 0x20001: 1998-02-24 13:09:55 -07:00
iomanip.cc
iomanip.h
iopadn.c
ioperror.c
iopopen.c
ioprims.c fileops.c: #include <unistd.h>. 1998-02-12 16:56:20 -07:00
ioprintf.c
ioputc.c
ioputs.c
ioscanf.c
ioseekoff.c
ioseekpos.c
iosetbuffer.c
iosetvbuf.c
iosprintf.c
iosscanf.c
iostdio.h
iostream.cc Changes for _G_IO_IO_FILE_VERSION == 0x20001: 1998-02-24 13:09:55 -07:00
iostream.h
iostream.texi typo typo fixes fixes 1998-05-06 15:09:07 -06:00
iostreamP.h
iostrerror.c
ioungetc.c
iovfprintf.c
iovfscanf.c
iovsprintf.c
iovsscanf.c
isgetline.cc * isgetline.cc (istream::get): Fix a typo. 1998-04-19 15:14:32 -06:00
isgetsb.cc
isscan.cc
istream.h
libio.h filebuf.cc (filebuf::open): Call _IO_file_open if _G_HAVE_IO_FILE_OPEN is 1. 1998-02-01 05:29:15 -07:00
libioP.h Changes for _G_IO_IO_FILE_VERSION == 0x20001: 1998-02-24 13:09:55 -07:00
Makefile.in configure.in: For *-*-cygwin32*, add a -I for winsup to both XCINCLUDES and XCXXINCLUDES. 1998-02-22 09:31:03 -07:00
NEWS
osform.cc
ostream.h
outfloat.c
parsestream.cc
parsestream.h
peekc.c
pfstream.cc
pfstream.h
PlotFile.cc
PlotFile.h
procbuf.cc
procbuf.h
README
sbform.cc
sbgetline.cc linux.mt (IO_OBJECTS): Add iogetline.o. 1998-02-17 13:54:12 -07:00
sbscan.cc
SFile.cc
SFile.h
stdfiles.c
stdiostream.cc
stdiostream.h
stdstrbufs.cc
stdstreams.cc
stream.cc
stream.h
streambuf.cc typo typo fixes fixes 1998-05-06 15:09:07 -06:00
streambuf.h Changes for _G_IO_IO_FILE_VERSION == 0x20001: 1998-02-24 13:09:55 -07:00
strfile.h
strops.c (_IO_str_underflow): Read newly available character from buffer as unsigned. 1998-05-22 20:40:02 +00:00
strstream.cc
strstream.h

This is libio, the GNU C/C++ input/output library.

By default, the library is configured to build the C++ iostream
facility (in $libdir/libiostream.a).

The library can be configured to build the C stdio facility
that is part of a C run-time library.

This library is distributed with libg++; see ../libg++/README
for installation instructions, and where to send bug reports
and questions.

* Copyright restrictions

The files in this directory are generally covered by the GNU Public
License (which is in the file ../COPYING), but modified with the
following:

    As a special exception, if you link this library with files
    compiled with a GNU compiler to produce an executable, this does not cause
    the resulting executable to be covered by the GNU General Public License.
    This exception does not however invalidate any other reasons why
    the executable file might be covered by the GNU General Public License.

A few source files and subroutines are covered by other (but
less restrictive) copyright conditions.  E.g. some code (such
as iovfprintf.c) is based on software that was developed by the
University of California, Berkeley, for the Berkeley Software
Distribution (BSD-4.4), and bears their copyright;  and one
file (floatconv.c) is derived from ("free") code copyrighted AT&T.