| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix wait command interaction with EXECLINE_STRICT | Laurent Bercot | 2026-03-09 | 1 | -0/+1 |
| | | | | | | | | | el_semicolon() hardcodes failure on EXECLINE_STRICT=2, but we want to accept a no-block interface for wait, so write a separate el_semicolon_nostrict() function and use it in wait. Also use gol in wait, and prepare deprecation of quote chars other than space and null (we can hardcode this np) | ||||
| * | Prepare for 2.9.7.0 ; rework forx/forstdin -p, add -P maxpar | Laurent Bercot | 2024-11-06 | 1 | -0/+2 |
| | | | | | | | Also refactor several things to keep global footprint low Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 2.9.5.0; add ? support in backtick | Laurent Bercot | 2024-04-06 | 1 | -0/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Defork execline | Laurent Bercot | 2023-09-11 | 1 | -1/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add -E option for variable autoimport | Laurent Bercot | 2020-12-30 | 1 | -0/+2 |
| | | |||||
| * | Remove import, prepare for 2.5.0.0 | Laurent Bercot | 2018-03-16 | 1 | -1/+1 |
| | | |||||
| * | Link shared libs against their -l deps, better libpath management | Laurent Bercot | 2015-08-12 | 1 | -0/+1 |
| | | |||||
| * | - added el_parse() and friends | Laurent Bercot | 2015-03-26 | 1 | -0/+3 |
| | | | | | | - refactored execlineb to use them - version: rc for 2.1.1.1 | ||||
| * | - added forstdinv2.1.1.0 | Laurent Bercot | 2015-02-26 | 1 | -1/+0 |
| | | | | | | | - rewrote forbacktickx as a wrapper around forstdin - removed el_obsolescent - version: rc for 2.1.1.0 | ||||
| * | Remove -x test from gen-deps.sh | Laurent Bercot | 2015-01-04 | 1 | -0/+0 |
| | | |||||
| * | initial commit: rc for execline-2.0.0.0 | Laurent Bercot | 2014-09-18 | 1 | -0/+21 |
