Commit Graph

98 Commits

Author SHA1 Message Date
Chet Ramey b91488b51c new readline application variable rl_full_quoting_desired; new programmable completion option "fullquote"; TIMEFORMAT now accepts precisions up to six digits 2023-06-16 12:49:11 -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 e44e3d50de complete initial implementation of nofork command substitution (${ command; }) 2023-05-15 13:30:18 -04:00
Chet Ramey a46164736e new compgen -V option to store completions in an array 2023-04-18 10:25:47 -04:00
Chet Ramey d06fefb2ba new GLOBSORT variable 2023-04-16 16:13:14 -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 727e92c806 more ANSI/ISO C cleanups 2023-03-28 16:34:56 -04:00
Chet Ramey 5857180657 changes to placing rl_point after alias-expand-line or history-expand-line 2023-02-15 15:31:02 -05:00
Chet Ramey 8fd8cd8f7b set of portability changes from lint/asan/ubsan 2023-01-07 13:18:20 -05:00
Chet Ramey 2e725f7346 final set of ANSI C changes 2023-01-05 15:09:06 -05:00
Chet Ramey 5b512e1121 fourth set of ANSI C changes: size_t; rest globskipdots to enabled default in subshells 2023-01-04 09:18:59 -05:00
Chet Ramey b2613ad1c0 third set of ANSI C changes: const function parameters 2023-01-03 11:59:43 -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 81e3a4fb07 first set of ANSI C changes: remove PARAMS 2023-01-03 10:01:11 -05:00
Chet Ramey 67e47f224c changes to text representation of parsed command substitution; small changes to tests 2022-07-06 10:05:59 -04:00
Chet Ramey b4e5e5505c fix to readline redisplay of invisible chars at end of line; fix to here-document delimiter quote removal; prompt expansion makes invisible chars in w, W, s visible 2022-03-07 09:21:09 -05:00
Chet Ramey b325b0e96b more changes for here-docs and $'...'; command optimization updates 2022-01-31 09:53:03 -05: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 4410784029 more updates for autoconf-2.71: removing usage of AC_TRY_RUN 2021-09-13 10:08:15 -04:00
Chet Ramey 2208813a97 optimize many cases of $(<file) not to require a fork 2021-09-02 10:52:20 -04:00
Chet Ramey f5b3299801 new noexpand_translations shopt option 2021-08-13 11:53:16 -04:00
Chet Ramey 37adc8b99d commit bash-20200527 snapshot 2020-05-29 14:29:34 -04:00
Chet Ramey 8f576adedb commit bash-20200306 snapshot 2020-03-09 16:35:44 -04: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 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 befdddcbf1 commit bash-20190328 snapshot 2019-04-01 15:44:20 -04:00
Chet Ramey 9d80be9ab5 commit bash-20181207 snapshot 2018-12-10 10:07:15 -05:00
Chet Ramey 96efdbb5b4 commit bash-20180713 snapshot 2018-07-18 10:23:04 -04:00
Chet Ramey 5c5c75236c commit bash-20180524 snapshot 2018-05-29 10:03:17 -04:00
Chet Ramey ac495185aa commit bash-20170210 snapshot 2017-02-22 11:09:11 -05:00
Chet Ramey a57ed9e90a commit bash-20161209 snapshot 2016-12-13 12:06:27 -05:00
Chet Ramey 553a7d66e4 commit bash-20161028 snapshot 2016-11-03 17:28:23 -04:00
Chet Ramey f8c5768ef2 commit bash-20160812 snapshot 2016-08-18 14:55:56 -04:00
Chet Ramey 80c3b1d4bd commit bash-20160603 snapshot 2016-06-07 16:46:16 -04:00
Chet Ramey 0385211bb5 commit bash-20150410 snapshot 2015-04-24 16:15:03 -04:00
Chet Ramey 8f50a0236c commit bash-20150102 snapshot 2015-01-12 11:03:15 -05:00
Chet Ramey 09f70f2f67 commit bash-20141128 snapshot 2014-12-02 16:15:47 -05:00
Chet Ramey 0a233f3ec4 commit bash-20141121 snapshot 2014-12-02 16:14:59 -05:00
Chet Ramey 25a0eacfeb commit bash-20140625 snapshot 2014-07-11 15:55:40 -04:00
Chet Ramey 939d190e0e commit bash-20140314 snapshot 2014-03-21 14:15:01 -04:00
Chet Ramey 67440bc595 commit bash-20140103 snapshot 2014-01-16 14:29:31 -05:00
Chet Ramey ceae08e044 commit bash-20131219 snapshot 2013-12-30 09:38:36 -05:00
Chet Ramey 8b20235af7 commit bash-20121207 snapshot 2013-01-03 10:46:09 -05:00
Chet Ramey 47b599dc52 commit bash-20120921 snapshot 2012-10-10 09:37:30 -04:00
Chet Ramey fd58d46e0d commit bash-20120727 snapshot 2012-08-13 11:57:32 -04:00
Chet Ramey 8360b906d6 commit bash-20120606 snapshot 2012-07-07 12:24:32 -04:00
Chet Ramey ed3f3b6c22 commit bash-20120406 snapshot 2012-05-02 08:22:31 -04:00
Chet Ramey 1f6ec1a86f commit bash-20120216 snapshot 2012-03-05 21:16:53 -05:00