index
:
slibtool
main
a surrogate libtool implementation, written in C
midipix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
logic
/
slbt_exec_install.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-16
project: update the _XOPEN_SOURCE requirement to reflect use of openat(3).
midipix
1
-4
/
+0
2018-07-07
slbt_exec_install_entry(): lasource array size now reflects format specifier.
midipix
1
-1
/
+1
2018-07-07
implementation: use of openat(): define _POSIX_C_SOURCE as needed.
midipix
1
-0
/
+4
2018-07-06
library interfaces: invocations of openat() now use the context's fdcwd.
midipix
1
-2
/
+6
2018-06-29
install mode: re-implemented slbt_exec_install_library_wrapper() w. pure fdio.
midipix
1
-47
/
+44
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
-5
/
+10
2018-06-27
argv.h: output usage and errors using [argv_]dprintf rather than fprint.
midipix
1
-2
/
+3
2018-06-21
link mode: --disable-{shared|static}: use differently-named placeholders.
midipix
1
-4
/
+4
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
-5
/
+8
2016-11-05
install mode: respect -disable-static.
midipix
1
-4
/
+5
2016-11-01
error trace: use descriptive errcodes for invocations of SLBT_CUSTOM_ERROR.
Kylie McClain
1
-13
/
+13
2016-09-11
install mode: support the -f (force copy) command line argument.
midipix
1
-0
/
+4
2016-09-03
install mode: added error trace support.
midipix
1
-57
/
+70
2016-05-05
install mode: fix and simplify logic related to installation of executables.
midipix
1
-27
/
+15
2016-05-04
install mode: legabits: install a perfectly compatible wrapper.
midipix
1
-10
/
+97
2016-05-03
install mode: legabits: install .la wrappers to the destination directory.
midipix
1
-0
/
+13
2016-05-01
dry run: initial quick implementation.
midipix
1
-0
/
+4
2016-04-28
install mode: work around non-conforming uses of --mode=install.
midipix
1
-4
/
+9
2016-04-24
install mode: properly handle SRC and DEST being libfoo.la and /dest/libfoo.la.
midipix
1
-2
/
+7
2016-04-24
execution context: link mode: install mode: added -release semantics support.
midipix
1
-1
/
+11
2016-04-21
install mode: added missing step: install libfoo.a when the input is libfoo.la.
midipix
1
-1
/
+10
2016-04-21
install mode: mode: added -all-static support.
midipix
1
-0
/
+4
2016-04-20
install mode: handle .lai install arguments as gracefully as possible.
midipix
1
-1
/
+7
2016-04-19
install mode: avoid '\0' when assigning a value to a character type.
midipix
1
-8
/
+8
2016-04-19
intall mode: PE support: added slbt_exec_install_import_libraries().
midipix
1
-0
/
+131
2016-04-18
install mode: PE support: create libfoo.so.x as a copy of libfoo.so.x.y.z.
midipix
1
-6
/
+23
2016-04-16
slbt_readlink(): initial implementation and integration.
midipix
1
-1
/
+2
2016-04-11
install mode: slbt_exec_install_entry(): fix .la to .so string substitution.
midipix
1
-1
/
+1
2016-04-11
install mode: added -avoid-version support.
midipix
1
-2
/
+23
2016-04-10
install mode: install the executables, not the generated executable wrappers.
midipix
1
-2
/
+25
2016-04-10
install mode: account for a directory DEST argument.
midipix
1
-1
/
+11
2016-04-09
install mode: initial implementation and integration.
midipix
1
-0
/
+344