Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed `make -jN' for large N. Just put all generated headers in SRCS. | bde | 1998-03-06 | 1 | -1/+1 |
| | |||||
* | Install f2c.h | jmz | 1997-04-24 | 1 | -0/+4 |
| | | | | Reviewed by: bde | ||||
* | Upgrade to the 1997/02/19 version. | jmz | 1997-04-13 | 41 | -665/+1100 |
| | |||||
* | Use the same format for the "expect N shift reduce conflicts" message | bde | 1996-10-25 | 1 | -1/+1 |
| | | | | | as in the one other place in /usr/src that prints such an "expect" message (amd). | ||||
* | Document f2c's -o option | scrappy | 1996-10-22 | 1 | -0/+4 |
| | | | | | | Closes: PR#docs/1272 Submitted by: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu> | ||||
* | Convert f2c.1 to mdoc format. | mpp | 1996-05-15 | 1 | -297/+230 |
| | | | | Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> | ||||
* | Fixed some minor formatting problems to silence manck some more. | mpp | 1996-02-12 | 1 | -9/+3 |
| | | | | | | | | | Corrected some bogus cross references to man pages that we don't/won't have and either deleted them, or found a more appropriate man page that we do have. Various other minor changes to silence manck. Manck is currently down to about 200 lines of errors, down from the 500 - 600+ when I started all this. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 5 | -2371/+0 |
| | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | recording cvs-1.6 file death | peter | 1995-12-30 | 6 | -784/+0 |
| | |||||
* | Makefile: use CFLAGS+= instead of CFLAGS=. Don't use the f2c's malloc. | jmz | 1995-09-28 | 2 | -7/+15 |
| | | | | main.c: reinstitute the -o option to rename C output file. | ||||
* | Update to the 1995/09/20 version. Previous version was 1993/12/17 | jmz | 1995-09-28 | 50 | -1910/+4984 |
| | | | | The diffs are large mainly because of prototyping changes. | ||||
* | Don't default to -g in ${CFLAGS}. Developers can still use `make g=-g ...' | bde | 1995-01-21 | 1 | -1/+1 |
| | | | | | for debugging. The default ${CFLAGS} still clobbers the system default of -O2 to -O. | ||||
* | Remove the f77 script now that we are instead installing a f77 program | ljo | 1994-10-27 | 1 | -4/+0 |
| | | | | (that does the same as the script). The f77 program lives in cc/f77. | ||||
* | f77.script resides in source, not obj dir | pst | 1994-10-01 | 1 | -1/+1 |
| | |||||
* | Add f77 shell script frontend for f2c/gcc | pst | 1994-09-30 | 2 | -0/+118 |
| | |||||
* | Added the y.tab.h file to the CLEANFILE target. | ats | 1994-02-06 | 1 | -1/+1 |
| | |||||
* | Sprinkled with ${.CURDIR} to get the builds of gram.c and tokdefs.h | ljo | 1994-01-29 | 1 | -6/+9 |
| | | | | correct. | ||||
* | Added -o option to rename C output file. This only works when Fortran | ljo | 1994-01-12 | 2 | -2/+12 |
| | | | | | input is from a file, not stdin. Added some support for this in teh parse function. | ||||
* | Replaced makefile with a BSD Makefile. Moved the unformatted man page | ljo | 1994-01-05 | 2 | -191/+365 |
| | | | | to f2c.1. Removed an automatically generated file and a checksum file. | ||||
* | f2c from netlib.att.com Jan 4 1994 | ljo | 1994-01-05 | 65 | -0/+30801 |