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_execute.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-14
Once skinny, forever strong.
midipix
1
-1
/
+1
2024-03-08
execute mode: reimplemented with well-formed semantics.
midipix
1
-44
/
+146
2024-02-21
core api: simplified the _exec_ interfaces.
midipix
1
-16
/
+9
2024-02-20
utility api's: _output_ namespace: simplified the execution context interfaces.
midipix
1
-1
/
+1
2024-02-19
library api's: _ectx_ (command execution context) namespace overhaul.
midipix
1
-4
/
+4
2024-02-10
Annual chores.
midipix
1
-1
/
+1
2024-02-10
code base: simplify checks against value returned from snprintf() via wrapper.
midipix
1
-3
/
+3
2021-12-30
A new home.
midipix
1
-1
/
+1
2021-07-06
Annual chores.
midipix
1
-1
/
+1
2021-05-11
link mode: slbt_exec_link_create_executable(): place .exe.wrapper under .libs/.
midipix
1
-10
/
+9
2021-04-16
Whitespace meditation.
midipix
1
-1
/
+2
2021-04-15
library: replace all uses of stat() and lstat() with fstatat() counterparts.
midipix
1
-1
/
+6
2021-04-01
execute mode: fix NULL ptr deref with only one argument.
Lucio Andrés Illanes Albornoz
1
-26
/
+31
2020-12-20
internals: error tracing: record the not-found path upon ENOENT as needed.
midipix
1
-1
/
+1
2018-06-27
annual chores.
midipix
1
-1
/
+1
2017-02-05
annual chores, properly performed.
midipix
1
-1
/
+1
2017-02-04
annual chores.
midipix
1
-1
/
+1
2016-09-12
execute mode: properly handle direct program invocation.
midipix
1
-4
/
+9
2016-09-03
execute mode: added error trace support.
midipix
1
-3
/
+4
2016-05-20
execute mode: properly handle the current working directory.
midipix
1
-1
/
+2
2016-05-01
code maintenance: mark unused parameters, remove an unused variable.
midipix
1
-1
/
+0
2016-05-01
dry run: initial quick implementation.
midipix
1
-0
/
+4
2016-04-30
execute mode: initial implementation.
midipix
1
-0
/
+82