aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-09-17 11:02:44 +0000
committerJohn Gilmore <gnu@cygnus>1992-09-17 11:02:44 +0000
commitcb1d36fc735c210092f548ec5810e2be312d5397 (patch)
tree5d1029eb3e210bd4565f1ff627963b63cb9d7797
parentd974236f808582b586d34119aba2caa985d173b9 (diff)
downloadgdb-cb1d36fc735c210092f548ec5810e2be312d5397.zip
gdb-cb1d36fc735c210092f548ec5810e2be312d5397.tar.gz
gdb-cb1d36fc735c210092f548ec5810e2be312d5397.tar.bz2
* copying.awk, copying.c (show_copying_command,
show_warranty_command): Rename from copying_info, warranty_info, to match command function conventions.
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b4a1b81..0266103 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
Thu Sep 17 03:49:59 1992 John Gilmore (gnu@cygnus.com)
+ * copying.awk, copying.c (show_copying_command,
+ show_warranty_command): Rename from copying_info, warranty_info,
+ to match command function conventions.
+
* utils.c (prompt_for_continue): Reinitialize more-counts
before printing anything, and again afterward. Fix comments.
(vfprintf_filtered): Eliminate static buffer; use auto buffer,