summaryrefslogtreecommitdiffstats
path: root/usr.bin/c89/c89.c
Commit message (Collapse)AuthorAgeFilesLines
* Make c89(1) invoke /usr/bin/cc with argv[0] also set to /usr/bin/cc,dim2013-03-071-1/+1
| | | | | | | | similar to what c99(1) does, to prevent "c89: illegal option -- 1" messages, when clang is /usr/bin/cc. Reported by: tijl MFC after: 3 days
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
| | | | Tested with: make universe
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-2/+2
|
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-1/+0
| | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
* Use __FBSDID().markm2001-12-031-4/+4
|
* WARNS=2 fixup.markm2001-12-021-10/+14
|
* 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
OpenPOWER on IntegriCloud