about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update documentation mainLaurent Bercot2024-11-062-2/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Support -P in forbacktickx as wellLaurent Bercot2024-11-061-6/+15
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.7.0 ; rework forx/forstdin -p, add -P maxparLaurent Bercot2024-11-0618-159/+150
| | | | | | Also refactor several things to keep global footprint low Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.9.6.1 v2.9.6.1Laurent Bercot2024-10-092-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Install static libraries in /usr/lib by defaultLaurent Bercot2024-09-234-20/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.6.1Laurent Bercot2024-09-135-6/+21
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix runblock segv HEAD masterLaurent Bercot2024-07-211-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.9.6.0 v2.9.6.0Laurent Bercot2024-06-071-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add importas -SLaurent Bercot2024-06-034-6/+20
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.6.0, add elglob -dLaurent Bercot2024-05-279-15/+55
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* 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>