Commit Graph

87 Commits

Author SHA1 Message Date
Chet Ramey e44e3d50de complete initial implementation of nofork command substitution (${ command; }) 2023-05-15 13:30:18 -04: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 ec02facd13 allow FIGNORE suffixes to match entire pathnames; allow SIGINT received while a function is executing in a loop to break the loop 2023-04-24 15:25:45 -04:00
Chet Ramey 15b199c0dd posix mode changes for interp 1150; fix for varassign redirection; fix for nameref in ${param=value} expansion 2023-04-11 09:56:03 -04:00
Chet Ramey a5d2617c7a fixes for SIGINT handling in asynchronous lists 2023-01-17 13:31:46 -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 001918cdec handle signals at more places in brace expansion; fix for subshells changing terminal process group on signals 2022-12-21 09:57:36 -05:00
Chet Ramey 237c32ba16 fix for programmable completion functions setting traps on signals that readline handles 2022-12-06 10:41:41 -05:00
Chet Ramey b48c234286 change to binary file detection; fix for negative fractional read timeout; check more often for terminating signals in subshells; clear process substitutions in subshells; wait only for last procsub if `wait' is called without arguments 2022-10-31 10:08:36 -04:00
Chet Ramey 6711d2dc77 fix for interactive shell parser reset issue; fix for nested array subscript quoting issue; fix for process substitutions being closed to early in for loops 2022-10-24 10:09:52 -04:00
Chet Ramey 055a4552c9 change to readline callback signal handling; fix message when popping shell function context; handle new terminating signals inside terminating signal handler; fix to pattern substitution with null replacement and null string; fix to alias expansion when we get a SIGINT while entering a command substitution in an interactive shell 2022-10-15 13:34:51 -04:00
Chet Ramey d384b92874 update version to 5.2-devel, update copyright dates 2021-11-08 09:53:24 -05:00
Chet Ramey 16d2c50605 commit bash-20201230 snapshot 2021-01-07 14:25:24 -05:00
Chet Ramey 75c5460c48 commit bash-20201012 snapshot 2020-10-19 09:04:00 -04:00
Chet Ramey ce3e1a8c5b commit bash-20200803 snapshot 2020-08-05 11:46:35 -04:00
Chet Ramey 5adc7cd3ec commit bash-20200707 snapshot 2020-07-10 10:08:56 -04:00
Chet Ramey ab309487d5 commit bash-20200605 snapshot 2020-06-05 14:34:49 -04:00
Chet Ramey 0db5ff0129 commit bash-20200410 snapshot 2020-04-13 10:31:06 -04:00
Chet Ramey ea31c00845 commit bash-20200406 snapshot 2020-04-08 17:09:56 -04:00
Chet Ramey 47c7369e84 commit bash-20200228 snapshot 2020-03-02 10:24:36 -05:00
Chet Ramey f65f3d5458 commit bash-20200207 snapshot 2020-02-10 09:19:37 -05:00
Chet Ramey 9420622819 commit bash-20191219 snapshot 2020-01-02 10:27:49 -05:00
Chet Ramey d111b2af6e commit bash-20190920 snapshot 2019-09-23 09:42:14 -04:00
Chet Ramey 194cfc28f8 commit bash-20190719 snapshot 2019-07-22 09:24:14 -04:00
Chet Ramey 653d7134f8 commit bash-20190607 snapshot 2019-06-10 11:05:35 -04:00
Chet Ramey c87bb0a8f7 commit bash-20181005 snapshot 2018-10-08 09:19:14 -04:00
Chet Ramey 3d31a311da commit bash-20180921 snapshot 2018-09-25 09:54:29 -04:00
Chet Ramey 96efdbb5b4 commit bash-20180713 snapshot 2018-07-18 10:23:04 -04:00
Chet Ramey 96b7e26874 commit bash-20180504 snapshot 2018-05-08 14:27:28 -04:00
Chet Ramey 89149ec09e commit bash-20180413 snapshot 2018-04-16 16:35:50 -04:00
Chet Ramey 12933b5bc7 commit bash-20180322 snapshot 2018-03-26 11:11:52 -04:00
Chet Ramey ee88838cf9 commit bash-20170106 snapshot 2017-01-10 17:05:14 -05:00
Chet Ramey ec157dfefb commit bash-20161230 snapshot 2017-01-03 14:37:53 -05:00
Chet Ramey 71574d7e0e commit bash-20160212 snapshot 2016-02-23 10:05:33 -05:00
Chet Ramey d7935593ab commit bash-20150821 snapshot 2015-09-01 14:44:52 -04:00
Chet Ramey bce12dd773 commit bash-20150710 snapshot 2015-07-29 16:15:40 -04:00
Chet Ramey de6081912c commit bash-20150206 snapshot 2015-02-09 11:03:36 -05:00
Chet Ramey 687a967e4a commit bash-20150109 snapshot 2015-01-12 11:04:01 -05:00
Chet Ramey 96f3fb6664 commit bash-20140912 snapshot 2014-10-02 10:21:23 -04:00
Chet Ramey 67440bc595 commit bash-20140103 snapshot 2014-01-16 14:29:31 -05:00
Chet Ramey 912dc4e987 commit bash-20130823 snapshot 2013-09-12 08:58:27 -04:00
Chet Ramey c7e43312f9 commit bash-20130301 snapshot 2013-03-26 20:51:22 -04:00
Chet Ramey 83509ab7ce commit bash-20130222 snapshot 2013-03-04 08:11:02 -05:00
Chet Ramey 73a146bec7 commit bash-20130215 snapshot 2013-03-04 08:10:31 -05:00
Chet Ramey 1b1fe46776 commit bash-20130103 snapshot 2013-02-05 16:42:13 -05:00
Chet Ramey dfc916665d commit bash-20121019 snapshot 2012-11-02 09:05:37 -04:00
Chet Ramey 55a5a4acde commit bash-20121012 snapshot 2012-11-02 09:04:50 -04:00
Chet Ramey fd58d46e0d commit bash-20120727 snapshot 2012-08-13 11:57:32 -04:00
Chet Ramey 4e136352d0 commit bash-20120601 snapshot 2012-07-07 12:23:57 -04:00
Chet Ramey 278286c99a commit bash-20120309 snapshot 2012-04-09 09:59:49 -04:00