diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-07 08:26:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-07 08:26:13 +0000 |
commit | 9bcff27f18de9c2cfaf4dd0f6241308c1e4e1d34 (patch) | |
tree | 3d7abbb5152a6c3f94e81ba9d1c78b6a4193d3ca /old | |
parent | 858254d5592053a9bb660607e9b1db3ba6c86dc3 (diff) | |
download | coreutils-9bcff27f18de9c2cfaf4dd0f6241308c1e4e1d34.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 382328ada..85b8dce5d 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -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. |