Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / libio / FREEBSD-upgrade
1 # ex:ts=8
2 $FreeBSD: src/contrib/libio/FREEBSD-upgrade,v 1.2 1999/11/01 07:35:24 obrien Exp $
3
4 For the import of libio, files were pruned by:
5
6         tar xvypf gcc-2.95.2.tar.bz2 '*/libio'
7
8 Then imported by:
9
10         cvs import -m  \
11            "Virgin import of GCC 2.95.2's libio -- the C++ iostream facility." \
12                 src/contrib/libio FSF gcc_2_95_2
13
14
15 To make local changes to libio, simply patch and commit to the main
16 branch (aka HEAD).  Never make local changes on the vendor (FSF) branch.
17
18 All local changes should be submitted to "gcc-patches@gcc.gnu.org".
19
20 obrien@NUXI.com
21 31-October-1999