Sanitize slip
[external/binutils.git] / readline / ChangeLog
index 62abc39..5055c89 100644 (file)
@@ -1,3 +1,106 @@
+Wed Aug 19 14:59:07 1992  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in: always create installation directories, use full
+       file name for install target.
+
+Wed Aug 12 15:50:57 1992  John Gilmore  (gnu@cygnus.com)
+
+       * readline.c (last_readline_init_file):  Fix typo made by Steve
+       Chamberlain/DJ Delorie.  Proper control file name is ~/.inputrc,
+       not ~/inputrc.
+
+Thu Jun 25 16:15:27 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * configure.in:  Make bsd based systems use sysdep-obsd.h.
+
+Tue Jun 23 23:22:53 1992  Per Bothner  (bothner@cygnus.com)
+
+       * config/mh-posix:  New file, for Posix-compliant systems.
+       * configure.in:  Use mh-posix for Linux (free Unix clone).
+
+Tue Jun 23 21:59:20 1992  Fred Fish  (fnf@cygnus.com)
+
+       * sysdep-norm.h (alloca):  Protect against previous definition as
+       a macro with arguments.
+
+Fri Jun 19 15:48:54 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * sysdep-obsd.h:  #include <sys/types.h> to make this more Kosher.
+
+Fri Jun 19 12:53:28 1992  John Gilmore  (gnu at cygnus.com)
+
+       * config/mh-apollo68v, mh-sco, mh-sysv, mh-sysv4}: RANLIB=true.
+
+Mon Jun 15 13:50:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in: use mh-sysv4 on solaris2
+
+Mon Jun 15 12:28:24 1992  Fred Fish  (fnf@cygnus.com)
+
+       * config/mh-ncr3000 (INSTALL):  Don't use /usr/ucb/install,
+       it is broken on ncr 3000's.
+       * config/mh-ncr3000 (RANLIB):  Use RANLIB=true.
+
+Mon Jun 15 01:35:55 1992  John Gilmore  (gnu at cygnus.com)
+
+       * readline.c: Make new SIGNALS_* macros to parameterize the 
+       ugly changes in signal blocking.  Use them throughout,
+       reducing #ifdef HAVE_POSIX_SIGNALS and HAVE_BSD_SIGNALS clutter
+       significantly.  Make all such places use POSIX if available,
+       to avoid losing with poor `sigsetmask' emulation from libiberty.
+
+Sun Jun 14 15:19:51 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * readline.c (insert_some_chars):  Return void.
+
+Thu Jun 11 01:27:45 1992  John Gilmore  (gnu at cygnus.com)
+
+       * readline.c:  #undef PC, which Solaris2 defines in sys/types.h,
+       clobbering the termcap global variable PC.
+
+Tue Jun  9 17:30:23 1992  Fred Fish  (fnf@cygnus.com)
+
+       * config/{mh-ncr3000, mh-sysv4}:  Change INSTALL to use
+       /usr/ucb/install.
+
+Mon Jun  8 23:10:07 1992  Fred Fish  (fnf@cygnus.com)
+
+       * readline.h (rl_completer_quote_characters):  Add declaration.
+       * readline.c (rl_completer_quote_characters):  Add global var.
+       * readline.c (strpbrk):  Add prototype and function.
+       * readline.c (rl_complete_internal):  Add code to handle
+       expansion of quoted strings.
+
+Mon May 11 12:39:30 1992  John Gilmore  (gnu at cygnus.com)
+
+       * readline.c:  Can't initialize FILE *'s with stdin and stdout,
+       because they might not be constant.  Patch from Tom Quinn,
+       trq@dinoysos.thphys.ox.ac.uk.
+
+Tue Apr 28 21:52:34 1992  John Gilmore  (gnu at cygnus.com)
+
+       * readline.h:  Declare rl_event_hook (which already existed).
+       Suggested by Christoph Tietz <tietz@zi.gmd.dbp.de>.
+
+Wed Apr 22 18:08:01 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
+
+       * configure.in: remove subdirs declaration.  The obsolete semantic
+         for subdirs has been usurped by per's new meaning.
+
+Tue Apr 21 11:54:23 1992  K. Richard Pixley  (rich@cygnus.com)
+
+       * Makefile.in: rework CFLAGS so that they can be set on the
+         command line to make.  Remove MINUS_G.  Default CFLAGS to -g.
+
+Fri Apr 10 23:02:27 1992  Fred Fish  (fnf@cygnus.com)
+
+       * configure.in:  Recognize new ncr3000 config.
+       * config/mh-ncr3000:  New NCR 3000 config file.
+
+Wed Mar 25 10:46:30 1992  John Gilmore  (gnu at cygnus.com)
+
+       * history.c (stifle_history):  Negative arg treated as zero.
+
 Tue Mar 24 23:46:20 1992  K. Richard Pixley  (rich@cygnus.com)
 
        * config/mh-sysv: INSTALL_PROG -> INSTALL.