top level:
[binutils.git] / gprof / ChangeLog
blobb36a6133aa6d4f48fb300d4bf12717e1d452549e
1 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2             Nathan Sidwell  <nathan@codesourcery.com>
3             Vladimir Prus  <vladimir@codesourcery.com
4             Joseph Myers  <joseph@codesourcery.com>
6         * configure.in (--with-pkgversion, --with-bugurl): New options.
7         * configure: Regenerate.
8         * Makefile.am (PKGVERSION, REPORT_BUGS_TO): Define.
9         (INCLUDES): Define PKGVERSION and REPORT_BUGS_TO.
10         Regenerate dependencies.
11         * Makefile.in: Regenerate.
12         * gprof.c (usage): Don't print empty REPORT_BUGS_TO.
13         (main): Include PKGVERSION in version output.
14         * gprof.h: Remove include of bin-bugs.h.
16 2007-01-16  Ben Elliston  <bje@au.ibm.com>
18         * corefile.c (parse_error): New function.
19         (read_function_mappings): Check calls to fscanf and report any
20         errors in parsing the mapping file.
22 2006-12-12  Daniel Jacobowitz  <dan@codesourcery.com>
24         * Makefile.am (gprof_TEXINFOS): Set.
25         (gprof.info gprof.dvi gprof.html): Delete rule.
26         * Makefile.in: Regenerated.
28 2006-12-11  Daniel Jacobowitz  <dan@codesourcery.com>
30         * configure.in: Define GENINSRC_NEVER.
31         * doc/Makefile.am (gprof.info): Remove srcdir prefix.
32         (MAINTAINERCLEANFILES): Add info file.
33         (DISTCLEANFILES): Pretend to add info file.
34         * po/Make-in (.po.gmo): Put gmo files in objdir.
35         * configure, Makefile.in: Regenerated.
37 2006-11-27  Nick Clifton  <nickc@redhat.com>
39         * po/ms.po: Updated Malay translation.
41 2006-11-22  Nick Clifton  <nickc@redhat.com>
43         * configure.in (LINGUAS): Add ms.
44         * po/ms.po: New Malay translation.
46 2006-10-17  Bob Wilson  <bob.wilson@acm.org>
48         * gprof.c (main): Fix option string for -r and -R.
50 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
52         * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
54 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
56         * gprof.c (main): Fix option string for -C, -n and -N.
58 2006-09-26  Thiemo Seufer  <ths@networkno.de>
60         * gprof.texi: Fix install failure.
62 2006-09-19  Bob Wilson  <bob.wilson@acm.org>
64         * gprof.texi: Use TeX-style quotes and em-dashes consistently.
65         Specify section names in cross references.  Fix typos.
66         Omit "next", "previous" and "up" fields from @node lines.
67         (SYNOPSIS): Show map_file argument to --file-ordering.
68         (Compiling): Remove extra, truncated lines from example output.
69         (Cycles): Fix references to "called" field.
70         (Internals): Allow hyphenation between file:function names.
71         (GNU Free Documentation License): Update formatting to match fdl.texi.
73 2006-07-24  Ralk Wildenhues  <Ralf.Wildenhues@gmx.de>
75         * gprof.texi: Fix some typos.
77 2006-06-07  Joseph S. Myers  <joseph@codesourcery.com>
79         * po/Make-in (pdf, ps): New dummy targets.
81 2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
83         * po/Make-in (top_builddir): Define.
85 2006-06-05  Alan Modra  <amodra@bigpond.net.au>
87         * Makefile.in: Regenerate.
88         * gconfig.in: Regenerate.
90 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
92         * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
93         and LIBINTL_DEP everywhere.
94         (INCLUDES): Use @INCINTL@.
95         * acinclude.m4: Include new gettext macros.
96         * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
97         Remove local code for po/Makefile.
98         * Makefile.in, aclocal.m4, configure: Regenerated.
100 2006-05-30  Nick Clifton  <nickc@redhat.com>
102         * po/es.po: Updated Spanish translation.
104 2006-05-02  James E Wilson  <wilson@specifix.com>
106         * gprof.c (main): When setting default output_style, add separate
107         checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.
109 2006-04-25  Masaki Muranaka  <monaka@monami-software.com>
111         PR 2587
112         * Makefile.am: Add empty rule for .m -> .o build in order to work
113         around bug in gmake shipped by Apple.
114         * Makefile.in: Regenerate.
116 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
118         * configure: Regenerate.
120 2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
122         * po/Make-in: Add install-html target.
123         * Makefile.am: Add install-html, install-html-am and 
124         install-html-recursive targets. 
125         * Makefile.in: Regenerate.
126         * configure.in: AC_SUBST datarootdir, docdir, htmldir.
127         * configure: Regenerate.
129 2006-03-21  Ben Elliston  <bje@au.ibm.com>
131         * corefile.c (core_init): Report that the executable is not in the
132         expected executable format rather than "a.out" format.
134 2006-03-09  Nick Clifton  <nickc@redhat.com>
136         * po/sv.po: Updated Swedish translation.
138 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
140         * po/Make-in: Add html target.
142 For older changes see ChangeLog-2005
144 Local Variables:
145 mode: change-log
146 left-margin: 8
147 fill-column: 74
148 version-control: never
149 End: