X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/29d590d74c6e03f5efe9f743c40a61028ccd491d..008837e090c008e3afe7a9c8667070bafa091e62:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 2a7493ff..757d2eb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2006-01-01 Josh Bressers + + * patch #3967: Create a mh_xrealloc function to prevent mistakes when + calling realloc. + +2006-01-01 Josh Bressers + + * patch #3966: Create a mh_xmalloc function to prevent mistakes when + calling malloc. + +2005-12-24 Peter Maydell + + * Bug #15285: Don't use $< in target rules in makefiles, as POSIX + says it's only defined in inference rules. (BSD make was expanding + $< to the empty string in the rule for building sbr/dtimep.c, which + causes lex to apparently hang because it's reading from stdin.) + +2005-12-24 Peter Maydell + + * Completely redo db library checking -- we now check for working + (include file, library) pairs rather than checking for headers and + libraries separately. We also now provide --with-ndbm=lib and + --with-ndbmheader=header options to configure to handle situations + where configure's autodetection fails. + 2005-12-21 Peter Maydell * Fix stupid accidental dependence on a bash quirk in previous