old-cross-binutils/readline/.Sanitize

74 lines
1.4 KiB
Text
Raw Normal View History

# .Sanitize for devo/readline.
1991-05-23 17:44:08 +00:00
# Each directory to survive its way into a release will need a file
1991-05-23 17:44:08 +00:00
# like this one called "./.Sanitize". All keyword lines must exist,
# and must exist in the order specified by this file. Each directory
# in the tree will be processed, top down, in the following order.
# Hash started lines like this one are comments and will be deleted
# before anything else is done. Blank lines will also be squashed
# out.
# The lines between the "Do-first:" line and the "Things-to-keep:"
# line are executed as a /bin/sh shell script before anything else is
# done in this directory.
1991-05-23 17:44:08 +00:00
Do-first:
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
# called. Directories not listed will be removed in their entirety
# with rm -rf.
Things-to-keep:
COPYING
ChangeLog
Makefile.in
bind.c
1991-05-23 17:44:08 +00:00
chardefs.h
complete.c
1991-09-17 08:21:58 +00:00
config
1991-05-23 17:44:08 +00:00
configure.in
display.c
1991-11-19 05:24:30 +00:00
doc
1991-05-23 17:44:08 +00:00
emacs_keymap.c
1991-11-19 05:24:30 +00:00
examples
1991-05-23 17:44:08 +00:00
funmap.c
history.c
history.h
isearch.c
1991-05-23 17:44:08 +00:00
keymaps.c
keymaps.h
parens.c
1991-05-23 17:44:08 +00:00
readline.c
readline.h
rldefs.h
rltty.c
search.c
signals.c
sysdep-6irix.h
1991-11-09 11:32:52 +00:00
sysdep-aix.h
sysdep-cxux7.h
1998-07-29 17:22:48 +00:00
sysdep-hpux11.h
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
sysdep-hpux.h
sysdep-irix.h
sysdep-linux.h
sysdep-norm.h
1991-11-23 01:49:58 +00:00
sysdep-obsd.h
sysdep-sco.h
sysdep-sysv4.h
tilde.c
tilde.h
1991-05-23 17:44:08 +00:00
vi_keymap.c
vi_mode.c
xmalloc.c
1991-05-23 17:44:08 +00:00
1993-05-27 06:44:29 +00:00
Things-to-lose:
1993-07-30 16:46:19 +00:00
1991-05-23 17:44:08 +00:00
Do-last:
# End of file.