Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump the original revision of c89(1). | ru | 2007-03-10 | 1 | -1/+1 |
| | |||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 2 | -9/+7 |
| | |||||
* | Fix off-by-one error. | stefanf | 2005-01-14 | 1 | -1/+1 |
| | |||||
* | Update URL of GCC status page to GCC 3.3 | josef | 2004-03-04 | 1 | -1/+1 |
| | | | | | | Approved by: simon(mentor) Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> PR: docs/63370 | ||||
* | mdoc(7) police: overhaul. | ru | 2002-12-11 | 1 | -24/+41 |
| | | | | Approved by: re | ||||
* | Re-add the code which maps POSIX standard library names into the ones | tjr | 2002-10-08 | 1 | -4/+49 |
| | | | | FreeBSD uses; f.e. -lpthread -> -pthread, -lxnet -> nothing. | ||||
* | Add the c99(1) utility, which is nothing more than a synonym for | tjr | 2002-10-07 | 3 | -0/+276 |
cc -std=iso9899:1999 -pedantic, and is required by SUSv3. PR; 36087 |