Commit Graph

78 Commits

Author SHA1 Message Date
Chet Ramey 0864568359 fix for nofork comsubs undoing enclosing command's redirections; fix for binding _ variable in the temporary environment; fix for crash when making special variables arrays; accommodate IFS as array variable; fix for SIGINT arriving while cleaning up a readline incremental search 2025-08-20 11:08:28 -04:00
Chet Ramey 3160c0b89c fix issue with break in nofork comsub when expanding for command word list; add error message if the value of a nameref variable expands to an invalid variable name 2025-08-14 10:27:52 -04:00
Chet Ramey b35866a289 updated translations; documentation updates; update copyright dates 2025-06-27 14:07:28 -04:00
Chet Ramey a6767763de fix for multiple assignment statements containing nofork comsubs preceding a command; fix for possible issue with invalid bash input fd 2025-03-31 09:58:59 -04:00
Chet Ramey d5ef283cbd fix issue with invalidating pointer to last procsub; fix boundary issues with small reallocs 2024-07-26 09:30:30 -04:00
Chet Ramey f65ed506d4 fix issue with interupting timed functions; fix for parsing comsubs inside arith for commands; allow break and continue inside arith for expressions; fix for case-insensitive completion with multibyte chars; fix some minor memory leaks; reset read buffer if it returns partial results on EINTR; fix for undo in execute-named-command 2024-06-03 09:09:11 -04:00
Chet Ramey 167a9248f9 add more overflow handling for printf builtin; start incorporating C23 stdckdint ; rework PRIdMAX replacements 2024-03-15 12:55:39 -04:00
Chet Ramey cc51fb3c65 avoid executing unsafe functions if we get a terminating signal while handling SIGCHLD; reject attempts to modify some attributes for readonly variables; more changes for unlocked stdio functions; quoting fixes for uncommon cases where IFS = ^A and the word is not being split 2024-02-20 09:53:58 -05:00
Chet Ramey d5ab50bc02 fix for ssh infinite loop when SSH_SOURCE_BASHRC is defined and bash is run in a comsub in .bashrc; implement posix interp 1009 in posix mode 2023-12-04 16:40:00 -05:00
Chet Ramey d06fefb2ba new GLOBSORT variable 2023-04-16 16:13:14 -04:00
Chet Ramey 877ff72675 rest of work to convert unwind-protects to ANSI/ISO C; size_t updates; function prototype changes for ANSI/ISO C 2023-04-03 12:07:25 -04:00
Chet Ramey 5b512e1121 fourth set of ANSI C changes: size_t; rest globskipdots to enabled default in subshells 2023-01-04 09:18:59 -05:00
Chet Ramey b2613ad1c0 third set of ANSI C changes: const function parameters 2023-01-03 11:59:43 -05:00
Chet Ramey 81e3a4fb07 first set of ANSI C changes: remove PARAMS 2023-01-03 10:01:11 -05:00
Chet Ramey 52ae6c3f5d fix for local variable problem in EXIT trap; add sed-like behavior for null patterns in pattern substitution 2022-07-19 11:42:23 -04:00
Chet Ramey ebeba87477 fix mem leak with local BASH_REMATCH 2022-06-03 11:33:35 -04:00
Chet Ramey d384b92874 update version to 5.2-devel, update copyright dates 2021-11-08 09:53:24 -05:00
Chet Ramey 046d0cc93b allow builtins to assign to associative arrays using @ or * as keys; fixes to glob completion of command words 2021-04-28 11:30:31 -04:00
Chet Ramey 69333f10bb commit bash-20200424 snapshot 2020-04-27 17:05:14 -04:00
Chet Ramey cf58e12ce6 commit bash-20200316 snapshot 2020-03-20 09:26:56 -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 3a7c642e22 commit bash-20191213 snapshot 2019-12-16 09:43:38 -05:00
Chet Ramey b3bb7f6081 commit bash-20180727 snapshot 2018-07-30 09:14:31 -04:00
Chet Ramey 8d125d8b5f commit bash-20180720 snapshot 2018-07-24 09:17:33 -04:00
Chet Ramey 96b7e26874 commit bash-20180504 snapshot 2018-05-08 14:27:28 -04:00
Chet Ramey 072986823d commit bash-20180216 snapshot 2018-02-19 09:12:41 -05:00
Chet Ramey 879213c630 commit bash-20180105 snapshot 2018-01-08 11:55:31 -05:00
Chet Ramey 2e41257453 commit bash-20171222 snapshot 2018-01-02 10:52:24 -05:00
Chet Ramey b90cb5a280 commit bash-20170601 snapshot 2017-06-07 15:30:55 -04:00
Chet Ramey 8b6b8f6094 commit bash-20170525 snapshot 2017-05-30 14:19:28 -04:00
Chet Ramey ec157dfefb commit bash-20161230 snapshot 2017-01-03 14:37:53 -05:00
Chet Ramey 06db13a410 commit bash-20161216 snapshot 2016-12-20 14:15:35 -05:00
Chet Ramey 80df5e5041 commit bash-20160527 snapshot 2016-05-31 11:18:22 -04:00
Chet Ramey bddda3d2e1 commit bash-20160520 snapshot 2016-05-23 09:57:30 -04:00
Chet Ramey 814e1ff513 commit bash-20160506 snapshot 2016-05-09 16:20:21 -04:00
Chet Ramey 3475994a81 commit bash-20160415 snapshot 2016-04-22 11:37:14 -04:00
Chet Ramey ff7c092e19 commit bash-20150529 snapshot 2015-06-05 11:50:38 -04:00
Chet Ramey 8742afefb5 commit bash-20141205 snapshot 2015-01-12 10:50:34 -05:00
Chet Ramey fe570ea12a commit bash-20140509 snapshot 2014-05-13 16:19:42 -04:00
Chet Ramey bb579650a5 commit bash-20140110 snapshot 2014-01-16 14:30:22 -05:00
Chet Ramey 7175a77f3a commit bash-20121228 snapshot 2013-01-03 10:48:31 -05:00
Chet Ramey 36eb585cfa commit bash-20121221 snapshot 2013-01-03 10:47:42 -05:00
Chet Ramey a7ad477fe7 commit bash-20120831 snapshot 2012-09-13 11:55:04 -04:00
Chet Ramey 9f178efb2e commit bash-20120706 snapshot 2012-08-13 11:54:32 -04:00
Chet Ramey d42cb8c15b commit bash-20120629 snapshot 2012-07-07 12:26:10 -04:00
Chet Ramey 348a457e59 commit bash-20120525 snapshot 2012-06-05 10:18:03 -04:00
Chet Ramey 7f947b6872 commit bash-20120210 snapshot 2012-03-05 21:15:51 -05:00
Chet Ramey c31d56a7ba commit bash-20120127 snapshot 2012-02-22 10:01:38 -05:00
Chet Ramey 9c2db99939 commit bash-20110218 snapshot 2011-12-29 13:04:06 -05:00