History log of /trunk/main/libxslt/libxslt-stdlib-getenv.patch (Results 1 – 1 of 1)
Revision Date Author Comments
# 96a14a43 06-Aug-2026 Jim Jagielski <jimjag@gmail.com>

libxslt: add missing stdlib.h include for getenv/strtol

Clang defaults to C23, which errors on implicit function declarations.
libxslt 1.1.34's extensions.c and libexslt/date.c call getenv/strtol
wi

libxslt: add missing stdlib.h include for getenv/strtol

Clang defaults to C23, which errors on implicit function declarations.
libxslt 1.1.34's extensions.c and libexslt/date.c call getenv/strtol
without including stdlib.h, breaking the bundled build on modern
toolchains (e.g. Xcode clang on macOS).

show more ...