Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use more accurate exit codes in backtick and foreground | Laurent Bercot | 2024-04-15 | 2 | -4/+6 |
* | Prepare for 2.9.5.0; add ? support in backtick | Laurent Bercot | 2024-04-06 | 4 | -10/+87 |
* | Prepare for 2.9.4.1; fix some stack smashing | Laurent Bercot | 2023-12-26 | 1 | -1/+1 |
* | No, really | Laurent Bercot | 2023-12-20 | 1 | -1/+1 |
* | env_mergen() should never fail, by policy | Laurent Bercot | 2023-12-20 | 1 | -2/+1 |
* | bsdsnowflake is a lighter approach than nonposix | Laurent Bercot | 2023-09-15 | 1 | -1/+1 |
* | Next try for bad sys/stat.h | Laurent Bercot | 2023-09-12 | 1 | -4/+5 |
* | posixify eltest for time checks | Laurent Bercot | 2023-09-12 | 1 | -3/+5 |
* | Defork execline | Laurent Bercot | 2023-09-11 | 6 | -79/+57 |
* | Adapt to skalibs-2.14 | Laurent Bercot | 2023-09-09 | 4 | -7/+10 |
* | Add dummy -e option to execlineb | Laurent Bercot | 2023-04-21 | 1 | -2/+3 |
* | Better error reporting in execlineb | Laurent Bercot | 2023-04-07 | 1 | -10/+20 |
* | regression fix: initialize pids in the trap main function | Laurent Bercot | 2023-03-28 | 1 | -1/+1 |
* | Prepare for 2.9.3.0; add elgetopt -D | Laurent Bercot | 2023-02-28 | 1 | -5/+20 |
* | Multicall improvements | Laurent Bercot | 2023-02-02 | 11 | -90/+90 |
* | Add a multicall target. If you use it, you're on your own. | Laurent Bercot | 2023-02-01 | 7 | -46/+51 |
* | Prepare for 2.9.1.0; add eltest | Laurent Bercot | 2022-12-20 | 2 | -0/+506 |
* | Prepare for 2.9.0.2 | Laurent Bercot | 2022-11-29 | 57 | -57/+57 |
* | bugfix: make wait -t less borked | Laurent Bercot | 2022-06-28 | 1 | -26/+47 |
* | Fix trailing whitespace in PARSING.txt | Laurent Bercot | 2022-06-13 | 1 | -1/+1 |
* | Consistency pass | Laurent Bercot | 2022-05-26 | 2 | -19/+19 |
* | Rewrite el_parse.c, document the transition table | Laurent Bercot | 2022-05-26 | 2 | -43/+151 |
* | bugfix: getpid didn't read -P|-p | Laurent Bercot | 2022-05-20 | 1 | -1/+1 |
* | Prepare for 2.9.0.0; rewrite "wait" | Laurent Bercot | 2022-04-20 | 1 | -56/+103 |
* | Allow getpid to get the ppid instead | Laurent Bercot | 2022-02-04 | 1 | -2/+5 |
* | Add shell matching option to case | Laurent Bercot | 2021-11-26 | 1 | -25/+43 |
* | bugfix: "" usage in multidefine -r | Laurent Bercot | 2021-08-25 | 1 | -1/+1 |
* | Fix case | Laurent Bercot | 2021-08-13 | 1 | -14/+15 |
* | Add case (yet untested) | Laurent Bercot | 2021-08-11 | 2 | -0/+125 |
* | Fix sig_catch() interface | Laurent Bercot | 2021-08-04 | 1 | -1/+1 |
* | Adapt to skalibs-2.11.0.0 | Laurent Bercot | 2021-08-04 | 41 | -59/+61 |
* | Add helpful error messages on loopwhilex { block } (and ifte too) | Laurent Bercot | 2021-02-11 | 2 | -2/+15 |
* | Change backtick option to -x | Laurent Bercot | 2021-02-11 | 1 | -3/+3 |
* | Make if propagate failure code | Laurent Bercot | 2021-02-02 | 1 | -6/+7 |
* | Prepare for 2.8.0.0; change backtick options and default behaviour | Laurent Bercot | 2021-02-02 | 1 | -13/+13 |
* | portability: ensure trap works even on systems with bad sigfillset | Laurent Bercot | 2021-01-23 | 1 | -15/+12 |
* | bugfix: exlsn_exlp must not choke on 0 args | Laurent Bercot | 2021-01-23 | 1 | -1/+0 |
* | bugfix: trap needs to actually trap SIGCHLD :) | Laurent Bercot | 2021-01-23 | 1 | -1/+1 |
* | bugfix: emptyenv -c | Laurent Bercot | 2021-01-16 | 1 | -1/+1 |
* | Add -E option for variable autoimport | Laurent Bercot | 2020-12-30 | 15 | -199/+268 |
* | Fix build with skalibs-2.10.0.0 | Laurent Bercot | 2020-11-30 | 6 | -5/+9 |
* | Port to skalibs-2.9.4.0 | Laurent Bercot | 2020-11-25 | 41 | -135/+169 |
* | Fix small build bug | Laurent Bercot | 2020-11-24 | 1 | -1/+4 |
* | Fix chomping: only make it default on line-processing binaries | Laurent Bercot | 2020-11-24 | 14 | -33/+37 |
* | Trivial bugfix | Laurent Bercot | 2020-11-24 | 1 | -1/+1 |
* | Better forstdin | Laurent Bercot | 2020-11-24 | 1 | -8/+5 |
* | Make forstdin only split on newlines by default | Laurent Bercot | 2020-11-24 | 1 | -1/+1 |
* | New forstdin; new trap; prepare for 2.7.0.0 | Laurent Bercot | 2020-11-23 | 2 | -79/+79 |
* | trap: fix off-by-one in argvs init | Laurent Bercot | 2020-08-04 | 1 | -4/+2 |
* | Add -I/-i options to envfile | Laurent Bercot | 2020-05-26 | 1 | -9/+41 |