Merge from vendor branch CVS:
[dragonfly.git] / contrib / libf2c / FREEBSD-upgrade
1 # ex:ts=8
2 $FreeBSD: src/contrib/libf2c/FREEBSD-upgrade,v 1.4 1999/11/01 07:25:20 obrien Exp $
3 $DragonFly: src/contrib/libf2c/Attic/FREEBSD-upgrade,v 1.2 2003/06/17 04:24:02 dillon Exp $
4
5 For the import of lib{f,g}2c, files were pruned by:
6
7         tar xvypf gcc-2.95.2.tar.bz2 '*/libf2c'
8
9 Then imported by:
10
11         cvs import -m "Virgin import of GCC 2.95.2's libf2c"  \
12                 src/contrib/libf2c FSF gcc_2_95_2
13
14
15 To make local changes to lib{f,g}2c, 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" and/or
19 David M. Gay <dmg@bell-labs.com> (as libg2c is based on AT&T's netlib
20 collection).
21
22 obrien@NUXI.com
23 31-October-1999