Commit Graph

242 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 f9ed510acb fix to RL_STATE_EOF in readline callback mode; fix to edge case for terminating signal handling and exit traps in -c command 2022-05-03 10:43:44 -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 3be2a2ca9a minor portability fixes; printf now uses double for floating point conversions by default in posix mode 2022-04-12 09:57:43 -04:00
Chet Ramey b6a567e7f1 fix problem with saving tty state after running a command with 'bind -x'; builtins that create associative arrays can now convert existing scalar variables to associative arrays 2022-03-11 16:09:24 -05:00
Chet Ramey 6c4a9a5cb7 efficiency change to command hashing; fix pointer aliasing problem with readline history-search-backward 2022-03-01 09:32:15 -05:00
Chet Ramey bf09dfc08d document new readline variables "active-region-start-color" and "active-region-end-color" 2022-02-11 09:12:39 -05:00
Chet Ramey 5e6f45d9b1 getting ready for bash-5.2 2022-01-11 15:53:25 -05:00
Chet Ramey 567c0bc2ed fix to make += work with dynamic integer vars like RANDOM 2021-12-13 09:37:23 -05:00
Chet Ramey 71a11dbeb4 portability and compatibility fixes 2021-12-06 09:17:41 -05:00
Chet Ramey 006856edf6 minimal-config changes; $"..." support is now a configuration option 2021-12-01 16:40:52 -05:00
Chet Ramey fffe80d438 new getconf shell builtin 2021-11-30 10:41:22 -05:00
Chet Ramey e59452c752 readline: use a custom extension in LS_COLORS to set the colored completion prefix, if present 2021-11-16 09:57:07 -05:00
Chet Ramey d384b92874 update version to 5.2-devel, update copyright dates 2021-11-08 09:53:24 -05: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 a30f513fc4 more changes to handle @ and * as associative array keys 2021-05-13 14:49:18 -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 128c5d41b0 read builtin timeouts no longer use SIGALRM 2021-03-10 17:15:44 -05:00
Chet Ramey 11bf534f36 commit bash-20210305 snapshot 2021-03-10 10:35:28 -05:00
Chet Ramey b3b5f4bb33 commit bash-20210301 snapshot 2021-03-05 15:13:16 -05:00
Chet Ramey 08871a7780 commit bash-20210201 snapshot 2021-02-06 18:27:50 -05:00
Chet Ramey e58dc557e2 commit bash-20201226 snapshot 2020-12-30 13:17:27 -05:00
Chet Ramey 3f17ceca10 commit bash-20201203 snapshot 2020-12-18 15:26:11 -05:00
Chet Ramey ef70f295bc commit bash-20200921 snapshot 2020-09-24 16:21:33 -04:00
Chet Ramey dd4e3abc5c commit bash-20200626 snapshot 2020-06-30 15:09:56 -04:00
Chet Ramey ab309487d5 commit bash-20200605 snapshot 2020-06-05 14:34:49 -04:00
Chet Ramey e76c732799 commit bash-20200518 snapshot 2020-05-20 11:32:15 -04:00
Chet Ramey 7910c04f14 commit bash-20200422 snapshot 2020-04-24 18:07:42 -04:00
Chet Ramey 87d2ae2ae5 commit bash-20200420 snapshot 2020-04-22 16:45:28 -04:00
Chet Ramey 96a2ec128b commit bash-20200413 snapshot 2020-04-17 15:43:10 -04:00
Chet Ramey cf58e12ce6 commit bash-20200316 snapshot 2020-03-20 09:26:56 -04:00
Chet Ramey f65f3d5458 commit bash-20200207 snapshot 2020-02-10 09:19:37 -05:00
Chet Ramey 10db656551 commit bash-20200131 snapshot 2020-02-04 10:14:42 -05:00
Chet Ramey 3a7c642e22 commit bash-20191213 snapshot 2019-12-16 09:43:38 -05:00
Chet Ramey 5e061bb08b commit bash-20191108 snapshot 2019-11-13 16:41:51 -05:00
Chet Ramey d88145ce29 commit bash-20190531 snapshot 2019-06-10 11:05:01 -04:00
Chet Ramey 52e4696964 commit bash-20190524 snapshot 2019-05-28 10:02:55 -04:00
Chet Ramey befdddcbf1 commit bash-20190328 snapshot 2019-04-01 15:44:20 -04:00
Chet Ramey 97021559ab commit bash-20190301 snapshot 2019-03-04 10:48:32 -05:00
Chet Ramey be4078d25f commit bash-20190215 snapshot 2019-02-18 09:56:34 -05:00
Chet Ramey 8a9718cfc9 commit bash-20190130 snapshot 2019-02-01 09:03:24 -05:00
Chet Ramey 605528a7c0 commit bash-20190109 snapshot 2019-01-10 11:56:16 -05:00
Chet Ramey 5cc55f2f73 commit bash-20190104 snapshot 2019-01-08 11:03:27 -05:00
Chet Ramey 89b3a79dd4 commit bash-20181226 snapshot 2019-01-03 10:19:09 -05:00
Chet Ramey ab8ded9c30 commit bash-20181214 snapshot 2018-12-17 14:53:06 -05:00
Chet Ramey 0712a90cd8 commit bash-20181123 snapshot 2018-12-03 10:29:56 -05:00
Chet Ramey d61300ec87 commit bash-20181116 snapshot 2018-11-19 11:27:54 -05:00
Chet Ramey 93e3d9f6ae commit bash-20181012 snapshot 2018-10-15 09:08:29 -04:00
Chet Ramey c181950a89 commit bash-20180622 snapshot 2018-06-25 15:33:19 -04:00
Chet Ramey c21b3727a7 commit bash-20180511 snapshot 2018-05-21 10:28:44 -04:00