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
/
internal
/
slibtool_lconf_impl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-27
slbt_lconf_open(): unless in debug mode, silence oepnat()/fstat() trace msgs.
midipix
1
-0
/
+5
2024-02-26
driver: added the --nm switch.
midipix
1
-0
/
+13
2024-02-26
slbt_get_lconf_var(): refactored, now utilizing the cached text line vector.
midipix
1
-43
/
+35
2024-02-26
slbt_get_lconf_flags(): cache the configuration in library friendly form.
midipix
1
-17
/
+31
2024-02-21
code base: strictly conform to isspace()'s interface (int vs. signed char).
midipix
1
-2
/
+3
2024-02-19
slbt_util_real_path(): rewrite as a wrapper around an internal slbt_realpath().
midipix
1
-2
/
+3
2024-02-19
utility api's: renamed slbt_util_realpath() --> slbt_util_real_path().
midipix
1
-2
/
+2
2024-02-19
library api's: _util_ (utility helper interfaces) namespace overhaul.
midipix
1
-2
/
+2
2024-02-18
code base: set the visilbity of internal library interfaces to hidden.
midipix
1
-1
/
+2
2024-02-16
driver: slbt_get_lconf_var(): accept colons in tool-specific arguments.
midipix
1
-1
/
+1
2024-02-16
driver: host.[mdso,dlltool]: added support for tool-specific argument vector.
midipix
1
-5
/
+7
2024-02-16
driver: host.as: added support for tool-specific argument vector.
midipix
1
-5
/
+8
2024-02-16
driver: host.ar, host.ranlib: added support for tool-specific argument vector.
midipix
1
-2
/
+2
2024-02-16
driver: heuristics: added optional support for tool-specific argument vector.
midipix
1
-7
/
+11
2024-02-14
driver: rlibtool mode: also derive <host> from the located libtool script.
midipix
1
-0
/
+13
2024-02-14
driver: rlibtool mode: also derive AS from the located libtool script.
midipix
1
-0
/
+11
2024-02-13
slbt_get_lconf_flags(): make the dlltool related comparison more concise.
midipix
1
-1
/
+1
2024-02-13
driver: rlibtool mode: also derive DLLTOOL from the located libtool script.
midipix
1
-0
/
+11
2024-02-13
slbt_get_lconf_flags(): keep the located libtool script mapped for later use.
midipix
1
-1
/
+2
2024-02-11
slbt_get_lconf_flags(): update internal context member for a later free().
midipix
1
-2
/
+6
2024-02-10
Annual chores.
midipix
1
-1
/
+1
2024-02-08
driver: rlibtool mode: derive AR and RANLIB from the located libtool script.
midipix
1
-4
/
+41
2024-02-08
slbt_get_lconf_flags(): refactor around the new internal slbt_get_lconf_var().
midipix
1
-65
/
+102
2022-11-08
Coding style: remove accidental whitespace.
midipix
1
-1
/
+0
2021-12-30
A new home.
midipix
1
-1
/
+1
2021-07-06
Annual chores.
midipix
1
-1
/
+1
2021-05-02
heuristics: slbt_get_lconf_flags(): enhanced the string-scanning logic.
midipix
1
-20
/
+33
2021-05-02
heuristics: slbt_get_lconf_flags(): added missing 'else' in if-then block.
midipix
1
-1
/
+1
2020-12-30
heuristics: slbt_lconf_open(): added (annotated) trace_result().
midipix
1
-1
/
+157
2020-12-28
heuristics: added (annotated) trace output.
midipix
1
-7
/
+377
2020-12-20
internals: error tracing: record the not-found path upon ENOENT as needed.
midipix
1
-4
/
+4
2020-09-15
heuristics: support finding arbitrarily named scripts up the build tree.
midipix
1
-3
/
+4
2020-09-13
slbt_lconf_open(): exit loop upon reaching the top-level root directory.
midipix
1
-0
/
+9
2018-08-14
slbt_lconf_open(): close all temporarily-opened directory file descriptors.
midipix
1
-2
/
+8
2018-08-13
slbt_lconf_open(): removed redundant check.
midipix
1
-4
/
+0
2018-08-13
internals: -shared/-static heuristics: added slbt_get_lconf_flags().
midipix
1
-0
/
+185