Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-24 | Fix chomping: only make it default on line-processing binaries | Laurent Bercot | |
2020-11-24 | Trivial bugfix | 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 | version: 2.6.1.1v2.6.1.1 | Laurent Bercot | |
2020-10-04 | doc: fix URLs | Laurent Bercot | |
2020-10-01 | Prepare for 2.6.1.1 | Laurent Bercot | |
2020-09-28 | Authors name update | Laurent Bercot | |
2020-08-04 | trap: fix off-by-one in argvs init | Laurent Bercot | |
Oh hey, gcc 10.2 actually came with a useful new warning that helps catch off-by-ones! | |||
2020-06-09 | version: 2.6.1.0v2.6.1.0 | 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-21 | version: 2.6.0.2v2.6.0.2 | 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 | |
2020-04-06 | version: 2.6.0.1v2.6.0.1 | 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-03-22 | Fix slashpackage exporting of cd and umask | Laurent Bercot | |
2020-03-02 | version: 2.6.0.0v2.6.0.0 | Laurent Bercot | |
2020-01-27 | Update skalibs dep to 2.9.2.0 | Laurent Bercot | |
2020-01-27 | Fix installed shared lib dependencies | Laurent Bercot | |
2020-01-27 | Extend runblock functionality (thanks Profpatsch) | Laurent Bercot | |
2019-12-30 | Fix package/modes | 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-21 | version: 2.5.3.0v2.5.3.0 | Laurent Bercot | |
2019-10-21 | Fix gen-deps.sh for cross-builds | Laurent Bercot | |
2019-10-21 | Fix generated CC for cross-builds | Laurent Bercot | |
2019-10-20 | Don't depend on PATH_MAX being defined | Laurent Bercot | |
2019-10-19 | bugfix: el_execsequence() needs to exec argv2 when posix_spawn() fails | Laurent Bercot | |
2019-10-12 | Make execlineb itself honor EXECLINE_STRICT | Laurent Bercot | |
2019-10-11 | Make posix-cd's CDPATH testing even more horrible | Laurent Bercot | |
2019-10-09 | posix-cd: correct stralloc len after canonicalization | Laurent Bercot | |
2019-10-09 | Fix posix-cd's ENOMEM exit code | 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. | |||
2019-09-22 | version: 2.5.2.0v2.5.2.0 | Laurent Bercot | |
2019-09-21 | Fix configure permissions | Laurent Bercot | |
2019-09-21 | Remove tainnow dependency in configure too | Laurent Bercot | |
2019-09-06 | Adapt to new stopwatch APIs | Laurent Bercot | |
2019-09-04 | Make trap and wait use a stopwatch | Laurent Bercot | |
2019-08-09 | Prepare for 2.5.2.0 | Laurent Bercot | |
2019-07-22 | Makefile needs to be adjusted too | Laurent Bercot | |
2019-07-22 | Make configure CC-friendlier | Laurent Bercot | |
2019-06-17 | Doc typo fix | Laurent Bercot | |
2019-05-20 | Doc fix | Laurent Bercot | |