Commit Graph

44 Commits

Author SHA1 Message Date
Chet Ramey c3ca11424d fix issue with redirections to bash input file descriptor; new minimal chmod builtin; posix mode change for kill builtin return status; perform additional validation on brace expansion sequence expressions 2025-02-12 11:18:16 -05:00
Chet Ramey 896df2874a fix for incomplete multibyte characters in pasted input; fix for syntax errors while entering compound assignments; fix for jobs not removing jobs from the list in a SIGCHLD trap; fix for PS0 that contains a command substitution after interactive shell reads EOF; fix for non-interactive shell reading from stdin and evaling a command that dups stdin 2023-05-04 11:19:43 -04:00
Chet Ramey 57d4dc15ff small asan fixes; size_t and other ANSI C changes; restore readline variables in compgen builtin 2023-03-27 16:38:37 -04:00
Chet Ramey 01084938a1 script read errors are now fatal errors; fixes for readline asan issues 2023-03-13 17:20:51 -04:00
Chet Ramey 349e21043e local variables no longer modify external variables if the variable is supplied as a variable assignment preceding a function call; assignments in compound assignment statements don't undergo brace expansion 2023-02-27 10:55:06 -05:00
Chet Ramey 3eab48247a make buffered stream read errors sticky; handle EOF in comments explicitly; don't change point if alias-expand-line or history-expand-line don't expand anything 2023-02-08 11:34:51 -05:00
Chet Ramey 0647e53bd1 fix for completing quoted filenames with show-all-if-ambiguous set; avoid signed int overflow in intrand32 2023-01-10 10:23:14 -05:00
Chet Ramey 2e725f7346 final set of ANSI C changes 2023-01-05 15:09:06 -05:00
Chet Ramey a61ffa78ed second set of ANSI C changes: C89-style function declarations, more inline functions, remove register keyword 2023-01-03 10:23:11 -05:00
Chet Ramey d384b92874 update version to 5.2-devel, update copyright dates 2021-11-08 09:53:24 -05:00
Chet Ramey 51f1f17b4a commit bash-20200630 snapshot 2020-07-06 10:40:37 -04:00
Chet Ramey ab309487d5 commit bash-20200605 snapshot 2020-06-05 14:34:49 -04:00
Chet Ramey 5d31eaea6e commit bash-20190412 snapshot 2019-04-15 09:26:31 -04:00
Chet Ramey 6ca5e50062 commit bash-20180223 snapshot 2018-02-26 11:16:15 -05:00
Chet Ramey f698849a75 commit bash-20170317 snapshot 2017-03-20 16:30:10 -04:00
Chet Ramey ec157dfefb commit bash-20161230 snapshot 2017-01-03 14:37:53 -05:00
Chet Ramey e297b0591d commit bash-20161223 snapshot 2016-12-27 14:03:01 -05:00
Chet Ramey a59615a1bb commit bash-20150925 snapshot 2015-09-28 14:00:21 -04:00
Chet Ramey 7afeb718cb commit bash-20150724 snapshot 2015-07-29 16:17:30 -04:00
Chet Ramey 595e3e6925 commit bash-20140207 snapshot 2014-02-20 10:25:06 -05:00
Chet Ramey d76edd307c commit bash-20131025 snapshot 2013-11-05 11:33:42 -05:00
Chet Ramey 39feef01a7 commit bash-20131018 snapshot 2013-11-05 11:32:59 -05:00
Chet Ramey fc34b3a446 commit bash-20130712 snapshot 2013-08-05 09:54:58 -04:00
Chet Ramey 36eb585cfa commit bash-20121221 snapshot 2013-01-03 10:47:42 -05:00
Chet Ramey 55a5a4acde commit bash-20121012 snapshot 2012-11-02 09:04:50 -04:00
Chet Ramey d9e1f41e7f commit bash-20110311 snapshot 2011-12-29 13:05:08 -05:00
Chet Ramey 54a1fa7c24 commit bash-20101229 snapshot 2011-12-12 22:12:40 -05:00
Chet Ramey 012bac3904 commit bash-20081229 snapshot 2011-12-07 09:34:43 -05:00
Chet Ramey 2e4498b3aa commit bash-20080814 snapshot 2011-12-07 09:27:13 -05:00
Chet Ramey 09767ff09d commit bash-20080703 snapshot 2011-12-07 09:25:28 -05:00
Chet Ramey d3ad40dee6 commit bash-20070329 snapshot 2011-12-07 09:05:53 -05:00
Chet Ramey 28157acd2d commit bash-20060316 snapshot 2011-12-07 09:05:27 -05:00
Chet Ramey 5cef52a763 commit bash-20060727 snapshot 2011-12-03 22:51:04 -05:00
Chet Ramey ac18b31230 commit bash-20060126 snapshot 2011-12-03 22:44:33 -05:00
Chet Ramey fd3925f15a commit bash-20050707 snapshot 2011-12-03 13:48:19 -05:00
Chet Ramey 01ed5ba4e7 commit bash-20041230 snapshot 2011-12-03 13:41:51 -05:00
Chet Ramey 5e13499c55 commit bash-20040107 snapshot 2011-12-03 12:52:47 -05:00
Chet Ramey d3a24ed242 Initial devel branch import from bash-3.0-alpha 2011-11-28 14:41:26 -05:00
Jari Aalto f73dda092b Imported from ../bash-2.05a.tar.gz. 2009-09-12 16:46:54 +00:00
Jari Aalto 28ef6c316f Imported from ../bash-2.05.tar.gz. 2009-09-12 16:46:53 +00:00
Jari Aalto bb70624e96 Imported from ../bash-2.04.tar.gz. 2009-09-12 16:46:53 +00:00
Jari Aalto cce855bc5b Imported from ../bash-2.02.tar.gz. 2009-09-12 16:46:51 +00:00
Jari Aalto ccc6cda312 Imported from ../bash-2.0.tar.gz. 2009-09-12 16:46:49 +00:00
Jari Aalto 726f63884d Imported from ../bash-1.14.7.tar.gz. 2009-09-12 16:46:49 +00:00