Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-20 | Prepare for 2.9.0.0; rewrite "wait" | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-03-24 | Doc typo fix | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-03-08 | Prepare for 2.8.3.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-02-04 | Allow getpid to get the ppid instead | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-02-03 | Fix broken link | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-12-21 | Doc fix | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-12-19 | Prepare for 2.8.2.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-11-26 | Add shell matching option to case | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-10-21 | Fix case usage example | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-10-18 | Doc fix | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-26 | version: 2.8.1.0v2.8.1.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-13 | Fix case | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-11 | Better case documentation | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-11 | Add case (yet untested) | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-10 | Prepare for 2.8.1.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-06-17 | Add CONTRIBUTING and DCO files; fix link to mailing-list | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-04-15 | version: 2.8.0.1v2.8.0.1 | Laurent Bercot | |
2021-04-13 | Prepare for 2.8.0.1 | Laurent Bercot | |
2021-03-15 | docfix: forstdin actually chomps the last line even without crunching | Laurent Bercot | |
2021-02-17 | Doc fix | Laurent Bercot | |
2021-02-15 | Add link to the execline manpages | Laurent Bercot | |
2021-02-14 | Apply doc fixes by flexibeast and suggestions by Profpatsch&aranea | Laurent Bercot | |
2021-02-11 | Change backtick option to -x | Laurent Bercot | |
2021-02-02 | Make if propagate failure code | Laurent Bercot | |
2021-02-02 | Prepare for 2.8.0.0; change backtick options and default behaviour | Laurent Bercot | |
2021-01-23 | Prepare for 2.7.0.1 | Laurent Bercot | |
2021-01-22 | Doc typo fixes (thanks mumahendras) | Laurent Bercot | |
2021-01-02 | Document optional nsss dependency | Laurent Bercot | |
2020-12-30 | Add -E option for variable autoimport | Laurent Bercot | |
2020-12-25 | Fix link to etalabs.net (thanks Carl) | Laurent Bercot | |
2020-11-30 | Bump skalibs dep | Laurent Bercot | |
2020-11-24 | Fix chomping: only make it default on line-processing binaries | Laurent Bercot | |
2020-11-24 | Better forstdin | Laurent 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 default | Laurent Bercot | |
2020-11-24 | More trap doc | Laurent Bercot | |
2020-11-23 | New forstdin; new trap; prepare for 2.7.0.0 | Laurent Bercot | |
2020-11-08 | Doc fix | Laurent Bercot | |
2020-10-04 | doc: fix URLs | Laurent Bercot | |
2020-10-01 | Prepare for 2.6.1.1 | Laurent Bercot | |
2020-05-26 | Add -I/-i options to envfile | Laurent Bercot | |
2020-05-26 | New envfile format; prepare for 2.6.1.0 | Laurent Bercot | |
2020-05-16 | bugfix: el_substitute could incorrectly share stralloc pointers | Laurent Bercot | |
2020-04-06 | Prepare for 2.6.0.1 | Laurent Bercot | |
2020-03-30 | execline: fix html errors | Colin Booth | |
Signed-off-by: Colin Booth <colin@heliocat.net> | |||
2020-01-27 | Update skalibs dep to 2.9.2.0 | Laurent 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.0 | Laurent Bercot | |
2019-12-24 | Align dollarat option priority to rightmost | Laurent Bercot | |
2019-10-09 | Add --enable-pedantic-posix, posix-cd, prepare for 2.5.3.0 | Laurent Bercot | |
Also make wait posix-compliant and update doc. |