summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c/f2c.1
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1997-04-13 01:13:52 +0000
committerjmz <jmz@FreeBSD.org>1997-04-13 01:13:52 +0000
commit5d93c9d5fb208d10eacf608b44ee02d3cd5b4a16 (patch)
treeac4dad5704ec3ceee2678cc665cb3fad24d50c45 /usr.bin/f2c/f2c.1
parent5b8c55b34e7a6f0087c138e43e85652af3f37aee (diff)
downloadFreeBSD-src-5d93c9d5fb208d10eacf608b44ee02d3cd5b4a16.zip
FreeBSD-src-5d93c9d5fb208d10eacf608b44ee02d3cd5b4a16.tar.gz
Upgrade to the 1997/02/19 version.
Diffstat (limited to 'usr.bin/f2c/f2c.1')
-rw-r--r--usr.bin/f2c/f2c.116
1 files changed, 15 insertions, 1 deletions
diff --git a/usr.bin/f2c/f2c.1 b/usr.bin/f2c/f2c.1
index 9c3d537..4011fcb 100644
--- a/usr.bin/f2c/f2c.1
+++ b/usr.bin/f2c/f2c.1
@@ -3,7 +3,7 @@
.\" the file /usr/src/bin/f2c/Notice states:
.\"
.\"/****************************************************************
-.\"Copyright 1990, 1991, 1992, 1993 by AT&T Bell Laboratories and Bellcore.
+.\"Copyright 1990 - 1997 by AT&T Bell Laboratories and Bellcore.
.\"
.\"Permission to use, copy, modify, and distribute this software
.\"and its documentation for any purpose and without fee is hereby
@@ -35,12 +35,15 @@
.Nm f2c
.Op Fl AaCcEfgpRrsUuw
.Op Fl C++
+.Op Fl cd
+.Op Fl d Ar dir
.Op Fl ec
.Op Fl e1c
.Op Fl ext
.Op Fl h Ns Op Cm d
.Op Fl \&I2
.Op Fl \&i2
+.Op Fl i90
.Op Fl kr Ns Op Cm d
.Op Fl o Ar name
.Op Fl onetrip
@@ -96,6 +99,14 @@ Compile code to check that subscripts are within declared array bounds.
Output C++ code.
.It Fl c
Include original Fortran source as comments.
+.It Fl cd
+Do not recognize cdabs, cdcos, cdexp, cdlog, cdsin, and
+cdsqrt as synonyms for the double complex intrinsics
+zabs, zcos, zexp, zlog, zsin, and zsqrt, respectively.
+.It Fl d Ar dir
+Write `.c' files in directory
+.Ar dir
+instead of the current directory
.It Fl E
Declare uninitialized COMMON to be Extern (overridably defined in
.Pa f2c.h
@@ -150,6 +161,9 @@ and
.Fl Df2c_i2 ),
so INTEGER and LOGICAL variables may be assigned by INQUIRE and array lengths
are stored in short ints
+.It Fl i90
+Do not recognize the Fortran 90 bit-manipulation intrinsics btest,
+iand, ibclr, ibits, ibset, ieor, ior, ishft, and ishftc.
.It Fl kr Ns Op Cm d
Use temporary values to enforce Fortran expression evaluation
where K&R (first edition) parenthesization rules allow rearrangement.
OpenPOWER on IntegriCloud