summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* version: 2.9.5.1 v2.9.5.1Laurent Bercot2024-04-161-8/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix off-by-one in backtick; prepare for 2.9.5.1Laurent Bercot2024-04-166-4/+17
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.9.5.0 v2.9.5.0Laurent Bercot2024-04-151-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Use more accurate exit codes in backtick and foregroundLaurent Bercot2024-04-153-6/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.5.0; add ? support in backtickLaurent Bercot2024-04-0612-25/+119
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.4.1; fix some stack smashingLaurent Bercot2023-12-267-5/+19
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* No, reallyLaurent Bercot2023-12-201-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* env_mergen() should never fail, by policyLaurent Bercot2023-12-201-2/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.9.4.0 v2.9.4.0Laurent Bercot2023-11-061-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Tentative workaround for make bugLaurent Bercot2023-11-022-1/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Also fix /commandLaurent Bercot2023-10-301-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Also fix cleaningLaurent Bercot2023-10-301-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix multicall symlink installationLaurent Bercot2023-10-301-7/+20
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Simpler MakefileLaurent Bercot2023-09-221-27/+17
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update quine-dam to a working versionLaurent Bercot2023-09-211-6/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bsdsnowflake is a lighter approach than nonposixLaurent Bercot2023-09-152-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Next try for bad sys/stat.hLaurent Bercot2023-09-121-4/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* posixify eltest for time checksLaurent Bercot2023-09-122-3/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Defork execlineLaurent Bercot2023-09-117-84/+62
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2023-09-094-7/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.14Laurent Bercot2023-09-094-7/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: Catch all of variable valuesMobin2023-07-101-1/+1
| | | | | | | If variables have multiple values (such as CFLAGS="-std=c11 -fPIE"), eval drops most values (except first one) from it. This commit fixes this issue. Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
* Doc fixLaurent Bercot2023-06-272-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc formatting fixesLaurent Bercot2023-06-252-15/+14
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.4.0Laurent Bercot2023-06-245-4/+18
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add dummy -e option to execlinebLaurent Bercot2023-04-212-4/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Better error reporting in execlinebLaurent Bercot2023-04-071-10/+20
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.9.3.0 v2.9.3.0Laurent Bercot2023-04-021-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* regression fix: initialize pids in the trap main functionLaurent Bercot2023-03-283-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixLaurent Bercot2023-03-091-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.3.0; add elgetopt -DLaurent Bercot2023-02-286-9/+46
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.9.2.1 v2.9.2.1Laurent Bercot2023-02-211-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.2.1; make sort locale-independentLaurent Bercot2023-02-186-3/+18
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.9.2.0 v2.9.2.0Laurent Bercot2023-02-171-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Autoset INTERNAL_LIBSLaurent Bercot2023-02-173-3/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix multicall dependenciesLaurent Bercot2023-02-121-2/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixLaurent Bercot2023-02-121-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixLaurent Bercot2023-02-122-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix multicall usageLaurent Bercot2023-02-122-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Do not protest as muchLaurent Bercot2023-02-112-6/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix symlink installation dependency ruleLaurent Bercot2023-02-101-1/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Document execline and multicallLaurent Bercot2023-02-054-6/+113
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Simplify build system, add --enable-multicallLaurent Bercot2023-02-054-91/+54
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add multicall-all target for easier automationLaurent Bercot2023-02-041-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add multicall-global-linksLaurent Bercot2023-02-041-2/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.2.0, add install target for multicallLaurent Bercot2023-02-029-15/+59
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Multicall improvementsLaurent Bercot2023-02-0213-96/+97
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add a multicall target. If you use it, you're on your own.Laurent Bercot2023-02-0112-48/+167
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.9.1.0 v2.9.1.0Laurent Bercot2023-01-142-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixesLaurent Bercot2023-01-051-5/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>