remove gpib, ib
[unix-history] / usr / src / usr.bin / f77 /
1985-06-05 Don Libes?have formatted logical read check for errors.
1985-06-05 Don Libes?add no_lg.{c,o} to check directly for -lg in f77_abort().
1985-06-05 Don Libes?check directly for -lg.
1985-06-05 Don Libes?update error messages.
1985-06-05 Don Libes?delete iiorec_, iiopos_
1985-06-05 Don Libes?delete bit.c
1985-05-23 Don Libes?date and time created 85/05/22 22:13:59 by libs
1985-05-23 Don Libes?date and time created 85/05/22 22:13:40 by libs
1985-05-23 Don Libes?date and time created 85/05/22 21:24:56 by libs
1985-05-23 Don Libes?fix rep. factors with complex, fix R* followed by blank,
1985-05-23 Don Libes?Make list directed work for multiple records.
1985-05-22 Don Libes?Split up dfe.c, sfe.c, iio.c so only what is needed...
1985-05-22 Don Libes?date and time created 85/05/21 20:09:14 by libs
1985-05-22 Don Libes?date and time created 85/05/21 20:09:09 by libs
1985-05-22 Don Libes?date and time created 85/05/21 20:09:07 by libs
1985-05-22 Don Libes?date and time created 85/05/21 20:09:04 by libs
1985-05-22 Don Libes?date and time created 85/05/21 20:09:02 by libs
1985-05-22 Don Libes?date and time created 85/05/21 20:08:59 by libs
1985-05-22 Don Libes?date and time created 85/05/21 20:08:54 by libs
1985-05-22 Don Libes?date and time created 85/05/21 20:08:52 by libs
1985-05-22 Don Libes?date and time created 85/05/21 20:08:50 by libs
1985-05-22 Don Libes?date and time created 85/05/21 20:08:48 by libs
1985-05-22 Don Libes?make unneeded globals LOCAL (static); move several...
1985-05-16 Don Libes?add f77_dump_flag.{c,o} to facilitate dumps only when...
1985-05-15 Don Libes?define f77_abort() as centralized abend proc. for f77...
1985-05-10 Don Libes?call f77_abort() instead of abort() to get consistent...
1985-05-10 Don Libes?call f77_abort() instead of abort() so only get dumps...
1985-05-08 Don Libes?Check for errors in input data.
1985-05-08 Don Libes?Donn Seeley's patch to make logical*2 work.
1985-05-07 Don Libes?Call f77_abort instead of abort() so only get coredump...
1985-05-07 Don Libes?set errno to F_ERSYS since old errno is useless & user...
1985-05-07 Don Libes?delete signal_.[o,c] as same as one in libF77.
1985-05-07 Don Libes?delete sinh.[o,c], tanh.[o,c] as these duplicate ones...
1985-05-07 Don Libes?Change all calls to abort() to f77_abort() and have...
1985-05-03 Don Libes?don't explicitly initialize units[] to 0, wastes disk...
1985-05-03 Don Libes?max unit number now 100.
1985-05-03 Don Libes?flush record on error if err= specified.
1985-05-03 Don Libes?F_ERSYS may also be opening more than system max. no...
1985-04-30 Kirk McKusick4.3BSD beta release manual page
1985-04-30 Kirk McKusickmanual page distributed with 4.2BSD
1985-04-30 Kirk McKusickmanual page distributed with 4.1BSD
1985-03-29 Ralph Campbelldate and time created 85/03/28 11:04:38 by ralph
1985-03-29 Ralph Campbelladded malloc_.c
1985-03-29 Ralph Campbelldate and time created 85/03/28 11:01:35 by ralph
1985-03-29 Ralph Campbelladded trpfpe_.c
1985-03-29 Ralph Campbelladded random_.c
1985-03-29 Ralph Campbellchanges from donn@utah-cs.
1985-03-21 Ralph Campbelldon't strip parity since its done with stdio.
1985-02-20 Don Libes?add dependencies for header files.
1985-02-20 Don Libes?Add warning comment re changes to the defines.
1985-02-20 Don Libes?Correct rd_I rd_F
1985-02-20 Don Libes?buffer standard error.
1985-02-20 Don Libes?Catch infinite loops in formats.
1985-02-15 Don Libes?Improve error messages.
1985-02-15 Don Libes?Substitute low_case[] for lcase() to speed up execution.
1985-02-15 Don Libes?Speed up dofio by replacing type_f() function call...
1985-02-15 Don Libes?Improve error messages.
1985-02-15 Don Libes?Print reserved operand as '****' instead of getting...
1985-02-15 Don Libes?Speed up dofio by replacing type_f() function by array.
1985-02-15 Don Libes?Speed up lcase by using low_case[]
1985-02-15 Don Libes?Recognize compiled formats, change syl[] members to...
1985-02-01 David Wasleydon't set 'leof' on internal list-directed read beyond...
1985-01-30 David Wasleychanged 'B' to use control struct 'ublnk' at runtime...
1985-01-30 David Wasleychanged 'B' to use control struct 'ublnk' at run time...
1985-01-30 David Wasleycombined BN & BZ; added B. DLW
1985-01-10 David Wasleydon't allow list read beyond EOR. DLW
1985-01-10 David Wasleyreturn EOF in e_rsle. DLW
1984-12-22 David Wasleydereference exit code before cleanup. Donn Seeley
1984-10-04 David Wasleymade it work. DLW
1984-10-04 David Wasleyforce '0' fill on E/D output of 0. DLW
1984-06-22 Ralph Campbellchanges from dlw to fix I/O hanging on illegal fmt...
1984-06-09 Ralph Campbellioinit.f should be in the library
1984-06-08 Ralph Campbellmoved ioinit.f from libI77 to here (from dlw).
1984-06-08 Ralph Campbelldate and time created 84/06/07 13:53:31 by ralph
1983-10-31 David Wasleytolerate short records on non-seekable input. DLW
1983-10-29 David Wasleyadded sigsetmask(0) before abort(). DLW
1983-09-21 David Wasleyremoved extraneous (*ungetn)() from x_tab(). DLW
1983-08-26 David Wasleyreset signal for abort() to SIG_DFL. DLW
1983-08-26 David Wasleyreset signals to default to prevent looping on total...
1983-08-24 David Wasleyt_runc now sets "reading". DLW
1983-08-16 David Wasleylocate iSP correctly for latest 4.2bsd. DLW
1983-08-09 David Wasleyadapted to 4.2 signal conventions. DLW
1983-07-03 David Wasleyfixed PC rel operand mode. DLW
1983-07-02 Bill Joyinclude problem
1983-07-02 Bill Joyfix includes
1983-07-02 David Wasleydate and time created 83/07/01 09:59:04 by dlw
1983-07-02 David Wasleydate and time created 83/07/01 09:21:43 by dlw
1983-06-22 David Wasleyremoved #ifdef UCBVAX. DLW
1983-05-21 Peter J. Nicklindate and time created 83/05/20 14:54:17 by nicklin
1983-05-21 Peter J. Nicklindate and time created 83/05/20 10:43:19 by nicklin
1983-05-20 fortranchanged MAIN__ to MAIN_
1983-05-17 David Wasleyfixed wr_mvcur to test for cursor > 0. DLW
1983-05-17 David Wasleyfixed TL/TR/X to always use tab. DLW
1983-05-12 David Wasleyold lib to /usr/old/lib. DLW
1983-05-12 David Wasleyold lib goes to /usr/old/lib. DWL
1983-05-12 David L Wasleyadded ioinit.f to archive. DLW
1983-05-12 David Wasleyfixed TL; non-destructive X; +nPE output. DLW
1983-05-12 David Wasleyfixed TL to never be negative. DLW
1983-05-12 David Wasleyfixed e_rsle to look for \n; fixed l_L & l_CHAR to...
1983-05-10 David Wasleyfixed BLANK= return; fixed NEXTREC return. DLW
next