Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not use __progname directly (except in [gs]etprogname(3)). | markm | 2002-03-29 | 1 | -1/+1 |
| | | | | | | Also, make an internal _getprogname() that is used only inside libc. For libc, getprogname(3) is a weak symbol in case a function of the same name is defined in userland. | ||||
* | Fix SCM ID's. | obrien | 2002-02-01 | 1 | -4/+2 |
| | |||||
* | Expand the ?: construct into an if/else. | dd | 2001-08-21 | 1 | -1/+4 |
| | | | | Submitted by: nectar | ||||
* | Fix style bug. | dd | 2001-08-21 | 1 | -1/+1 |
| | |||||
* | Fixed warnings. | ru | 2001-08-21 | 1 | -1/+2 |
| | |||||
* | Pass the pointy hat, please. | nectar | 2001-08-21 | 1 | -2/+4 |
| | | | | Submitted by: ru | ||||
* | setprogname() should set __progname to the last component of the given | nectar | 2001-08-21 | 1 | -1/+3 |
| | | | | path. | ||||
* | Introduce getprogname(3) and setprogname(3) library calls. These get | dd | 2001-05-15 | 1 | -0/+13 |
and set __progname, respectively. Discussed on: -arch (Feb 2001), -audit Reviewed by: -audit Approved by: kris Obtained from: (mostly) NetBSD |