From: Jim Meyering Date: Fri, 7 Jan 2000 08:26:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0n~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bcff27f18de9c2cfaf4dd0f6241308c1e4e1d34;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 382328adaa..85b8dce5d0 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,17 @@ +2000-01-07 Jim Meyering + + * tests/tsort/Makefile.am (TESTS_ENVIRONMENT): Add `pwd`/ prefix + to exported PATH value (though not strictly necessary, here). + + Nits. + * lib/memcasecmp.c: Use `#if' instead of `#ifdef' for `HAVE_CONFIG_H'. + Capitalize all macro parameters. + (memcasecmp): Ansideclify. + Don't cast away `const'ness of parameters. + * lib/strpbrk.c (strpbrk): Ansideclify. + Use `#if' instead of `#ifdef' for `HAVE_CONFIG_H'. + Suggestions from François Pinard. + 2000-01-06 Jim Meyering * tests/tail-2/assert: Tell the user just before sleeping for 7 seconds.