Chet Ramey
|
8d74195d7f
|
in posix mode, don't notify about other terminated jobs if the jobs builtin is listing individual jobs; in posix mode, if `wait pid' finds pid in bgpids, remove it from there
|
2024-09-20 14:47:56 -04:00 |
|
Chet Ramey
|
2e01122fe7
|
add bindable readline variable `force-meta-prefix' to allow users to tell readline how their Meta key works
|
2024-08-23 15:08:31 -04:00 |
|
Chet Ramey
|
9c430f6bf3
|
enable MULTIPLE_COPROCS; bind -p/-P can print out bindings for individual command names; changes to Makefile to remove MFLAGS; simplify build tools by assuming C90 compilation environment for better cross-compiling support
|
2024-04-26 16:51:04 -04:00 |
|
Chet Ramey
|
43ecbeb31e
|
fix quoting for positional parameters if not word splitting; retry open for startup files on EINTR; update HISTIGNORE description
|
2024-02-21 09:42:10 -05:00 |
|
Chet Ramey
|
6bd75b8d63
|
performance improvements for large history lists; fix problem with not unwind-protecting current command and name while executing
|
2024-02-14 09:43:03 -05:00 |
|
Chet Ramey
|
9702b74a28
|
test suite fixes for some locales; fix to make bind -x bindings work with negative arguments; several portability fixes from pkgsrc; fixes for funsubs with return builtin state and local OPTIND
|
2023-12-04 16:14:53 -05: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
|
ad39c5c3d7
|
change redisplay to handle some cases where the line consumes more than the number of physical screen lines; add regerror() error messages if regular expression compilation fails; make sure active region readline variables are displayed with bind -v; partial fix for bind -x and commands containing quoting characters
|
2023-07-19 15:33:45 -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
|
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
|
72c4a0f40d
|
add support for case-insensitive incremental and non-incremental history searches in readline; controlled by new bindable readline variable `search-ignore-case'
|
2023-02-17 17:13:04 -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
|
bf09dfc08d
|
document new readline variables "active-region-start-color" and "active-region-end-color"
|
2022-02-11 09:12:39 -05:00 |
|
Chet Ramey
|
d70b53393e
|
new variables to control the active region color; minor fix to $?
|
2022-02-09 10:21:04 -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
|
9e3495c9e9
|
readline: free undo list associated with the saved history line when traversing history
|
2021-07-12 11:09:44 -04:00 |
|
Chet Ramey
|
5a0e5b7b28
|
optimization changes; makefile changes to make specifying CFLAGS less annoying; print completions reusably
|
2021-07-06 15:35:08 -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
|
b196583609
|
new "enable-active-region" readline variable
|
2021-04-30 16:56:05 -04:00 |
|
Chet Ramey
|
3fd77612fc
|
allow assignment to array keys @ and *; minor completion fix
|
2021-04-26 16:31:46 -04:00 |
|
Chet Ramey
|
38881450ed
|
commit bash-20210121 snapshot
|
2021-01-22 15:21:24 -05:00 |
|
Chet Ramey
|
3aec0ec30f
|
commit bash-20210115 snapshot
|
2021-01-19 17:12:43 -05:00 |
|
Chet Ramey
|
03e35d2082
|
commit bash-20201019 snapshot
|
2020-10-26 11:13:12 -04:00 |
|
Chet Ramey
|
cf58e12ce6
|
commit bash-20200316 snapshot
|
2020-03-20 09:26:56 -04:00 |
|
Chet Ramey
|
11bb038e13
|
commit bash-20200124 snapshot
|
2020-01-27 09:25:05 -05:00 |
|
Chet Ramey
|
9831556ed0
|
commit bash-20200117 snapshot
|
2020-01-21 09:46:21 -05:00 |
|
Chet Ramey
|
9420622819
|
commit bash-20191219 snapshot
|
2020-01-02 10:27:49 -05:00 |
|
Chet Ramey
|
f602910792
|
commit bash-20190612 snapshot
|
2019-06-14 09:31:42 -04:00 |
|
Chet Ramey
|
52e4696964
|
commit bash-20190524 snapshot
|
2019-05-28 10:02:55 -04:00 |
|
Chet Ramey
|
be4078d25f
|
commit bash-20190215 snapshot
|
2019-02-18 09:56:34 -05:00 |
|
Chet Ramey
|
439b8c2c5f
|
commit bash-20190207 snapshot
|
2019-02-11 09:55:35 -05:00 |
|
Chet Ramey
|
3d31a311da
|
commit bash-20180921 snapshot
|
2018-09-25 09:54:29 -04:00 |
|
Chet Ramey
|
12933b5bc7
|
commit bash-20180322 snapshot
|
2018-03-26 11:11:52 -04:00 |
|
Chet Ramey
|
bf5b8103d4
|
commit bash-20180309 snapshot
|
2018-03-12 08:10:29 -04:00 |
|
Chet Ramey
|
ce0469bfbe
|
commit bash-20171226 snapshot
|
2018-01-02 10:53:02 -05:00 |
|
Chet Ramey
|
32dc2bf525
|
commit bash-20171215 snapshot
|
2018-01-02 10:51:40 -05:00 |
|
Chet Ramey
|
03e8e2f9c8
|
commit bash-20171124 snapshot
|
2017-12-01 12:09:12 -05:00 |
|
Chet Ramey
|
af2a77fbbc
|
commit bash-20170505 snapshot
|
2017-05-08 10:53:50 -04:00 |
|
Chet Ramey
|
2a39157723
|
commit bash-20170428 snapshot
|
2017-05-01 15:46:46 -04:00 |
|
Chet Ramey
|
10729c7b2a
|
commit bash-20170303 snapshot
|
2017-03-13 09:51:39 -04:00 |
|
Chet Ramey
|
514049fa8e
|
commit bash-20170217 snapshot
|
2017-02-22 11:10:10 -05:00 |
|
Chet Ramey
|
13eae87b0c
|
commit bash-20160722 snapshot
|
2016-08-03 15:37:14 -04:00 |
|
Chet Ramey
|
d345f817ff
|
commit bash-20160129 snapshot
|
2016-02-09 09:03:09 -05:00 |
|
Chet Ramey
|
725b284a48
|
commit bash-20160108 snapshot
|
2016-01-12 15:53:15 -05:00 |
|
Chet Ramey
|
74b8cbb413
|
commit bash-20150515 snapshot
|
2015-06-05 11:48:51 -04:00 |
|
Chet Ramey
|
de6081912c
|
commit bash-20150206 snapshot
|
2015-02-09 11:03:36 -05:00 |
|
Chet Ramey
|
c4c90ef830
|
commit bash-20150123 snapshot
|
2015-01-27 11:11:42 -05:00 |
|
Chet Ramey
|
0a233f3ec4
|
commit bash-20141121 snapshot
|
2014-12-02 16:14:59 -05:00 |
|