diff options
author | Stu Grossman <grossman@cygnus> | 1991-11-19 05:59:18 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1991-11-19 05:59:18 +0000 |
commit | 870ca2534097fc727b6762fab958fad76722d638 (patch) | |
tree | 45e293360e93ebd8320410c8b9b65fb6729f13ff /readline/ChangeLog | |
parent | c5bbc6ea4136d242ea345285f0758826d019dbaf (diff) | |
download | gdb-870ca2534097fc727b6762fab958fad76722d638.zip gdb-870ca2534097fc727b6762fab958fad76722d638.tar.gz gdb-870ca2534097fc727b6762fab958fad76722d638.tar.bz2 |
Integrate new readline from Brian Fox.
Diffstat (limited to 'readline/ChangeLog')
-rw-r--r-- | readline/ChangeLog | 111 |
1 files changed, 84 insertions, 27 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index 7596307..81fe3d5 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,40 +1,96 @@ -Mon Nov 11 20:50:29 1991 Steve Chamberlain (sac at cygnus.com) +Fri Nov 1 07:02:13 1991 Brian Fox (bfox at gnuwest.fsf.org) - * Makefile.in: Use the MINUS_G no-debug convention - * readline.c: (many_places) move all the declarations of rindex to - only one place, to reduce the number of warnings it makes. + * readline.c (rl_translate_keyseq) Make C-? translate to RUBOUT + unconditionally. -Sat Nov 9 03:19:40 1991 John Gilmore (gnu at cygnus.com) +Mon Oct 28 11:34:52 1991 Brian Fox (bfox at gnuwest.fsf.org) - * configure.in: Make a link for sysdep.h. Specify commontargets. - * sysdep-norm.h: The usual alloca declarations. - * sysdep-aix.h: What AIX 3.1 on RS/6000 needs for alloca. - * history.c, readline.c: Use sysdep.h. + * readline.c; Use Posix directory routines and macros. -Thu Oct 24 21:58:46 1991 John Gilmore (gnu at cygnus.com) + * funmap.c; Add entry for call-last-kbd-macro. - * configure.in: aix is a Sys V as far as we're concerned. - Switch to new config/hm-* scheme. + * readline.c (rl_prep_term); Use system EOF character on POSIX + systems also. -Thu Oct 24 02:08:50 1991 Fred Fish (fnf at cygnus.com) +Thu Oct 3 16:19:53 1991 Brian Fox (bfox at gnuwest.fsf.org) - * config/hmake-sysv: Send RANLIB (echo) output to /dev/null. + * readline.c; Make a distinction between having a TERMIOS tty + driver, and having POSIX signal handling. You might one without + the other. New defines used HAVE_POSIX_SIGNALS, and + TERMIOS_TTY_DRIVER. -Tue Sep 17 17:44:22 1991 Stu Grossman (grossman at cygnus.com) +Tue Jul 30 22:37:26 1991 Brian Fox (bfox at gnuwest.fsf.org) - * config/hmake-sysv: sgi/irix support. + * readline.c: rl_getc () If a call to read () returns without an + error, but with zero characters, the file is empty, so return EOF. -Sun May 19 07:49:34 1991 John Gilmore and Rich Pixley (at cygnus.com) +Thu Jul 11 20:58:38 1991 Brian Fox (bfox at gnuwest.fsf.org) - Make readline independent of the applications that use it. + * readline.c: (rl_get_next_history, rl_get_previous_history) + Reallocate the buffer space if the line being moved to is longer + the the current space allocated. Amazing that no one has found + this bug until now. - * readline.h, keymaps.h: include other include files with "foo.h" - rather than <readline/foo.h>. This works here, and works when - included from other applications. +Sun Jul 7 02:37:05 1991 Brian Fox (bfox at gnuwest.fsf.org) - * Makefile.in: Create template for configurable Makefile. - This version is not ready for prime time, so we have left - Makefile itself (the original version) too. + * readline.c:(rl_parse_and_bind) Allow leading whitespace. + Make sure TERMIO and TERMIOS systems treat CR and NL + disctinctly. + +Tue Jun 25 04:09:27 1991 Brian Fox (bfox at gnuwest.fsf.org) + + * readline.c: Rework parsing conditionals to pay attention to the + prior states of the conditional stack. This makes $if statements + work correctly. + +Mon Jun 24 20:45:59 1991 Brian Fox (bfox at gnuwest.fsf.org) + + * readline.c: support for displaying key binding information + includes the functions rl_list_funmap_names (), + invoking_keyseqs_in_map (), rl_invoking_keyseqs (), + rl_dump_functions (), and rl_function_dumper (). + + funmap.c: support for same includes rl_funmap_names (). + + readline.c, funmap.c: no longer define STATIC_MALLOC. However, + update both version of xrealloc () to handle a null pointer. + +Thu Apr 25 12:03:49 1991 Brian Fox (bfox at gnuwest.fsf.org) + + * vi_mode.c (rl_vi_fword, fWord, etc. All functions use + the macro `isident()'. Fixed movement bug which prevents + continious movement through the text. + +Fri Jul 27 16:47:01 1990 Brian Fox (bfox at gnuwest.fsf.org) + + * readline.c (parser_if) Allow "$if term=foo" construct. + +Wed May 23 16:10:33 1990 Brian Fox (bfox at gnuwest.fsf.org) + + * readline.c (rl_dispatch) Correctly remember the last command + executed. Fixed typo in username_completion_function (). + +Mon Apr 9 19:55:48 1990 Brian Fox (bfox at gnuwest.fsf.org) + + * readline.c: username_completion_function (); For text passed in + with a leading `~', remember that this could be a filename (after + it is completed). + +Thu Apr 5 13:44:24 1990 Brian Fox (bfox at gnuwest.fsf.org) + + * readline.c: rl_search_history (): Correctly handle case of an + unfound search string, but a graceful exit (as with ESC). + + * readline.c: rl_restart_output (); The Apollo passes the address + of the file descriptor to TIOCSTART, not the descriptor itself. + +Tue Mar 20 05:38:55 1990 Brian Fox (bfox at gnuwest.fsf.org) + + * readline.c: rl_complete (); second call in a row causes possible + completions to be listed. + + * readline.c: rl_redisplay (), added prompt_this_line variable + which is the first character character following \n in prompt. Sun Mar 11 04:32:03 1990 Brian Fox (bfox at gnuwest.fsf.org) @@ -47,8 +103,10 @@ Wed Jan 17 19:24:09 1990 Brian Fox (bfox at sbphy.ucsb.edu) Thu Jan 11 10:54:04 1990 Brian Fox (bfox at sbphy.ucsb.edu) - * readline.c, readline.h: added rl_show_star to control the - display of an asterisk on modified history lines. + * readline.c: added mark_modified_lines to control the + display of an asterisk on modified history lines. Also + added a user variable called mark-modified-lines to the + `set' command. Thu Jan 4 10:38:05 1990 Brian Fox (bfox at sbphy.ucsb.edu) @@ -117,4 +175,3 @@ Wed Jun 28 20:20:51 1989 Brian Fox (bfox at aurel) * Made readline and history into independent libraries. - |