summaryrefslogtreecommitdiffstats
path: root/usr.bin/c89
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: fix markup.ru2001-05-101-20/+20
|
* Here comes the forgotten C source, oopsy.schweikh2001-05-081-0/+108
| | | | | | | | | Turned the shell script into a binary fixing several minor buglets. Mention _POSIX_SOURCE feature test macro in man page. PR: bin/19337 Submitted by: schweikh Reviewed by: joerg, bde MFC after: 2 weeks
* Turned the shell script into a binary fixing several minor buglets.schweikh2001-05-083-77/+9
| | | | | | | | Mention _POSIX_SOURCE feature test macro in man page. PR: bin/19337 Submitted by: myself way back when I was a nobody :-) (schweikh) Reviewed by: joerg, bde MFC after: 2 weeks
* beforeinstall -> SCRIPTS.ru2001-04-071-4/+1
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+3
|
* Prepare for mdoc(7)NG.ru2000-12-191-5/+5
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Typo. Standard list of flagcharnier1999-12-052-4/+4
| | | | Add ``c89: '' in front of error messages to be errx()-like.
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* 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