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