summaryrefslogtreecommitdiffstats
path: root/src/ctx.h
Commit message (Collapse)AuthorAgeFilesLines
* expr: Don't use reftime for -lsTavian Barnes2022-11-171-0/+4
| | | | | reftime is part of a different union than the print actions are supposed to use.
* pwcache: Fill the user/group caches lazilyTavian Barnes2022-11-091-23/+1
| | | | | | | Iterating all the users/groups can be expensive, especially with NSS. Android has so many that it doesn't even return them all from get{pw,gr}ent() for performance reasons, leading to incorrect behaviour of -user/-group/etc.
* Fix includesTavian Barnes2022-11-061-0/+1
|
* Source / Include Folder (#88)トトも2022-04-161-0/+212
Moved Source Files Into `src` Folder