aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1995-09-30 23:36:40 +0000
committerPer Bothner <per@bothner.com>1995-09-30 23:36:40 +0000
commit5b4d668a82e8e56c1d7c94624e7773e3ec292602 (patch)
treeb6fe9e3c40ae82ce52449b125127073130ebf3bf /gdb/ChangeLog
parent66efdff90793ccf318c23bcfd52995654ec26404 (diff)
downloadgdb-5b4d668a82e8e56c1d7c94624e7773e3ec292602.zip
gdb-5b4d668a82e8e56c1d7c94624e7773e3ec292602.tar.gz
gdb-5b4d668a82e8e56c1d7c94624e7773e3ec292602.tar.bz2
* scm-lang.c: Moved Scheme value printing code to ...
* scm-valprint.c: ... this new file. Also major improvements in support for printing SCM values. * scm-lang.h: New file. * scm-tags.h: New file. * Makefile.in: Note new scm-valprint.{c,o}.
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 023aa25..5a3010f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+Sat Sep 30 16:13:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
+
+ * scm-lang.c: Moved Scheme value printing code to ...
+ * scm-valprint.c: ... this new file.
+ Also major improvements in support for printing SCM values.
+ * scm-lang.h: New file.
+ * scm-tags.h: New file.
+ * Makefile.in: Note new scm-valprint.{c,o}.
+
Sat Sep 30 09:35:02 1995 Jason Molenda (crash@phydeaux.cygnus.com)
* configure.in: X_INCDIR and X_LIBDIR added.