From: Jim Meyering Date: Thu, 1 Aug 1996 04:46:51 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19b~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fa3eb4d226c352106b2d62d7d138de5313936cc;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 1793943c68..d87b7c3189 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,12 @@ +Wed Jul 31 23:39:23 1996 Jim Meyering + + * src/ln.c [LINK_TYPE]: Remove macro. NLS messages aren't + extracted from macros. Reported by Santiago Vila. + (link_type_string): New global variable to be used instead of + LINK_TYPE. + (main): Set it here. + (do_link): Use it (instead of macro) here. + Tue Jul 30 23:24:18 1996 Jim Meyering * configure.in (AC_CHECK_HEADERS): Add sys/fs/s5param.h.