dim
|
717830bec1
|
Make c99(1) invoke /usr/bin/cc with argv[0] set to "/usr/bin/cc" instead
of just "cc", since there is no reason to cause additional path searches
in this case.
MFC after: 3 days
|
2013-03-07 21:37:23 +00:00 |
|
ed
|
4704a8332d
|
Add missing static keywords to c99(1)
|
2011-11-06 08:13:58 +00:00 |
|
ru
|
0491ba1f63
|
Sync program's usage() with manpage's SYNOPSIS.
|
2005-05-21 09:55:10 +00:00 |
|
stefanf
|
550adb770e
|
Fix off-by-one error.
|
2005-01-14 09:21:54 +00:00 |
|
tjr
|
50bdbd28da
|
Re-add the code which maps POSIX standard library names into the ones
FreeBSD uses; f.e. -lpthread -> -pthread, -lxnet -> nothing.
|
2002-10-08 02:19:54 +00:00 |
|
tjr
|
c149a29f01
|
Add the c99(1) utility, which is nothing more than a synonym for
cc -std=iso9899:1999 -pedantic, and is required by SUSv3.
PR; 36087
|
2002-10-07 09:37:55 +00:00 |
|