| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2023-11-06 | remove non-prototype declaration of basename from string.h | Rich Felker | -3/+0 |
| 2017-10-13 | fix incorrect base name offset from nftw when pathname ends in slash(es) | Rich Felker | -3/+9 |
| 2012-05-09 | omit declaration of basename wrongly interpreted as prototype in C++ | Rich Felker | -0/+2 |
| 2012-02-24 | replace prototype for basename in string.h with non-prototype declaration | Rich Felker | -1/+1 |
| 2012-02-07 | declare basename in string.h when _GNU_SOURCE is defined | Rich Felker | -0/+1 |
| 2012-01-18 | alias basename to glibc name for it, to meet abi goals | Rich Felker | -0/+3 |
