Age | Commit message (Expand) | Author | Files | Lines |
2024-02-10 | Annual chores. | midipix | 5 | -5/+5 |
2024-02-10 | code base: simplify checks against value returned from snprintf() via wrapper. | midipix | 1 | -2/+3 |
2024-02-08 | slbt_archive_import(): check whether the imported archive is a placeholder. | midipix | 1 | -0/+6 |
2024-02-08 | slbt_archive_import(): use slibtool's in-memory archive merging facility. | midipix | 1 | -1/+37 |
2024-02-04 | slbt_copy_file(): enhance logging of copy errors. | midipix | 1 | -3/+11 |
2024-02-04 | slbt_archive_import(): refactor in anticipation of in-memory archive merging. | midipix | 1 | -145/+9 |
2023-09-04 | helper interfaces: slbt_realpath(): utilize the header test for sys/syscall.h. | midipix | 1 | -1/+1 |
2023-02-12 | helper: added slbt_map_input(), slbt_unmap_input(). | midipix | 1 | -0/+67 |
2022-11-08 | Coding style: remove accidental whitespace. | midipix | 2 | -2/+0 |
2021-12-30 | A new home. | midipix | 4 | -4/+4 |
2021-07-06 | Annual chores. | midipix | 4 | -4/+4 |
2021-04-17 | slbt_realpath(): added code path for systems with a realpathat syscall. | midipix | 1 | -0/+12 |
2021-04-15 | library: replace all uses of getcwd() with slbt_realpath(). | midipix | 1 | -1/+5 |
2021-04-15 | library: replace all uses of open() with openat(). | midipix | 1 | -1/+1 |
2021-04-15 | library: replace all uses of unlink() with unlinkat(). | midipix | 1 | -2/+2 |
2021-04-15 | library: replace all uses of symlink() with symlinkat(). | midipix | 1 | -3/+5 |
2021-04-15 | library: replace all uses of [slbt_]readlink() with [slbt_]readlinkat(). | midipix | 3 | -3/+14 |
2020-12-26 | helper api: added slbt_realpath(). | midipix | 1 | -0/+89 |
2020-12-20 | internals: error tracing: record the not-found path upon ENOENT as needed. | midipix | 2 | -4/+5 |
2018-07-16 | slbt_dump_machine(): following the switch away from streams, fix type of ret. | midipix | 1 | -2/+2 |
2018-07-16 | slbt_dump_machine(): do not use the non-portable (oversight) EBADR as a hint. | midipix | 1 | -2/+2 |
2018-06-29 | helper interfaces: slbt_dump_machine(): guard against a zero buflen parameter. | midipix | 1 | -1/+1 |
2018-06-29 | helper interfaces: re-implemented slbt_archive_import() w. pure fdio. | midipix | 1 | -23/+23 |
2018-06-29 | helper interfaces: re-implemented slbt_dump_machine() w. pure fdio. | midipix | 1 | -29/+48 |
2018-06-29 | slbt_dump_machine_child(): fix argv[0] computation logic. | midipix | 1 | -1/+1 |
2018-06-27 | annual chores. | midipix | 3 | -3/+3 |
2018-06-22 | install mode: slbt_copy_file(): properly detect placeholder symlinks. | midipix | 1 | -0/+5 |
2018-06-21 | link mode: slbt_archive_import(): properly detect placeholder symlinks. | midipix | 1 | -3/+3 |
2017-11-18 | process spawning and forking: use dup2, not dup, in the child process. | midipix | 2 | -9/+5 |
2017-11-18 | process forking and spawning: call _exit, not exit, in the child process. | midipix | 2 | -3/+3 |
2017-08-10 | slibtool-shared: properly handle .la arguments when creating an archive. | midipix | 1 | -0/+5 |
2017-02-05 | annual chores, properly performed. | midipix | 3 | -3/+3 |
2017-02-04 | annual chores. | midipix | 3 | -3/+3 |
2016-11-01 | error trace: use descriptive errcodes for invocations of SLBT_CUSTOM_ERROR. | Kylie McClain | 1 | -1/+1 |
2016-09-19 | driver: accommodate hosts that occasionally use '-portbld-' in their triple. | midipix | 1 | -0/+6 |
2016-09-03 | slbt_copy_file(): added error trace support. | midipix | 1 | -3/+4 |
2016-09-03 | slbt_archive_import(): added error trace support. | midipix | 1 | -6/+8 |
2016-06-17 | slbt_mri_argument(): properly handle absolute path arg. | midipix | 1 | -6/+13 |
2016-04-30 | slbt_dump_machine(): fix child process control flow. | midipix | 1 | -3/+2 |
2016-04-30 | slbt_archive_import(): fix child process control flow. | midipix | 1 | -3/+2 |
2016-04-23 | library: helper functions: added slbt_dump_machine. | midipix | 1 | -0/+113 |
2016-04-23 | slbt_archive_import(): fix header inclusion and variable naming. | midipix | 1 | -5/+5 |
2016-04-23 | added slbt_archive_import(): work around ar(1) MRI parser limitations. | midipix | 1 | -2/+47 |
2016-04-21 | slbt_copy_file(): restore execution context program at exit. | midipix | 1 | -0/+5 |
2016-04-19 | library: helper functions: slbt_copy_file: properly call slbt_output_{mode}. | midipix | 1 | -3/+10 |
2016-04-19 | slbt_copy_file(): restore execution context argument vector at exit. | midipix | 1 | -5/+12 |
2016-04-18 | library: helper functions: added slbt_copy_file. | midipix | 1 | -0/+38 |
2016-04-18 | library: helper functions: fix linkage of slbt_archive_import(). | midipix | 1 | -1/+1 |
2016-04-13 | library: helper functions: added slbt_archive_import(). | midipix | 1 | -0/+95 |