diff options
author | Stu Grossman <grossman@cygnus> | 1992-09-25 19:48:50 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-09-25 19:48:50 +0000 |
commit | d3c4fc986169ec6b8162fae70988533e2c8045b0 (patch) | |
tree | e7c4404092c9eed537ad00401d6404956b576546 /readline/ChangeLog | |
parent | 310cc5704322805474df29cc1d0e89d0819e624c (diff) | |
download | gdb-d3c4fc986169ec6b8162fae70988533e2c8045b0.zip gdb-d3c4fc986169ec6b8162fae70988533e2c8045b0.tar.gz gdb-d3c4fc986169ec6b8162fae70988533e2c8045b0.tar.bz2 |
* readline.c (clear_to_eol, rl_generic_bind): Make static.
(rl_digit_loop): Add arg to call to rl_message().
* vi_mode.c (rl_vi_first_print): Add arg to call to
rl_back_to_indent().
Diffstat (limited to 'readline/ChangeLog')
-rw-r--r-- | readline/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index 5055c89..e766445 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,10 @@ +Fri Sep 25 12:45:05 1992 Stu Grossman (grossman at cygnus.com) + + * readline.c (clear_to_eol, rl_generic_bind): Make static. + (rl_digit_loop): Add arg to call to rl_message(). + * vi_mode.c (rl_vi_first_print): Add arg to call to + rl_back_to_indent(). + Wed Aug 19 14:59:07 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories, use full |