Wed Dec 3 16:48:20 1997 Michael Snyder (msnyder@cleaver.cygnus.com)
[deliverable/binutils-gdb.git] / readline / ChangeLog
index 365bde8fef1f7bb8ff84962c980457b8c0d4e01b..2a72916e440710826d96b85e3bdda5ca88d29ed2 100644 (file)
@@ -1,5 +1,297 @@
+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.
+       * complete.c display.c parens.c readline.c rldefs.h rltty.c
+       signals.c tilde.c:  Change refs to _MSC_VER and __WIN32__ to _WIN32.
+       * signals.c (rl_signal_handler):  Ifdef out kill if _WIN32.
+       * sysdep-norm.h:  Ifdef out include of dirent.h if _WIN32.
+       Include malloc.h if _WIN32.
+
+Thu Jul 18 15:59:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * rldefs.h (sys/uio.h) Before sys/stream.h is included under AIX,
+       include sys/uio.h, which prevents an undefined structure used in a
+       prototype message from being generated.
+
+Tue Jun 25 23:05:55 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
+
+        * Makefile.in (datadir): Set to $(prefix)/share.
+       (docdir): Removed.
+
+Sun May 26 15:14:42 1996  Fred Fish  <fnf@cygnus.com>
+
+       From: David Mosberger-Tang  <davidm@azstarnet.com>
+
+       * sysdep-linux.h: New file.
+       * 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.
+
+Sun Apr  7 22:06:11 1996  Fred Fish  <fnf@cygnus.com>
+
+       From: Miles Bader  <miles@gnu.ai.mit.edu>
+       * config/mh-gnu: New file.
+       * configure.in (*-*-gnu*): New host.
+
+Sun Apr  7 13:21:51 1996  Fred Fish  <fnf@cygnus.com>
+
+       From: Robert Lipe <robertl@dgii.com>
+       * configure.in: SCO OpenServer 5 (a.k.a 3.2v5*) is more like
+       SCO 3.2v4 than 3.2v2.
+
+Wed Jan  3 18:22:10 1996  steve chamberlain  <sac@slash.cygnus.com>
+
+       * readline.c, display.c, complete.c: Add _MSC_VER to list of
+       things which can't do most things.
+
+Thu Nov 16 15:39:05 1995  Geoffrey Noer <noer@cygnus.com>
+
+       * complete.c: Change WIN32 to __WIN32__, added #else return NULL
+       to end of that define.
+
+Tue Oct 31 10:38:58 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * display.c, parens.c, readline.c, rldefs.h: Change use of
+       WIN32 to __WIN32__.
+
+Tue Oct 10 11:07:23 1995  Fred Fish  <fnf@cygnus.com>
+
+       * Makefile.in (BISON): Remove macro.
+
+Tue Oct 10 08:49:00 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * complete.c (filename_completion_function): Enable for
+       win32 when not MSC.
+
+Sun Oct  8 04:17:19 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * configure.in:  Handle powerpc-ibm-aix* like rs6000-ibm-aix*.
+
+Sat Oct  7 20:36:16 1995  Michael Meissner  <meissner@cygnus.com>
+
+       * rltty.c (outchar): Return an int, like tputs expects.
+       * signals.c (_rl_output_character_function): Ditto.
+
+Fri Sep 29 15:19:23 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       Fixes for when the host WIN32, but not MSC.
+       * complete.c: Sometimes have pwd.h
+       * parens.c: WIN32 has similar restrictions to __GO32__.
+       * readline.c (__GO32__): Some of this moved into rldefs.h
+       * signals.c (__GO32__): Likewise.
+       * rldefs.h (MSDOS||WIN32) becomes MSDOS||MSC.
+       (WIN32&&!WIN32): New definitions.
+
+Wed Sep 20 12:57:17 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (maintainer-clean): New synonym for realclean.
+
+Wed Mar  1 13:33:43 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * rltty.c (outchar): Provide prototype for outchar, to silence
+       type warnings in passing outchar to tputs on systems like Linux
+       that have full prototypes.
+
+       * signals.c (_rl_output_character_function): Provide prototype to
+       silence type warnings.
+
+Sun Jan 15 14:10:37 1995  Steve Chamberlain  <sac@splat>
+
+       * rldefs.h: Define MINIMAL for __GO32__ and WIN32.
+       * complete.c, display.c, readline.c, rltty.c: Test MINIMAL
+       instead of __GO32__.
+
+Wed Aug 24 13:04:47 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * configure.in: Change i[34]86 to i[345]86.
+
+Sat Jul 16 13:26:31 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * configure.in (m88*-harris-cxux7*): Recognize.
+       * sysdep-cxux7.h: New file.
+
+Fri Jul  8 13:18:33 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
+
+       * rttty.c (control_meta_key_on): Remove superfluous testing of
+       __GO32__.
+
+Thu Jun 30 15:21:54 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
+
+       * rltty.c (control_meta_key_on): Don't compile if __GO32__ is
+       defined.
+       (rltty_set_default_bindings): Likewise.
+       * display.c (insert_some_chars, delete_chars): row_start should be
+       a short.
+       * parens.c (rl_insert_close): No FD_SET if using __GO32__.
+       * readline.c (rl_gather_tyi): Strip off spurious high bits.
+
+Sun Jun 12 03:51:52 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * history.c:  Swap inclusion of rldefs.h and chardefs.h to avoid
+       CTRL macro redefinition.
+
+Mon May  9 18:29:42 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * readline.c (readline_default_bindings): Don't compile if
+       __GO32__ is defined.
+       (_rl_set_screen_size): Likewise.
+       * rltty.c (rltty_set_default_bindings): Likewise.
+       (control_meta_key): Likewise.
+       * display.c: If __GO32__ is defined, include <sys/pc.h>.
+       * parens.c: If __GO32__ is defined, undefine FD_SET.
+       * signals.c: Include SIGWINCH handling in the set of things which
+       is not done if HANDLE_SIGNALS is not set.
+
+Fri May  6 13:38:39 1994  Steve Chamberlain  (sac@cygnus.com)
+
+        * config/mh-go32: New fragment.
+       * configure.in (host==go32): Use go32 fragment.
+
+Wed May  4 14:36:53 1994  Stu Grossman  (grossman@cygnus.com)
+
+       * chardefs.h, rldefs.h:  Move decls of string funcs from chardefs.h
+       to rldefs.h so that they don't pollute apps that include
+       readline.h.
+       * history.c:  include rldefs.h to get decls of string funcs.
+
+Wed May  4 12:15:11 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * configure.in (rs6000-bull-bosx*): New configuration, RS/6000
+       variant.
+
+Wed Apr 20 10:43:52 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * configure.in: Use mh-posix for sunos4.1*.
+
+Wed Apr 13 21:28:44 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * rltty.c (set_tty_settings): Don't set readline_echoing_p.
+       (rl_deprep_terminal) [NEW_TTY_DRIVER]: Set readline_echoing_p.
+
+Sun Mar 13 09:13:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in: Add TAGS target.
+
+Wed Mar  9 18:01:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * isearch.c, search.c: Include sysdep.h.
+
+Thu Mar  3 17:40:03 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * configure.in: For ISC, use mh-sysv, not mh-isc.
+
+Thu Feb 24 04:13:53 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * Merge in changes from bash-1.13.5. Merge changes from glob/tilde.c
+       into tilde.c and use it. Add system function declarations where
+       necessary. Check for __GO32__, not _GO32_ consistently.
+       * Makefile.in:  Update dependencies.
+       * rltty.c:  Include <sys/file.h> to match include file setup
+       in readline.c for rldefs.h. Otherwise we get inconsistent
+       TTY_DRIVER definitions in readline.c and rltty.c.
+       * bind.c, complete.c:  Do not include <sys/types.h>, it is already
+       included via sysdep.h, which causes problems if <sys/types.h> has
+       no multiple inclusion protection.
+       * readline.c (_rl_set_screen_size):  Reestablish test for
+       TIOCGWINSZ_BROKEN.
+       * rldefs.h:  Define S_ISREG if necessary.
+
+Fri Feb 18 08:56:35 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in: Add search.o rule for Sun make.
+
+Wed Feb 16 16:35:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * rltty.c:  #if out some code if __GO32__.
+
+Tue Feb 15 14:07:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * readline.c (_rl_output_character_function), display.c:
+       Return int, not void, to conform with the expected arg of tputs.
+       * readline.c (init_terminal_io):  tgetflag only takes 1 arg.
+       * readline.c (_rl_savestring):  New function.
+       * chardefs.h:  To avoid conflicts and/or warnings, define
+       savestring as a macro wrapper for _rl_savestring.
+       * display.c (extern term_xn):  It's an int flag, not a string.
+       * charsdefs.h, rldefs.h:  Remove HAVE_STRING_H-related junk.
+
+Sat Feb  5 08:32:30 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in: Remove obsolete rules for history.info and
+       readline.info.
+
+Thu Jan 27 17:04:01 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * chardefs.h: Only declare strrchr if it is not #define'd.
+
+Tue Jan 25 11:30:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * rldefs.h: Accept __hpux as well as hpux for HP compiler in ANSI mode.
+
+Fri Jan 21 17:31:26 1994  Jim Kingdon  (kingdon@lisa.cygnus.com)
+
+       * chardefs.h, tilde.c: Just declare strrchr rather than trying to
+       include a system header.
+
+Fri Jan 21 14:40:43 1994  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in (distclean, realclean):  Expand local-distclean
+       inline after doing recursion.  You can't recurse after removing
+       Makefile.  Make them depend on local-clean.
+       * Makefile.in (local-distclean):  Remove now superfluous target.
+
+Mon Jan 17 12:42:07 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
+
+       * readline.c (doing_an_undo): Delete second declaration, since it
+       confuses the alpha-osf1 native compiler.
+
 Sun Jan 16 12:33:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * complete.c, bind.c: Include <sys/stat.h>.
+       * complete.c: Define X_OK if not defined by a system header.
+
        * chardefs.h: Don't declare xmalloc.
 
        * keymaps.h: Include "chardefs.h" not <readline/chardefs.h>.
This page took 0.02549 seconds and 4 git commands to generate.