diff options
author | Bob Wilson <bob.wilson@acm.org> | 2006-09-25 16:16:45 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2006-09-25 16:16:45 +0000 |
commit | afb175693a07fa4adcc0656b1598dd51d48123b2 (patch) | |
tree | 69a19b9be4853ba9c5d7e147ff6aebd8b1fade80 /gprof/ChangeLog | |
parent | f983a9b6a313eadfb1fb21fa6d47e1c92c874f88 (diff) | |
download | gdb-afb175693a07fa4adcc0656b1598dd51d48123b2.zip gdb-afb175693a07fa4adcc0656b1598dd51d48123b2.tar.gz gdb-afb175693a07fa4adcc0656b1598dd51d48123b2.tar.bz2 |
* gprof.texi: Use TeX-style quotes and em-dashes consistently.
Specify section names in cross references. Fix typos.
Omit "next", "previous" and "up" fields from @node lines.
(SYNOPSIS): Show map_file argument to --file-ordering.
(Compiling): Remove extra, truncated lines from example output.
(Cycles): Fix references to "called" field.
(Internals): Allow hyphenation between file:function names.
(GNU Free Documentation License): Update formatting to match fdl.texi.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 3161cbe..4d2d3b0 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,14 @@ +2006-09-19 Bob Wilson <bob.wilson@acm.org> + + * gprof.texi: Use TeX-style quotes and em-dashes consistently. + Specify section names in cross references. Fix typos. + Omit "next", "previous" and "up" fields from @node lines. + (SYNOPSIS): Show map_file argument to --file-ordering. + (Compiling): Remove extra, truncated lines from example output. + (Cycles): Fix references to "called" field. + (Internals): Allow hyphenation between file:function names. + (GNU Free Documentation License): Update formatting to match fdl.texi. + 2006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de> * gprof.texi: Fix some typos. |