diff options
author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-15 18:28:36 +0000 |
---|---|---|
committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-15 18:28:36 +0000 |
commit | 8d0afcccdc8ad93ff596ef95b44d520d6b3c73ae (patch) | |
tree | cd18ca760bb357ceaa6cda012988fe320aa1b783 /fixincludes/ChangeLog | |
parent | 20f1123c923e66905a1d30cea7f621f1561bdcb2 (diff) | |
download | gcc-8d0afcccdc8ad93ff596ef95b44d520d6b3c73ae.tar.gz |
* fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
* server.c (load_data): Likewise.
(run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
* fixincl.c: #include <sys/wait.h>
(run_compiles): Use XCNEWVEC instead of xcalloc.
(fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
* fixfixes.c (FIX_PROC_HEAD, main): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99740 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/ChangeLog')
-rw-r--r-- | fixincludes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index 6bb2424a59c..12901de214e 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1,3 +1,13 @@ +2005-05-15 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc. + * server.c (load_data): Likewise. + (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1). + * fixincl.c: #include <sys/wait.h> + (run_compiles): Use XCNEWVEC instead of xcalloc. + (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc. + * fixfixes.c (FIX_PROC_HEAD, main): Likewise. + 2005-05-10 Joseph S. Myers <joseph@codesourcery.com> * inclhack.def (stdio_stdarg_h, stdio_va_list): Bypass on |