Age | Commit message (Expand) | Author | Files | Lines |
15 hours | api: added LT_ERROR_ macros as SLTDL_ERR_ synonyms for backward compatibility.HEADmain | midipix | 3 | -0/+36 |
15 hours | enum sltdl_error: added cannot-open, cannot-close, and symbol-not-found errors. | midipix | 2 | -0/+6 |
15 hours | api: move enum sltdl_error from an internal header to the public sltdl.h. | midipix | 4 | -65/+65 |
18 hours | Added lt_dlloader_add() and lt_dlloader_find() as stubs. | midipix | 2 | -0/+16 |
18 hours | sltdl.h: define struct lt_dlloader and related type definitions. | midipix | 1 | -0/+21 |
18 hours | sltdl.h: provide the lt_module, lt_dlloader, and lt_user_data typedefs. | midipix | 1 | -0/+3 |
18 hours | sltdl.h: provide enum lt_dlpriority and the lt_dlloader_priority typedef. | midipix | 1 | -0/+8 |
20 hours | sltdl.h: provide LT_DLSYM_CONST. | midipix | 1 | -0/+3 |
20 hours | lt_dlforeachfile(): initial implementation. | midipix | 2 | -0/+88 |
20 hours | sltdl.h: provide definitions for lt_preloaded_symbols & lt_dlsymlist, annotate. | midipix | 1 | -0/+16 |
4 days | release 0.5.1v0.5.1 | midipix | 2 | -1/+10 |
4 days | sltdl.h: api compatibility: provide the LT_PATHSEP_CHAR macro. | midipix | 1 | -0/+2 |
5 days | project: ltdl drop-in-replacement: create the target ${libdir} as needed. | midipix | 1 | -0/+3 |
2025-05-17 | release 0.5.0v0.5.0 | midipix | 2 | -1/+20 |
2025-03-26 | build system: configure: add missing handling of --docdir. | midipix | 1 | -0/+3 |
2024-04-13 | build system: annual chores. | midipix | 1 | -1/+1 |
2024-04-03 | build system: cfgtest.sh: properly cast the probed interface's address. | midipix | 1 | -1/+1 |
2024-03-18 | build system: ccenv.sh: bsd targets: define __BSD_VISIBLE as needed. | midipix | 1 | -4/+21 |
2024-03-18 | lt_dlpathopen_locked(): bypass path-based search when module path is absolute. | midipix | 1 | -0/+15 |
2024-03-17 | build system: ccenv.sh: supplement solar gates with the necessary extensions. | midipix | 1 | -0/+13 |
2024-03-17 | lt_dlopen(): auto-convert .la suffix to OS_LIB_SUFFIX. | midipix | 1 | -0/+19 |
2024-03-17 | lt_dlpathopen_locked(): lt_pathv may be a null vector. | midipix | 1 | -1/+1 |
2024-03-11 | build system: cfgtest.sh: fix typo in status message. | midipix | 1 | -1/+1 |
2024-03-07 | build system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration). | midipix | 2 | -12/+22 |
2024-02-24 | build system: configure: do not (potentially) change the search path semantics. | midipix | 1 | -17/+0 |
2024-02-22 | build system: if supported, add -Wpedantic to --strict cflags. | midipix | 2 | -1/+2 |
2024-02-22 | build system: ccenv.sh: legacy PE targets: define __PE__ and friends as needed. | midipix | 1 | -0/+14 |
2024-02-22 | build system: Makefile.in: remove CFLAGS_OS (duplicate, already in ccenv.in). | midipix | 1 | -1/+0 |
2024-02-18 | build system: ccenv: detect compiler support of visibility attributes. | midipix | 4 | -1/+77 |
2024-02-03 | build system: usage(): handle lack of a of project-specific cfgdefs.usage. | midipix | 1 | -1/+6 |
2023-12-23 | build system: annual chores. | midipix | 1 | -1/+1 |
2023-05-07 | build system: ./configure: base SHELL on the environment's CONFIG_SHELL. | midipix | 3 | -2/+3 |
2021-12-30 | A new home. | midipix | 4 | -4/+4 |
2021-06-23 | build system: configure: config_ccenv(): relax the --sysroot requirement. | midipix | 1 | -4/+0 |
2021-06-15 | build system: configure: config_ccenv(): fix typo. | midipix | 1 | -2/+2 |
2021-06-15 | build system: configure: config_ccenv(): refined --sysroot related logic. | midipix | 1 | -1/+4 |
2021-06-15 | build system: Makefile.in: .ldflags-host: use the correct ldflags variable. | midipix | 1 | -1/+1 |
2021-06-14 | build system: modern.m4: m4_pathvar(): also convert hyphen to an underscore. | midipix | 1 | -1/+1 |
2021-06-14 | build system: modern.m4: refactored, added additional helper macros. | midipix | 1 | -3/+33 |
2021-06-13 | build system: modern.m4: refactor, added m4_toupper() and m4_tolower(). | midipix | 1 | -1/+6 |
2021-06-13 | build system: updated list of files covered by COPYING.SOFORT. | midipix | 1 | -0/+2 |
2021-06-13 | build system: core: added a modern framework using for the m4 macro language. | midipix | 1 | -0/+82 |
2021-06-13 | build system: configure: output_step_prolog(): step might not be a function. | midipix | 1 | -2/+2 |
2021-06-13 | build system: configure, ccenv: enhanced --sysroot logic. | midipix | 2 | -1/+14 |
2021-06-13 | build system: ccenv: ccenv_output_defs(): record updated cflags/ldflags. | midipix | 1 | -0/+22 |
2021-06-12 | build system: configure: config_ccenv(): added verbose --sysroot error message. | midipix | 1 | -1/+20 |
2021-06-12 | build system: ccenv: added and integrated ccenv_set_cc_sysroot_vars(). | midipix | 2 | -2/+32 |
2021-06-12 | build system: cfgtest: added cfgtest_compiler_switch_arg(). | midipix | 1 | -1/+21 |
2021-06-12 | build system: ccenv_set_primary_tools(): try pkg-config as a pkgconf fallback. | midipix | 1 | -0/+3 |
2021-06-12 | build system: configure: LDFLAGS_LAST: refined cross-compilation logic. | midipix | 1 | -3/+13 |