]> git.ipfire.org Git - thirdparty/readline.git/log
thirdparty/readline.git
2 months agochange history file reading not to skip blank lines in multiline history entries... devel
Chet Ramey [Fri, 30 May 2025 14:14:41 +0000 (10:14 -0400)] 
change history file reading not to skip blank lines in multiline history entries; changes for issues discovered via static analysis

4 months agominor updates for 8.3-rc1 releaes
Chet Ramey [Fri, 4 Apr 2025 14:53:31 +0000 (10:53 -0400)] 
minor updates for 8.3-rc1 releaes

6 months agofix to history search so it doesn't change the offset in the history list; fix to...
Chet Ramey [Tue, 28 Jan 2025 19:56:36 +0000 (14:56 -0500)] 
fix to history search so it doesn't change the offset in the history list; fix to avoid crash in readline `abort' if there is a command queued to execute; slight change to export-completions output format; fix for redisplay when a prompt spans multiple lines with invisible characters; change to have readline set the screen size on SIGCONT

7 months agosignificant documentation updates; fix C locale display bugs; Makefile updates for...
Chet Ramey [Fri, 13 Dec 2024 15:09:02 +0000 (10:09 -0500)] 
significant documentation updates; fix C locale display bugs; Makefile updates for clean targets; new `export-completions' bindable command; fix for undo list use-after-free errors; fixes for displaying completions

8 months agomajor documentation updates; remove leading "." from RL_COLOR_PREFIX_EXTENSION; fixes...
Chet Ramey [Mon, 4 Nov 2024 23:01:14 +0000 (18:01 -0500)] 
major documentation updates; remove leading "." from RL_COLOR_PREFIX_EXTENSION; fixes for single-byte locales; bounds checking fix in tilde expansion; changes to non-incremental search implementation to make it more consistent with incremental search; fix resetting rl_eof_found

9 months agodon't handle signals during signal handlers; fix off-by-one error in history tokenizi...
Chet Ramey [Fri, 11 Oct 2024 14:15:27 +0000 (10:15 -0400)] 
don't handle signals during signal handlers; fix off-by-one error in history tokenizing; first set of documentation updates

11 months agoadd bindable readline variable `force-meta-prefix' to allow users to tell readline...
Chet Ramey [Fri, 23 Aug 2024 19:19:54 +0000 (15:19 -0400)] 
add bindable readline variable `force-meta-prefix' to allow users to tell readline how their Meta key works

12 months agofix case changing for invalid multibyte characters; fix for case-insensitive completi...
Chet Ramey [Tue, 16 Jul 2024 13:48:33 +0000 (09:48 -0400)] 
fix case changing for invalid multibyte characters; fix for case-insensitive completion of multibyte characters; fix for undo list management with incremental search; fixes for some examples; fix for undo list history entry management with non-incremental search

14 months agofix to printing key bindings bound to a command; update documentation for commands...
Chet Ramey [Sat, 11 May 2024 17:44:50 +0000 (13:44 -0400)] 
fix to printing key bindings bound to a command; update documentation for commands bound to special keys like Home; use autoconf-2.72, which adds --enable-year2038; major changes to examples/rlfe configuration

15 months agofix some small leaks in callback mode; man page updates to handle compatibility and...
Chet Ramey [Fri, 5 Apr 2024 13:17:26 +0000 (09:17 -0400)] 
fix some small leaks in callback mode; man page updates to handle compatibility and layout; history list allocation changes to improve loading very large history files; changes for unicode combining characters

18 months agofix leaks on signals for non-incremental searches; fix leaks in new readstr interface
Chet Ramey [Sat, 27 Jan 2024 21:29:47 +0000 (16:29 -0500)] 
fix leaks on signals for non-incremental searches; fix leaks in new readstr interface

18 months agoallow quoted-insert into search strings; fixes for negative count arguments in rl_tri...
Chet Ramey [Sun, 14 Jan 2024 20:29:47 +0000 (15:29 -0500)] 
allow quoted-insert into search strings; fixes for negative count arguments in rl_trim_arg_from_keyseq; fix issues if someone binds do-lowercase-version to something that's not an uppercase character; add checks for ANSI terminal; fix to history expansion to not interpret quick substitution at the start of the line if the application says it's in single quotes

20 months agofix bug with custom completion suffix; split filename completion rewrite hooks into...
Chet Ramey [Mon, 6 Nov 2023 14:49:49 +0000 (09:49 -0500)] 
fix bug with custom completion suffix; split filename completion rewrite hooks into two functions; new `execute-named-command' bindable function

23 months agobasic code to handle lines longer than a screenful; fixes for printing variable value...
Chet Ramey [Wed, 16 Aug 2023 15:04:14 +0000 (11:04 -0400)] 
basic code to handle lines longer than a screenful; fixes for printing variable values; rewrite words being completed if we're rewriting filenames from the file system; new hook function to print macro values; changes to print key bindings more consistently

2 years agonew rl_full_quoting_desired application-settable variable; repeated invocations of...
Chet Ramey [Mon, 26 Jun 2023 21:19:00 +0000 (17:19 -0400)] 
new rl_full_quoting_desired application-settable variable; repeated invocations of vi-yank-pop now cycle through the kill ring; fix some uninitialized variable problems; fix some small memory leaks; better deallocation when completion is interrupted; don't print signal chars in callback mode by default; don't compile in obsolete typedefs by default

2 years agofixes for incomplete multibyte characters; fix for ^C during incremental search in...
Chet Ramey [Sat, 3 Jun 2023 18:27:57 +0000 (14:27 -0400)] 
fixes for incomplete multibyte characters; fix for ^C during incremental search in callback mode; fix for binding do-lowercase-version to something that's not an uppercase letter

2 years agoasan updates to non-incremental search, redisplay; rework non-incremental search...
Chet Ramey [Thu, 27 Apr 2023 19:33:37 +0000 (15:33 -0400)] 
asan updates to non-incremental search, redisplay; rework non-incremental search to avoid pointer aliasing issues

2 years agoasan fixes; fix for history truncation; ANSI/ISO C changes; special cases for char...
Chet Ramey [Tue, 11 Apr 2023 15:23:03 +0000 (11:23 -0400)] 
asan fixes; fix for history truncation; ANSI/ISO C changes; special cases for char search motion commands

2 years agofixes for readline asan issues
Chet Ramey [Mon, 13 Mar 2023 21:21:01 +0000 (17:21 -0400)] 
fixes for readline asan issues

2 years agoadd support for case-insensitive incremental and non-incremental history searches...
Chet Ramey [Fri, 17 Feb 2023 22:19:55 +0000 (17:19 -0500)] 
add support for case-insensitive incremental and non-incremental history searches; controlled by new bindable variable `search-ignore-case'

2 years agocleanups for using rl_input_available_hook with callback mode
Chet Ramey [Wed, 25 Jan 2023 16:43:30 +0000 (11:43 -0500)] 
cleanups for using rl_input_available_hook with callback mode

2 years agoANSI C changes; fix for rl_getc and signals that arrive before it gets called in...
Chet Ramey [Tue, 10 Jan 2023 20:39:41 +0000 (15:39 -0500)] 
ANSI C changes; fix for rl_getc and signals that arrive before it gets called in callback mode

2 years agochanges for systems that lack select/pselect/gettimeofday; call application input...
Chet Ramey [Tue, 13 Dec 2022 15:10:50 +0000 (10:10 -0500)] 
changes for systems that lack select/pselect/gettimeofday; call application input available hook in rl_input_available; fix for redisplay of newline on a single empty input line

2 years agorollup of changes since readline-8.2
Chet Ramey [Wed, 23 Nov 2022 22:01:37 +0000 (17:01 -0500)] 
rollup of changes since readline-8.2

2 years agoreadline-20221008 snapshot
Chet Ramey [Sat, 8 Oct 2022 18:25:55 +0000 (14:25 -0400)] 
readline-20221008 snapshot

2 years agoupdates for release
Chet Ramey [Fri, 23 Sep 2022 13:56:28 +0000 (09:56 -0400)] 
updates for release

3 years agofinalizing changes for readline-8.2 release
Chet Ramey [Tue, 14 Jun 2022 14:47:26 +0000 (10:47 -0400)] 
finalizing changes for readline-8.2 release

3 years agofix for setting RL_STATE_EOF in callback mode
Chet Ramey [Wed, 4 May 2022 15:18:04 +0000 (11:18 -0400)] 
fix for setting RL_STATE_EOF in callback mode

3 years agoadd CHANGES and NEWS for readline-8.2
Chet Ramey [Wed, 13 Apr 2022 15:45:29 +0000 (11:45 -0400)] 
add CHANGES and NEWS for readline-8.2

3 years agofix for clearing rl_undo_list too early in some cases
Chet Ramey [Wed, 13 Apr 2022 14:44:51 +0000 (10:44 -0400)] 
fix for clearing rl_undo_list too early in some cases

3 years agonew configure option to link with shared curses/termcap library
Chet Ramey [Tue, 29 Mar 2022 15:50:11 +0000 (11:50 -0400)] 
new configure option to link with shared curses/termcap library

3 years agoadd rl_eof_found to public API; fix pointer aliasing problems with history-search...
Chet Ramey [Thu, 3 Mar 2022 16:11:47 +0000 (11:11 -0500)] 
add rl_eof_found to public API; fix pointer aliasing problems with history-search-backward; fix a display problem with runs of invisible characters at the end of a physical screen line

3 years agochanges to use readline variables for the color and background used to highlight...
Chet Ramey [Fri, 11 Feb 2022 14:21:26 +0000 (09:21 -0500)] 
changes to use readline variables for the color and background used to highlight the active region

3 years agominor changes to prep for readline-8.2
Chet Ramey [Tue, 18 Jan 2022 16:22:46 +0000 (11:22 -0500)] 
minor changes to prep for readline-8.2

3 years agonew readline custom LS_COLORS suffix; fuzzing fixes; completion-display-length changes
Chet Ramey [Wed, 5 Jan 2022 16:05:15 +0000 (11:05 -0500)] 
new readline custom LS_COLORS suffix; fuzzing fixes; completion-display-length changes

3 years agochanges to unix-filename-rubout, non-incremental history searching, some autoconf...
Chet Ramey [Fri, 10 Sep 2021 14:00:41 +0000 (10:00 -0400)] 
changes to unix-filename-rubout, non-incremental history searching, some autoconf updates

3 years agoAPI change for rl_completer_word_break_characters; minor fixes for MSVC
Chet Ramey [Thu, 19 Aug 2021 19:56:34 +0000 (15:56 -0400)] 
API change for rl_completer_word_break_characters; minor fixes for MSVC

4 years agocommit readline-20210708 snapshot
Chet Ramey [Thu, 8 Jul 2021 19:56:54 +0000 (15:56 -0400)] 
commit readline-20210708 snapshot

4 years agocommit readline-20210311 snapshot
Chet Ramey [Thu, 11 Mar 2021 23:44:09 +0000 (18:44 -0500)] 
commit readline-20210311 snapshot

4 years agocommit readline-20210122 snapshot
Chet Ramey [Fri, 22 Jan 2021 20:28:19 +0000 (15:28 -0500)] 
commit readline-20210122 snapshot

4 years agoMerge branch 'devel' of git.sv.gnu.org:/srv/git/readline into devel
Chet Ramey [Tue, 19 Jan 2021 22:17:52 +0000 (17:17 -0500)] 
Merge branch 'devel' of git.sv.gnu.org:/srv/git/readline into devel

It looks like I missed a pull after a push from another machine.

4 years agocommit readline-20210119 snapshot
Chet Ramey [Tue, 19 Jan 2021 22:16:40 +0000 (17:16 -0500)] 
commit readline-20210119 snapshot

4 years agocommit readline-20201109 snapshot
Chet Ramey [Mon, 9 Nov 2020 20:12:08 +0000 (15:12 -0500)] 
commit readline-20201109 snapshot

4 years agosome auxiliary file cleanup
Chet Ramey [Fri, 30 Oct 2020 15:30:19 +0000 (11:30 -0400)] 
some auxiliary file cleanup

4 years agocommit readline-20201030 snapshot
Chet Ramey [Fri, 30 Oct 2020 14:18:50 +0000 (10:18 -0400)] 
commit readline-20201030 snapshot

4 years agocommit readline-20201001 snapshot
Chet Ramey [Thu, 1 Oct 2020 19:08:13 +0000 (15:08 -0400)] 
commit readline-20201001 snapshot

4 years agocommit readline-20200909 snapshot
Chet Ramey [Wed, 9 Sep 2020 20:47:57 +0000 (16:47 -0400)] 
commit readline-20200909 snapshot

5 years agocommit readline-20200615 snapshot
Chet Ramey [Tue, 16 Jun 2020 19:50:11 +0000 (15:50 -0400)] 
commit readline-20200615 snapshot

5 years agocommit readline-20200610 snapshot
Chet Ramey [Wed, 10 Jun 2020 15:24:50 +0000 (11:24 -0400)] 
commit readline-20200610 snapshot

5 years agocommit readline-20200527 snapshot
Chet Ramey [Wed, 27 May 2020 13:23:12 +0000 (09:23 -0400)] 
commit readline-20200527 snapshot

5 years agocommit readline-20200508 snapshot
Chet Ramey [Fri, 8 May 2020 18:26:22 +0000 (14:26 -0400)] 
commit readline-20200508 snapshot

5 years agocommit readline-20200206 snapshot
Chet Ramey [Thu, 6 Feb 2020 18:51:58 +0000 (13:51 -0500)] 
commit readline-20200206 snapshot

5 years agocommit readline-20200127 snapshot
Chet Ramey [Mon, 27 Jan 2020 20:42:25 +0000 (15:42 -0500)] 
commit readline-20200127 snapshot

5 years agocommit readline-20200124 snapshot
Chet Ramey [Fri, 24 Jan 2020 19:46:19 +0000 (14:46 -0500)] 
commit readline-20200124 snapshot

5 years agocommit readline-20200117 snapshot
Chet Ramey [Fri, 17 Jan 2020 15:55:27 +0000 (10:55 -0500)] 
commit readline-20200117 snapshot

5 years agocommit readline-20190906 snapshot
Chet Ramey [Fri, 6 Sep 2019 19:30:05 +0000 (15:30 -0400)] 
commit readline-20190906 snapshot

6 years agocommit readline-20190805 snapshot
Chet Ramey [Mon, 5 Aug 2019 14:24:27 +0000 (10:24 -0400)] 
commit readline-20190805 snapshot

6 years agocommit readline-20190425 snapshot
Chet Ramey [Thu, 25 Apr 2019 18:33:08 +0000 (14:33 -0400)] 
commit readline-20190425 snapshot

6 years agocommit readline-20180921 snapshot
Chet Ramey [Fri, 21 Sep 2018 14:27:50 +0000 (10:27 -0400)] 
commit readline-20180921 snapshot

6 years agoadd readline-8.0-beta NEWS and CHANGES
Chet Ramey [Mon, 17 Sep 2018 20:33:20 +0000 (16:33 -0400)] 
add readline-8.0-beta NEWS and CHANGES

6 years agocommit readline-20180917 snapshot
Chet Ramey [Mon, 17 Sep 2018 20:29:10 +0000 (16:29 -0400)] 
commit readline-20180917 snapshot

7 years agocommit readline-20180426 snapshot
Chet Ramey [Thu, 26 Apr 2018 15:43:45 +0000 (11:43 -0400)] 
commit readline-20180426 snapshot

7 years agoadd .gitignore for developers
Chet Ramey [Tue, 6 Mar 2018 21:06:42 +0000 (16:06 -0500)] 
add .gitignore for developers

7 years agocommit readline-20180131 snapshot
Chet Ramey [Wed, 31 Jan 2018 16:39:52 +0000 (11:39 -0500)] 
commit readline-20180131 snapshot

8 years agocommit readline-20170710 snapshot
Chet Ramey [Mon, 10 Jul 2017 19:15:57 +0000 (15:15 -0400)] 
commit readline-20170710 snapshot

8 years agocommit readline-20170626 snapshot
Chet Ramey [Mon, 26 Jun 2017 20:50:09 +0000 (16:50 -0400)] 
commit readline-20170626 snapshot

8 years agocommit readline-20170531 snapshot
Chet Ramey [Thu, 1 Jun 2017 01:47:02 +0000 (21:47 -0400)] 
commit readline-20170531 snapshot

8 years agocommit readline-20170129 snapshot
Chet Ramey [Sun, 29 Jan 2017 19:02:42 +0000 (14:02 -0500)] 
commit readline-20170129 snapshot

8 years agocommit readline 20161115 snapshot
Chet Ramey [Wed, 16 Nov 2016 19:08:21 +0000 (14:08 -0500)] 
commit readline 20161115 snapshot

8 years agocommit readline-20160829 snapshot
Chet Ramey [Mon, 29 Aug 2016 15:02:02 +0000 (11:02 -0400)] 
commit readline-20160829 snapshot

8 years agocommit readline-20160808 snapshot
Chet Ramey [Mon, 8 Aug 2016 19:48:07 +0000 (15:48 -0400)] 
commit readline-20160808 snapshot

8 years agocommit readline-20160425 snapshot
Chet Ramey [Mon, 8 Aug 2016 19:45:28 +0000 (15:45 -0400)] 
commit readline-20160425 snapshot

9 years agocommit readline-20160127 snapshot
Chet Ramey [Wed, 27 Jan 2016 16:06:37 +0000 (11:06 -0500)] 
commit readline-20160127 snapshot

9 years agocommit readline-20160108 snapshot
Chet Ramey [Wed, 13 Jan 2016 20:22:04 +0000 (15:22 -0500)] 
commit readline-20160108 snapshot

9 years agocommit readline-20151218 snapshot
Chet Ramey [Tue, 22 Dec 2015 15:29:54 +0000 (10:29 -0500)] 
commit readline-20151218 snapshot

9 years agocommit readline-20151030 snapshot
Chet Ramey [Tue, 10 Nov 2015 21:23:48 +0000 (16:23 -0500)] 
commit readline-20151030 snapshot

9 years agocommit readline-20151002 snapshot
Chet Ramey [Mon, 12 Oct 2015 14:29:04 +0000 (10:29 -0400)] 
commit readline-20151002 snapshot

9 years agocommit readline-20150925 snapshot
Chet Ramey [Mon, 28 Sep 2015 17:58:03 +0000 (13:58 -0400)] 
commit readline-20150925 snapshot

9 years agocommit readline-20150918 snapshot
Chet Ramey [Mon, 21 Sep 2015 20:35:45 +0000 (16:35 -0400)] 
commit readline-20150918 snapshot

9 years agocommit readline-20150911 snapshot
Chet Ramey [Mon, 21 Sep 2015 20:35:23 +0000 (16:35 -0400)] 
commit readline-20150911 snapshot

9 years agocommit readline-20150831 snapshot
Chet Ramey [Mon, 21 Sep 2015 20:34:20 +0000 (16:34 -0400)] 
commit readline-20150831 snapshot

9 years agocommit readline-20150807 snapshot
Chet Ramey [Mon, 10 Aug 2015 13:38:01 +0000 (09:38 -0400)] 
commit readline-20150807 snapshot

10 years agocommit readline-20150731 snapshot
Chet Ramey [Mon, 3 Aug 2015 20:49:12 +0000 (16:49 -0400)] 
commit readline-20150731 snapshot

10 years agocommit readline-20150717 snapshot
Chet Ramey [Mon, 3 Aug 2015 20:48:09 +0000 (16:48 -0400)] 
commit readline-20150717 snapshot

10 years agoreadline-7.0-alpha distribution readline-7.0-alpha
Chet Ramey [Thu, 9 Jul 2015 20:28:21 +0000 (16:28 -0400)] 
readline-7.0-alpha distribution

10 years agoclean up files not in readline-6.3 distribution
Chet Ramey [Thu, 9 Jul 2015 20:23:42 +0000 (16:23 -0400)] 
clean up files not in readline-6.3 distribution

10 years agoReadline-6.3 patch 8
Chet Ramey [Mon, 11 Aug 2014 15:05:02 +0000 (11:05 -0400)] 
Readline-6.3 patch 8

10 years agoReadline-6.3 patch 7
Chet Ramey [Mon, 11 Aug 2014 15:04:45 +0000 (11:04 -0400)] 
Readline-6.3 patch 7

11 years agoReadline-6.3 patch 6
Chet Ramey [Sat, 17 May 2014 20:53:32 +0000 (16:53 -0400)] 
Readline-6.3 patch 6

11 years agoReadline-6.3 patch 5
Chet Ramey [Mon, 14 Apr 2014 20:37:21 +0000 (16:37 -0400)] 
Readline-6.3 patch 5

11 years agoReadline-6.3 patch 4
Chet Ramey [Mon, 14 Apr 2014 20:37:01 +0000 (16:37 -0400)] 
Readline-6.3 patch 4

11 years agoReadline-6.3 patch 3
Chet Ramey [Fri, 28 Mar 2014 18:07:54 +0000 (14:07 -0400)] 
Readline-6.3 patch 3

11 years agoReadline-6.3 patch 2
Chet Ramey [Fri, 28 Mar 2014 18:07:42 +0000 (14:07 -0400)] 
Readline-6.3 patch 2

11 years agoReadline-6.3 patch 1
Chet Ramey [Fri, 28 Mar 2014 18:07:28 +0000 (14:07 -0400)] 
Readline-6.3 patch 1

11 years agoReadline-6.3 distribution sources and documentation readline-6.3
Chet Ramey [Wed, 26 Feb 2014 15:31:21 +0000 (10:31 -0500)] 
Readline-6.3 distribution sources and documentation

11 years agoReadline-6.2 patch 5
Chet Ramey [Tue, 19 Nov 2013 14:45:12 +0000 (09:45 -0500)] 
Readline-6.2 patch 5

13 years agoMerge branch 'master' of git.sv.gnu.org:/srv/git/readline
Chet Ramey [Fri, 20 Jul 2012 20:58:40 +0000 (16:58 -0400)] 
Merge branch 'master' of git.sv.gnu.org:/srv/git/readline

13 years agoReadline-6.2 patch 4
Chet Ramey [Wed, 18 Jul 2012 03:36:03 +0000 (23:36 -0400)] 
Readline-6.2 patch 4

13 years agoReadline-6.2 patch 4
Chet Ramey [Tue, 17 Jul 2012 13:54:36 +0000 (09:54 -0400)] 
Readline-6.2 patch 4

13 years agoReadline-6.2 patch 3
Chet Ramey [Tue, 10 Jul 2012 13:47:21 +0000 (09:47 -0400)] 
Readline-6.2 patch 3