summaryrefslogtreecommitdiff
path: root/src/logic/slbt_exec_execute.c
AgeCommit message (Collapse)AuthorFilesLines
2024-03-20slbt_exec_execute(): guard against corner-case long file names.midipix1-1/+5
2024-03-14Once skinny, forever strong.midipix1-1/+1
2024-03-08execute mode: reimplemented with well-formed semantics.midipix1-44/+146
2024-02-21core api: simplified the _exec_ interfaces.midipix1-16/+9
2024-02-20utility api's: _output_ namespace: simplified the execution context interfaces.midipix1-1/+1
2024-02-19library api's: _ectx_ (command execution context) namespace overhaul.midipix1-4/+4
2024-02-10Annual chores.midipix1-1/+1
2024-02-10code base: simplify checks against value returned from snprintf() via wrapper.midipix1-3/+3
2021-12-30A new home.midipix1-1/+1
2021-07-06Annual chores.midipix1-1/+1
2021-05-11link mode: slbt_exec_link_create_executable(): place .exe.wrapper under .libs/.midipix1-10/+9
2021-04-16Whitespace meditation.midipix1-1/+2
2021-04-15library: replace all uses of stat() and lstat() with fstatat() counterparts.midipix1-1/+6
2021-04-01execute mode: fix NULL ptr deref with only one argument.Lucio Andrés Illanes Albornoz1-26/+31
2020-12-20internals: error tracing: record the not-found path upon ENOENT as needed.midipix1-1/+1
2018-06-27annual chores.midipix1-1/+1
2017-02-05annual chores, properly performed.midipix1-1/+1
2017-02-04annual chores.midipix1-1/+1
2016-09-12execute mode: properly handle direct program invocation.midipix1-4/+9
2016-09-03execute mode: added error trace support.midipix1-3/+4
2016-05-20execute mode: properly handle the current working directory.midipix1-1/+2
2016-05-01code maintenance: mark unused parameters, remove an unused variable.midipix1-1/+0
2016-05-01dry run: initial quick implementation.midipix1-0/+4
With the current patch, slibtool respects --dry-run by turning the various modes (compile, link, install, execute) into no-ops. For at least the compile and install mode, it should be possible to output complete information about the steps that would be performed under default operation conditions, however that is not yet implemented.
2016-04-30execute mode: initial implementation.midipix1-0/+82