This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[python] Minor ChangeLog fixes.


Hi,

Committed the following to amend some ChangeLog errors I made.
-- 
[]'s
Thiago Jung Bauermann
IBM Linux Technology Center


commit 25c528f96bc7a0253bfff4d1b5bade46a380660f
Author: Thiago Jung Bauermann <bauerman@br.ibm.com>
Date:   Wed Jan 28 19:38:41 2009 -0200

    Remove "gdb/" prefix from ChangeLog entries.

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1fc39e1..c30fb90 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -14,17 +14,17 @@
 	
 2009-01-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
 
-	* gdb/python/python-frame.c (frapy_name): Return a Unicode string
+	* python/python-frame.c (frapy_name): Return a Unicode string
 	instead of an 8-bit string.
 	(frapy_frame_stop_reason_string): Likewise.
 	(frapy_address_in_block): Rename to frapy_addr_in_block.
 	(frame_object_methods): Rename `address_in_block' entry to `addr_in_block'.
-	* gdb/python/lib/gdb/command/backtrace.py (describe): Update to call
+	* python/lib/gdb/command/backtrace.py (describe): Update to call
 	`addr_in_block'.
 
 2009-01-02  Thiago Jung Bauermann  <bauerman@br.ibm.com>
 
-	* gdb/python/python-value.c (valpy_getitem): Use gdbpy_is_string.
+	* python/python-value.c (valpy_getitem): Use gdbpy_is_string.
 
 2009-01-26  Phil Muldoon  <pmuldoon@redhat.com>
 
@@ -64,7 +64,7 @@
 
 2008-12-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
 
-	* gdb/python/python-membuf.c (gdbpy_write_memory): Remove unused
+	* python/python-membuf.c (gdbpy_write_memory): Remove unused
 	variables.
 
 2008-12-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]