diff options
author | Eli Zaretskii <eliz@gnu.org> | 2009-09-28 06:46:03 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2009-09-28 06:46:03 +0000 |
commit | f9c15cac3504546cb5ebf74241fc13ba2700691a (patch) | |
tree | 282704018905524820c70c1b62afb4e67dec778a /glob/ChangeLog | |
parent | bf1794767e31cc7b12ee313573a9b86ea1eca08f (diff) | |
download | gunmake-f9c15cac3504546cb5ebf74241fc13ba2700691a.tar.gz |
* glob.c (my_realloc) [__DJGPP__]: Don't define, and don't
redefine realloc to call it, since the DJGPP's realloc handles
NULL pointers correctly.
Diffstat (limited to 'glob/ChangeLog')
-rw-r--r-- | glob/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/glob/ChangeLog b/glob/ChangeLog index a6675e0..8f0739c 100644 --- a/glob/ChangeLog +++ b/glob/ChangeLog @@ -1,6 +1,12 @@ +2008-09-28 Juan Manuel Guerrero <juan.guerrero@gmx.de> + + * glob.c (my_realloc) [__DJGPP__]: Don't define, and don't + redefine realloc to call it, since the DJGPP's realloc handles + NULL pointers correctly. + 2007-12-22 Juan Manuel Guerrero <juan.guerrero@gmx.de> (tiny change) - * glob/glob.c [__GNU_LIBRARY__ && __DJGPP__]: Add a realloc + * glob.c [__GNU_LIBRARY__ && __DJGPP__]: Add a realloc declaration that matches the one in the DJGPP libc. 2006-02-24 Eli Zaretskii <eliz@gnu.org> |