]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 7 Jan 2000 08:26:13 +0000 (08:26 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 7 Jan 2000 08:26:13 +0000 (08:26 +0000)
old/textutils/ChangeLog

index 382328adaa265ee36be39d15a7617a5df5d5ef51..85b8dce5d077470942b973bb6846b3cb1e2e990d 100644 (file)
@@ -1,3 +1,17 @@
+2000-01-07  Jim Meyering  <meyering@ascend.com>
+
+       * 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  <meyering@ascend.com>
 
        * tests/tail-2/assert: Tell the user just before sleeping for 7 seconds.