Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Align the basename(3) and dirname(3) prototypes with the POSIX spec: | 2020-10-20 | 1 | -2/+2 | |
| | | | | | | | Both functions take a non-const parameter. Implementations may modify the passed string, even though ours do not. ok stsp@ deraadt@ millert@ | ||||
* | I am retiring my old email address; replace it with my OpenBSD one. | 2019-01-25 | 1 | -2/+2 | |
| | |||||
* | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | 2013-09-30 | 1 | -3/+3 | |
| | | | | MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@ | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -5/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | Consistent #if protection of rcs ids; Francois Perrad | 2005-03-02 | 1 | -4/+4 | |
| | |||||
* | Don't use strlcpy() to copy just part of a string, it make the code too | 2004-11-25 | 1 | -14/+19 | |
| | | | | confusing. While in here make the code more readable. Ok pat@ | ||||
* | Sync with share/misc/license.template and add missing DARPA credit | 2003-06-17 | 1 | -9/+9 | |
| | | | | where applicable. | ||||
* | ansification; checked by pval | 2003-06-11 | 1 | -4/+3 | |
| | |||||
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. | 2003-06-03 | 1 | -23/+12 | |
| | |||||
* | spelling; moritz@jodeit.org | 2002-06-09 | 1 | -3/+3 | |
| | |||||
* | try to use strlcpy and snprintf more; ok various | 2002-05-24 | 1 | -4/+4 | |
| | |||||
* | fix one-byte overflows | 2001-06-28 | 1 | -3/+3 | |
| | |||||
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | 2001-06-27 | 1 | -4/+3 | |
| | |||||
* | Careless: I forgot to propagate obvious consts. | 1999-05-30 | 1 | -3/+3 | |
| | |||||
* | proper const semantics for dirname & basename. | 1999-05-28 | 1 | -3/+3 | |
| | | | | (this follows FreeBSD and Linux. Single Unix 2 is still illogical) | ||||
* | Remove the advertising clause in my old license, it impedes free use | 1998-06-21 | 1 | -6/+3 | |
| | | | | | of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | ||||
* | basename(3) and dirname(3) as specified by XPG4 and XPG4.2 | 1997-08-17 | 1 | -0/+78 | |