diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-16 04:40:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-16 04:40:58 +0000 |
commit | 7b1d31a9b17de13575adf72dcea5577165bff08f (patch) | |
tree | 72ecbc8b7bab05816c1fd5078ab91e960d680214 /old | |
parent | 085866c1a33461cf5d62b85029b60e897fdfc064 (diff) | |
download | coreutils-7b1d31a9b17de13575adf72dcea5577165bff08f.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2281cd70c..3b429ffd4 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,22 @@ +1998-05-15 Jim Meyering <meyering@ascend.com> + + * src/remove.c (hash_compare_strings): Return true or false, not 1/0. + (remove_cwd_entries): Use RM_OK, not equivalent literal `1'. + + * lib/hash.c (is_prime): Ansideclify. + (next_prime): Ansideclify. Add an assertion. + + * lib/Makefile.am (EXTRA_DIST): Remove. Automake groks the `LIBOBJS=' + lines from the m4/*.m4 macros, so the hack of including some + custom-replaced C source file names here is no longer needed. + + * configure.in (jm_MACROS): New wrapper macro. + Remove uses of most jm_* macros. + + * acconfig.h (HAVE_STRUCT_UTIMBUF): Remove #undef. Now it's handled + as part of utimbuf.m4. + (memcmp): Add #undef. + 1998-05-12 Jim Meyering <meyering@ascend.com> * Version 3.16o. |