From: Jim Meyering Date: Wed, 21 Jun 2000 13:00:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: cvs-readonly~6547 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=2c096e991c785604e8eed6f57bca67146c8e6f2f;p=gnulib.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index a8dbd0ae6..0458132e8 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,10 @@ 2000-06-17 Bruno Haible + * canon-host.c (canon_host): Use malloc and memcpy to copy an + address, not strdup. Include and don't declare free(). + +2000-06-17 Bruno Haible + * path-concat.c (path_concat): Don't access dir[-1] if dir is the empty string.