summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-20 13:49:42 +0000
committerJim Meyering <jim@meyering.net>2003-03-20 13:49:42 +0000
commit9e4472733b1b9c5b519048496596959007a267c1 (patch)
treec4d7e5282941c96f2512dc869cc7bab8ca24e3b0
parent0568c4e2d4ea7edd642763b0849e8489b326673c (diff)
downloadcoreutils-9e4472733b1b9c5b519048496596959007a267c1.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d86ca6346..5029336e1 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.