* sysdep-obsd.h: #include <sys/types.h> to make this more Kosher.
[deliverable/binutils-gdb.git] / readline / ChangeLog
index 340f8de7303bb1bf6158b7d60336dba4175b12ac..f41e371739ff3676513985893d4bac3873be010d 100644 (file)
@@ -1,5 +1,172 @@
+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.
+
+Mon Feb 10 01:41:35 1992  Brian Fox  (bfox at gnuwest.fsf.org)
+
+       * history.c (history_do_write) Build a buffer of all of the lines
+       to write and write them in one fell swoop (lower overhead than
+       calling write () for each line).  Suggested by Peter Ho.
+
+       * vi_mode.c (rl_vi_subst) Don't forget to end the undo group.
+
+Sat Mar  7 00:15:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
+
+       * Makefile.in: remove FIXME's on info and install-info targets.
+
+Fri Mar  6 22:02:04 1992  K. Richard Pixley  (rich@cygnus.com)
+
+       * Makefile.in: added check target.
+
+Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
+
+       * Makefile.in, configure.in: removed traces of namesubdir,
+         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
+         copyrights to '92, changed some from Cygnus to FSF.
+
+Fri Feb 21 14:37:32 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
+
+       * readline.c, examples/fileman.c: patches from DJ to support DOS
+
+Thu Feb 20 23:23:16 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * readline.c (rl_read_init_file):  Make sure that null filename is
+       not passed to open() or else we end up opening the directory, and
+       read a bunch of garbage into keymap[].
+
+Mon Feb 17 17:15:09 1992  Fred Fish  (fnf at cygnus.com)
+
+       * readline.c (readline_default_bindings):  Only make use of VLNEXT
+       when both VLNEXT and TERMIOS_TTY_DRIVER is defined.  On SVR4
+       <termio.h> includes <termios.h>, so VLNEXT is always defined.
+
+       * sysdep-norm.h (_POSIX_VERSION):  Define this for all SVR4
+       systems so that <termios.h> gets used, instead of <termio.h>.
+
+Fri Dec 20 12:04:31 1991  Fred Fish  (fnf at cygnus.com)
+
+       * configure.in:  Change svr4 references to sysv4.
+
+Tue Dec 10 04:07:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
+
+       * Makefile.in: infodir belongs in datadir.
+
+Fri Dec  6 23:23:14 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
+
+       * Makefile.in: remove spaces following hyphens, bsd make can't
+         cope. added clean-info.  added standards.text support.  Don't
+         know how to make info anymore.
+
+       * configure.in: commontargets is no longer a recognized hook, so
+         remove it.  new subdir called doc.
+
+Thu Dec  5 22:46:10 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
+
+       * Makefile.in: idestdir and ddestdir go away.  Added copyrights
+         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
+         and mandir now keyed off datadir by default.
+
+Fri Nov 22 09:02:32 1991  John Gilmore  (gnu at cygnus.com)
+
+       * sysdep-obsd.h:  Rename from sysdep-newsos.h.
+       * configure.in:  Use sysdep-obsd for Mach as well as NEWs.
+
+       * sysdep-norm.h, sysdep-aix.h:  Add <sys/types.h>, which POSIX
+       requires to make <dirent.h> work.  Improve Sun alloca decl.
+
+Thu Nov 21 18:48:08 1991  John Gilmore  (gnu at cygnus.com)
+
+       * Makefile.in:  Clean up ../glob/tilde.c -> tilde.o path.
+       Clean up makefile a bit in general.
+
 Thu Nov 21 14:40:29 1991  Stu Grossman  (grossman at cygnus.com)
 
+       * configure.in, config/mh-svr4:  Make SVR4 work.
+
+       * readline.c:  Move config stuff to sysdep.h, use typedef dirent
+       consistently, remove refs to d_namlen (& D_NAMLEN) to improve
+       portability.  Also, update copyright notice.
+       readline.h:  remove config stuff that I added erroneously in the
+       first place.
+
        * emacs_keymap.c, funmap.c, history.c, keymaps.c, vi_keymap.c,
        vi_mode.c:  move config stuff to sysdep.h, update copyright notices.
 
This page took 0.028222 seconds and 4 git commands to generate.