From: Jim Meyering Date: Mon, 24 Oct 2005 09:55:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1478 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce44b29901cf2de25af72b653997a1f8e56459cb;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index a6cdbcace7..5b4143d31a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,16 @@ 2005-10-24 Jim Meyering + * src/dircolors.c (ls_codes): Add missing comma. + Anonymous report and patch from + http://savannah.gnu.org/bugs/?func=detailitem&item_id=14849 + + * src/dircolors.c: Add compile-time assertion that the slack_codes + and ls_codes arrays have the same number of elements. This would + have prevented the above-fixed bug. + * Version 6.0-cvs. - * src/expand.c (parse_tab_stops): Add comment to make this function + * src/expand.c (parse_tab_stops): Add a 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.