From owner-cvs-gnu Fri Jul 24 00:14:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA04009 for cvs-gnu-outgoing; Fri, 24 Jul 1998 00:14:43 -0700 (PDT) (envelope-from owner-cvs-gnu) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA03987; Fri, 24 Jul 1998 00:14:33 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA11358; Fri, 24 Jul 1998 00:13:59 -0700 (PDT) Date: Fri, 24 Jul 1998 00:13:59 -0700 (PDT) Message-Id: <199807240713.AAA11358@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/cc/cc f2c-specs.h src/usr.bin/f2c f2c.1 main.c proc.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/07/24 00:13:58 PDT Modified files: gnu/usr.bin/cc/cc f2c-specs.h usr.bin/f2c f2c.1 main.c proc.c Log: During compilation of a Fortran program f2c/f77 will spew the name of entry points, functions, subroutines, and program to stderr error. The enclosed patches do 3 things: (1) Silenced the output to stderr. (2) Added a -v option to f2c and f77. This will turn on a verbose mode, and dumps quite a bit of stuff to stderr. (3) Updated the f2c man page. PR: 7369 Submitted by: Steven G. Kargl Revision Changes Path 1.2 +1 -1 src/gnu/usr.bin/cc/cc/f2c-specs.h 1.8 +3 -1 src/usr.bin/f2c/f2c.1 1.6 +3 -1 src/usr.bin/f2c/main.c 1.4 +17 -9 src/usr.bin/f2c/proc.c