Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Added -D_ANSI_SOURCE as discussed with bde, | helbig | 1997-10-05 | 1 | -3/+19 |
| | | | | | removed bogus -trigraph (pointed out by bde), included check of operands (suggested by joerg) | ||||
* | Use -ansi -pedantic -trigraphs, as suggested by Bruce. | joerg | 1997-09-18 | 2 | -21/+133 |
| | | | | | | | | Enforce that only Posix-spec'ed options are being used, so people could use this as a Posixificator of some kind. Document the Posix usage in the man page, so to make it clear what's the difference between Posix c89, and gcc. | ||||
* | c89 is the Posix.2 name for a C compiler that accepts ANSI/ISO C source | joerg | 1997-09-17 | 3 | -0/+122 |
code. Basically a shortcut to cc -ansi -trigraphs. |