Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |