summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-18 03:25:23 +0000
committerJim Meyering <jim@meyering.net>1999-04-18 03:25:23 +0000
commita625377e8c8c83aa9f5b884ac7e9b1d17f64c622 (patch)
treebbf0a33ff8106ae89eeed48c30a2944a48ba61db /old
parentc5027d831cc3b078e05609eab0e590170f6701fd (diff)
downloadcoreutils-a625377e8c8c83aa9f5b884ac7e9b1d17f64c622.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 2b63a803d..916fceb44 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,19 @@
+1999-04-17 Jim Meyering <meyering@ascend.com>
+
+ * tests/seq: New directory and tests.
+ * tests/Makefile.am (SUBDIRS): Add seq.
+ * configure.in (AC_OUTPUT): Add tests/seq/Makefile.
+
+1999-04-17 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
+
+ * configure.in: Check for localeconv.
+
+ * src/seq.c (decimal_point): New variable.
+ (main): Set it to locale's decimal point. Fix recognition of
+ negative number as argument.
+ (get_width_format): Correctly handle a negative min_val or step
+ when computing fraction width. Use decimal_point.
+
1999-04-08 Jim Meyering <meyering@ascend.com>
1999-03-25 James R. Van Zandt <jrv@vanzandt.mv.com>