| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix chomping: only make it default on line-processing binaries | Laurent Bercot | 2020-11-24 | 14 | -33/+37 |
| * | Trivial bugfix | Laurent Bercot | 2020-11-24 | 1 | -1/+1 |
| * | Better forstdin | Laurent Bercot | 2020-11-24 | 1 | -8/+5 |
| * | Make forstdin only split on newlines by default | Laurent Bercot | 2020-11-24 | 1 | -1/+1 |
| * | New forstdin; new trap; prepare for 2.7.0.0 | Laurent Bercot | 2020-11-23 | 2 | -79/+79 |
| * | trap: fix off-by-one in argvs init | Laurent Bercot | 2020-08-04 | 1 | -4/+2 |
| * | Add -I/-i options to envfile | Laurent Bercot | 2020-05-26 | 1 | -9/+41 |
| * | New envfile format; prepare for 2.6.1.0 | Laurent Bercot | 2020-05-26 | 2 | -18/+136 |
| * | Simpler error management in el_substitute | Laurent Bercot | 2020-05-16 | 1 | -3/+1 |
| * | bugfix: el_substitute could incorrectly share stralloc pointers | Laurent Bercot | 2020-05-16 | 1 | -1/+1 |
| * | Extend runblock functionality (thanks Profpatsch) | Laurent Bercot | 2020-01-27 | 1 | -5/+12 |
| * | Rename cd/umask to execline-cd/execline-umask, make symlinks, etc. | Laurent Bercot | 2019-12-30 | 5 | -2/+12 |
| * | Add posix-umask; prepare for 2.6.0.0 | Laurent Bercot | 2019-12-24 | 3 | -0/+212 |
| * | Align dollarat option priority to rightmost | Laurent Bercot | 2019-12-24 | 1 | -1/+1 |
| * | Don't depend on PATH_MAX being defined | Laurent Bercot | 2019-10-20 | 1 | -0/+2 |
| * | bugfix: el_execsequence() needs to exec argv2 when posix_spawn() fails | Laurent Bercot | 2019-10-19 | 1 | -5/+16 |
| * | Make execlineb itself honor EXECLINE_STRICT | Laurent Bercot | 2019-10-12 | 1 | -0/+16 |
| * | Make posix-cd's CDPATH testing even more horrible | Laurent Bercot | 2019-10-11 | 1 | -1/+1 |
| * | posix-cd: correct stralloc len after canonicalization | Laurent Bercot | 2019-10-09 | 1 | -1/+2 |
| * | Fix posix-cd's ENOMEM exit code | Laurent Bercot | 2019-10-09 | 1 | -1/+1 |
| * | Add --enable-pedantic-posix, posix-cd, prepare for 2.5.3.0 | Laurent Bercot | 2019-10-09 | 3 | -15/+195 |
| * | Adapt to new stopwatch APIs | Laurent Bercot | 2019-09-06 | 2 | -4/+2 |
| * | Make trap and wait use a stopwatch | Laurent Bercot | 2019-09-04 | 2 | -0/+2 |
| * | Add envfile; prepare for 2.5.1.0 | Laurent Bercot | 2019-02-12 | 2 | -0/+94 |
| * | with pthread support for nsss | Laurent Bercot | 2018-07-28 | 1 | -0/+1 |
| * | Add nsss support (for homeof) | Laurent Bercot | 2018-07-28 | 1 | -0/+1 |
| * | Adapt to skalibs-2.7.0.0, prepare for 2.5.0.1 | Laurent Bercot | 2018-07-21 | 3 | -0/+3 |
| * | Use sig0_scan in trap.c | Laurent Bercot | 2018-03-21 | 1 | -4/+3 |
| * | Remove import, prepare for 2.5.0.0 | Laurent Bercot | 2018-03-16 | 6 | -37/+9 |
| * | Remove env_get | Laurent Bercot | 2017-12-25 | 2 | -5/+6 |
| * | bugfix: segfault in execlineb when both $@ and script are empty | Laurent Bercot | 2017-11-17 | 1 | -0/+1 |
| * | More conversion to xpathexec, make exit code change consistent across binaries | Laurent Bercot | 2017-08-22 | 2 | -2/+4 |
| * | Propagate fd_close() changes | Laurent Bercot | 2017-07-16 | 2 | -7/+0 |
| * | Use xpathexec_* functions | Laurent Bercot | 2017-05-18 | 33 | -83/+49 |
| * | Duh... don't forget half the NSIG instances | Laurent Bercot | 2017-04-28 | 1 | -2/+2 |
| * | Use the new SKALIBS_NSIG in trap.c to accommodate OpenBSD snowflakiness | Laurent Bercot | 2017-04-28 | 1 | -8/+8 |
| * | trap.c: explicitly include skalibs/nonposix.h for proper NSIG definition on,... | Laurent Bercot | 2017-04-28 | 1 | -0/+1 |
| * | trap.c: fix usage of NSIG (which is max+1, not max) | Laurent Bercot | 2017-04-28 | 1 | -10/+10 |
| * | Spell it out for OpenBSD: no, we don't want to trap SIGKILL or SIGSTOP, ever... | Laurent Bercot | 2017-04-28 | 1 | -0/+2 |
| * | Fix invalid variable name check in getpid (thanks jjk) | Laurent Bercot | 2017-04-13 | 1 | -1/+1 |
| * | 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 | 14 | -48/+42 |
| * | 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 | 5 | -7/+9 |
| * | Adapt to skalibs 2.5.0.0 API | Laurent Bercot | 2017-03-08 | 49 | -252/+189 |
| * | Revert size_t *, put a temporary XXX until skalibs changes | Laurent Bercot | 2017-01-10 | 1 | -1/+1 |
| * | Types fix: first pass | Laurent Bercot | 2017-01-07 | 35 | -114/+144 |
| * | bugfix: runblock -r segfaulted on too few arguments (thanks jjk) | Laurent Bercot | 2016-10-16 | 1 | -1/+1 |