aboutsummaryrefslogtreecommitdiffstats
path: root/src/libexecline/el_spawn1.c
Commit message (Collapse)AuthorAgeFilesLines
* Defork execlineLaurent Bercot2023-09-111-16/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.14Laurent Bercot2023-09-091-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More superfluous headers cleanupLaurent Bercot2017-03-131-1/+0
|
* Types fix: first passLaurent Bercot2017-01-071-1/+2
| | | | | | | | 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.
* Adapt el_spawn1 to new child_spawn1 in skalibsv2.0.0.0Laurent Bercot2014-12-181-2/+2
|
* initial commit: rc for execline-2.0.0.0Laurent Bercot2014-09-181-0/+15