aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix build with skalibs-2.10.0.0Laurent Bercot2020-11-306-5/+9
|
* Port to skalibs-2.9.4.0Laurent Bercot2020-11-2541-135/+169
|
* Fix small build bugLaurent Bercot2020-11-241-1/+4
|
* Fix chomping: only make it default on line-processing binariesLaurent Bercot2020-11-2426-77/+132
|
* Trivial bugfixLaurent Bercot2020-11-241-1/+1
|
* Better forstdinLaurent Bercot2020-11-244-16/+16
| | | | | | | 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.
* Make forstdin only split on newlines by defaultLaurent Bercot2020-11-244-5/+9
|
* More trap docLaurent Bercot2020-11-241-2/+4
|
* New forstdin; new trap; prepare for 2.7.0.0Laurent Bercot2020-11-239-97/+115
|
* Doc fixLaurent Bercot2020-11-081-1/+1
|
* version: 2.6.1.1v2.6.1.1Laurent Bercot2020-10-041-1/+1
|
* doc: fix URLsLaurent Bercot2020-10-0412-21/+21
|
* Prepare for 2.6.1.1Laurent Bercot2020-10-015-4/+17
|
* Authors name updateLaurent Bercot2020-09-281-1/+1
|
* trap: fix off-by-one in argvs initLaurent Bercot2020-08-041-4/+2
| | | | | Oh hey, gcc 10.2 actually came with a useful new warning that helps catch off-by-ones!
* version: 2.6.1.0v2.6.1.0Laurent Bercot2020-06-091-0/+1
|
* Add -I/-i options to envfileLaurent Bercot2020-05-262-10/+51
|
* New envfile format; prepare for 2.6.1.0Laurent Bercot2020-05-267-31/+186
|
* version: 2.6.0.2v2.6.0.2Laurent Bercot2020-05-212-2/+0
|
* Simpler error management in el_substituteLaurent Bercot2020-05-161-3/+1
|
* bugfix: el_substitute could incorrectly share stralloc pointersLaurent Bercot2020-05-166-3/+16
|
* version: 2.6.0.1v2.6.0.1Laurent Bercot2020-04-061-1/+1
|
* Prepare for 2.6.0.1Laurent Bercot2020-04-065-4/+17
|
* execline: fix html errorsColin Booth2020-03-308-11/+13
| | | | Signed-off-by: Colin Booth <colin@heliocat.net>
* Fix slashpackage exporting of cd and umaskLaurent Bercot2020-03-222-4/+4
|
* version: 2.6.0.0v2.6.0.0Laurent Bercot2020-03-021-1/+0
|
* Update skalibs dep to 2.9.2.0Laurent Bercot2020-01-273-2/+4
|
* Fix installed shared lib dependenciesLaurent Bercot2020-01-271-3/+2
|
* Extend runblock functionality (thanks Profpatsch)Laurent Bercot2020-01-275-7/+23
|
* Fix package/modesLaurent Bercot2019-12-301-2/+2
|
* Rename cd/umask to execline-cd/execline-umask, make symlinks, etc.Laurent Bercot2019-12-3018-141/+183
|
* Add posix-umask; prepare for 2.6.0.0Laurent Bercot2019-12-2413-8/+318
|
* Align dollarat option priority to rightmostLaurent Bercot2019-12-242-3/+4
|
* version: 2.5.3.0v2.5.3.0Laurent Bercot2019-10-211-0/+1
|
* Fix gen-deps.sh for cross-buildsLaurent Bercot2019-10-212-95/+95
|
* Fix generated CC for cross-buildsLaurent Bercot2019-10-211-1/+1
|
* Don't depend on PATH_MAX being definedLaurent Bercot2019-10-201-0/+2
|
* bugfix: el_execsequence() needs to exec argv2 when posix_spawn() failsLaurent Bercot2019-10-192-5/+17
|
* Make execlineb itself honor EXECLINE_STRICTLaurent Bercot2019-10-121-0/+16
|
* Make posix-cd's CDPATH testing even more horribleLaurent Bercot2019-10-112-2/+3
|
* posix-cd: correct stralloc len after canonicalizationLaurent Bercot2019-10-091-1/+2
|
* Fix posix-cd's ENOMEM exit codeLaurent Bercot2019-10-092-1/+2
|
* Add --enable-pedantic-posix, posix-cd, prepare for 2.5.3.0Laurent Bercot2019-10-0916-24/+324
| | | | Also make wait posix-compliant and update doc.
* version: 2.5.2.0v2.5.2.0Laurent Bercot2019-09-221-1/+1
|
* Fix configure permissionsLaurent Bercot2019-09-211-0/+0
|
* Remove tainnow dependency in configure tooLaurent Bercot2019-09-211-2/+0
|
* Adapt to new stopwatch APIsLaurent Bercot2019-09-062-4/+2
|
* Make trap and wait use a stopwatchLaurent Bercot2019-09-042-0/+2
|
* Prepare for 2.5.2.0Laurent Bercot2019-08-095-4/+18
|
* Makefile needs to be adjusted tooLaurent Bercot2019-07-221-5/+4
|