From: Jim Meyering Date: Mon, 24 Oct 2005 07:28:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1485 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84aca29abf5001593ddf83eafba8e7025c45fe0a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 5f43df3e0c..a6cdbcace7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ * Version 6.0-cvs. + * src/expand.c (parse_tab_stops): Add comment to make this function + identical to the one in unexpand.c. + * src/unexpand.c (parse_tab_stops): Adjust syntax to make this function + identical to the one in expand.c. + * src/expand.c (next_file): Don't assume fopen cannot return stdin. 2005-10-23 Jim Meyering