diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-20 13:49:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-20 13:49:42 +0000 |
commit | 9e4472733b1b9c5b519048496596959007a267c1 (patch) | |
tree | c4d7e5282941c96f2512dc869cc7bab8ca24e3b0 | |
parent | 0568c4e2d4ea7edd642763b0849e8489b326673c (diff) | |
download | coreutils-9e4472733b1b9c5b519048496596959007a267c1.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |