aboutsummaryrefslogtreecommitdiffstats
path: root/src/libexecline
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: el_execsequence() needs to exec argv2 when posix_spawn() failsLaurent Bercot2019-10-191-5/+16
|
* Remove import, prepare for 2.5.0.0Laurent Bercot2018-03-162-18/+7
|
* Remove env_getLaurent Bercot2017-12-251-2/+2
|
* Use xpathexec_* functionsLaurent Bercot2017-05-182-4/+2
|
* bugfix: catch empty blocks in multidefineLaurent Bercot2017-04-112-0/+2
|
* Replace memcpy with memmove in el_substitute (copying into the same string!)Laurent Bercot2017-04-051-1/+1
|
* More superfluous headers cleanupLaurent Bercot2017-03-135-6/+1
|
* Fix a few omissionsLaurent Bercot2017-03-128-30/+26
|
* Fix typo in the import obsolescence warningLaurent Bercot2017-03-081-1/+1
|
* Make it build with skalibs 2.5.0.0Laurent Bercot2017-03-082-6/+7
|
* Adapt to skalibs 2.5.0.0 APILaurent Bercot2017-03-0816-64/+47
|
* Types fix: first passLaurent Bercot2017-01-0713-65/+83
| | | | | | | | 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.
* Link shared libs against their -l deps, better libpath managementLaurent Bercot2015-08-121-0/+1
|
* - typo fix in configureLaurent Bercot2015-08-111-1/+2
| | | | - do not depend on /bin/true
* - added el_parse() and friendsLaurent Bercot2015-03-264-0/+123
| | | | | - refactored execlineb to use them - version: rc for 2.1.1.1
* - added forstdinv2.1.1.0Laurent Bercot2015-02-262-11/+0
| | | | | | - rewrote forbacktickx as a wrapper around forstdin - removed el_obsolescent - version: rc for 2.1.1.0
* Remove -x test from gen-deps.shLaurent Bercot2015-01-041-0/+0
|
* Add option -u to import and importasLaurent Bercot2014-12-315-6/+16
|
* 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-1822-0/+980