| 1 | static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
|
|---|
| 2 |
|
|---|
| 3 | /*
|
|---|
| 4 | */
|
|---|
| 5 |
|
|---|
| 6 | char __G77_LIBF77_VERSION__[] = "3.2.2 20030205 (release)";
|
|---|
| 7 |
|
|---|
| 8 | /*
|
|---|
| 9 | 2.00 11 June 1980. File version.c added to library.
|
|---|
| 10 | 2.01 31 May 1988. s_paus() flushes stderr; names of hl_* fixed
|
|---|
| 11 | [ d]erf[c ] added
|
|---|
| 12 | 8 Aug. 1989: #ifdefs for f2c -i2 added to s_cat.c
|
|---|
| 13 | 29 Nov. 1989: s_cmp returns long (for f2c)
|
|---|
| 14 | 30 Nov. 1989: arg types from f2c.h
|
|---|
| 15 | 12 Dec. 1989: s_rnge allows long names
|
|---|
| 16 | 19 Dec. 1989: getenv_ allows unsorted environment
|
|---|
| 17 | 28 Mar. 1990: add exit(0) to end of main()
|
|---|
| 18 | 2 Oct. 1990: test signal(...) == SIG_IGN rather than & 01 in main
|
|---|
| 19 | 17 Oct. 1990: abort() calls changed to sig_die(...,1)
|
|---|
| 20 | 22 Oct. 1990: separate sig_die from main
|
|---|
| 21 | 25 Apr. 1991: minor, theoretically invisible tweaks to s_cat, sig_die
|
|---|
| 22 | 31 May 1991: make system_ return status
|
|---|
|
|---|