X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/29d590d74c6e03f5efe9f743c40a61028ccd491d..81a21a9a97d8633f6d6231e31fdb6e328d0d3ff2:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 2a7493ff..f8d1c8de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +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