summaryrefslogtreecommitdiff
path: root/src/helper/slbt_archive_import.c
AgeCommit message (Collapse)AuthorFilesLines
2021-07-06Annual chores.midipix1-1/+1
2021-04-15library: replace all uses of getcwd() with slbt_realpath().midipix1-1/+5
2021-04-15library: replace all uses of unlink() with unlinkat().midipix1-2/+2
2021-04-15library: replace all uses of symlink() with symlinkat().midipix1-3/+5
2021-04-15library: replace all uses of [slbt_]readlink() with [slbt_]readlinkat().midipix1-1/+6
2020-12-20internals: error tracing: record the not-found path upon ENOENT as needed.midipix1-3/+3
2018-06-29helper interfaces: re-implemented slbt_archive_import() w. pure fdio.midipix1-23/+23
2018-06-27annual chores.midipix1-1/+1
2018-06-21link mode: slbt_archive_import(): properly detect placeholder symlinks.midipix1-3/+3
2017-11-18process spawning and forking: use dup2, not dup, in the child process.midipix1-2/+1
2017-11-18process forking and spawning: call _exit, not exit, in the child process.midipix1-1/+1
2017-08-10slibtool-shared: properly handle .la arguments when creating an archive.midipix1-0/+5
tool ==== slibtool-shared (or slibtool with -disable-static). scenario ======== - create libfoo.so (via libfoo.la). - create libbar.a (via libbar.la), with libfoo.la as an input argument. Before this fix, slibtool failed since it could not find libfoo.a.slibtool.deps. After this fix, slibtool properly handles this scenario, first by detecting that there is no archive for which secondary dependencies need to be processed, and then by detecting that libfoo.a is a symlink to /dev/null.
2017-02-05annual chores, properly performed.midipix1-1/+1
2017-02-04annual chores.midipix1-1/+1
2016-11-01error trace: use descriptive errcodes for invocations of SLBT_CUSTOM_ERROR.Kylie McClain1-1/+1
2016-09-03slbt_archive_import(): added error trace support.midipix1-6/+8
2016-06-17slbt_mri_argument(): properly handle absolute path arg.midipix1-6/+13
2016-04-30slbt_archive_import(): fix child process control flow.midipix1-3/+2
2016-04-23slbt_archive_import(): fix header inclusion and variable naming.midipix1-5/+5
2016-04-23added slbt_archive_import(): work around ar(1) MRI parser limitations.midipix1-2/+47
2016-04-18library: helper functions: fix linkage of slbt_archive_import().midipix1-1/+1
2016-04-13library: helper functions: added slbt_archive_import().midipix1-0/+95