]> Kevux Git Server - rit/commit
clar: update to fix compilation on platforms without PATH_MAX
authorPatrick Steinhardt <ps@pks.im>
Mon, 16 Mar 2026 07:50:43 +0000 (08:50 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Mar 2026 17:00:41 +0000 (10:00 -0700)
commit3cf4024117f5c15361e68c5d9b0c3e9dd01ec105
tree9d6bd3f16b561e499900ac927dc6b67fb3cf20c0
parent67ad42147a7acc2af6074753ebd03d904476118f
clar: update to fix compilation on platforms without PATH_MAX

Update clar to e4172e3 (Merge pull request #134 from
clar-test/ethomson/const, 2026-01-10). Besides some changes to
"generate.py" which don't have any impact on us, this commit also fixes
compilation on platforms that don't have PATH_MAX, like for example
GNU/Hurd.

Reported-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/unit-tests/clar/clar.h
t/unit-tests/clar/generate.py