Don't propagate our current terminal state to the inferior
[binutils-gdb.git] / gdb / ChangeLog
1 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
2
3 * terminal.h (set_initial_gdb_ttystate): Declare.
4 * inflow.c (initial_gdb_ttystate): New static variable.
5 (set_initial_gdb_ttystate): New setter.
6 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
7 instead of our current terminal state.
8 * top.c (gdb_init): Call set_initial_gdb_ttystate.
9
10 2015-01-07 Joel Brobecker <brobecker@adacore.com>
11
12 * guile/scm-type.c (tyscm_array_1): Add comment.
13 * python/py-type.c (typy_array_1): Add comment.
14
15 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16
17 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
18 error if N2 is equal to N1 - 1.
19
20 2015-01-06 Joel Brobecker <brobecker@adacore.com>
21
22 * python/py-type.c (typy_array_1): Do not raise negative-length
23 exception if N2 is equal to N1 - 1.
24
25 2015-01-03 Doug Evans <xdje42@gmail.com>
26
27 * c-exp.y: Whitespace cleanup.
28 (classify_inner_name): Remove extra ;.
29
30 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
31
32 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
33 offset signed.
34
35 2015-01-02 Doug Evans <dje@google.com>
36
37 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
38
39 2015-01-02 Doug Evans <dje@google.com>
40
41 * symtab.h (struct symbol): Fix typo in comment.
42
43 2015-01-01 Joel Brobecker <brobecker@adacore.com>
44
45 Update year range in copyright notice of all files.
46
47 2015-01-01 Joel Brobecker <brobecker@adacore.com>
48
49 * top.c (print_gdb_version): Update copyright year to 2015.
50
51 2015-01-01 Joel Brobecker <brobecker@adacore.com>
52
53 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
54
55 For older changes see ChangeLog-2014.
56 \f
57 Local Variables:
58 mode: change-log
59 left-margin: 8
60 fill-column: 74
61 version-control: never
62 coding: utf-8
63 End: