summaryrefslogtreecommitdiffstats
path: root/lib/libF77/Version.c
diff options
context:
space:
mode:
authorljo <ljo@FreeBSD.org>1994-10-26 18:17:41 +0000
committerljo <ljo@FreeBSD.org>1994-10-26 18:17:41 +0000
commit2195d627fb793fec6c00bdddf1c4d46982b9f27f (patch)
treec2961f38c1507b80baefaca1d568747c113f28c0 /lib/libF77/Version.c
parent80b2e1963004e4ae0173b4f9bc965518ba81d3b0 (diff)
downloadFreeBSD-src-2195d627fb793fec6c00bdddf1c4d46982b9f27f.zip
FreeBSD-src-2195d627fb793fec6c00bdddf1c4d46982b9f27f.tar.gz
Library for f2c (part 2 of 2)
Obtained from: netlib.att.com
Diffstat (limited to 'lib/libF77/Version.c')
-rw-r--r--lib/libF77/Version.c30
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/libF77/Version.c b/lib/libF77/Version.c
new file mode 100644
index 0000000..bbc6110
--- /dev/null
+++ b/lib/libF77/Version.c
@@ -0,0 +1,30 @@
+static char junk[] = "\n@(#)LIBF77 VERSION 2.01 19 Sept. 1994\n";
+
+/*
+2.00 11 June 1980. File version.c added to library.
+2.01 31 May 1988. s_paus() flushes stderr; names of hl_* fixed
+ [ d]erf[c ] added
+ 8 Aug. 1989: #ifdefs for f2c -i2 added to s_cat.c
+ 29 Nov. 1989: s_cmp returns long (for f2c)
+ 30 Nov. 1989: arg types from f2c.h
+ 12 Dec. 1989: s_rnge allows long names
+ 19 Dec. 1989: getenv_ allows unsorted environment
+ 28 Mar. 1990: add exit(0) to end of main()
+ 2 Oct. 1990: test signal(...) == SIG_IGN rather than & 01 in main
+ 17 Oct. 1990: abort() calls changed to sig_die(...,1)
+ 22 Oct. 1990: separate sig_die from main
+ 25 Apr. 1991: minor, theoretically invisible tweaks to s_cat, sig_die
+ 31 May 1991: make system_ return status
+ 18 Dec. 1991: change long to ftnlen (for -i2) many places
+ 28 Feb. 1992: repair z_sqrt.c (scribbled on input, gave wrong answer)
+ 18 July 1992: for n < 0, repair handling of 0**n in pow_[dr]i.c
+ and m**n in pow_hh.c and pow_ii.c;
+ catch SIGTRAP in main() for error msg before abort
+ 23 July 1992: switch to ANSI prototypes unless KR_headers is #defined
+ 23 Oct. 1992: fix botch in signal_.c (erroneous deref of 2nd arg);
+ change Cabs to f__cabs.
+ 12 March 1993: various tweaks for C++
+ 2 June 1994: adjust so abnormal terminations invoke f_exit just once
+ 16 Sept. 1994: s_cmp: treat characters as unsigned in comparisons.
+ 19 Sept. 1994: s_paus: flush after end of PAUSE; add -DMSDOS
+*/
OpenPOWER on IntegriCloud