summaryrefslogtreecommitdiff
path: root/src/logic/slbt_exec_execute.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-30execute mode: initial implementation.midipix1-0/+82