index
:
slibtool
main
a surrogate libtool implementation, written in C
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
logic
/
slbt_exec_uninstall.c
Age
Commit message (
Collapse
)
Author
Files
Lines
2021-04-15
library: replace all uses of [slbt_]readlink() with [slbt_]readlinkat().
midipix
1
-3
/
+7
2021-04-15
library: replace all uses of stat() and lstat() with fstatat() counterparts.
midipix
1
-3
/
+8
2021-04-03
uninstall mode: always respect the SLBT_DRIVER_ANNOTATE_NEVER flag.
midipix
1
-4
/
+16
2021-03-21
slbt_exec_uninstall(): remove hard-coded shell logic, revisit later as needed.
midipix
1
-4
/
+0
2020-12-20
internals: error tracing: record the not-found path upon ENOENT as needed.
midipix
1
-3
/
+3
2018-11-10
install mode: slbt_exec_uninstall_entry(): refactor (".so" --> dsosuffix).
midipix
1
-6
/
+10
2018-06-27
annual chores.
midipix
1
-1
/
+1
2018-06-27
driver, library interfaces: support alternate fd's for input/output/error/log.
midipix
1
-6
/
+14
2018-06-27
argv.h: output usage and errors using [argv_]dprintf rather than fprint.
midipix
1
-2
/
+3
2017-02-05
annual chores, properly performed.
midipix
1
-1
/
+1
2017-02-04
annual chores.
midipix
1
-1
/
+1
2016-12-25
argv.h: use an option vector rather than a direct pointer to the option table.
midipix
1
-6
/
+9
2016-11-01
error trace: use descriptive errcodes for invocations of SLBT_CUSTOM_ERROR.
Kylie McClain
1
-1
/
+1
2016-09-24
uninstall mode: initial implementation.
midipix
1
-0
/
+348