summaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorFilesLines
2024-03-10link mode: treat dlopen of static-only dependency libs as (also fixed) dlpreopenmidipix1-1/+2
2024-03-10slbt_ar_get_archive_ctx(): store a private copy of the archive path.midipix1-0/+1
2024-03-10link mode: handle the combination of dlopen/dlpreopen and --disable-shared.midipix1-1/+2
2024-03-10link mode: dlopen/dlpreopen the static archive as needed.midipix1-1/+2
2024-03-10link mode: --disable-shared: also delete the associated .expsyms.a archive.midipix1-1/+14
2024-03-07execution context: properly support argument transformation in place.midipix1-0/+1
2024-03-04link mode: refined .disabled placeholder logic (/dev/null <--> older linkers).midipix1-3/+7
2024-03-04link mode: unless created for the current .la, mark the .a or .so as disabled.midipix1-7/+3
2024-03-03slbt_exec_link_create_library(): allow ar(1) driven invocations.midipix1-1/+3
2024-03-02execution context: added -dlopen and -dlpreopen support.midipix1-0/+4
2024-03-02driver: create a vector of -dlpreopen libraries.midipix1-0/+2
2024-03-01slbt_exec_ctx_alloc(): refactor and simplify.midipix1-1/+1
2024-02-28ar mode: driver: added -Wdlsyms, -Wdlunit.midipix1-0/+2
2024-02-28archiver api: added slbt_ar_update_syminfo() (nm output to symbol info vector).midipix1-0/+7
2024-02-27slbt_lconf_open(): unless in debug mode, silence oepnat()/fstat() trace msgs.midipix1-0/+5
2024-02-26driver: added the --nm switch.midipix2-0/+17
2024-02-26slbt_get_lconf_var(): refactored, now utilizing the cached text line vector.midipix1-43/+35
2024-02-26slbt_get_lconf_flags(): cache the configuration in library friendly form.midipix2-17/+32
2024-02-25internals: added slbt_impl_get_txtfile_ctx() (caller-provided fd as input).midipix1-0/+6
2024-02-25driver: added slbt_lib_get_txtfile_ctx(): plain line vector from a text file.midipix1-0/+10
2024-02-22internals: slbt_is_strong_coff_symbol(): from _static_ to a _hidden_ function.midipix2-0/+22
2024-02-22code base: internal (hidden) visibility: properly support legacy PE targets.midipix1-0/+16
2024-02-21code base: strictly conform to isspace()'s interface (int vs. signed char).midipix1-2/+3
2024-02-21slbt_util_copy_file(): simplify interface.midipix2-2/+2
2024-02-21driver: internals: move the argv meta data to struct slbt_driver_ctx_impl.midipix1-1/+1
2024-02-21execution context: added support for -export-symbols.midipix1-1/+2
2024-02-20utility api's: _output_ namespace: simplified the execution context interfaces.midipix1-2/+2
2024-02-20internals: slibtool_driver_impl.h: whitespace meditation.midipix1-27/+28
2024-02-20struct slbt_exec_ctx_impl: added pointer to the associated driver context.midipix1-0/+1
2024-02-20utility api's: added slbt_util_create_mapfile().midipix1-0/+12
2024-02-19driver: added slbt_lib_get_symlist_ctx(): symbol string vector from symlist.midipix1-0/+9
2024-02-19slbt_util_real_path(): rewrite as a wrapper around an internal slbt_realpath().midipix3-2/+119
2024-02-19utility api's: renamed slbt_util_realpath() --> slbt_util_real_path().midipix1-2/+2
2024-02-19library api's: _api_ (package information) namespace overhaul.midipix2-4/+4
2024-02-19library api's: _lib_ (program driver) namespace overhaul.midipix1-6/+6
2024-02-19library api's: _ectx_ (command execution context) namespace overhaul.midipix1-0/+5
2024-02-19library api's: _util_ (utility helper interfaces) namespace overhaul.midipix1-2/+2
2024-02-18slbt_get_archive_meta(): check whether all object members share binary format.midipix1-0/+1
2024-02-18code base: set the visilbity of internal library interfaces to hidden.midipix11-12/+32
2024-02-17ar mode: pretty printer: symbols, mapfile: added the -Wnosort switch.midipix1-0/+1
2024-02-17ar mode: pretty printer: symbols, mapfile: produce a sorted output by default.midipix1-0/+5
2024-02-17driver: internals: renamed TAG_EXPSYM_* as TAG_EXPSYMS_*.midipix1-2/+2
2024-02-17ar mode: utility: version script printing: added the -Wmapfile switch.midipix1-0/+1
2024-02-17ar mode: utility: armap symbol printing: added the -Wregex switch.midipix1-0/+1
2024-02-17internals: slibtool_ar_impl.h: added copyright notice.midipix1-0/+6
2024-02-16ar mode: archive merging: added the -Wmerge command-line action.midipix1-0/+2
2024-02-16driver: slbt_get_lconf_var(): accept colons in tool-specific arguments.midipix1-1/+1
2024-02-16driver: host.[mdso,dlltool]: added support for tool-specific argument vector.midipix1-5/+7
2024-02-16driver: host.as: added support for tool-specific argument vector.midipix1-5/+8
2024-02-16driver: host.ar, host.ranlib: added support for tool-specific argument vector.midipix1-2/+2