From: Jim Meyering Date: Mon, 3 Nov 1997 04:52:50 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_22c~132 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6174d58f939754a7da6117c69e9d3344db35719;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 1514dd7c5d..720f0356c0 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,20 @@ +1997-11-02 Jim Meyering + + * src/rm.c: Put cycle-detecting code inside an + #ifdef ENABLE_CYCLE_CHECK, for systems lacking d_ino. + [D_INO_IN_DIRENT]: Define ENABLE_CYCLE_CHECK. + + * src/rm.c: (ASSIGN_STRDUPA): Clean up. + (right_justify): Use memcpy return value directly. + Suggestions from Ulrich Drepper. + + (remove_cwd_entries) [! defined HAVE_WORKING_READDIR]: Impose overhead + of working around non-POSIX readdir implementation only on systems + that need it. + (remove_cwd_entries): Temporarily save a copy of each entry name in + an obstack rather than on the stack via alloca, then free it in the + likely event that we don't save the entry in the hash table. + 1997-10-25 Jim Meyering * configure.in (jm_FUNC_MALLOC): Use it.