From: Jim Meyering Date: Thu, 8 Jan 2004 14:19:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.1~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=867ffc819bd7007694c799f98ba215d2f192f062;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index d878ff29f8..3e8d1180ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2004-01-04 Jim Meyering +2004-01-08 Jim Meyering * Version 5.1.1. + * tests/Makefile.am (TESTS_ENVIRONMENT): Remove `/vg' (prerelease test + remnant) from PATH component. That would cause tests in this directory + not to run the just-built binaries, but rather whatever happened + to be in one's PATH. Reported by Christian Krackowizer. + +2004-01-04 Jim Meyering + * src/csplit.c (new_control_record): Use x2nrealloc rather than xrealloc.