gcc/libio
Jakub Jelinek c1b037bde8 iostream.cc (ends): Release the acquired lock.
* iostream.cc (ends): Release the acquired lock.
	(endl): Likewise.

From-SVN: r36937
2000-10-18 18:52:12 +02:00
..
config configure.in: Remove special casing for sco3.2v[45]. 2000-05-11 21:34:11 +00:00
dbz
include
stdio
tests bcp-1.c: Replace abort in arg of __builtin_constant_p with a generic external function. 2000-05-23 19:30:44 +00:00
testsuite
builtinbuf.cc
builtinbuf.h
ChangeLog iostream.cc (ends): Release the acquired lock. 2000-10-18 18:52:12 +02:00
cleanup.c
config.shared config.shared: Change "pic" to depend on $(PICFLAG), not on $(enable_shared). 2000-05-15 22:53:47 -04:00
configure.in top level: 2000-08-14 18:08:46 +00:00
depend
editbuf.cc
editbuf.h Move statement-tree facilities from C++ to C front-end. 2000-09-07 01:36:11 +00:00
filebuf.cc
filedoalloc.c
fileops.c
floatconv.c
floatio.h
fstream.cc
fstream.h fstream.h (ifstream::ifstream): Add ios::in to mode. 2000-01-28 09:55:33 +00:00
gen-params * gen-params: Added trailing space for 'long long int' regexp. 2000-07-23 10:15:42 -06:00
genops.c
indstream.cc
indstream.h
ioassign.cc
ioextend.cc
iofclose.c
iofdopen.c
iofeof.c linuxlibc1.mt (MT_CFLAGS): Add -D_G_STDIO_USES_LIBIO -D_G_HAVE_WEAK_SYMBOL. 1999-03-04 17:19:16 -07:00
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 Insert libio rewrite and its various changes from devo. 1997-09-06 03:44:38 -04:00
iogetc.c
iogetdelim.c
iogetline.c
iogets.c
ioignore.c
iolibio.h stdstreams.cc: Include <libio.h>, not "libio.h". 2000-09-23 17:01:47 +00:00
iomanip.cc
iomanip.h
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.cc (ends): Release the acquired lock. 2000-10-18 18:52:12 +02:00
iostream.h
iostream.texi
iostreamP.h
iostrerror.c
ioungetc.c
iovfprintf.c
iovfscanf.c
iovsprintf.c
iovsscanf.c linuxlibc1.mt (MT_CFLAGS): Add -D_G_STDIO_USES_LIBIO -D_G_HAVE_WEAK_SYMBOL. 1999-03-04 17:19:16 -07:00
isgetline.cc
isgetsb.cc
isscan.cc
istream.h
libio.h stdstreams.cc: Include <libio.h>, not "libio.h". 2000-09-23 17:01:47 +00:00
libioP.h in libiberty/ChangeLog: 2000-06-30 15:25:33 +00:00
Makefile.in
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
stdiostream.h
stdstrbufs.cc in libiberty/ChangeLog: 2000-06-30 15:25:33 +00:00
stdstreams.cc stdstreams.cc: Include <libio.h>, not "libio.h". 2000-09-23 17:01:47 +00:00
stream.cc
stream.h
streambuf.cc
streambuf.h
strfile.h
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.