kc3-lang/gnulib/DEPENDENCIES

Branch :


Log

Author Commit Date CI Message
42792a51 2025-02-17 13:08:38 readutmp, boot-time: Improve documentation. * DEPENDENCIES: Mention requirements of 'readutmp' and 'boot-time'.
97897a6a 2024-07-18 04:04:23 stack-trace: New module. * lib/stdlib.in.h (print_stack_trace): Make part of the stack-trace module. * lib/stack-trace-impl.h: New file, based on lib/abort-debug.c. * lib/stack-trace.c: New file, based on lib/abort-debug.c. * lib/abort-debug.c: Include stack-trace-impl.h. Remove definitions moved to stack-trace-impl.h. (print_stack_trace): Remove function. * m4/stdlib_h.m4 (gl_STDLIB_H_REQUIRE_DEFAULTS): Initialize GNULIB_STACK_TRACE. (gl_STDLIB_H_DEFAULTS): Initialize CAN_PRINT_STACK_TRACE. * m4/stack-trace.m4: New file, based on m4/abort-debug.m4. * m4/abort-debug.m4 (gl_ABORT_DEBUG_EARLY): Remove macro. (gl_ABORT_DEBUG): Require gl_STDLIB_H_DEFAULTS, gl_STACK_TRACE_EARLY. Set REPLACE_ABORT here. * modules/stdlib (Makefile.am): Substitute GNULIB_STACK_TRACE, CAN_PRINT_STACK_TRACE. * modules/stack-trace: New file. * modules/abort-debug (Depends-on): Add stack-trace. Remove execinfo. (configure.ac-early): Remove section. * DEPENDENCIES: Update.
e29a548f 2024-07-17 17:33:12 doc: List library dependencies. * DEPENDENCIES: List the library dependencies.
460775b4 2024-07-13 17:32:07 doc: Revamp list of dependencies. * DEPENDENCIES: Clarify that GNU make is only needed on OpenBSD and Solaris. Mark GNU tar as optional, not recommended. Add note about Solaris 10. Add a second section "Dependencies for building the imported code". Document the needed locales.
0f6c664f 2024-05-02 14:22:14 DEPENDENCIES: Add Cygwin as supported platform. * DEPENDENCIES: Mention Cygwin as a supported platform for building Windows binaries.
8f9edb56 2024-04-27 01:10:41 Document prerequisite for gnulib-tool. Suggested by Collin Funk in <https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00450.html>. * DEPENDENCIES: Add Python 3.7 as "recommended".
f784420a 2024-02-24 00:56:18 DEPENDENCIES: Update entry about gperf. Reported by Gavin Smith <gavinsmith0123@gmail.com> in <https://lists.gnu.org/archive/html/bug-gnulib/2024-02/msg00201.html>. * DEPENDENCIES (gperf): Mention some more modules which require 'gperf'.
4b17a1ae 2022-09-06 14:32:05 gnumakefile: Improve tarball reproducibility. * top/GNUmakefile (TAR_OPTIONS): Add --sort=name. Suggested by Tzvetelin Katchov <katchov@gnu.org>. * DEPENDENCIES: Mention tar 1.28 dependency.
291ececf 2022-02-20 21:04:57 Document that Automake ≥ 1.14 is needed (regression 2021-12-15). Reported by Simon Josefsson and Mike Frysinger in <https://lists.gnu.org/archive/html/bug-gnulib/2022-02/msg00010.html>. * DEPENDENCIES (Automake): Require version 1.14 or newer.
57e8c500 2021-05-14 18:05:22 DEPENDENCIES: Mention the requirement for 'join'. Reported by Simon Josefsson <simon@josefsson.org> in <https://lists.gnu.org/archive/html/bug-gnulib/2021-05/msg00047.html>. * DEPENDENCIES: Mention 'join' among the core POSIX utilities.