Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-26 | Rewrite el_parse.c, document the transition table | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-25 | bugfix: "" usage in multidefine -r | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-04 | Adapt to skalibs-2.11.0.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-01-23 | bugfix: exlsn_exlp must not choke on 0 args | Laurent Bercot | |
2020-12-30 | Add -E option for variable autoimport | Laurent Bercot | |
2020-11-25 | Port to skalibs-2.9.4.0 | Laurent Bercot | |
2020-11-24 | Fix chomping: only make it default on line-processing binaries | Laurent Bercot | |
2020-05-16 | Simpler error management in el_substitute | Laurent Bercot | |
2020-05-16 | bugfix: el_substitute could incorrectly share stralloc pointers | Laurent Bercot | |
2019-10-19 | bugfix: el_execsequence() needs to exec argv2 when posix_spawn() fails | Laurent Bercot | |
2018-03-16 | Remove import, prepare for 2.5.0.0 | Laurent Bercot | |
2017-12-25 | Remove env_get | Laurent Bercot | |
2017-05-18 | Use xpathexec_* functions | Laurent Bercot | |
2017-04-11 | bugfix: catch empty blocks in multidefine | Laurent Bercot | |
2017-04-05 | Replace memcpy with memmove in el_substitute (copying into the same string!) | Laurent Bercot | |
2017-03-13 | More superfluous headers cleanup | Laurent Bercot | |
2017-03-12 | Fix a few omissions | Laurent Bercot | |
2017-03-08 | Fix typo in the import obsolescence warning | Laurent Bercot | |
2017-03-08 | Make it build with skalibs 2.5.0.0 | Laurent Bercot | |
2017-03-08 | Adapt to skalibs 2.5.0.0 API | Laurent Bercot | |
2017-01-07 | Types fix: first pass | Laurent Bercot | |
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. | |||
2015-08-12 | Link shared libs against their -l deps, better libpath management | Laurent Bercot | |
2015-08-11 | - typo fix in configure | Laurent Bercot | |
- do not depend on /bin/true | |||
2015-03-26 | - added el_parse() and friends | Laurent Bercot | |
- refactored execlineb to use them - version: rc for 2.1.1.1 | |||
2015-02-26 | - added forstdinv2.1.1.0 | Laurent Bercot | |
- rewrote forbacktickx as a wrapper around forstdin - removed el_obsolescent - version: rc for 2.1.1.0 | |||
2015-01-04 | Remove -x test from gen-deps.sh | Laurent Bercot | |
2014-12-31 | Add option -u to import and importas | Laurent Bercot | |
2014-12-18 | Adapt el_spawn1 to new child_spawn1 in skalibsv2.0.0.0 | Laurent Bercot | |
2014-09-18 | initial commit: rc for execline-2.0.0.0 | Laurent Bercot | |