From 91384699849574a7e352b5fcf13b75d024371942 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Fri, 16 Dec 1994 01:58:43 +0000 Subject: [PATCH] * defs.h: Include progress.h. (QUIT): Call PROGRESS. * main.c (main): Call START_PROGRESS and END_PROGRESS, break usage message into shorter strings. * source.c: Change long command help strings into concats of shorter ones, for picky ANSI compilers. (ChangeLog.mpw) * main.c, source.c: Remove hacks that replace long strings with shorter ones, now solved portably. --- gdb/ChangeLog | 7 +++++++ gdb/ChangeLog.mpw | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 31cc4c555be..6ade1bd4aa8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ Thu Dec 15 16:55:35 1994 Stan Shebs + * defs.h: Include progress.h. + (QUIT): Call PROGRESS. + * main.c (main): Call START_PROGRESS and END_PROGRESS, break + usage message into shorter strings. + * source.c: Change long command help strings into concats of + shorter ones, for picky ANSI compilers. + * top.c (command_loop): For space usage display, show both absolute size and the change from before command execution. diff --git a/gdb/ChangeLog.mpw b/gdb/ChangeLog.mpw index 0116cf33453..2bbcb2a9d35 100644 --- a/gdb/ChangeLog.mpw +++ b/gdb/ChangeLog.mpw @@ -1,3 +1,8 @@ +Thu Dec 15 17:53:30 1994 Stan Shebs + + * main.c, source.c: Remove hacks that replace long strings + with shorter ones, now solved portably. + Tue Dec 13 16:32:09 1994 Stan Shebs * config/m68k/xm-mpw.h (spin.h): Include. -- 2.30.2