Commit Graph
62 Commits
Author SHA1 Message Date
Chet Ramey 727b8d3663 addition to POSIX mode documentation; new translations; update copyrights on some files; update formatted documentation; changes to cut/lcut loadable builtins when supplied -a ARRAY 2025-06-06 12:16:11 -04:00
Chet Ramey 870ad4c92b some fixes for static analysis findings; fix for brace expansion being too greedy checking sequence expressions; fix for strip targets when cross-compiling 2025-05-19 09:10:57 -04:00
Chet Ramey 5114e17172 fix issue with failed history expansion changing the history list offset; fix some tests to avoid problems with error messages that differ between systems; fix issue with readline rl_abort not clearing any pending command to execute 2024-12-30 10:45:14 -05:00
Chet Ramey 254081c097 fix for set -e and compound commands inverting return status; tty fix for fg' from a key binding; posix mode wait -n' can return notified jobs; off-by-one error in history word tokenization; new configure option to set bash_source_fullpath 2024-09-27 12:00:46 -04:00
Chet Ramey e327891b52 fix for printf with broken strtold; fix readline reading specified number of multibyte characters; fix read builtin to deal with invalid utf-8 continuation character as delimiter; turn off -n if supplied at interactive shell invocation 2024-08-21 16:11:01 -04:00
Chet Ramey cf694865de optimize asynchronous function invocations; fix for running return from trap while sourcing a file; restore completion function if read -e is interrupted 2024-08-15 16:37:54 -04:00
Chet Ramey e45ec6f76b new bash_source_fullpath shell option; documentation updates for wait builtin 2024-07-30 11:18:17 -04:00
Chet Ramey aa2d23cfac fix history expansion to not perform quick substitution on a new line that's part of a quoted string; save the value of $_ around prompt string decoding 2023-12-19 09:56:34 -05:00
Chet Ramey 23935dbe85 asan fuzzing fixes; fix incomplete multibyte chars in history expansion; new nosort GLOBSORT value 2023-05-01 09:59:55 -04:00
Chet Ramey d052bd6fd9 readline and completion fixes 2023-04-20 11:27:36 -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 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 4c2b574c00 more minor asan fixes 2023-03-20 15:23:38 -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 a37b2af985 fix terminal pgrp issue with async jobs in non-interactive shells; history_expand change to first argument 2023-01-20 14:31:00 -05:00
Chet Ramey 2e725f7346 final set of ANSI C changes 2023-01-05 15:09:06 -05:00
Chet Ramey c4a2e37470 fix comsub inside parameter expansion in here-document; fix readline longjmp botch; posix change for unset non-identifier; posix change for double quotes inside backquote comsub in here-document; add missing posix pieces to umask builtin 2022-12-19 09:38:15 -05:00
Chet Ramey 6110f1bc2b commit bash-20210203 snapshot 2021-02-06 18:28:36 -05:00
Chet Ramey 38881450ed commit bash-20210121 snapshot 2021-01-22 15:21:24 -05:00
Chet Ramey 3a7c642e22 commit bash-20191213 snapshot 2019-12-16 09:43:38 -05:00
Chet Ramey dfc7113bf2 commit bash-20191115 snapshot 2019-11-18 10:16:09 -05:00
Chet Ramey 9282e182d8 commit bash-20180914 snapshot 2018-09-17 11:46:57 -04:00
Chet Ramey a078e04c3d commit bash-20180628 snapshot 2018-07-09 10:35:17 -04:00
Chet Ramey 3e03eafff8 commit bash-20180601 snapshot 2018-06-04 09:58:58 -04:00
Chet Ramey 10729c7b2a commit bash-20170303 snapshot 2017-03-13 09:51:39 -04:00
Chet Ramey f8c5768ef2 commit bash-20160812 snapshot 2016-08-18 14:55:56 -04:00
Chet Ramey 814e1ff513 commit bash-20160506 snapshot 2016-05-09 16:20:21 -04:00
Chet Ramey 179593da61 commit bash-20160422 snapshot 2016-05-06 08:54:14 -04:00
Chet Ramey 6f82653c5e commit bash-20151230 snapshot 2016-01-04 09:18:44 -05:00
Chet Ramey 34ec187607 commit bash-20150501 snapshot 2015-05-15 11:05:19 -04:00
Chet Ramey 25a0eacfeb commit bash-20140625 snapshot 2014-07-11 15:55:40 -04:00
Chet Ramey 44b4dfee25 commit bash-20131206 snapshot 2013-12-30 09:37:26 -05:00
Chet Ramey 39feef01a7 commit bash-20131018 snapshot 2013-11-05 11:32:59 -05:00
Chet Ramey 9711fdc50f commit bash-20120810 snapshot 2012-09-13 11:50:55 -04:00
Chet Ramey 77638cbf4e commit bash-20111028 snapshot 2012-01-09 08:31:05 -05:00
Chet Ramey 9ec5ed6640 commit bash-20100722 snapshot 2011-12-12 22:03:26 -05:00
Chet Ramey 6faad6254a commit bash-20100525 snapshot 2011-12-12 21:59:37 -05:00
Chet Ramey e502b4e024 commit bash-20100422 snapshot 2011-12-12 21:57:36 -05:00
Chet Ramey 4691dc6b2d commit bash-20100218 snapshot 2011-12-12 21:54:39 -05:00
Chet Ramey 08e72d7a58 commit bash-20091008 snapshot 2011-12-08 20:17:16 -05:00
Chet Ramey 824dfe6803 commit bash-20090903 snapshot 2011-12-08 20:15:12 -05:00
Chet Ramey e141c35a07 commit bash-20090115 snapshot 2011-12-07 09:35:52 -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 cb603128ea commit bash-20070823 snapshot 2011-12-07 09:11:26 -05:00
Chet Ramey 29f3080f70 commit bash-20070802 snapshot 2011-12-07 09:11:08 -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 d90269dd00 commit bash-20041027 snapshot 2011-12-03 13:38:37 -05:00