Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix off-by-one error. | stefanf | 2005-01-14 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+89 |
cc -std=iso9899:1999 -pedantic, and is required by SUSv3. PR; 36087 |