Age | Commit message (Expand) | Author | Files | Lines |
2024-03-14 | Once skinny, forever strong. | midipix | 18 | -18/+18 |
2024-03-10 | slbt_ar_get_archive_ctx(): store a private copy of the archive path. | midipix | 1 | -1/+6 |
2024-03-10 | slbt_ar_output_dlsyms_impl(): pretty printing: pass actual remaining line len. | midipix | 1 | -3/+3 |
2024-03-05 | slbt_obtain_nminfo(): verify successful creation of output file before fork(). | midipix | 1 | -1/+2 |
2024-03-05 | archiver api: record the associated path upon openat() related errors.x | midipix | 4 | -6/+6 |
2024-03-05 | slbt_ar_create_dlsyms(): allow dlopen & dlpreoepn to elegantly use the force. | midipix | 1 | -0/+5 |
2024-03-05 | slbt_ar_update_syminfo(): added support for (virtual) empty archives. | midipix | 1 | -2/+9 |
2024-03-05 | archiver api: added slbt_ar_get_varchive_ctx() (signature-only virtual archive). | midipix | 1 | -0/+37 |
2024-03-03 | slbt_ar_output_dlsyms(): properly handle the "@PROGRAM" special soname. | midipix | 1 | -1/+4 |
2024-03-03 | slbt_ar_output_dlsyms(): null-terminate the dlsyms vtable. | midipix | 1 | -0/+4 |
2024-03-02 | slbt_obtain_nminfo(): properly handle nm(1) config-driven arguments. | midipix | 1 | -4/+14 |
2024-02-28 | slbt_obtain_nminfo(): fix test of ectx->exitcode. | midipix | 1 | -1/+1 |
2024-02-28 | slbt_ar_create_dlsyms(): obtain symbol information (via nm) as needed. | midipix | 1 | -0/+18 |
2024-02-28 | ar mode: pretty printing: added slbt_au_output_dlsyms(). | midipix | 1 | -0/+12 |
2024-02-28 | archiver api: added slbt_ar_create_dlsyms() (compatible dlsym vtable C Source). | midipix | 1 | -0/+370 |
2024-02-28 | archiver api: added slbt_ar_update_syminfo() (nm output to symbol info vector). | midipix | 2 | -0/+277 |
2024-02-23 | ar api's: added slbt_ar_create_symfile(). | midipix | 1 | -0/+123 |
2024-02-22 | slbt_au_output_symbols(): support extended regex. | midipix | 1 | -1/+1 |
2024-02-22 | slbt_ar_output_mapfile(): support extended regex. | midipix | 1 | -1/+1 |
2024-02-22 | internals: slbt_is_strong_coff_symbol(): from _static_ to a _hidden_ function. | midipix | 2 | -14/+2 |
2024-02-22 | slbt_au_output_symbols(): also filter out coff refptr symbols. | midipix | 1 | -1/+3 |
2024-02-22 | slbt_ar_output_mapfile(): also filter out coff refptr symbols. | midipix | 1 | -1/+3 |
2024-02-20 | slbt_ar_create_mapfile(): refactor coff & mach-o detection logic. | midipix | 1 | -8/+5 |
2024-02-20 | slbt_au_output_symbols(): also filter out coff weak symbols. | midipix | 1 | -1/+6 |
2024-02-20 | slbt_ar_create_mapfile(): also filter out coff weak symbols. | midipix | 1 | -1/+6 |
2024-02-20 | slbt_au_output_symbols_posix(): treat AR_OBJECT_ATTR_COFF as an or'able attr. | midipix | 1 | -1/+1 |
2024-02-20 | slbt_ar_output_mapfile(): added support for the pe/coff and mach-o variants. | midipix | 1 | -10/+45 |
2024-02-20 | slbt_ar_create_mapfile(): close file descriptor of a newly created output file. | midipix | 1 | -1/+8 |
2024-02-20 | code base: rename files under src/arbits/output/ to match the _au_ interfaces. | midipix | 3 | -0/+0 |
2024-02-20 | code base: separate slbt_ar_create_mapfile() from slbt_au_output_mapfile(). | midipix | 2 | -8/+14 |
2024-02-19 | library api's: _fs_ (file system and raw input interfaces) namespace overhaul. | midipix | 1 | -2/+2 |
2024-02-19 | library api's: _lib_ (program driver) namespace overhaul. | midipix | 4 | -4/+4 |
2024-02-19 | library api's: _ar_ (in-memory archiver) namespace overhaul. | midipix | 5 | -52/+52 |
2024-02-19 | library api's: _au_ (archiver utility) namespace overhaul. | midipix | 4 | -36/+36 |
2024-02-18 | slbt_store_archive(): tmpfile name pattern: conform to the %p format specifier. | midipix | 1 | -1/+3 |
2024-02-18 | ar mode: pretty printer: coff archives: filter out __imp_ prefixed symbols. | midipix | 2 | -6/+12 |
2024-02-18 | slbt_get_archive_meta(): check whether all object members share binary format. | midipix | 1 | -0/+12 |
2024-02-18 | code base: set the visilbity of internal library interfaces to hidden. | midipix | 6 | -6/+12 |
2024-02-17 | code base: legacy toolchain accommodation: initialize _all_ struct members. | midipix | 2 | -2/+2 |
2024-02-17 | ar mode: pretty printer: symbols, mapfile: added the -Wnosort switch. | midipix | 2 | -2/+2 |
2024-02-17 | ar mode: pretty printer: symbols, mapfile: produce a sorted output by default. | midipix | 4 | -2/+65 |
2024-02-17 | slbt_merge_archives(): mark nmembers as a debug-only variable. | midipix | 1 | -0/+3 |
2024-02-17 | archiver output api: added slbt_create_mapfile(). | midipix | 1 | -6/+33 |
2024-02-17 | archiver output: added slbt_ar_output_mapfile(). | midipix | 1 | -0/+71 |
2024-02-17 | ar mode: utility: armap symbol printing: added the -Wregex switch. | midipix | 1 | -2/+16 |
2024-02-17 | archiver output: added slbt_ar_output_symbols() [currently -Wposix only]. | midipix | 1 | -0/+78 |
2024-02-17 | ar mode: posix pretty printer: multiple inputs: also print the archive name. | midipix | 1 | -15/+24 |
2024-02-12 | slbt_merge_archives(): armap: align the string table at a 2-byte boundary. | midipix | 1 | -0/+4 |
2024-02-12 | slbt_merge_archives(): properly return from slbt_merge_archives_fail(). | midipix | 1 | -1/+1 |
2024-02-08 | slbt_store_archive(): initial implementation. | midipix | 1 | -0/+143 |