aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2011-03-18 16:09:57 +0000
committerPierre Muller <muller@sourceware.org>2011-03-18 16:09:57 +0000
commite10abd8fbe1d22774878cdaedf031c8fdc2a42cb (patch)
treec5f0929d91a3ca276c65b4fd0fbb62380403e30a /gdb/ChangeLog
parent7ea6d463301c868bdde9f549bd8aa9a502b2c55d (diff)
downloadgdb-e10abd8fbe1d22774878cdaedf031c8fdc2a42cb.zip
gdb-e10abd8fbe1d22774878cdaedf031c8fdc2a42cb.tar.gz
gdb-e10abd8fbe1d22774878cdaedf031c8fdc2a42cb.tar.bz2
* python/py-value.c (valpy_getitem): Fix formatting of error function
call.
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 b9854e7..4e4da65 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
+ * python/py-value.c (valpy_getitem): Fix formatting of error function
+ call.
+
+2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
+
ARI fixes: Add missing internationalization markups throughout
C source files.
* darwin-nat-info.c: Ditto.