gcc/libio
1999-01-30 04:14:53 -07:00
..
config configure (enable_version_specific_runtime_libs): Implement new flag --enable-version-specific-runtime-libs which installs C++... 1998-06-24 06:26:02 +00:00
dbz Makefile.in: Avoid assumptions about "tr" behaves when LANG is set to something other than... 1998-08-30 15:30:22 -06:00
include
stdio
tests More FSF address updates. 1999-01-11 06:43:27 -07:00
testsuite More FSF address updates. 1999-01-11 06:43:27 -07:00
builtinbuf.cc
builtinbuf.h
ChangeLog Undo previous change. Ulrich wants the problem hanled differently. 1999-01-30 04:14:53 -07:00
cleanup.c
config.shared More FSF address updates. 1999-01-11 06:43:27 -07:00
configure.in configure (skip-this-dir): Add handling for new shell script... 1998-11-26 01:48:34 +00:00
depend config.shared (depend.new): delete libc-lock.h from dependencies, and fix _G_config.h -> $(_G_CONFIG_H) rule 1998-10-12 09:28:02 +00:00
editbuf.cc
editbuf.h
filebuf.cc
filedoalloc.c
fileops.c
floatconv.c
floatio.h
fstream.cc
fstream.h
gen-params
genops.c (__underflow): Read character from read pointer as unsigned. 1998-06-08 09:50:20 +00:00
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 (_IO_getline_info): Don't read anything for N==0. 1998-08-25 14:39:39 +00:00
iogets.c
ioignore.c
iolibio.h
iomanip.cc
iomanip.h iomanip.h: Use __extension__ for `extern' explicit template instantiations. 1998-08-23 12:47:24 +00:00
iopadn.c
ioperror.c
iopopen.c
ioprims.c
ioprintf.c
ioputc.c
ioputs.c
ioscanf.c
ioseekoff.c
ioseekpos.c
iosetbuffer.c
iosetvbuf.c
iosprintf.c
iosscanf.c
iostdio.h
iostream.cc
iostream.h
iostream.texi
iostreamP.h
iostrerror.c
ioungetc.c
iovfprintf.c
iovfscanf.c
iovsprintf.c
iovsscanf.c
isgetline.cc
isgetsb.cc
isscan.cc
istream.h
libio.h Rewrite __PMT change so that it works with platforms defining __P but 1998-06-29 18:06:26 +00:00
libioP.h libioP.h: Use __PMT in typedefs. 1998-08-04 15:21:08 +00:00
Makefile.in Makefile.in (install): Remove superfluous /include. 1998-06-27 05:24:20 +00: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
sbscan.cc
SFile.cc
SFile.h
stdfiles.c
stdiostream.cc Undo previous change. Ulrich wants the problem hanled differently. 1999-01-30 04:14:53 -07:00
stdiostream.h
stdstrbufs.cc
stdstreams.cc
stream.cc
stream.h
streambuf.cc
streambuf.h
strfile.h Define __PMT if not already defined. 1998-08-17 12:32:45 +00:00
strops.c
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.