From: Dawn Perchik Date: Fri, 14 Mar 1997 06:05:04 +0000 (+0000) Subject: * utils.c(pollquit, notice_quit): If _WIN32, limit test for cntl-C X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35a78bd09b847d649fd42802049b5160ea1cea4a;p=binutils-gdb.git * utils.c(pollquit, notice_quit): If _WIN32, limit test for cntl-C to wingdb. (initialize_utils): If _WIN32, don't call ScreenRows and ScreenCols except under wingdb. (Contributed by Martin Hunt). --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5cfb5ed0a8c..16d246fadc4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Thu Mar 13 22:51:00 1997 Dawn Perchik + + * utils.c(pollquit, notice_quit): If _WIN32, limit test for cntl-C + to wingdb. + (initialize_utils): If _WIN32, don't call ScreenRows and ScreenCols + except under wingdb. (Contributed by Martin Hunt). + + Thu Mar 13 12:40:49 1997 Tom Tromey * configure: Regenerated.