This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / readline / ChangeLog
index 681b20643f38d40305eecf8c68be77488b97130f..b38fcf354b55952b93a9666d022f9ee0ec8da791 100644 (file)
@@ -1,3 +1,204 @@
+1999-04-22  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * Makefile.in (install): Make comment about this change more explicit.
+
+1999-04-22  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+        * Makefile.in (install): Don't install the final libreadline.a
+        or .h files.
+
+Tue Mar 23 10:56:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       Patches from Robert Hoehne <robert.hoehne@gmx.net>:
+       
+       * display.c: Change some terminal calls to work on DJGPP.
+       * terminal.c: Likewise.
+       * Makefile.in: Remove . from the VPATH directive.
+       
+Tue Mar  9 14:58:13 1999  Geoffrey Noer  <noer@cygnus.com>
+
+       * support/config.sub: Recognize cygwin*, not just cygwin32.
+
+Tue Feb  9 10:38:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * configure.in: Do not use the ./support directory.
+       * configure: Regenerate.
+
+Wed Jan  6 12:24:19 1999  Christopher Faylor <cgf@cygnus.com>
+
+       * configure.in: Use LOCAL_CFLAGS rather than CFLAGS for
+       searching libtermcap directory.
+       * configure: Regenerate.
+
+Thu Dec 31 12:07:01 1998  Christopher Faylor <cgf@cygnus.com>
+
+       * configure.in: Search devo libtermcap directory for termcap.h
+       when compiling for cygwin.
+       * configure: Regenerated.
+
+1998-12-30  Michael Meissner  <meissner@cygnus.com>
+
+       * Makefile.in (install): Only try to copy libreadline.a and
+       libhistory.a if they exist.
+
+Tue Dec 29 23:49:20 1998  Christopher Faylor <cgf@cygnus.com>
+
+       * cross-build/cygwin.cache: Add a couple more known settings.
+       * configure.in: Fix typo.
+       * configure: Regenerated.
+
+Tue Dec 29 18:11:28 1998  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * cross-build: new directory.
+       
+       * cross-build/cygwin.cache: new file. Used for Cygwin cross builds.
+
+       * configure.in: added tests for cross-build for Cygwin.
+
+1998-12-24  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * Makefile.in: Add CYGNUS LOCAL comment.
+       * acconfig.h: Add missing defines.
+       * config.h.bot: Add missing content.
+       * configure, config.h.in: Regenerated.
+
+Wed Dec 23 16:21:41 1998  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * Makefile.in: comment out the rule to rebuild configure by 
+       running autoconf. 
+
+Tue Dec 22 10:00:30 1998  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * shell.c (savestring): ifdef'd it out. 
+
+       * Imported new version of Readline 2.2.1. Removed all the Cygnus
+       local changes.
+
+       New files: acconfig.h, aclocal.m4, ansi_stdlib.h, callback.c,
+       config.h.in, configure, histexpand.c, histfile.c, histlib.h,
+       histsearch.c, input.c, kill.c, macro.c, nls.c, posixdir.h,
+       posixjmp.h, posixstat.h, rlconf.h, rltty.h, rlwinsize.h, shell.c,
+       tcap.h, terminal.c, undo.c, util.c, support directory.
+
+       Removed files: sysdep*, config directory.
+       
+
+Fri Dec  4 15:25:41 1998  David Taylor  <taylor@texas.cygnus.com>
+
+       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.
+
+Mon Nov  2 15:26:33 1998  Geoffrey Noer  <noer@cygnus.com>
+
+        * configure.in: Check cygwin* instead of cygwin32*.
+
+Tue Jul 28 09:43:27 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * sysdep-hpux11.h: New file.
+       * configure.in (*-*-*-hpux11*): Use sysdep-hpux11.h.
+
+Thu Jul 23 17:48:21 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.bat: Remove obsolete file.
+       * examples/configure.bat: Remove obsolete file.
+
+Wed May 13 13:41:53 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * sysdep-6irix.h: New file.
+       * configure.in (*-*-irix6*): New host; use sysdep-6irix.h.
+
+       * Makefile.in (isearch.o, search.o): Depend upon sysdep.h.
+       (Makefile): Depend upon $(srcdir)/configure.in.
+
+Thu Apr  9 11:59:38 1998  Ian Dall (<Ian.Dall@dsto.defence.gov.au>
+
+       * configure.in (host==netbsd): Include config/mh-bsd44.
+       * config/mh-bsd44: New file.
+
+Wed Dec  3 16:48:20 1997  Michael Snyder  (msnyder@cleaver.cygnus.com)
+
+       * rltty.c: fix typos.
+
+Tue Oct  8 08:59:24 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * tilde.c (tilde_word_expand):  __MSDOS___ -> __MSDOS__
+
+Sat Oct 05 11:24:34 1996  Mark Alexander  <marka@cygnus.com>
+
+       * rldefs.h: On Linux, include <termios.h> to fix compile error
+       in <termcap.h>.
+
+Wed Sep  4 18:06:51 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * rldefs.h:  Enable HANDLE_SIGNALS for cygwin32.
+
+Thu Aug 29 16:59:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
+
+Fri Aug 16 17:49:57 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * complete.c:  Include <pwd.h> if not DOS, and if cygwin32 or not
+       win32.
+       * configure.in:  Add test for *-*-cygwin32* to use config/mh-posix.
+       * readline.c:  Move decl of tgetstr to rldefs.h.
+       * (_rl_set_screen_size):  Remove redundant ifdef MINIMALs.
+       * rldefs.h:  Don't do MINIMAL for cygwin32.  Cygwin32 now uses
+       full-blown readline, except for termcap.
+
+Sun Aug 11 21:06:26 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * rldefs.c:  Get rid of define of SIGALRM if _WIN32 or __MSDOS__.
+       * Don't define ScreenCols/ScreenRows/... if cygwin32.
+       * sysdep-norm.h:  Don't include <malloc.h> if cygwin32.
+
+Sun Aug 11 14:59:09 1996  Fred Fish  <fnf@cygnus.com>
+
+       * rldefs.h:  If __osf__is defined, include <termio.h> instead of
+       <sgtty.h>.
+
 Fri Aug  9 08:54:26 1996  Stu Grossman  (grossman@critters.cygnus.com)
 
        * bind.c complete.c history.c readline.c:  Don't include sys/file.h.
This page took 0.024597 seconds and 4 git commands to generate.