]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 18 Apr 1999 03:25:23 +0000 (03:25 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 18 Apr 1999 03:25:23 +0000 (03:25 +0000)
old/sh-utils/ChangeLog

index 2b63a803db41f4afc8f55cf5774679272a202343..916fceb44495bfe0b8b579261a9b2ed755153786 100644 (file)
@@ -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>