* python/python-internal.h (Py_ssize_t): Define as int.
[binutils-gdb.git] / gdb / ChangeLog
1 2009-01-05 Tom Tromey <tromey@redhat.com>
2
3 * python/python-internal.h (Py_ssize_t): Define as int.
4
5 2009-01-05 Jim Blandy <jimb@red-bean.com>
6
7 * MAINTAINERS: Fix my e-mail address as steering committee member.
8
9 2009-01-03 Joel Brobecker <brobecker@adacore.com>
10
11 Updated copyright notices for most files.
12
13 2009-01-03 Joel Brobecker <brobecker@adacore.com>
14
15 * top.c (print_gdb_version): Update copyright year.
16
17 2009-01-03 Joel Brobecker <brobecker@adacore.com>
18
19 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
20
21 2009-01-01 Pedro Alves <pedro@codesourcery.com>
22
23 PR breakpoints/9681:
24 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
25 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
26 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
27 retrow all other exceptions.
28
29 For older changes see ChangeLog-2008.
30 \f
31 Local Variables:
32 mode: change-log
33 left-margin: 8
34 fill-column: 74
35 version-control: never
36 coding: utf-8
37 End: