summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
6 hoursconfig: slbt_output_config_mkvars(): also output the shrext_cmds variable.HEADmainmidipix1-0/+3
6 hoursproject: added config/cfgdefs.usage.midipix1-0/+6
31 hoursm4/slibtool.m4: implemented SLIBTOOL_PROG_RC and synonym macros.midipix1-0/+30
5 daysslibtoolize: fully support installation of .m4 files to a separate location.midipix3-8/+12
5 daysproject: do not prepend $(DESTDIR) to the SLBT_PACKAGE_DATADIR CFLAGS macro.midipix1-1/+1
5 daysdriver: slbt_split_argv(): special-case argv[0], properly handle --mode=execute.midipix1-0/+13
6 daysproject: added the --m4-dir switch (install aux files to a custom location).midipix2-9/+22
7 daysrelease 0.7.2v0.7.2midipix2-1/+12
7 daysm4/slibtool.m4: AR, NM, RANLIB: special-case identical ${build} and ${host}.midipix1-3/+3
7 daysslbt_init_host_params(): --mkvars=... code path: enable heuristics as needed.midipix3-4/+9
7 daysslbt_get_mkvars_var(): optimmize the code path for set but empty variables.midipix1-1/+1
11 daysm4/slibtool.m4: SLIBTOOL: avoid a trailing space when SLIBTOOL_FLAGS is not set.midipix1-1/+1
13 daysrelease 0.7.1v0.7.1midipix2-1/+16
2025-06-02m4/slibtool.m4: provide the LT_CONFIG_LTDL_DIR macro.midipix1-0/+1
2025-05-31code base: utilize the visibility attribute also on supporting PE targets.midipix1-8/+8
2025-05-28slibtool_arbits.h: wrap definitions with the AR_COMMON_DEFS macro (tulips).midipix1-0/+5
2025-05-28api: slibtool_arbits.h: explicitly #include <stdint.h>midipix1-0/+1
2025-05-26host: new configure options: --with-preferred-host-{ar|as|nm|ranlib}midipix2-13/+91
2025-05-26slbt_exec_ar(): fix ordering of argument integrity checks.midipix1-7/+7
2025-05-23m4/sltdl.h: SLTDL_INIT: avoid duplicate processing of the sltdl options.midipix1-1/+1
2025-05-23slibtoolize: fully support --ltdl, LTDL_INIT, and LT_CONFIG_LTDL_DIR.midipix8-4/+250
2025-05-21m4/slibtool.m4: provide the LTDL_INIT macro.midipix2-0/+4
2025-05-21m4/slibtool.m4, m4/sltdl.m4: provide the LIBLTDL, LTDLINCL, and LTDLDEPS vars.midipix2-0/+9
2025-05-17release 0.7.0v0.7.0midipix2-2/+24
2025-05-03m4/slibtool.m4, m4/sltdl.m4: save the sltdl preference option to slibtool.cfg.midipix2-1/+16
2025-05-03slbt_get_lconf_flags(): also parse the sltdl preference option.midipix1-1/+14
2025-05-03slbt_output_config_mkvars(): also export the sltdl preference option.midipix1-0/+7
2025-04-03slibtoolize: reimplement --system-ltdl by way of an informative tag file.midipix5-51/+33
2025-04-01annual chores.midipix88-88/+88
2025-04-01aux/slibtool.sh: fix typo (caught by _firasuke_, thanks:-))midipix1-1/+1
2025-04-01driver: slibtoolize mode: added 'libtoolize' as a synonym for 'slibtoolize'.midipix1-0/+3
2025-03-31slibtoolize: prefer libsltdl unless invoked with the --system-ltdl argument.midipix8-3/+132
2025-03-31driver: --prefer-sltdl: implementation and link-mode integration.midipix6-0/+37
2025-03-26slibtoolize mode: slbt_stoolie_options[]: fix typo.midipix1-1/+1
2025-03-26build system: configure: add missing handling of --docdir.midipix1-0/+3
2025-01-25slibtool.m4: fix embedding of the SLIBTOOL_SYSROOT & SLIBTOOL_FLAGS variables.midipix1-2/+2
2024-12-30release 0.6.1v0.6.1midipix2-1/+16
2024-12-30slbt_ar_store_archive(): guard against 32-bit st_ino types.midipix1-1/+3
2024-12-30slbt_ar_store_archive(): guard against 32-bit time_t types.midipix1-1/+3
2024-12-30slbt_ar_merge_archives(): properly handle 32-bit pointers vs. 64-bit formats.midipix1-1/+2
2024-12-30slbt_ar_merge_archives(), slbt_tmpfile(): guard against 32-bit time_t types.midipix2-4/+6
2024-07-22slbt_exec_stoolie_perform_actions(): fix benign typo in array size reference.midipix1-1/+1
2024-07-22slibtoolize: compatibility: install (copy or symlink) a no-op ar-lib as needed.midipix3-1/+51
2024-07-19driver: heuristics: ignore errors if invoked with any of the -print commands.midipix3-6/+21
2024-07-19slibtool.m4: slibtool_set_flavor(): define shared and static suffix variables.midipix1-0/+11
2024-07-19driver: added the -print-shared-ext and -print-static-ext output commands.midipix6-4/+54
2024-07-02driver: slbt_split_argv(): updated initialization of struct argv_ctx.midipix1-1/+1
2024-06-22argv.h: argv_show_status(): output keyval pairs where appropriate.midipix1-0/+23
2024-06-22argv.h: argv_scan(): added option for parsing keyval pair and keyval array.midipix1-5/+203
2024-06-22argv.h: argv_show_status(): refactor for better readability.midipix1-2/+4