aboutsummaryrefslogtreecommitdiff
path: root/COPYING
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <saya.andy@posteo.com> 2026-07-30 12:21:11 +0700
committerGravatar Saya Andy <saya.andy@posteo.com> 2026-07-30 12:21:11 +0700
commitfbb76f0cb2d77b08e6ae02579dc2a549bff509a2 (patch)
tree5e1392981ccbd452003f5029c7aa0de86d435b16 /COPYING
parent044821677c774cd24f25f1818ea51d09cc64b006 (diff)
downloadcgitext-fbb76f0cb2d77b08e6ae02579dc2a549bff509a2.tar.gz
cgitext-fbb76f0cb2d77b08e6ae02579dc2a549bff509a2.zip
ui-shared: avoid the memrchr GNU extension
memrchr() is a GNU extension which glibc and musl provide but macOS does not, so cgit_set_title_from_path() failed to compile there and the tree could not be built on macOS at all. Replace it with a small local helper. The search covers one path component at a time, so there is nothing to gain from a libc version. Signed-off-by: Saya Andy <saya.andy@posteo.com>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions