Commit Graph

95 Commits

Author SHA1 Message Date
Chet Ramey 22417e7881 new readline command `export-completions'; update documentation; update translations with new strings; Makefile updates 2024-11-21 10:31:38 -05:00
Chet Ramey dc97ded434 fix nofork comsub overwriting currently executing command; free readline undo list on signal in callback mode; avoid disabling readonly when assigning variables from the environment; fix bug with shell-expand-line and $'...' quoting inside command substitutions; add `bash-vi-complete' as bindable command name 2024-02-09 10:30:02 -05:00
Chet Ramey 138f3cc359 make completion of nofork comsubs a little better; fix leaks on signals for non-incremental searches; fix leaks in readstr interface 2024-01-27 16:28:31 -05:00
Chet Ramey fa0b002927 fix for dequoting words in pretty-print mode; posix mode changes for readonly/export invalid identifier errors 2024-01-02 10:42:34 -05:00
Chet Ramey 511fef0f5c new bindable readline command `execute-named-command', bound to M-x in emacs mode 2023-11-06 09:44:01 -05:00
Chet Ramey 2eb9a3699b fix for subshells resetting job stats; new hook for rewriting part of completion word 2023-10-05 09:02:27 -04:00
Chet Ramey 1cc5a8f752 use size_t for string indices; document rl_reparse_colors 2023-09-22 09:50:33 -04:00
Chet Ramey 1d0c4ceb49 several fixes for printing readline key bindings and macro values containing characters with the high bit set 2023-08-08 10:49:46 -04:00
Chet Ramey ab99fdbca6 new readline application hook to print macro key sequences and values; change bind -X default output format; bind -x accepts more input formats; quoting changes for pathname expansion patterns 2023-08-01 09:59:09 -04:00
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 d267701a91 more ANSI/ISO C changes; start on converting the unwind-protect framework to ANSI C 2023-03-29 15:43:46 -04:00
Chet Ramey 2e725f7346 final set of ANSI C changes 2023-01-05 15:09:06 -05:00
Chet Ramey e7a56619a2 changes to make EOF state available to readline applications; fix for command substitution parsing inside conditional command 2022-02-21 10:06:44 -05:00
Chet Ramey b325b0e96b more changes for here-docs and $'...'; command optimization updates 2022-01-31 09:53:03 -05:00
Chet Ramey 2adf06d9f8 minor fixes; readline API change for rl_completer_word_break_characters ; readline fixes for MSVC 2021-08-19 15:48:31 -04:00
Chet Ramey 2047e28584 add numeric arguments to bind -x commands and READLINE_ARGUMENT; minor fixes 2021-05-24 16:09:47 -04:00
Chet Ramey 8f485ff84c new readline "fetch-history" bindable command; declare -p output change 2021-04-01 17:25:48 -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 38881450ed commit bash-20210121 snapshot 2021-01-22 15:21:24 -05:00
Chet Ramey 3f17ceca10 commit bash-20201203 snapshot 2020-12-18 15:26:11 -05:00
Chet Ramey e76c732799 commit bash-20200518 snapshot 2020-05-20 11:32:15 -04:00
Chet Ramey fc94d47412 commit bash-20200504 snapshot 2020-05-08 14:19:57 -04:00
Chet Ramey 87d2ae2ae5 commit bash-20200420 snapshot 2020-04-22 16:45:28 -04:00
Chet Ramey 5f49ef47d1 commit bash-20200323 snapshot 2020-03-27 10:30:38 -04:00
Chet Ramey 3d31a311da commit bash-20180921 snapshot 2018-09-25 09:54:29 -04:00
Chet Ramey c21b3727a7 commit bash-20180511 snapshot 2018-05-21 10:28:44 -04:00
Chet Ramey 12933b5bc7 commit bash-20180322 snapshot 2018-03-26 11:11:52 -04:00
Chet Ramey 03e8e2f9c8 commit bash-20171124 snapshot 2017-12-01 12:09:12 -05:00
Chet Ramey 7e92fb358b commit bash-20170203 snapshot 2017-02-06 15:34:39 -05:00
Chet Ramey ec1101c37e commit bash-20161104 snapshot 2016-11-05 13:28:27 -04:00
Chet Ramey 7fa3190622 commit bash-20160715 snapshot 2016-07-23 10:04:54 -04:00
Chet Ramey f1b255b12b commit bash-20160311 snapshot 2016-03-30 10:54:52 -04:00
Chet Ramey ccb4014f23 commit bash-20160226 snapshot 2016-03-01 16:44:33 -05:00
Chet Ramey d345f817ff commit bash-20160129 snapshot 2016-02-09 09:03:09 -05:00
Chet Ramey e9eee9d4b0 commit bash-20150807 snapshot 2015-08-11 16:41:53 -04:00
Chet Ramey d54a780601 commit bash-20150731 snapshot 2015-08-06 16:48:35 -04:00
Chet Ramey 7afeb718cb commit bash-20150724 snapshot 2015-07-29 16:17:30 -04:00
Chet Ramey 58a975cb0c commit bash-20150717 snapshot 2015-07-29 16:16:37 -04:00
Chet Ramey ff7c092e19 commit bash-20150529 snapshot 2015-06-05 11:50:38 -04:00
Chet Ramey 947f04912e commit bash-20150116 snapshot 2015-01-27 11:10:49 -05:00
Chet Ramey 8f50a0236c commit bash-20150102 snapshot 2015-01-12 11:03:15 -05:00
Chet Ramey db02a1759b commit bash-20141114 snapshot 2014-11-18 15:49:36 -05:00
Chet Ramey 03d922b128 commit bash-20141107 snapshot 2014-11-18 15:49:02 -05:00
Chet Ramey f3aad56dce commit bash-20141031 snapshot 2014-11-03 14:32:12 -05:00
Chet Ramey 5f0df7f9a3 commit bash-20140131 snapshot 2014-02-04 09:33:43 -05:00
Chet Ramey 783ca20f7f commit bash-20130920 snapshot 2013-10-09 07:32:25 -04:00
Chet Ramey 1b1fe46776 commit bash-20130103 snapshot 2013-02-05 16:42:13 -05:00
Chet Ramey 47b599dc52 commit bash-20120921 snapshot 2012-10-10 09:37:30 -04:00
Chet Ramey ba4ab0554b commit bash-20111216 snapshot 2012-01-09 08:35:52 -05:00