aboutsummaryrefslogtreecommitdiffstats
path: root/src/libexecline/el_execsequence.c
Commit message (Collapse)AuthorAgeFilesLines
* Use more accurate exit codes in backtick and foregroundLaurent Bercot2024-04-151-3/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.0.2Laurent Bercot2022-11-291-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Port to skalibs-2.9.4.0Laurent Bercot2020-11-251-5/+5
|
* bugfix: el_execsequence() needs to exec argv2 when posix_spawn() failsLaurent Bercot2019-10-191-5/+16
|
* Use xpathexec_* functionsLaurent Bercot2017-05-181-2/+1
|
* Adapt to skalibs 2.5.0.0 APILaurent Bercot2017-03-081-30/+12
|
* Types fix: first passLaurent Bercot2017-01-071-1/+1
| | | | | | | | This pass makes variable size_t-ready, so everything works when the prototypes are fixed in skalibs. Some code uses "unsigned int *" where it should be "size_t *"; it cannot be changed now, but it's been marked with XXX. It must change at the same time as the skalibs API.
* initial commit: rc for execline-2.0.0.0Laurent Bercot2014-09-181-0/+41