aboutsummaryrefslogtreecommitdiff
path: root/readline/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
1998-12-251998-12-24 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-0/+1
* Makefile.in: Add CYGNUS LOCAL comment. * acconfig.h: Add missing defines. * config.h.bot: Add missing content. * configure, config.h.in: Regenerated. config.h.in is a generated file, but the readline distribution checked in could not regenerate this. This set of changes fixes that.
1998-12-22Tue Dec 22 10:07:58 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-12/+32
* Import of Readline 2.2.1.
1998-12-08 The following changes were made by Jim BlandyDavid Taylor1-0/+1
<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-07-29Keep sysdep-hpux11.hJeff Law1-0/+1
1998-07-23 * configure.bat: Remove obsolete file.Ian Lance Taylor1-1/+0
* examples/configure.bat: Remove obsolete file.
1998-05-13 * sysdep-6irix.h: New file.Ian Lance Taylor1-0/+1
* configure.in (*-*-irix6*): New host; use sysdep-6irix.h.
1996-05-26 * sysdep-linux.h: New file.Fred Fish1-0/+1
* display.c: Add include of "sysdep.h" to get HAVE_VARARGS_H. * configure.in: Change pattern i[345]86-*-linux* into *-*-linux* to support non-x86 based Linux platforms.
1994-07-16 * configure.in (m88*-harris-cxux7*): Recognize.Stan Shebs1-5/+4
* sysdep-cxux7.h: New file.
1994-01-16 Merge in changes from bash-1.13. The most obvious one isPer Bothner1-1/+13
that the file readline.c has been split into multiple files. * bind.c, complete.c, dispay.c, isearch.c, parens.c, rldefs.h, rltty.c, search.c signals.c, tilde.c, tilde.h, xmalloc.c: New files.
1993-08-02Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish1-1/+0
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-07-30Add .Sanitize to Things-to-lose list.Fred Fish1-0/+2
1993-05-27added things-to-lose sectionsK. Richard Pixley1-0/+2
1993-03-09Removed obsolete Makefile.dos.Ian Lance Taylor1-1/+0
1993-03-03 * sysdep-sysv4.h: New file for SVR4.Fred Fish1-0/+1
* configure.in (*-*-sysv4*): Use sysdep-sysv4.h. * configure.in (*-*-ultrix2): Add triplet from Michael Rendell (michael@mercury.cs.mun.ca)
1992-02-22Remeber this one too!Steve Chamberlain1-0/+2
1991-11-2314 char filenamesJohn Gilmore1-1/+1
1991-11-22sysdep renamesJohn Gilmore1-1/+1
1991-11-21Add a bunch of config files to .Sanitize, add some config stuff to Makefile.inStu Grossman1-1/+4
and configure.in. Fix compilation of ../glob/tilde.o in Makefile.
1991-11-19Remove doc. It's been moved to a subdir.Stu Grossman1-4/+0
1991-11-19Add doc and examples.Stu Grossman1-0/+2
1991-11-14.Sanitize:Steve Chamberlain1-4/+4
now use the shortened names Makefile.in: make install-info work on sysV readline.texi fix @include problem
1991-11-09Modernize, add sysdep-*.h filesJohn Gilmore1-22/+2
1991-10-05configure, config.sub goneJohn Gilmore1-3/+4
1991-09-17Add config directory.Stu Grossman1-1/+5
1991-08-22add config.subJohn Gilmore1-1/+5
1991-05-23Initial revisionK. Richard Pixley1-0/+64