summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-08-11 Add case (yet untested)Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-04 Fix sig_catch() interfaceLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-04 Adapt to skalibs-2.11.0.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-02-11 Add helpful error messages on loopwhilex { block } (and ifte too)Laurent Bercot
2021-02-11 Change backtick option to -xLaurent Bercot
2021-02-02 Make if propagate failure codeLaurent Bercot
2021-02-02 Prepare for 2.8.0.0; change backtick options and default behaviourLaurent Bercot
2021-01-23 portability: ensure trap works even on systems with bad sigfillsetLaurent Bercot
2021-01-23 bugfix: exlsn_exlp must not choke on 0 argsLaurent Bercot
2021-01-23 bugfix: trap needs to actually trap SIGCHLD :)Laurent Bercot
2021-01-16 bugfix: emptyenv -cLaurent Bercot
2020-12-30 Add -E option for variable autoimportLaurent Bercot
2020-11-30 Fix build with skalibs-2.10.0.0Laurent Bercot
2020-11-25 Port to skalibs-2.9.4.0Laurent Bercot
2020-11-24 Fix small build bugLaurent Bercot
2020-11-24 Fix chomping: only make it default on line-processing binariesLaurent Bercot
2020-11-24 Trivial bugfixLaurent Bercot
2020-11-24 Better forstdinLaurent Bercot
No need for the complexity: the important distinction is between "eof after reading something" and "eof right away". 0 is a natural fit for eof after some data, and 1 is a natural fit for immediate eof. Anything else can be scripted around this.
2020-11-24 Make forstdin only split on newlines by defaultLaurent Bercot
2020-11-23 New forstdin; new trap; prepare for 2.7.0.0Laurent Bercot
2020-08-04trap: fix off-by-one in argvs initLaurent Bercot
Oh hey, gcc 10.2 actually came with a useful new warning that helps catch off-by-ones!
2020-05-26 Add -I/-i options to envfileLaurent Bercot
2020-05-26 New envfile format; prepare for 2.6.1.0Laurent Bercot
2020-05-16 Simpler error management in el_substituteLaurent Bercot
2020-05-16 bugfix: el_substitute could incorrectly share stralloc pointersLaurent Bercot
2020-01-27 Extend runblock functionality (thanks Profpatsch)Laurent Bercot
2019-12-30 Rename cd/umask to execline-cd/execline-umask, make symlinks, etc.Laurent Bercot
2019-12-24 Add posix-umask; prepare for 2.6.0.0Laurent Bercot
2019-12-24 Align dollarat option priority to rightmostLaurent Bercot
2019-10-20 Don't depend on PATH_MAX being definedLaurent Bercot
2019-10-19 bugfix: el_execsequence() needs to exec argv2 when posix_spawn() failsLaurent Bercot
2019-10-12 Make execlineb itself honor EXECLINE_STRICTLaurent Bercot
2019-10-11 Make posix-cd's CDPATH testing even more horribleLaurent Bercot
2019-10-09 posix-cd: correct stralloc len after canonicalizationLaurent Bercot
2019-10-09 Fix posix-cd's ENOMEM exit codeLaurent Bercot
2019-10-09 Add --enable-pedantic-posix, posix-cd, prepare for 2.5.3.0Laurent Bercot
Also make wait posix-compliant and update doc.
2019-09-06 Adapt to new stopwatch APIsLaurent Bercot
2019-09-04 Make trap and wait use a stopwatchLaurent Bercot
2019-02-12 Add envfile; prepare for 2.5.1.0Laurent Bercot
2018-07-28 with pthread support for nsssLaurent Bercot
2018-07-28 Add nsss support (for homeof)Laurent Bercot
2018-07-21 Adapt to skalibs-2.7.0.0, prepare for 2.5.0.1Laurent Bercot
2018-03-21 Use sig0_scan in trap.cLaurent Bercot
2018-03-16 Remove import, prepare for 2.5.0.0Laurent Bercot
2017-12-25 Remove env_getLaurent Bercot
2017-11-17 bugfix: segfault in execlineb when both $@ and script are emptyLaurent Bercot
2017-08-22 More conversion to xpathexec, make exit code change consistent across binariesLaurent Bercot
2017-07-16 Propagate fd_close() changesLaurent Bercot
2017-05-18 Use xpathexec_* functionsLaurent Bercot
2017-04-28 Duh... don't forget half the NSIG instancesLaurent Bercot