aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-04-19 18:34:55 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-04-19 18:34:55 +0000
commit3f06498af4db5abb4e7e877ffbb487cd03897290 (patch)
treec15ad1cfa6cf705208d7382bf72a3e6ab80a624e /readline
parent058eb7667b8ca3526ad6ab8f3fdc86a34d88412e (diff)
downloadfsf-binutils-gdb-3f06498af4db5abb4e7e877ffbb487cd03897290.zip
fsf-binutils-gdb-3f06498af4db5abb4e7e877ffbb487cd03897290.tar.gz
fsf-binutils-gdb-3f06498af4db5abb4e7e877ffbb487cd03897290.tar.bz2
changes for SVR3.2
Diffstat (limited to 'readline')
-rw-r--r--readline/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog
index 25dcc02..be85a77 100644
--- a/readline/ChangeLog
+++ b/readline/ChangeLog
@@ -1,3 +1,10 @@
+Sat Apr 17 00:40:12 1993 Jim Kingdon (kingdon at calvin)
+
+ * readline.c, history.c: Don't include sys/types.h; sysdep.h does.
+
+ * config/mh-sysv: Define TIOCGWINSZ_BROKEN.
+ readline.c: Check it.
+
Wed Mar 24 02:06:15 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
* Makefile.in: add installcheck & dvi targets
@@ -5,7 +12,8 @@ Wed Mar 24 02:06:15 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
Fri Mar 12 18:36:53 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* configure.in: recognize *-*-solaris2* instead of *-*-solaris* (a
- number of people want to call SunOS 4.1.2 "solaris1.0" and get it right)
+ number of people want to call SunOS 4.1.2 "solaris1.0"
+ and get it right)
Tue Mar 2 21:25:36 1993 Fred Fish (fnf@cygnus.com)