summaryrefslogtreecommitdiff
path: root/src/pathbuilder.c
AgeCommit message (Collapse)AuthorFilesLines
2021-11-11pathbuilder: fix push return valueTimo Teräs1-2/+2
Always return the original length; not the one with trailing '/' amended. fixes c60b7424 "optimize apk_pathbuilder_pop to get the old length" ref #10784
2021-11-09optimize apk_pathbuilder_pop to get the old lengthTimo Teräs1-5/+4
avoids memrchr
2021-06-11mkpkg: new applet to create v2 packages with basic functionalityTimo Teräs1-0/+29