19 lines
752 B
C
19 lines
752 B
C
static char junk[] = "\n@(#)LIBF77 VERSION 2.01 31 May 1991\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
|
|
*/
|