Commit Graph

322 Commits

Author SHA1 Message Date
Chet Ramey daff9ecae9 fix for EXIT trap in -c command; suspend -f now suspends even if job control is not enabled 2022-05-18 09:50:42 -04:00
Chet Ramey 7a8455e421 fix crash from compgen in a non-interactive shell; globstar option now works with complete -G; wait -p changes; some int->size_t changes 2022-04-19 10:45:39 -04:00
Chet Ramey b325b0e96b more changes for here-docs and $'...'; command optimization updates 2022-01-31 09:53:03 -05:00
Chet Ramey 186129835e new shell option to force globbing never to return .' and ..' as matches 2022-01-04 10:11:48 -05:00
Chet Ramey 701f36c2c3 more changes to avoid expanding associative array subscripts twice; internal debugging changes 2021-12-22 16:05:39 -05:00
Chet Ramey b2b78a6348 fixes to LINENO, read -n, command substitution and backslash-escaped newlines 2021-12-20 20:03:26 -05:00
Chet Ramey fffe80d438 new getconf shell builtin 2021-11-30 10:41:22 -05:00
Chet Ramey 25e43d2c0a removed some commented-out code dependent on the compatibility level now that the version is 5.2 2021-11-22 10:11:06 -05:00
Chet Ramey d384b92874 update version to 5.2-devel, update copyright dates 2021-11-08 09:53:24 -05:00
Chet Ramey b06200f7a1 minor fixes to command -p, posix-mode tilde expansion, line numbers when in ERR traps 2021-11-04 15:45:55 -04:00
Chet Ramey 4657c04050 internal changes to prevent `unset' from scanning associative array subscripts multiple times 2021-11-01 10:42:50 -04:00
Chet Ramey 1fff64acdc changes to new pattern substitution replacement; documentation updates 2021-10-18 10:57:20 -04:00
Chet Ramey f74291e6d1 new pattern substitution replacement feature; fix for problem with unset builtin and associative arrays 2021-10-08 08:21:16 -04:00
Chet Ramey f188aa6a01 enable support for using `&' in the pattern substitution replacement string 2021-10-04 15:30:21 -04:00
Chet Ramey fa1e33671d prompt reprinting fixes for readline when screenwidth is less than prompt length; redirection fixes 2021-09-27 10:29:22 -04:00
Chet Ramey 9928dcb48f changes to command timing with errexit; binary file checks; treat exit builtin slightly differently when using bash -c 2021-09-19 13:44:55 -04:00
Chet Ramey 0edd0a9183 "enable name" when name is not a shell builtin attempts to load it from a shared object 2021-08-02 12:07:40 -04:00
Chet Ramey 6650b4de61 fixes for minor memory leaks 2021-07-19 09:58:33 -04:00
Chet Ramey 2047e28584 add numeric arguments to bind -x commands and READLINE_ARGUMENT; minor fixes 2021-05-24 16:09:47 -04:00
Chet Ramey b304aabc92 additional changes to avoid array subscript double expansion in arithmetic contexts 2021-05-10 09:58:14 -04:00
Chet Ramey 35bc7025c1 first set of changes to eliminate array subscript double expansion in math contexts 2021-05-07 10:56:24 -04:00
Chet Ramey b37342db4f documentation tweaks for clarity 2021-03-22 11:16:34 -04:00
Chet Ramey 08871a7780 commit bash-20210201 snapshot 2021-02-06 18:27:50 -05:00
Chet Ramey fcad1d1e84 commit bash-20210127 snapshot 2021-02-01 15:09:07 -05:00
Chet Ramey a9cf0031ef commit bash-20210112 snapshot 2021-01-15 14:39:20 -05:00
Chet Ramey 63706353d7 commit bash-20210107 snapshot 2021-01-12 09:18:30 -05:00
Chet Ramey 16d2c50605 commit bash-20201230 snapshot 2021-01-07 14:25:24 -05:00
Chet Ramey 3c5683a47b commit bash-20201218 snapshot 2020-12-25 18:17:33 -05:00
Chet Ramey 11262b0b72 commit bash-20201211 snapshot 2020-12-18 15:26:49 -05:00
Chet Ramey d514a08760 commit bash-20201001 snapshot 2020-10-19 08:56:41 -04:00
Chet Ramey a56608bc3f commit bash-20200914 snapshot 2020-09-21 08:52:52 -04:00
Chet Ramey a57c6640e8 commit bash-20200714 snapshot 2020-07-17 15:14:39 -04:00
Chet Ramey 3710ed629f commit bash-20200710 snapshot 2020-07-14 17:04:20 -04:00
Chet Ramey 5adc7cd3ec commit bash-20200707 snapshot 2020-07-10 10:08:56 -04:00
Chet Ramey 32ba27b400 commit bash-20200603 snapshot 2020-06-04 16:30:27 -04:00
Chet Ramey f9df535553 commit bash-20200529 snapshot 2020-06-03 18:31:24 -04:00
Chet Ramey fc94d47412 commit bash-20200504 snapshot 2020-05-08 14:19:57 -04:00
Chet Ramey 3235014e5b commit bash-20200417 snapshot 2020-04-20 10:11:53 -04:00
Chet Ramey ea31c00845 commit bash-20200406 snapshot 2020-04-08 17:09:56 -04:00
Chet Ramey e34adc2c3b commit bash-20200403 snapshot 2020-04-06 09:52:11 -04:00
Chet Ramey 5f49ef47d1 commit bash-20200323 snapshot 2020-03-27 10:30:38 -04:00
Chet Ramey cf58e12ce6 commit bash-20200316 snapshot 2020-03-20 09:26:56 -04:00
Chet Ramey 8f576adedb commit bash-20200306 snapshot 2020-03-09 16:35:44 -04:00
Chet Ramey 0df4ddca3f commit bash-20200221 snapshot 2020-02-24 10:41:37 -05:00
Chet Ramey 89d788fb01 commit bash-20200214 snapshot 2020-02-17 11:41:35 -05:00
Chet Ramey f65f3d5458 commit bash-20200207 snapshot 2020-02-10 09:19:37 -05:00
Chet Ramey 3a7c642e22 commit bash-20191213 snapshot 2019-12-16 09:43:38 -05:00
Chet Ramey aa99ef520f commit bash-20191009 snapshot 2019-10-14 09:17:20 -04:00
Chet Ramey f7ec6b1a00 commit bash-20191004 snapshot 2019-10-07 11:02:34 -04:00
Chet Ramey d111b2af6e commit bash-20190920 snapshot 2019-09-23 09:42:14 -04:00