Commit Graph

51 Commits

Author SHA1 Message Date
Chet Ramey 829aad36db fix for exit builtin when ignoreeof set; better resource deallocation when completion is interrupted; fix small memleak in globbing; compile out obsolete readline typedefs by default; readline callback mode doesn't print signal chars by default; xtrace mode prefers to use $'...' quoting if required 2023-06-26 17:09:08 -04:00
Chet Ramey e252024788 remove (' from chars that can follow ${' command substitution; fix for empty command substitutions; fix for adding incomplete command substitutions to history; fix for function source file with -c command; fix for EOF at PS2 when ignoreeof is set 2023-05-26 17:29:41 -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 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 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 b2b78a6348 fixes to LINENO, read -n, command substitution and backslash-escaped newlines 2021-12-20 20:03:26 -05:00
Chet Ramey d384b92874 update version to 5.2-devel, update copyright dates 2021-11-08 09:53:24 -05:00
Chet Ramey 9928dcb48f changes to command timing with errexit; binary file checks; treat exit builtin slightly differently when using bash -c 2021-09-19 13:44:55 -04:00
Chet Ramey c261f9b80c commit bash-20200825 snapshot 2020-09-01 14:43:43 -04:00
Chet Ramey e4d38c2d74 commit bash-20200819 snapshot 2020-08-25 11:17:14 -04: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 e2e18b720b commit bash-20200327 snapshot 2020-03-30 10:22:57 -04:00
Chet Ramey 5f49ef47d1 commit bash-20200323 snapshot 2020-03-27 10:30:38 -04:00
Chet Ramey f65f3d5458 commit bash-20200207 snapshot 2020-02-10 09:19:37 -05:00
Chet Ramey 194cfc28f8 commit bash-20190719 snapshot 2019-07-22 09:24:14 -04:00
Chet Ramey 42a9b8a197 commit bash-20190426 snapshot 2019-04-29 08:48:08 -04:00
Chet Ramey 96efdbb5b4 commit bash-20180713 snapshot 2018-07-18 10:23:04 -04:00
Chet Ramey fc132f73d1 commit bash-20180209 snapshot 2018-02-12 16:39:59 -05:00
Chet Ramey 21c9990fbb commit bash-20170414 snapshot 2017-04-17 17:08:57 -04:00
Chet Ramey ac495185aa commit bash-20170210 snapshot 2017-02-22 11:09:11 -05:00
Chet Ramey ec157dfefb commit bash-20161230 snapshot 2017-01-03 14:37:53 -05:00
Chet Ramey 78a3f8a4ba commit bash-20161108 snapshot 2016-11-10 11:32:12 -05:00
Chet Ramey 80c3b1d4bd commit bash-20160603 snapshot 2016-06-07 16:46:16 -04:00
Chet Ramey 602edf7f20 commit bash-20151030 snapshot 2015-11-02 10:50:13 -05:00
Chet Ramey de6081912c commit bash-20150206 snapshot 2015-02-09 11:03:36 -05:00
Chet Ramey 8f50a0236c commit bash-20150102 snapshot 2015-01-12 11:03:15 -05:00
Chet Ramey 39feef01a7 commit bash-20131018 snapshot 2013-11-05 11:32:59 -05:00
Chet Ramey 36eb585cfa commit bash-20121221 snapshot 2013-01-03 10:47:42 -05:00
Chet Ramey 49cf78286e commit bash-20120713 snapshot 2012-08-13 11:55:46 -04:00
Chet Ramey 631b20c609 commit bash-20111104 snapshot 2012-01-09 08:31:41 -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 30915f176a commit bash-20080710 snapshot 2011-12-07 09:25:49 -05:00
Chet Ramey 866961ad8d commit bash-20071206 snapshot 2011-12-07 09:16:10 -05:00
Chet Ramey c184f64511 commit bash-20070419 snapshot 2011-12-07 09:06:49 -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 591dd2e5f8 commit bash-20060322 snapshot 2011-12-03 22:46:30 -05:00
Chet Ramey 1c72c0cd92 commit bash-20051005 snapshot 2011-12-03 13:51:58 -05:00
Chet Ramey 66e6d7cffd commit bash-20050915 snapshot 2011-12-03 13:51:07 -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 7117c2d221 Imported from ../bash-2.05b.tar.gz. 2009-09-12 16:46:55 +00: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 b72432fdcc Imported from ../bash-2.03.tar.gz. 2009-09-12 16:46:52 +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