head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2000.02.28.23.22.49;	author bkoz;	state dead;
branches;
next	1.1;

1.1
date	99.01.22.17.14.17;	author drepper;	state Exp;
branches;
next	;


desc
@@


1.2
log
@
2000-02-28  Benjamin Kosnik  <bkoz@@cygnus.com>

	Prune libio directory to match files in libio/Makefile.
	* libio/PlotFile.cc,indstream.cc, isgetsb.cc, sbform.cc,
	stream.cc, SFile.cc, ioassign.cc, isscan.cc, sbgetline.cc,
	streambuf.cc, builtinbuf.cc, ioextend.cc, osform.cc, sbscan.cc,
	strstream.cc, editbuf.cc, iomanip.cc, parsestream.cc,
	stdiostream.cc, filebuf.cc, iostream.cc, pfstream.cc,
	stdstrbufs.cc, fstream.cc, isgetline.cc, procbuf.cc,
	stdstreams.cc: Remove.
	* libio/floatio.h, iolibio.h, iostdio.h, iostreamP.h: Remove/
	* libio/iofflush_u.c: Remove.

	* libio/dbz: Remove.
	* libio/include: Remove.
	* libio/stdio: Remove.
	* libio/tests: Remove.
	* libio/testsuite: Remove.

	* config/c_io_libio.cc: Add fcntl.h include for Solaris.

	* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Add bits.
	* configure.in: Replace 'grep -e' with 'grep' for Solaris.
	* configure: Regenerate.
@
text
@NR == 1 {
	printf "%s %s %s %s %s %s %s %s %s", $1, $2, $3, $4, $5, $6, $7, $8, $9
	for (i = NF; i > 9; i--)
		printf " %s", $i
	printf "\n"
}
NR > 1 { print }
@


1.1
log
@libio for libstdc++.
@
text
@@


