A few tweaks required to use Readline as part of the DJGPP port of GDB.
[deliverable/binutils-gdb.git] / readline / ChangeLog.Cygnus
index 08a6ff7e0ede246be1ff476b6aaebc1cbd5a02bc..4556c2ad6ef4f0169a47e501ecbfe07bc3566349 100644 (file)
@@ -1,3 +1,96 @@
+2000-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * terminal.c (_rl_get_screen_size) [__DJGPP__]: Determine screen
+       size via DJGPP-specific calls.
+       (_rl_init_terminal_io) [__MSDOS__]: DJGPP-specific terminal
+       initialization.
+       (_rl_backspace) [__MSDOS__]: Don't call tputs.
+       (ding) [__MSDOS__]: Use DJGPP-specific calls to support visible
+       bell.
+
+       * display.c (_rl_move_vert) [__MSDOS__]: Support cursor movement
+       upwards with DJGPP-specific calls.
+       (_rl_clear_to_eol) [__MSDOS__]: Don't call tputs.
+       (_rl_clear_screen) [__MSDOS__]: Support clear-screen with
+       DJGPP-specific calls.
+       (insert_some_chars) [__MSDOS__]: Don't call tputs.
+       (delete_chars) [__MSDOS__]: Don't call tputs.
+
+2000-07-09  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+        * Import of readline 4.1.
+
+        Locally modified files: Makefile.in, configure.in, configure
+        (regenerated), config.h.in (regenerated), readline.h, rltty.c,
+       shell.c signals.c.
+
+        Locally added files: acconfig.h, config/*, config.h.bot,
+        cross-build/*, doc/inc-hit.texinfo.
+
+        New files: USAGE, rlprivate.h, rlshell.h, xmalloc.h.
+
+2000-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * support/shobj-conf: Shared libs are unsupported on MSDOS.
+
+       * bind.c (_rl_read_file): Open files in binary mode.  Strip CR
+       characters after reading the file.
+       (rl_re_read_init_file, rl_read_init_file): Allow for _inputrc on
+       DOS.
+
+       * complete.c (username_completion_function): Don't bypass getpw*
+       function calls for DJGPP.
+       (Filename_completion_function): Handle d:foo/bar file names.
+
+       * display.c (_rl_move_vert) [__GO32__]: fflush the stream, to make
+       sure cursor position is up to date.
+       (_rl_clear_screen) [__GO32__]: Clear screen and home the cursor.
+       (insert_some_characters, delete_characters) [__DJGPP__]: Don't use
+       memcpy.
+
+       * histfile.c (read_history_range, history_truncate_file)
+       (history_do_write) [__MSDOS__]: Allow for underscore instead of
+       the leading dot in file names.
+
+       * input.c: Don't use GO32-specific workarounds if HAVE_SELECT or
+       HAVE_TERMIOS_H are defined.
+
+       * readline.c: Don't disable signals if __DJGPP__ is defined.
+
+       * rltty.c: Don't disable signals and don't bypass termios code for
+       DJGPP (if HAVE_TERMIOS_H is defined).
+
+       * signals.c: Don't disable signals for DJGPP.
+
+       * terminal.c (_rl_get_screen_size) [__DJGPP__]: Initialize screen
+       dimensions.
+       (ding) [__DJGPP__]: Support visual bell.
+
+1999-08-13  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       From Philippe De Muyter  <phdm@macqel.be>
+       * shell.c (stdio.h): File included, for definition of NULL.
+       * readline/rltty.c (get_tty_settings): Conditionalize
+       call to set_winsize on TIOGWINSZ.
+
+1999-07-30  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * Imported Readline 4.0. Integrated all the Cygnus
+       local changes since last import.
+
+       New files: rlstdc.h, savestring.c, shlib directory,
+       doc/manvers.texinfo, examples/rlversion.c, 
+       support/install-shlib, support/shobj-conf.
+
+       Removed files: MANIFEST.doc, doc/inc-hist.texi.
+
+1999-07-13  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * acconfig.h: Fix typo: it's GWINSZ_IN_SYS_IOCTL, not
+       TIOCGWINSZ_IN_SYS_IOCTL.
+
+       * config.h.in: Regenerate with autoheader.
+
 1999-04-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
        * ChangeLog.Cygnus: new file. It is the old Changelog.
This page took 0.02501 seconds and 4 git commands to generate.