| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prepare for 2.9.9.1. Correctly include locale.h when necessary. | Laurent Bercot | 2026-05-09 | 1 | -3/+4 |
| * | Change redirfd -v to redirfd -f, for less cognitive load | Laurent Bercot | 2026-05-05 | 1 | -5/+5 |
| * | Minor code cleanups | Laurent Bercot | 2026-04-11 | 2 | -9/+10 |
| * | Add -v option to redirfd | Laurent Bercot | 2026-04-01 | 2 | -42/+81 |
| * | Fix wait command interaction with EXECLINE_STRICT | Laurent Bercot | 2026-03-09 | 5 | -54/+77 |
| * | Credit Josiah, remove extra parens | Laurent Bercot | 2026-01-13 | 2 | -2/+2 |
| * | backtick, withstdinas: Don't try to chomp an empty string | Josiah Frentsos via skaware | 2026-01-13 | 2 | -2/+2 |
| * | Prepare for 2.9.8.1; signal handlers must save/restore errno | Laurent Bercot | 2026-01-01 | 1 | -0/+4 |
| * | bugfix: case: remove REG_NEWLINE handling | Laurent Bercot | 2025-12-06 | 1 | -1/+1 |
| * | Fix export-array; update deps | Laurent Bercot | 2025-11-13 | 1 | -1/+1 |
| * | Add emptyenv -l, prepare for 2.9.8.0 | Laurent Bercot | 2025-10-28 | 1 | -56/+92 |
| * | bugfix: race condition in forx/forstdin | Laurent Bercot | 2025-06-15 | 2 | -2/+4 |
| * | fix forstdin usage message | Laurent Bercot | 2025-06-08 | 1 | -1/+1 |
| * | eltest: try bsdsnowflake only for the stat workaround | Laurent Bercot | 2025-05-30 | 1 | -1/+0 |
| * | Correctly use pthread_lib sysdep | Laurent Bercot | 2025-05-29 | 1 | -0/+1 |
| * | Add export-array; update deps | Laurent Bercot | 2025-03-26 | 2 | -0/+57 |
| * | Support -P in forbacktickx as well | Laurent Bercot | 2024-11-06 | 1 | -6/+15 |
| * | Prepare for 2.9.7.0 ; rework forx/forstdin -p, add -P maxpar | Laurent Bercot | 2024-11-06 | 11 | -137/+120 |
| * | Fix runblock segv | Laurent Bercot | 2024-07-21 | 1 | -2/+2 |
| * | Add importas -S | Laurent Bercot | 2024-06-03 | 1 | -6/+10 |
| * | Prepare for 2.9.6.0, add elglob -d | Laurent Bercot | 2024-05-27 | 3 | -10/+23 |
| * | Fix off-by-one in backtick; prepare for 2.9.5.1 | Laurent Bercot | 2024-04-16 | 2 | -1/+2 |
| * | 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 |