diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-21 13:00:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-21 13:00:54 +0000 |
commit | 0ce8428a9d95b8d6e8c99506118fbc30b32ce2ea (patch) | |
tree | 7eb2eb37f43801017b9ee79425d1c2d2453fa097 /lib | |
parent | fc71e28b65ee094911e4596f2e76e5023fb62136 (diff) | |
download | coreutils-0ce8428a9d95b8d6e8c99506118fbc30b32ce2ea.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 <haible@clisp.cons.org> + * canon-host.c (canon_host): Use malloc and memcpy to copy an + address, not strdup. Include <stdlib.h> and don't declare free(). + +2000-06-17 Bruno Haible <haible@clisp.cons.org> + * path-concat.c (path_concat): Don't access dir[-1] if dir is the empty string. |