Skip to content

Bump the vendored engine to eeba324c - #167

Merged
xroche merged 2 commits into
masterfrom
chore/engine-pin-eeba324c
Aug 24, 2026
Merged

Bump the vendored engine to eeba324c#167
xroche merged 2 commits into
masterfrom
chore/engine-pin-eeba324c

Conversation

@xroche

@xroche xroche commented Aug 24, 2026

Copy link
Copy Markdown
Owner

Moves the vendored engine to eeba324c, 43 commits past the current pin.

Two things in the tree have to move with it. The engine's new htsescape.c joins Android.mk's hand-maintained source list, because htstools.c is built on Android and calls into it; without the line ld.lld leaves hts_unescapehttp and hts_unescapeini undefined. And with all 30 catalogs now UTF-8 and LANGUAGE_CHARSET retired, tools/build_strings.sh loses its charset assertion, the charset read below it, and the iconv stage they fed. The iconv goes rather than being retargeted at utf-8, since macOS ships a Citrus iconv that rejects valid UTF-8.

The three parts land together by necessity: the assertion fires against the new catalogs, and dropping it ahead of the pin would let the old ones be read as UTF-8 and silently produce mojibake.

Not a release cut: versionCode and versionName are untouched, and the engine VERSIONID is still 3.49.23. If the freeze lands on a later engine commit, this branch takes a follow-up pointer move rather than a new PR.

xroche and others added 2 commits August 24, 2026 21:17
Engine #1376 added htsescape.c, and htstools.c calls into it. Android
builds htstools.c, so the file joins Android.mk's hand-maintained source
list; without it ld.lld leaves hts_unescapehttp and hts_unescapeini
undefined.

#1407 converted all 30 catalogs to UTF-8 and retired LANGUAGE_CHARSET, so
build_strings.sh loses its charset assertion, the charset read below it,
and the iconv stage they fed. The iconv goes rather than being retargeted
at utf-8: macOS ships a Citrus iconv that rejects valid UTF-8.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Xavier Roche <roche@httrack.com>
@xroche
xroche merged commit e0a192b into master Aug 24, 2026
6 checks passed
@xroche
xroche deleted the chore/engine-pin-eeba324c branch August 24, 2026 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant