diff options
author | Jim Meyering <jim@meyering.net> | 2004-07-04 20:14:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-07-04 20:14:52 +0000 |
commit | 325a75af634fb03455268050765055101b30fb16 (patch) | |
tree | 257cb0b0585024ec50d179bf90f7b82b170554e2 | |
parent | 034b4caa6db2d3fde8abffbf7a71d4dc56b14fe9 (diff) | |
download | coreutils-325a75af634fb03455268050765055101b30fb16.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 26774e0bc..94ce2a94f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,16 @@ +2004-07-02 Paul Eggert <eggert@cs.ucla.edu> + + * canonicalize.c (canonicalize_file_name): Assume that path_concat + never returns NULL. + * path-concat.c (mempcpy): Don't define if a system header defines it. + Don't include stdio.h, stdlib.h, unistd.h, strdup.h. + (longest_relative_suffix): New function. + (path_concat): Use it. Assume first argument is not NULL. + Port to DOS. Omit redundant separators. + Report an error instead of returning NULL. + Use mempcpy instead of memcpy. + (xpath_concat): Remove: not declared or used. + 2004-06-30 Paul Eggert <eggert@cs.ucla.edu> * dirname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from |