diff options
author | Keith Seitz <keiths@redhat.com> | 2009-07-23 23:20:00 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2009-07-23 23:20:00 +0000 |
commit | c41af7c5c8de6e1372c6b7abe55cd800d159055e (patch) | |
tree | 7eddbb548f9b9e8094926a3346ad6e380aacc728 /gdb/ChangeLog | |
parent | d3ca52e67a07631760df51174521af28c20ded5e (diff) | |
download | gdb-c41af7c5c8de6e1372c6b7abe55cd800d159055e.tar.gz |
* source.c (forward_search_command): Don't fclose the stream,
just run the cleanups.
(reverse_search_command): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ca7e063232c..ef4936d28b9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2009-07-23 Keith Seitz <keiths@redhat.com> + + * source.c (forward_search_command): Don't fclose the stream, + just run the cleanups. + (reverse_search_command): Likewise. + 2009-07-23 Paul Pluzhnikov <ppluzhnikov@google.com> * symtab.c (search_symbols): Add QUIT. |