Version 4.0 readme
[unix-history] / usr / src / usr.bin / f77 /
1988-10-26 Keith Bosticadd man page, cleanup
1988-10-25 Keith Bosticdon't use access; screws up setuid programs
1988-05-23 Keith Bosticfix for ANSI C
1988-05-22 Keith Bosticremove mkvers when cleaning
1988-01-25 Keith Bosticupdated files; from Zhishun Alex Liu
1988-01-20 Keith Bosticfix infinite loop bug; from Zhishun Alex Liu
1988-01-04 Keith Bosticxxxvers was mistyped
1988-01-04 Keith Bosticconst is an ANSI C keyword
1988-01-04 Keith Bosticlowbss, highbss incorrectly typed; fix for ANSI C
1988-01-04 Keith Bosticxxxversion incorrectly typed
1988-01-04 Keith Bosticconst is an ANSI C keyword
1987-12-22 Keith Bosticmake ANSI C compatible
1987-12-22 Keith Bosticmake ANSI C compatible
1987-12-13 Keith Bosticdate and time created 87/12/12 17:40:43 by bostic
1987-12-13 Keith Bosticdate and time created 87/12/12 17:39:41 by bostic
1987-12-13 Keith Bosticdate and time created 87/12/12 17:38:54 by bostic
1987-09-15 Keith Bosticremove Usef on make clean; bug report 4.3BSD/usr.lib/57
1987-09-15 Keith Bosticcheck first element in list; bug report 4.3BSD/usr...
1987-07-28 Keith Bosticchecked in for jerry
1987-06-22 Keith Bosticnew template
1987-06-20 Keith Bosticnew template
1987-06-19 Keith Bosticremove extra level of Makefiles
1987-06-19 Keith Bosticnew template
1987-05-25 Keith BosticMACHINE defined in make, now
1987-05-12 Kirk McKusickdate and time created 87/05/11 09:32:39 by mckusick
1987-05-09 Sam Lefflercorrect #ifdef's (from jim mckie)
1986-11-06 Kirk McKusickdelete extraneous levels of directories
1986-11-05 Kirk McKusickupdate for tahoe
1986-11-04 Kirk McKusicktahoe only
1986-11-04 Kirk McKusickupdate for tahoe
1986-11-04 Kirk McKusickupdate for tahope
1986-11-04 Kirk McKusickupdate for tahoe
1986-11-04 Kirk McKusickfrom CCI
1986-10-31 Sam Leffleradd -f on mv for Version
1986-10-31 Sam Lefflerremove mkvers on clean; use -f on mv for Version
1986-10-31 Sam Leffleradd Usef and mkvers to clean
1986-10-31 Sam Leffleradd tahoe (should be just like pdp11)
1986-10-31 Sam Leffleradd tahoe
1986-10-31 Sam Lefflerremove Usef on clean
1986-10-23 Kirk McKusickadd tahoe
1986-06-12 Jerry Berkmanallow nulls to be output in formatted writes
1986-05-10 Donn Seeley(1) The compiler permitted the ordinary relational...
1986-05-06 Kirk McKusickauthor lists
1986-04-29 Kirk McKusickfix pagination; rewrite abstract
1986-04-29 Kirk McKusickfix pagination; cleanup cover page
1986-04-27 Donn SeeleyStill more hacking with GOTOs and loops! What a mess...
1986-04-27 Donn SeeleySomeone forgot about comparisons of logical constants...
1986-04-26 Kirk McKusickcleanup clean
1986-04-22 Kirk McKusickdate and time created 86/04/21 18:34:13 by mckusick
1986-04-22 Kirk McKusickdate and time created 86/04/21 18:29:55 by mckusick
1986-04-16 Kirk McKusickfrom mis
1986-03-10 Donn SeeleyChange putct1() to emit the memoffset before the vleng...
1986-03-10 Donn SeeleyChange buffcat() and buffct1() analogously to putcat...
1986-03-10 Donn SeeleyChange the order of length and offset code in startrw...
1986-03-10 Donn SeeleyIn tempalloc(), don't forget to treat the vleng tree...
1986-02-21 Donn SeeleyFix memory management problem with reordering of array...
1986-01-31 Donn SeeleyLet functions of type character have adjustable length.
1986-01-31 Donn SeeleyDelete broken character*(*) hacks; improve error messag...
1986-01-11 Donn SeeleySince we now postpone determination of the type of...
1986-01-11 Donn SeeleyChanges to produce correct stab information for logical...
1986-01-11 Donn SeeleyAdd a vparamval field to Nameblock struct -- fix up...
1986-01-09 Jerry Berkmancheck if exceeding number of scratch files mktemp will...
1986-01-08 Donn Seeley(1) Fix bugs with GOTOs from an inner loop into an...
1986-01-08 Donn Seeley(1) Pick up CHARACTER*(*) declarations for variables...
1986-01-08 Donn SeeleyPrevent core dumps for peculiar statement numbers.
1986-01-08 Donn SeeleyFix the scanning for character constants in gettok...
1986-01-08 Donn SeeleyDon't permit more than one 'positional iocontrol' param...
1986-01-08 Donn SeeleyPermit CHARACTER*(n) in function declarations by elimin...
1986-01-08 Donn SeeleyInsist on parser state INEXEC after seeing an executabl...
1986-01-08 Donn Seeley(1) Enforce more strict ordering of specification state...
1986-01-08 Donn Seeley(1) Lots of changes for handling hardware errors which...
1986-01-08 Donn Seeley(1) Assignment statements are executable statements...
1986-01-08 Donn SeeleyDynamically allocate buffer; add lint fixes.
1985-10-07 Donn SeeleyAdded a fix for a bug that allowed character variables...
1985-10-07 Donn SeeleyPrint space with prspace() in outlocvars() so that...
1985-09-29 Jim Bloomfix problem of trying to put a short into a register...
1985-09-12 Kirk McKusickcorrectly handle 32 signals, not 16
1985-09-06 Kirk McKusickupdate from jerry for 4.3BSD
1985-09-06 Kirk McKusickversion distributed with 4.2BSD
1985-09-06 Kirk McKusickupdate from jerry
1985-08-29 Donn SeeleySupport for NAMELIST i/o from Jerry Berkman.
1985-08-29 Donn SeeleyDeleted intcon[] and realcon[], since they are now...
1985-08-29 Donn SeeleySupport for NAMELIST i/o from Jerry Berkman.
1985-08-29 Donn SeeleyJerry Berkman's changes to ifdef 66 code and add the...
1985-08-29 Donn SeeleyJerry Berkman's changes to ifdef 66 code and handle...
1985-08-29 Donn SeeleyVarious changes from Jerry Berkman. We now call the...
1985-08-29 Donn SeeleyJerry Berkman's changes to ifdef 66 code and handle...
1985-08-29 Donn SeeleyAdded Jerry Berkman's changes to handle the -r8 flag...
1985-08-29 Donn SeeleyAdded Jerry Berkman's changes to call pow() directly...
1985-08-29 Donn SeeleyMake error message more useful (from Jerry Berkman).
1985-08-29 Donn SeeleyAdded Jerry Berkman's changes to provide a definition...
1985-08-29 Donn SeeleyAdd definition for NAMELIST (from Jerry Berkman).
1985-08-29 Donn SeeleyIfdeffed 66 code, added -r8 flag. From Jerry Berkman.
1985-08-29 Donn Seeleydate and time created 85/08/29 00:10:15 by donn
1985-08-29 Donn SeeleyAdded comment header; added Jerry Berkman's changes...
1985-08-29 Donn Seeleydate and time created 85/08/28 23:49:38 by donn
1985-08-29 Jerry Berkmanfix bugs in l_L, improve error reporting and recovery.
1985-08-12 Jerry Berkmanfix bugs
1985-08-10 Jerry Berkmanadd d_dprod for prod() under -r8
1985-08-10 Jerry Berkman(no message)
next