From: Jim Meyering Date: Thu, 20 Mar 2003 13:49:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.11~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e4472733b1b9c5b519048496596959007a267c1;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index d86ca63467..5029336e12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,13 @@ * Version 4.5.11. + * src/seq.c (valid_format): Also accept ` ' and `'' as valid + format flag characters. + Do not require that a field width be specified. + Do not fail when given a field width of `0'. + Reported by Dan Jacobson. + * tests/seq/basic: Add new tests for the above-fixed bug. + * src/Makefile.am (all-local): Append $(EXEEXT) to use of `su' (install-root): Likewise. (install-exec-local): Likewise.