aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-02-02 20:20:59 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-02-02 20:20:59 +0000
commit719d9abbd2d41e1ed0b314af47ce907d457af67b (patch)
tree464935e0e50776048392d358e73422928c960f28 /gdb/ChangeLog
parent5b3591ab5c099ca985e8aac0ff538dfe36141072 (diff)
downloadgdb-719d9abbd2d41e1ed0b314af47ce907d457af67b.zip
gdb-719d9abbd2d41e1ed0b314af47ce907d457af67b.tar.gz
gdb-719d9abbd2d41e1ed0b314af47ce907d457af67b.tar.bz2
* command.c (add_set_cmd, no_just_help_class_command): Change
to make this the sfunc, not cfunc, since that is how we call it. * command.h: Comment difference between sfunc and cfunc. * demangle.c (set_demangling_command): Add third arg since that is how it is called. (_initialize_demangler): Use sfunc, not cfunc, for set_demangling_command, since that is how it is called. Remove show_demangling_command; it has no effect.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8753559..aae5f56 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
Wed Feb 2 11:16:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * command.c (add_set_cmd, no_just_help_class_command): Change
+ to make this the sfunc, not cfunc, since that is how we call it.
+ * command.h: Comment difference between sfunc and cfunc.
+ * demangle.c (set_demangling_command): Add third arg since that
+ is how it is called.
+ (_initialize_demangler): Use sfunc, not cfunc, for
+ set_demangling_command, since that is how it is called.
+ Remove show_demangling_command; it has no effect.
+
* command.c (shell_escape): Report errors correctly (with error
message from strerror).