Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/gnu/usr.bin/cc/cc f2c-specs.h src/usr.bin/f2c f2c.1 main.c proc.c



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@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
  
  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