Date: Fri, 24 Jul 1998 00:13:59 -0700 (PDT) From: Poul-Henning Kamp <phk@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 Message-ID: <199807240713.AAA11358@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <kargl@troutmask.apl.washington.edu> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807240713.AAA11358>