1*43964Sbostic LibF77 News - most recent first 2*43964Sbostic 3*43964SbosticAugust 9, 1985: 4*43964Sbostic add d_dprod() for dprod() when -r8 flag is used. 5*43964Sbostic 6*43964SbosticJuly 6, 1985: 7*43964Sbostic switch r_lg10 and d_lg10 to use new log10 in -lm. 8*43964Sbostic switch functions of form r_*.c to be declared as float instead of double. 9*43964Sbostic use -f flag for most single precision routines to get around C bug; 10*43964Sbostic also put extra stores in 4 routines to bypass bug (See Usef in 11*43964Sbostic Makefile & file Test_float). 12*43964Sbostic 13*43964SbosticJune 26, 1985: 14*43964Sbostic move f77_abort() from libF77/main.c to libI77/f77_abort.c 15*43964Sbostic so C progs can call f77 subroutines. 16*43964Sbostic fix pow_ii to divide by zero for i**j where i=0 and j is < 0 17*43964Sbostic fix pow_hh by applying all fixes from pow_ii to it. 18*43964Sbostic 19*43964SbosticJune 6, 1985, 4.3BSD beta version: 20*43964Sbostic all error exits now go through f77_abort(). Normally get dump 21*43964Sbostic only if loaded with -lg (via f77 -g). Can use f77_dump_flag 22*43964Sbostic envir. var. to override that (set it to 'y' or 'n'). 23*43964Sbostic 24*43964Sbostic new routine: random() 25*43964Sbostic 26*43964Sbostic delete sinh.o, tanh.o - identical to C routines in libm 27*43964Sbostic cabs.o, d_sqrt.o, z_abs.o - now in assembler in libm 28*43964Sbostic bit.o: not documented, man 3f bit now shows better ways. 29*43964Sbostic routines in bit.o also had inverse arg. order to built in funct. 30*43964Sbostic 31*43964Sbostic complex division by zero - now get error comment. 32