summaryrefslogtreecommitdiff
path: root/lib/libutil/getlocalbase.c
Commit message (Expand)AuthorAgeFilesLines
* Change getlocalbase() to not allocate any heap memoryStefan Eßer2020-12-121-20/+36
* Add function getlocalbase() to libutil.Stefan Eßer2020-11-181-0/+74
* Revert the whole getlocalbase() set of changes while a different design isScott Long2020-11-151-89/+0
* Because getlocalbase() returns -1 on error, it needs to use a signed typeScott Long2020-11-151-5/+12
* Fix a problem with r367686 related to the use of ssize_t. Not sure how thisScott Long2020-11-141-3/+10
* Add the library function getlocalbase and its manual page. This helps toScott Long2020-11-141-0/+75