aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2009-08-25 00:23:07 +0000
committerKeith Seitz <keiths@redhat.com>2009-08-25 00:23:07 +0000
commitc1af96a0c544a1dac4a4536ab371980282bb74b0 (patch)
tree45f94807dabd9c599060bb643dad08a2b57292ac /gdb/ChangeLog
parent36271639f5a5f964d20cbb0c3cd1a5d6f697d056 (diff)
downloadgdb-c1af96a0c544a1dac4a4536ab371980282bb74b0.zip
gdb-c1af96a0c544a1dac4a4536ab371980282bb74b0.tar.gz
gdb-c1af96a0c544a1dac4a4536ab371980282bb74b0.tar.bz2
* c-exp.y (tokentab3): Add new token, ARROW_STAR. Changed all users.
(tokentab2): Add new token, DOT_STAR. Changed all users.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5d6edfc..94b0431 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2009-08-24 Keith Seitz <keiths@redhat.com>
+ * c-exp.y (tokentab3): Add new token, ARROW_STAR. Changed all users.
+ (tokentab2): Add new token, DOT_STAR. Changed all users.
+
+2009-08-24 Keith Seitz <keiths@redhat.com>
+
* symtab.c (default_make_symbol_completion_list): Keep
':', too, so that we can limit searches in namespaces
and classes.