diff options
author | Jim Meyering <jim@meyering.net> | 2003-11-02 20:39:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-11-02 20:39:40 +0000 |
commit | a80f1ede42d8c38d3252dc8110ca589c81d53e8c (patch) | |
tree | d1cb5b9a72954f3a27bfdb279c60ef041a7e123b /ChangeLog | |
parent | 9c76808b893c028259f5dee0abbc016bd083d5d6 (diff) | |
download | coreutils-a80f1ede42d8c38d3252dc8110ca589c81d53e8c.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ (append_repeated_char, append_equiv_class, spec_init): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'. The former is more maintainable and usually shorter. + * src/copy.c (copy_internal): Likewise. + * src/cp.c (make_path_private): Likewise. + * src/tsort.c (new_item, record_relation): Likewise. + + * src/df.c (add_fs_type, add_excluded_fs_type, main): Likewise. + (main): Also remove anachronistic cast of xmalloc return value. + * src/ptx.c (alloc_and_compile_regex, main): Likewise. + (main): Also remove anachronistic cast of xmalloc return value. + * src/sort.c (inittables): Likewise. + (sort): Also Split a long line. 2003-10-25 Jim Meyering <meyering@lucent.com> |