Commit Graph

25 Commits

Author SHA1 Message Date
Chet Ramey 15df599354 check for delimiter_depth being 0 before popping off the stack (reset_parser resets it); make EOFs while reading here-doc delimiters sticky; when reading arith command, push back a character after the first closing paren that isn't a second close paren to fix backslash issue 2025-04-30 16:19:08 -04:00
Chet Ramey 7731dc5c4d fix for read builtin and invalid multibyte characters followed by the delimiter; updated formatted documentation; new bash.pot file with updated strings; updated translations 2025-04-22 10:39:43 -04:00
Chet Ramey b348b871b4 small change to brace expansion to inhibit some error messages; changes to printf builtin for precision and field widths 2023-10-23 09:50:02 -04:00
Chet Ramey 09c32bc946 fix for @E transformation; fixes for failures in arith for and for commands; style changes to man page; fix for bug in read builtin if it assigns to IFS 2023-10-10 12:00:19 -04:00
Chet Ramey 9c83052f48 changes to several error messages; more test suite additions 2023-10-04 15:04:31 -04:00
Chet Ramey 00edd0ee50 small changes to some error messages; greatly expanded builtins tests 2023-09-28 10:47:17 -04:00
Chet Ramey 3011048a92 fixes to read/wait; revert change that processes $'...' quoting in here-documents unconditionally 2022-01-24 09:37:14 -05:00
Chet Ramey 2a1c81bf63 change to behavior of '&' in pattern substitution replacement string; fix for blank lines in multiline commands saved in command history 2022-01-18 10:59:53 -05:00
Chet Ramey 59c575fd91 changes to mapfile, read builtins for unbuffered reads 2021-05-05 10:45:28 -04:00
Chet Ramey 2fe2e8197e application-settable readline timeouts 2021-03-11 18:41:17 -05: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 969496e53b commit bash-20190830 snapshot 2019-09-03 10:54:55 -04:00
Chet Ramey bfd181e794 commit bash-20110506 snapshot 2011-12-29 13:07:43 -05:00
Chet Ramey 89c77bc75b commit bash-20101222 snapshot 2011-12-12 22:12:13 -05:00
Chet Ramey 48ff544772 commit bash-20080904 snapshot 2011-12-07 09:28:26 -05:00
Chet Ramey 09767ff09d commit bash-20080703 snapshot 2011-12-07 09:25:28 -05:00
Chet Ramey 390aba803e commit bash-20080124 snapshot 2011-12-07 09:18:01 -05:00
Chet Ramey 9d2b70f04e commit bash-20050225 snapshot 2011-12-03 13:43:49 -05:00
Chet Ramey 762a763b05 commit bash-20040311 snapshot 2011-12-03 12:55:32 -05:00
Jari Aalto 7117c2d221 Imported from ../bash-2.05b.tar.gz. 2009-09-12 16:46:55 +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 d166f04881 Imported from ../bash-2.01.tar.gz. 2009-09-12 16:46:50 +00:00
Jari Aalto ccc6cda312 Imported from ../bash-2.0.tar.gz. 2009-09-12 16:46:49 +00:00