missing arg
[unix-history] / usr / src / usr.bin / f77 /
1982-05-01 David Wasleycleaned up EOF handling. DLW
1982-05-01 David Wasleyadded test for recl & seq/dir access. DLW
1982-04-30 David Wasleyclearerr() if b->uend set. DLW
1982-02-10 Bill Joyremoved all reference to dballoc. DLW
1982-02-04 David Wasleyadded 'End of Makefile' & spcl distribution make. DLW
1982-01-08 David Wasleyadded Makefile target; added SCCS invocation. DLW
1982-01-08 David Wasleymv'd man/s.makefile out of tar's path; added READ_ME...
1982-01-08 David Wasleyadded rules for Makefile and deleted SCCS from 'tape...
1982-01-08 David Wasleydate and time created 82/01/07 12:19:43 by dlw
1982-01-08 David Wasleyadded alarm_. DLW
1981-12-07 David Wasleyfixed t_runc of /dev/null ! DLW
1981-11-06 David Wasleyrearranged code to produce fast runtime object. DLW
1981-11-04 David Wasleyadded test for successful truncation if (b->uwrt). DLW
1981-11-04 David Wasleyfixed handling of multiple ,,, input. DLW
1981-11-04 David Wasleyf_exit() after error messages on sigdie(). DLW
1981-09-15 David Wasleyadded error return for t_runc, and truncate of stderr...
1981-08-21 David Wasleyadded *** to error messages. DLW
1981-08-21 David Wasleyadded descriptions to SIGILL mesg. DLW
1981-08-20 David Wasleyarranged to trap EVERY signal. DLW
1981-08-18 David Wasleyadded SCCS dependencies. DLW
1981-08-18 David Wasleydate and time created 81/08/17 23:38:44 by dlw
1981-08-15 David Wasleyadded isatty & ttynam & global def for 'lpr'. DLW
1981-08-15 David Wasleyadded global def for 'lpr'. DLW
1981-08-15 David Wasleyadded global for 'lpr'. DLW
1981-08-15 David Wasleymoved 'nowreading' after the test to see if trunc shoul...
1981-08-14 David Wasleychanged wording of FPE mesg for the pdp11's. DLW
1981-08-14 David Wasleyadded chmod 644 to install. DLW
1981-08-14 David Wasleyadded traper_ to lib. DLW
1981-08-14 David Wasleyadded UCBVAX fpe definitions. DLW
1981-08-14 David Wasleyadded UCBVAX compile flag for FPE reporting. DLW
1981-08-14 David Wasleyfixed signal expression inside the if's. DLW
1981-08-14 David Wasleyreplaced individual sigtraps with one & an action table...
1981-08-14 David Wasleyadded other signals to catch list. DLW
1981-08-14 David Wasleydate and time created 81/08/13 10:25:08 by dlw
1981-08-13 David Wasleyremoved (signal,system,iargc,getenv,getarg), added...
1981-08-12 David Wasleydate and time created 81/08/11 23:39:51 by dlw
1981-08-12 David Wasleyadded test for return val of now{r,w}. DLW
1981-08-12 David Wasleyreturn success/fail on nowreading/nowwriting(). DLW
1981-08-12 David Wasleyadded test for return val of now{r,w}. DLW
1981-08-12 David Wasleyadded test for return val of now{w,r}. DLW
1981-08-12 David Wasleyadded test for return val of now{r,w}. DLW
1981-08-12 David Wasleyadded test for return val of nowwriting(). DLW
1981-08-12 David Wasleyadded test for return val of nowreading(). DLW
1981-08-12 David Wasleyremoved dballoc - will use the libc version. DLW
1981-08-08 David Wasleyset EOF on null read at end of file. DLW
1981-08-08 David Wasleyfixed 0l -> 0L. DLW
1981-08-02 David Wasleydate and time created 81/08/01 18:48:17 by dlw
1981-06-16 David Wasleyadded 'nowreading(lu)'. DLW
1981-06-16 David Wasleyadded 'nowwriting(lu)'. DLW
1981-06-16 David Wasleyfixed case of "/". DLW
1981-05-09 David Wasleyfixed err prnt bug & added display of non-prnt chars...
1981-04-30 David Wasleyadded libI66 to init the fortran-66 i/o features. DLW
1981-04-30 David Wasleyadded 'blank=zero' to f66 init. DLW
1981-04-29 David Wasleyadded {yes,no}_66 for f66 initialization. DLW
1981-04-29 David Wasleyadded init66_ to f_init() routine. DLW
1981-04-29 David Wasleyadded ability to init lu6 with carriage control (init66...
1981-04-29 David Wasleyre-enabled 'read into hollerith field in format' featur...
1981-04-22 David Wasleyfixed declaration for 'len'. DLW
1981-04-20 David Wasleyadded Vax & PDP11 specific defs. DLW
1981-04-20 David Wasleyadded specific defs for Vax & PDP11. DLW
1981-04-20 David Wasleyadded zero fill on output with BZ. DLW
1981-04-20 David Wasleymade dispatch table static. DLW
1981-04-20 David Wasleyadded Vax vs PDP-11 specific defs. DLW
1981-04-20 David Wasleydate and time created 81/04/19 19:32:24 by dlw
1981-04-20 David Wasleydate and time created 81/04/19 16:11:53 by dlw
1981-03-03 David Wasleynow uses s_cmp from libF77. DLW
1981-02-28 David Wasleymade f_errlist a separate module. DLW
1981-02-28 David Wasleyfixed declaration for f_nerr. DLW
1981-02-28 David Wasleyfixed declaration for MAXERR. DLW
1981-02-28 David Wasleyremoved 'static' declaration (it was a bug!). DLW
1981-02-28 David Wasleyadded def for F_MAXERR. DLW
1981-02-28 David Wasleydate and time created 81/02/27 13:09:50 by dlw
1981-02-27 David Wasleyadded 'int f_nerr' for external routines. DLW
1981-02-27 David Wasleyenabled saving old lib on install. DLW
1981-02-27 David Wasleymade LIBDIR /usr/ucb/lib. DLW
1981-02-27 David Wasleydate and time created 81/02/26 16:32:55 by dlw
1981-02-26 David Wasleyadded targets for mkindx & mkvers. DLW
1981-02-26 David Wasleyremoved bit.o from OBJECTS list. DLW
1981-02-26 David Wasleydate and time created 81/02/25 15:23:56 by dlw
1981-02-26 David Wasleyreplaced sccs keywords. DLW
1981-02-26 David Wasleyadded $(LIB) and mk????* to 'make tape'. DLW
1981-02-21 David Wasleychanged to F_ER codes. DLW
1981-02-21 David Wasleychaged to F_ER codes. DLW
1981-02-21 David Wasleychanged to F_ER codes. DLW
1981-02-21 David Wasleyfixed errno for bad unit to be F_ERUNIT. DLW
1981-02-20 David Wasleydate and time created 81/02/19 21:58:58 by dlw
1981-02-20 David Wasleydate and time created 81/02/19 21:58:17 by dlw
1981-02-20 David Wasleyfixed return value; must be from table if signal()...
1981-02-20 David Wasleyadded local trap & dispatch table. DLW
1981-02-20 David Wasleydate and time created 81/02/19 18:57:02 by dlw
1981-02-20 David Wasleydate and time created 81/02/19 18:13:45 by dlw
1981-02-20 David Wasleydate and time created 81/02/19 18:12:38 by dlw
1981-02-20 David Wasleydate and time created 81/02/19 18:12:05 by dlw
1981-02-20 David Wasleydate and time created 81/02/19 11:01:48 by dlw
1981-02-20 David Wasleyfixed call to flush_(). DLW
1981-02-20 David Wasleyadded name len check. DLW
1981-02-20 David Wasleydate and time created 81/02/19 10:55:13 by dlw
1981-02-20 David Wasleydate and time created 81/02/19 10:54:52 by dlw
1981-02-20 David Wasleydate and time created 81/02/19 10:04:03 by dlw
1981-02-20 David Wasleydate and time created 81/02/19 10:03:41 by dlw
next