]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gprof/ChangeLog
Updated Hungarian translation for the gprof directory
[thirdparty/binutils-gdb.git] / gprof / ChangeLog
CommitLineData
e185530b
NC
12023-04-19 Nick Clifton <nickc@redhat.com>
2
3 * po/hu.po: Updated Hungarian translation.
4
91496180
NC
52023-04-11 Nick Clifton <nickc@redhat.com>
6
7 PR 30324
8 * symtab.c (symtab_finalize): Only change the end address if dst
9 has been updated.
10
c375d699
NC
112023-02-20 Nick Clifton <nickc@redhat.com>
12
13 * po/ms.po: Updated Malayasian translation.
14
4004cf83
NC
152023-01-09 Nick Clifton <nickc@redhat.com>
16
17 * po/eo.po: Updated Esperanto translation.
18
d3efc341
NC
192023-01-05 Nick Clifton <nickc@redhat.com>
20
21 * po/bg.po: Updated Bulgarian translation.
22 * po/ru.po: Updated Russian translation.
23
11982f9f
NC
242023-01-03 Nick Clifton <nickc@redhat.com>
25
26 * po/de.po: Updated German translation.
27 * po/ro.po: Updated Romainian translation.
28 * po/sv.po: Updated Swedish translation.
29 * po/uk.po: Updated Ukrainian translation.
30
a72b0718
NC
312022-12-31 Nick Clifton <nickc@redhat.com>
32
33 * 2.40 branch created.
34
7c0cca76
NC
352022-10-21 Nick Clifton <nickc@redhat.com>
36
37 * po/hu.po: Updated Hungarian translation.
38
55b0ce44
NC
392022-09-29 Nick Clifton <nickc@redhat.com>
40
41 PR 29627
42 * gprof.c (usage): Add -B.
43 * gprof.texi (synopsis): Add -B.
44 (Output Options): Add entry for -B.
45
0bd09323
NC
462022-07-08 Nick Clifton <nickc@redhat.com>
47
48 * 2.39 branch created.
49
f4f95df3
NC
502022-03-16 Nick Clifton <nickc@redhat.com>
51
52 * po/ru.po: Updated Russian translation.
53
5fe73d46
NC
542022-01-24 Nick Clifton <nickc@redhat.com>
55
56 * po/ro.po: Updated Romanian translation.
57
f908e960
NC
582022-01-22 Nick Clifton <nickc@redhat.com>
59
60 * configure: Regenerate.
61 * Makefile.in: Regenerate.
62 * po/gprof.pot: Regenerate.
63
a74e1cb3
NC
642022-01-22 Nick Clifton <nickc@redhat.com>
65
66 * 2.38 release branch created.
67
b9004024
NA
682021-09-27 Nick Alcock <nick.alcock@oracle.com>
69
70 * configure: Regenerate.
71
3bdd3c04
L
722021-07-03 H.J. Lu <hongjiu.lu@intel.com>
73
74 * configure: Regenerated.
75
51419248
NC
762021-07-03 Nick Clifton <nickc@redhat.com>
77
78 * 2.37 release branch created.
79
bbd47c12
BA
802021-06-03 Ben Asselstine <benasselstine@gmail.com>
81
82 PR 4283
83 * gprof.texi (Executing): Note GMON_OUT_PREFIX environment variable.
84
cf758b39
MF
852021-05-08 Mike Frysinger <vapier@gentoo.org>
86
87 * Makefile.am (html-local, doc/gprof/index.html): New targets.
88 * Makefile.in: Regenerate.
89
2faf902d
MF
902021-05-08 Mike Frysinger <vapier@gentoo.org>
91
92 * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
93 * Makefile.in: Regenerate.
94
13acb58d
AM
952021-04-14 Alan Modra <amodra@gmail.com>
96
97 PR 27716
98 * gprof.h (PATH_MAX): Don't define.
99 * corefile.c (core_create_line_syms): Don't use PATH_MAX for initial
100 file name size.
101 * source.c (annotate_source): Malloc file name buffer. Always
102 trim off "-ann" when dos 8.3 annotate file matches original.
103 * utils.c (print_name_only): Malloc file name buffer.
104
5d4d26d1
AM
1052021-04-05 Alan Modra <amodra@gmail.com>
106
107 * configure.ac: Check for sys/time.h and setitimer. Don't invoke
108 AC_ISC_POSIX. Don't check for setmode.
109 * gprof.c: Don't test HAVE_SETLOCALE.
110 * gprof.h: Include sys/time.h.
111 * configure: Regenerate.
112 * gconfig.in: Regenerate.
113
faa7a260
AM
1142021-03-31 Alan Modra <amodra@gmail.com>
115
116 * basic_blocks.c: Replace bfd_boolean with bool, FALSE with false,
117 and TRUE with true throughout.
118 * basic_blocks.h: Likewise.
119 * cg_arcs.c: Likewise.
120 * cg_dfn.c: Likewise.
121 * cg_print.c: Likewise.
122 * corefile.c: Likewise.
123 * gmon_io.c: Likewise.
124 * gprof.c: Likewise.
125 * gprof.h: Likewise.
126 * hist.c: Likewise.
127 * mips.c: Likewise.
128 * source.c: Likewise.
129 * source.h: Likewise.
130 * sym_ids.c: Likewise.
131 * sym_ids.h: Likewise.
132 * symtab.h: Likewise.
133 * vax.c: Likewise.
134
5347ed60
AM
1352021-01-13 Alan Modra <amodra@gmail.com>
136
137 * Makefile.in: Regenerate.
138
d546b610
L
1392021-01-12 H.J. Lu <hongjiu.lu@intel.com>
140
141 PR binutils/26792
142 * configure.ac: Use GNU_MAKE_JOBSERVER.
143 * aclocal.m4: Regenerated.
144 * configure: Likewise.
145
83b33c6c
L
1462021-01-11 H.J. Lu <hongjiu.lu@intel.com>
147
148 PR ld/27173
149 * configure: Regenerated.
150
a4966cd9
L
1512021-01-09 H.J. Lu <hongjiu.lu@intel.com>
152
153 * configure: Regenerated.
154
573fe3fb
NC
1552021-01-09 Nick Clifton <nickc@redhat.com>
156
157 * configure: Regenerate.
158 * po/gprof.pot: Regenerate.
159
055bc77a
NC
1602021-01-09 Nick Clifton <nickc@redhat.com>
161
162 * 2.36 release branch crated.
163
64307045
AM
1642021-01-09 Alan Modra <amodra@gmail.com>
165
166 * configure: Regenerate.
167
f4782128
ST
1682021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
169
170 * configure: Regenerate.
171
f9a6a8f0
AM
1722021-01-01 Nicolas Boulenguez <nicolas@debian.org>
173
174 * README: Correct grammar.
175 * gprof.texi: Likewise.
176
250d07de
AM
1772021-01-01 Alan Modra <amodra@gmail.com>
178
179 Update year range in copyright notice of all files.
180
c2795844 181For older changes see ChangeLog-2020
3499769a 182\f
d87bef3a 183Copyright (C) 2021-2023 Free Software Foundation, Inc.
3499769a
AM
184
185Copying and distribution of this file, with or without modification,
186are permitted in any medium without royalty provided the copyright
187notice and this notice are preserved.
188
189Local Variables:
190mode: change-log
191left-margin: 8
192fill-column: 74
193version-control: never
194End: