home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / FORTRAN / F2C_SRC.ZIP / F2C / LIBF77 / VERSION.C < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-10  |  770 b   |  19 lines

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