diff options
author | Steve Chamberlain <sac@cygnus> | 1995-09-29 22:28:44 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-09-29 22:28:44 +0000 |
commit | 2e8f534a6c8b688123a3e24c0779083b66291dd7 (patch) | |
tree | fba532a2536a58dac61d793bc001ca056121d527 /readline/ChangeLog | |
parent | 987013cd03a2ff5691820519d81073d67d05cdaa (diff) | |
download | gdb-2e8f534a6c8b688123a3e24c0779083b66291dd7.zip gdb-2e8f534a6c8b688123a3e24c0779083b66291dd7.tar.gz gdb-2e8f534a6c8b688123a3e24c0779083b66291dd7.tar.bz2 |
Fri Sep 29 15:19:23 1995 steve chamberlain <sac@slash.cygnus.com>
Fixes for when the host WIN32, but not MSC.
* complete.c: Sometimes have pwd.h
* parens.c: WIN32 has similar restrictions to __GO32__.
* readline.c (__GO32__): Some of this moved into rldefs.h
* signals.c (__GO32__): Likewise.
* rldefs.h (MSDOS||WIN32) becomes MSDOS||MSC.
(WIN32&&!WIN32): New definitions.
Diffstat (limited to 'readline/ChangeLog')
-rw-r--r-- | readline/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index 4af8ea0..0936de8 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,13 @@ +Fri Sep 29 15:19:23 1995 steve chamberlain <sac@slash.cygnus.com> + + Fixes for when the host WIN32, but not MSC. + * complete.c: Sometimes have pwd.h + * parens.c: WIN32 has similar restrictions to __GO32__. + * readline.c (__GO32__): Some of this moved into rldefs.h + * signals.c (__GO32__): Likewise. + * rldefs.h (MSDOS||WIN32) becomes MSDOS||MSC. + (WIN32&&!WIN32): New definitions. + Wed Sep 20 12:57:17 1995 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (maintainer-clean): New synonym for realclean. |