old-cross-binutils/readline
David Taylor 59bfc16ae3 The following changes were made by Jim Blandy
<jimb@zwingli.cygnus.com> and David Taylor
 	<taylor@texas.cygnus.com> as part of a project to merge in changes
 	made by HP; HP did not create ChangeLog entries.

	* config/mp-enable-tui: New file.
	(TUI_CFLAGS): Search devo's include directory, as long as we're
 	totally ruining modularity.
	(INCLUDE_SRCDIR): New var.
	(GDB_TUI_SRCDIR): Fix syntax error.

	* configure.in: Check the --enable-tui flag; if it's set, include
 	a makefile fragment that #defines TUI and adds the needed #include
 	directories.
	(*-*-hpux*): New host; use sysdep-hpux.h.

	* Makefile.in (.c.o): Check the variable set in the makefile
	fragment above.

	* display.c (term_goto): declare it.
	(insert_some_chars): set it.
	(delete_chars): set it.

	* readline.c: add tui include files surrounded by TUI.
	(rl_reset): new function, move some of rl_abort functionality to
 	here.
	(rl_abort): call rl_reset.
	(rl_getc): tui changes.
	(init_terminal_io): tui changes.

	* readline.h (tui_version, fputc_unfiltered, fputs_unfiltered,
	tui_tputs): declare if TUI is defined.

	* rltty.c (prepare_terminal_settings): additional comment.

	* signals.c: add tui include files surrounded by TUI.  move #if
 	and #endif to column 1 so HP's compiler will accept them.  Remove
 	declaration of tuiDoAndReturnToTop since it's declared in tui.h.
	(rl_handle_sigwinch): call tuiDoAndReturnToTop if TUI defined.
  	(rl_handle_sigwinch_on_clear): define if TUI defined.
	(rl_set_signals): if TUI, avoid infinite recursion.
	(rl_clear_signals): install rl_handle_sigwinch_on_clear.

	* sysdep-hpux.h: New file.
1998-12-08 16:33:13 +00:00
..
doc The following changes were made by Jim Blandy 1998-12-08 16:33:13 +00:00
examples * configure.bat: Remove obsolete file. 1998-07-23 21:49:12 +00:00
.Sanitize The following changes were made by Jim Blandy 1998-12-08 16:33:13 +00:00
bind.c Merge in changes from bash-1.13. The most obvious one is 1994-01-16 03:39:57 +00:00
ChangeLog The following changes were made by Jim Blandy 1998-12-08 16:33:13 +00:00
chardefs.h * readline.c (_rl_output_character_function), display.c: 1994-02-15 22:31:19 +00:00
complete.c Fri Sep 29 15:19:23 1995 steve chamberlain <sac@slash.cygnus.com> 1995-09-29 22:28:44 +00:00
configure.in From: Robert Lipe <robertl@dgii.com> 1996-04-07 21:00:40 +00:00
COPYING Integrate new readline from Brian Fox. 1991-11-19 05:59:18 +00:00
display.c * readline.c (_rl_output_character_function), display.c: 1994-02-15 22:31:19 +00:00
emacs_keymap.c Integrate new readline from Brian Fox. 1991-11-19 05:59:18 +00:00
funmap.c Integrate new readline from Brian Fox. 1991-11-19 05:59:18 +00:00
history.c Install some bug fixes from Brian Fox. 1992-03-25 01:07:32 +00:00
history.h Initial revision 1991-03-28 16:26:26 +00:00
isearch.c Merge in changes from bash-1.13. The most obvious one is 1994-01-16 03:39:57 +00:00
keymaps.c Integrate new readline from Brian Fox. 1991-11-19 23:37:53 +00:00
keymaps.h Merge in changes from bash-1.13. The most obvious one is 1994-01-16 03:39:57 +00:00
Makefile.in * Makefile.in: Add search.o rule for Sun make. 1994-02-18 16:57:47 +00:00
parens.c Merge in changes from bash-1.13. The most obvious one is 1994-01-16 03:39:57 +00:00
readline.c * readline.c (readline_default_bindings): Don't compile if 1994-05-09 22:31:26 +00:00
readline.h #include "sysdep.h" 1991-11-19 23:39:01 +00:00
rldefs.h * rldefs.h: If __osf__is defined, include <termio.h> instead of 1996-08-11 22:05:41 +00:00
rltty.c * readline.c (readline_default_bindings): Don't compile if 1994-05-09 22:31:26 +00:00
search.c Merge in changes from bash-1.13. The most obvious one is 1994-01-16 03:39:57 +00:00
signals.c Fri Sep 29 15:19:23 1995 steve chamberlain <sac@slash.cygnus.com> 1995-09-29 22:28:44 +00:00
sysdep-6irix.h * sysdep-6irix.h: New file. 1998-05-13 17:43:33 +00:00
sysdep-aix.h <sys/types.h> is required for <dirent.h>. Improve Sun alloca. 1991-11-22 17:07:42 +00:00
sysdep-cxux7.h * configure.in (m88*-harris-cxux7*): Recognize. 1994-07-16 20:33:21 +00:00
sysdep-hpux.h The following changes were made by Jim Blandy 1998-12-08 16:33:13 +00:00
sysdep-hpux11.h * sysdep-hpux11.h: New file. 1998-07-28 15:44:30 +00:00
sysdep-irix.h Initial revision 1991-11-21 22:49:25 +00:00
sysdep-linux.h * sysdep-linux.h: New file. 1996-05-26 22:15:47 +00:00
sysdep-norm.h * rldefs.c: Get rid of define of SIGALRM if _WIN32 or __MSDOS__. 1996-08-12 04:11:17 +00:00
sysdep-obsd.h * sysdep-obsd.h: #include <sys/types.h> to make this more Kosher. 1992-06-19 22:50:08 +00:00
sysdep-sco.h Initial revision 1991-11-21 22:49:25 +00:00
sysdep-sysv4.h * sysdep-sysv4.h: New file for SVR4. 1993-03-03 05:52:32 +00:00
tilde.c Merge in changes from bash-1.13. The most obvious one is 1994-01-16 03:39:57 +00:00
tilde.h Merge in changes from bash-1.13. The most obvious one is 1994-01-16 03:39:57 +00:00
vi_keymap.c Integrate new readline from Brian Fox. 1991-11-19 05:59:18 +00:00
vi_mode.c Integrate new readline from Brian Fox. 1991-11-19 05:59:18 +00:00
xmalloc.c Merge in changes from bash-1.13. The most obvious one is 1994-01-16 03:39:57 +00:00