| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bugfix: el_execsequence() needs to exec argv2 when posix_spawn() fails | Laurent Bercot | 2019-10-19 | 1 | -5/+16 |
| | | |||||
| * | Remove import, prepare for 2.5.0.0 | Laurent Bercot | 2018-03-16 | 2 | -18/+7 |
| | | |||||
| * | Remove env_get | Laurent Bercot | 2017-12-25 | 1 | -2/+2 |
| | | |||||
| * | Use xpathexec_* functions | Laurent Bercot | 2017-05-18 | 2 | -4/+2 |
| | | |||||
| * | bugfix: catch empty blocks in multidefine | Laurent Bercot | 2017-04-11 | 2 | -0/+2 |
| | | |||||
| * | Replace memcpy with memmove in el_substitute (copying into the same string!) | Laurent Bercot | 2017-04-05 | 1 | -1/+1 |
| | | |||||
| * | More superfluous headers cleanup | Laurent Bercot | 2017-03-13 | 5 | -6/+1 |
| | | |||||
| * | Fix a few omissions | Laurent Bercot | 2017-03-12 | 8 | -30/+26 |
| | | |||||
| * | Fix typo in the import obsolescence warning | Laurent Bercot | 2017-03-08 | 1 | -1/+1 |
| | | |||||
| * | Make it build with skalibs 2.5.0.0 | Laurent Bercot | 2017-03-08 | 2 | -6/+7 |
| | | |||||
| * | Adapt to skalibs 2.5.0.0 API | Laurent Bercot | 2017-03-08 | 16 | -64/+47 |
| | | |||||
| * | Types fix: first pass | Laurent Bercot | 2017-01-07 | 13 | -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 management | Laurent Bercot | 2015-08-12 | 1 | -0/+1 |
| | | |||||
| * | - typo fix in configure | Laurent Bercot | 2015-08-11 | 1 | -1/+2 |
| | | | | | - do not depend on /bin/true | ||||
| * | - added el_parse() and friends | Laurent Bercot | 2015-03-26 | 4 | -0/+123 |
| | | | | | | - refactored execlineb to use them - version: rc for 2.1.1.1 | ||||
| * | - added forstdinv2.1.1.0 | Laurent Bercot | 2015-02-26 | 2 | -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.sh | Laurent Bercot | 2015-01-04 | 1 | -0/+0 |
| | | |||||
| * | Add option -u to import and importas | Laurent Bercot | 2014-12-31 | 5 | -6/+16 |
| | | |||||
| * | Adapt el_spawn1 to new child_spawn1 in skalibsv2.0.0.0 | Laurent Bercot | 2014-12-18 | 1 | -2/+2 |
| | | |||||
| * | initial commit: rc for execline-2.0.0.0 | Laurent Bercot | 2014-09-18 | 22 | -0/+980 |
