Automatic date update in version.in
[binutils-gdb.git] / gprof / ChangeLog
blobe2f2fab3f010009f4f57047934380deccf7d58ba
1 2024-07-20  Nick Clifton  <nickc@redhat.com>
3         * 2.43 branch point.
5 2024-01-15  Nick Clifton  <nickc@redhat.com>
7         * configure: Regenerate.
8         * po/gprof.pot: Regenerate.
10 2024-01-15  Nick Clifton  <nickc@redhat.com>
12         * 2.42 branch point.
14 2023-11-15  Arsen Arsenović  <arsen@aarsen.me>
16         * aclocal.m4: Regenerate.
17         * configure: Regenerate.
18         * po/Make-in ($(srcdir)/$(PACKAGE).pot): Output to a .pot
19         temporary file, to suppress xgettext checking charset names.
21 2023-07-03  Nick Clifton  <nickc@redhat.com>
23         * configure: Regenerate.
25 2023-07-03  Nick Clifton  <nickc@redhat.com>
27         2.41 Branch Point.
29 2023-06-26  Nick Clifton  <nickc@redhat.com>
31         * po/fr.po: Updated French translation.
33 2023-04-19  Nick Clifton  <nickc@redhat.com>
35         * po/hu.po: Updated Hungarian translation.
37 2023-04-11  Nick Clifton  <nickc@redhat.com>
39         PR 30324
40         * symtab.c (symtab_finalize): Only change the end address if dst
41         has been updated.
43 2023-02-20  Nick Clifton  <nickc@redhat.com>
45         * po/ms.po: Updated Malayasian translation.
47 2023-01-09  Nick Clifton  <nickc@redhat.com>
49         * po/eo.po: Updated Esperanto translation.
51 2023-01-05  Nick Clifton  <nickc@redhat.com>
53         * po/bg.po: Updated Bulgarian translation.
54         * po/ru.po: Updated Russian translation.
56 2023-01-03  Nick Clifton  <nickc@redhat.com>
58         * po/de.po: Updated German translation.
59         * po/ro.po: Updated Romainian translation.
60         * po/sv.po: Updated Swedish translation.
61         * po/uk.po: Updated Ukrainian translation.
63 2022-12-31  Nick Clifton  <nickc@redhat.com>
65         * 2.40 branch created.
67 2022-10-21  Nick Clifton  <nickc@redhat.com>
69         * po/hu.po: Updated Hungarian translation.
71 2022-09-29  Nick Clifton  <nickc@redhat.com>
73         PR 29627
74         * gprof.c (usage): Add -B.
75         * gprof.texi (synopsis): Add -B.
76         (Output Options): Add entry for -B.
78 2022-07-08  Nick Clifton  <nickc@redhat.com>
80         * 2.39 branch created.
82 2022-03-16  Nick Clifton  <nickc@redhat.com>
84         * po/ru.po: Updated Russian translation.
86 2022-01-24  Nick Clifton  <nickc@redhat.com>
88         * po/ro.po: Updated Romanian translation.
90 2022-01-22  Nick Clifton  <nickc@redhat.com>
92         * configure: Regenerate.
93         * Makefile.in: Regenerate.
94         * po/gprof.pot: Regenerate.
96 2022-01-22  Nick Clifton  <nickc@redhat.com>
98         * 2.38 release branch created.
100 2021-09-27  Nick Alcock  <nick.alcock@oracle.com>
102         * configure: Regenerate.
104 2021-07-03  H.J. Lu  <hongjiu.lu@intel.com>
106         * configure: Regenerated.
108 2021-07-03  Nick Clifton  <nickc@redhat.com>
110         * 2.37 release branch created.
112 2021-06-03   Ben Asselstine  <benasselstine@gmail.com>
114         PR 4283
115         * gprof.texi (Executing): Note GMON_OUT_PREFIX environment variable.
117 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
119         * Makefile.am (html-local, doc/gprof/index.html): New targets.
120         * Makefile.in: Regenerate.
122 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
124         * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
125         * Makefile.in: Regenerate.
127 2021-04-14  Alan Modra  <amodra@gmail.com>
129         PR 27716
130         * gprof.h (PATH_MAX): Don't define.
131         * corefile.c (core_create_line_syms): Don't use PATH_MAX for initial
132         file name size.
133         * source.c (annotate_source): Malloc file name buffer.  Always
134         trim off "-ann" when dos 8.3 annotate file matches original.
135         * utils.c (print_name_only): Malloc file name buffer.
137 2021-04-05  Alan Modra  <amodra@gmail.com>
139         * configure.ac: Check for sys/time.h and setitimer.  Don't invoke
140         AC_ISC_POSIX.  Don't check for setmode.
141         * gprof.c: Don't test HAVE_SETLOCALE.
142         * gprof.h: Include sys/time.h.
143         * configure: Regenerate.
144         * gconfig.in: Regenerate.
146 2021-03-31  Alan Modra  <amodra@gmail.com>
148         * basic_blocks.c: Replace bfd_boolean with bool, FALSE with false,
149         and TRUE with true throughout.
150         * basic_blocks.h: Likewise.
151         * cg_arcs.c: Likewise.
152         * cg_dfn.c: Likewise.
153         * cg_print.c: Likewise.
154         * corefile.c: Likewise.
155         * gmon_io.c: Likewise.
156         * gprof.c: Likewise.
157         * gprof.h: Likewise.
158         * hist.c: Likewise.
159         * mips.c: Likewise.
160         * source.c: Likewise.
161         * source.h: Likewise.
162         * sym_ids.c: Likewise.
163         * sym_ids.h: Likewise.
164         * symtab.h: Likewise.
165         * vax.c: Likewise.
167 2021-01-13  Alan Modra  <amodra@gmail.com>
169         * Makefile.in: Regenerate.
171 2021-01-12  H.J. Lu  <hongjiu.lu@intel.com>
173         PR binutils/26792
174         * configure.ac: Use GNU_MAKE_JOBSERVER.
175         * aclocal.m4: Regenerated.
176         * configure: Likewise.
178 2021-01-11  H.J. Lu  <hongjiu.lu@intel.com>
180         PR ld/27173
181         * configure: Regenerated.
183 2021-01-09  H.J. Lu  <hongjiu.lu@intel.com>
185         * configure: Regenerated.
187 2021-01-09  Nick Clifton  <nickc@redhat.com>
189         * configure: Regenerate.
190         * po/gprof.pot: Regenerate.
192 2021-01-09  Nick Clifton  <nickc@redhat.com>
194         * 2.36 release branch crated.
196 2021-01-09  Alan Modra  <amodra@gmail.com>
198         * configure: Regenerate.
200 2021-01-07  Samuel Thibault  <samuel.thibault@gnu.org>
202         * configure: Regenerate.
204 2021-01-01  Nicolas Boulenguez  <nicolas@debian.org>
206         * README: Correct grammar.
207         * gprof.texi: Likewise.
209 2021-01-01  Alan Modra  <amodra@gmail.com>
211         Update year range in copyright notice of all files.
213 For older changes see ChangeLog-2020
215 Copyright (C) 2021-2024 Free Software Foundation, Inc.
217 Copying and distribution of this file, with or without modification,
218 are permitted in any medium without royalty provided the copyright
219 notice and this notice are preserved.
221 Local Variables:
222 mode: change-log
223 left-margin: 8
224 fill-column: 74
225 version-control: never
226 End: