Home | History | Annotate | Download | only in lib
History log of /src/external/public-domain/xz/lib/lzma.expsym
RevisionDateAuthorComments
 1.3  08-Apr-2026  christos merge changes between 5.2.4 and 5.8.3
 1.2  22-Nov-2024  riastradh branches: 1.2.4;
liblzma: Build with -fvisibility=hidden like upstream.

Intentional exports are marked upstream with
__attribute__((__visibility__("default"))).

This has the effect of deleting symbols, but I'm not bumping the
major right now, and I am considering pullup, because none of the
deleted symbols has ever been declared in the public .h files, so
these symbols can only be used by either (a) reaching into places
applications shouldn't, or (b) accidental namespace collisions.

PR lib/58841: liblzma leaks private symbols

Should fix big-endian builds after recent changes for:

PR lib/58838: shared libraries in base should all have expsym lists
 1.1  22-Nov-2024  riastradh external/public-domain/xz: Add expected symbols list.

NOTE: This should be built with -fvisibility=hidden like upstream
does but it is not at the moment.

PR lib/58838: shared libraries in base should all have expsym lists
 1.2.4.2  02-Aug-2025  perseant Sync with HEAD
 1.2.4.1  22-Nov-2024  perseant file lzma.expsym was added on branch perseant-exfatfs on 2025-08-02 05:54:25 +0000

RSS XML Feed