aboutsummaryrefslogtreecommitdiffstats
path: root/src/unistd/searchpath3.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update e-mailHEADmasterMattias Andrée2024-10-061-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* m + strdup and strndup: use aligned_alloc(1, n) instead of malloc(n)Mattias Andrée2018-09-011-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2018-05-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix issue #11 on githubMattias Andrée2016-03-211-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* bump yearMattias Andrée2016-01-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* compile-time configurable default value for pathMattias Andrée2015-12-201-2/+11
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* change semantics of searchpath2 and add searchpath3Mattias Andrée2015-12-201-0/+141
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>