summaryrefslogtreecommitdiffstats
path: root/usr.bin/c89
Commit message (Collapse)AuthorAgeFilesLines
* Added -D_ANSI_SOURCE as discussed with bde,helbig1997-10-051-3/+19
| | | | | removed bogus -trigraph (pointed out by bde), included check of operands (suggested by joerg)
* Use -ansi -pedantic -trigraphs, as suggested by Bruce.joerg1997-09-182-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 sourcejoerg1997-09-173-0/+122
code. Basically a shortcut to cc -ansi -trigraphs.
OpenPOWER on IntegriCloud