]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gprof/ChangeLog
Updated Hungarian translation for the gprof directory
[thirdparty/binutils-gdb.git] / gprof / ChangeLog
1 2023-04-19 Nick Clifton <nickc@redhat.com>
2
3 * po/hu.po: Updated Hungarian translation.
4
5 2023-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
11 2023-02-20 Nick Clifton <nickc@redhat.com>
12
13 * po/ms.po: Updated Malayasian translation.
14
15 2023-01-09 Nick Clifton <nickc@redhat.com>
16
17 * po/eo.po: Updated Esperanto translation.
18
19 2023-01-05 Nick Clifton <nickc@redhat.com>
20
21 * po/bg.po: Updated Bulgarian translation.
22 * po/ru.po: Updated Russian translation.
23
24 2023-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
31 2022-12-31 Nick Clifton <nickc@redhat.com>
32
33 * 2.40 branch created.
34
35 2022-10-21 Nick Clifton <nickc@redhat.com>
36
37 * po/hu.po: Updated Hungarian translation.
38
39 2022-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
46 2022-07-08 Nick Clifton <nickc@redhat.com>
47
48 * 2.39 branch created.
49
50 2022-03-16 Nick Clifton <nickc@redhat.com>
51
52 * po/ru.po: Updated Russian translation.
53
54 2022-01-24 Nick Clifton <nickc@redhat.com>
55
56 * po/ro.po: Updated Romanian translation.
57
58 2022-01-22 Nick Clifton <nickc@redhat.com>
59
60 * configure: Regenerate.
61 * Makefile.in: Regenerate.
62 * po/gprof.pot: Regenerate.
63
64 2022-01-22 Nick Clifton <nickc@redhat.com>
65
66 * 2.38 release branch created.
67
68 2021-09-27 Nick Alcock <nick.alcock@oracle.com>
69
70 * configure: Regenerate.
71
72 2021-07-03 H.J. Lu <hongjiu.lu@intel.com>
73
74 * configure: Regenerated.
75
76 2021-07-03 Nick Clifton <nickc@redhat.com>
77
78 * 2.37 release branch created.
79
80 2021-06-03 Ben Asselstine <benasselstine@gmail.com>
81
82 PR 4283
83 * gprof.texi (Executing): Note GMON_OUT_PREFIX environment variable.
84
85 2021-05-08 Mike Frysinger <vapier@gentoo.org>
86
87 * Makefile.am (html-local, doc/gprof/index.html): New targets.
88 * Makefile.in: Regenerate.
89
90 2021-05-08 Mike Frysinger <vapier@gentoo.org>
91
92 * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
93 * Makefile.in: Regenerate.
94
95 2021-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
105 2021-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
114 2021-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
135 2021-01-13 Alan Modra <amodra@gmail.com>
136
137 * Makefile.in: Regenerate.
138
139 2021-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
146 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
147
148 PR ld/27173
149 * configure: Regenerated.
150
151 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
152
153 * configure: Regenerated.
154
155 2021-01-09 Nick Clifton <nickc@redhat.com>
156
157 * configure: Regenerate.
158 * po/gprof.pot: Regenerate.
159
160 2021-01-09 Nick Clifton <nickc@redhat.com>
161
162 * 2.36 release branch crated.
163
164 2021-01-09 Alan Modra <amodra@gmail.com>
165
166 * configure: Regenerate.
167
168 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
169
170 * configure: Regenerate.
171
172 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
173
174 * README: Correct grammar.
175 * gprof.texi: Likewise.
176
177 2021-01-01 Alan Modra <amodra@gmail.com>
178
179 Update year range in copyright notice of all files.
180
181 For older changes see ChangeLog-2020
182 \f
183 Copyright (C) 2021-2023 Free Software Foundation, Inc.
184
185 Copying and distribution of this file, with or without modification,
186 are permitted in any medium without royalty provided the copyright
187 notice and this notice are preserved.
188
189 Local Variables:
190 mode: change-log
191 left-margin: 8
192 fill-column: 74
193 version-control: never
194 End: