+
+ * readline.c (readline_default_bindings): Don't compile if
+ __GO32__ is defined.
+ * rltty.c (rltty_set_default_bindings): Likewise.
+
+
+ * config/mh-go32: New fragment.
+ * configure.in (host==go32): Use go32 fragment.
+
+
+ * 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.
+
+
+ * configure.in (rs6000-bull-bosx*): New configuration, RS/6000
+ variant.
+
+
+ * configure.in: Use mh-posix for sunos4.1*.
+
+
+ * rltty.c (set_tty_settings): Don't set readline_echoing_p.
+ (rl_deprep_terminal) [NEW_TTY_DRIVER]: Set readline_echoing_p.
+
+
+ * Makefile.in: Add TAGS target.
+
+
+ * isearch.c, search.c: Include sysdep.h.
+
+
+ * configure.in: For ISC, use mh-sysv, not mh-isc.
+
+
+ * 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.
+
* Makefile.in: Add search.o rule for Sun make.