diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-12-15 02:56:42 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-12-15 02:56:42 +0000 |
commit | 46c6187fb55e45c2f3c5073c5472cd81f08251c0 (patch) | |
tree | e8b90431394a094250f654369178a2922ec7541b /gdb | |
parent | 1f72e5891993bc7d51cee115bc5557b35f999099 (diff) | |
download | gdb-46c6187fb55e45c2f3c5073c5472cd81f08251c0.zip gdb-46c6187fb55e45c2f3c5073c5472cd81f08251c0.tar.gz gdb-46c6187fb55e45c2f3c5073c5472cd81f08251c0.tar.bz2 |
Put mi and tui comments for free -> xfree change in proper ChangeLogs.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/mi/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/tui/ChangeLog | 5 |
3 files changed, 13 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ff70e0a..002273b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -30,11 +30,8 @@ thread.c, top.c, tracepoint.c, ui-file.c, ui-out.c, umax-xdep.c, utils.c, valops.c, valprint.c, values.c, varobj.c, win32-nat.c, wince.c, xcoffread.c, cli/cli-cmds.c, - cli/cli-decode.c, cli/cli-script.c, cli/cli-setshow.c, - mi/mi-cmd-disas.c, mi/mi-cmd-var.c, mi/mi-console.c, - mi/mi-main.c, mi/mi-parse.c, tui/tui-file.c, tui/tui.c, - tui/tuiData.c, tui/tuiLayout.c: Replace occurrences of free() - with xfree(). + cli/cli-decode.c, cli/cli-script.c, cli/cli-setshow.c: + Replace occurrences of free() with xfree(). 2000-12-14 J.T. Conklin <jtc@redback.com> diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index c3fb691..6894dc4 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,3 +1,9 @@ +2000-12-14 Kevin Buettner <kevinb@redhat.com> + + * mi/mi-cmd-disas.c, mi/mi-cmd-var.c, mi/mi-console.c, + mi/mi-main.c, mi/mi-parse.c: Replace occurrences of free() + with xfree(). + Fri Nov 17 16:07:23 2000 Andrew Cagney <cagney@b1.cygnus.com> * mi-main.c: Replace asprintf with xasprintf. diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index 5372b01..dc1bd0e 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,3 +1,8 @@ +2000-12-14 Kevin Buettner <kevinb@redhat.com> + + * tui/tui-file.c, tui/tui.c, tui/tuiData.c, tui/tuiLayout.c: + Replace occurrences of free() with xfree(). + 2000-06-22 Kevin Buettner <kevinb@redhat.com> * tuiSourceWin.h: Eliminate use of PARAMS from this file. |