# $Header:Revision 12.0$ 
# $ACIS:Revision 12.0$ 
# $Source: /ibm/acis/usr/src/usr.lib/libF77/RCS/Revision,v $ 
static char junk[] = "\n@(#)LIBF77 VERSION 2.02  13 AUGUST 1981\n";

/*
2.00	11 June 1980.  File version.c added to library.
2.01	11 August 1980.  Added rand_.c, courtesy of R. H. Morris.
2.02	25 March 1981. Rand, range, rindex, etc added. D. L. Wasley, ucb.
2.03	13 August 1981. All signals caught so that we can flush output. DLW,ucb.
*/

/*
HCR Corporation. Modifications for integrating HCR's PCO optimizer, with
the IBM AIX F77 compiler on the IBM ACIS BSD 4.2 RT/PC. August 12, 1987.

Changes:
- fixed c_log, c_sqrt to return pointer to modified value of first argument.
- d_sign, use faster code from AIX library

New routines:
- and_h, and_l --> logical 'and'
- bclr_h, bclr_l --> clear bit
- bext_h, bext_l --> extract bitfield
- bset_h, bset_l --> set bit
- btest_h, btest_l --> return .true. if indicated bit is set
- mclock_ --> for AIX compatibility (NOT YET MODIFIED FOR BSD 4.2)
- not_h, not_l --> complement
- or_h, or_l --> logical 'or' of arguments
- outstr_ --> output string to stdout
- shft_h, shft_l (in shift_h.c, shift_l.c) --> shift bits
- shftc_h, shftc_l (in shiftc_h.c, shiftc_l.c) --> circular bit shift
- xor_h, xor_l --> 'exclusive or' of argument
*/
