]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 7 Apr 1996 17:56:40 +0000 (17:56 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 Apr 1996 17:56:40 +0000 (17:56 +0000)
old/sh-utils/ChangeLog

index 69ec4a69c7ec7ce56415be8daf117bddfac385c9..00aecd688945d0161fd1ba07673de6187b26649d 100644 (file)
@@ -1,5 +1,22 @@
+Sun Apr  7 11:58:13 1996  Jim Meyering  (meyering@na-net.ornl.gov)
+
+       * seq.c (print_numbers): Rearrange loops to get it right.
+       Reported by Karl Eichwalder <ke@ke.Central.DE>.
+
+       * seq.c (print_numbers): Give more precise diagnostic when INCREMENT
+       is inconsistent with START and LIMIT.
+       (usage): Clean up help message.
+
+       * factor.c (usage): Give minimal description of the program.
+       (print_factors): Give a better diagnostic.
+       (main): Suggest --help upon failure.
+       Reported by Karl Eichwalder <ke@ke.Central.DE>.
+
 Fri Apr  5 07:33:00 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 
+       * strftime.c (sun_week): Make %U work properly.
+       Before, `date -d '1 Jan 1995' +%U' output `00'.  Now it prints `01'.
+
        * nice.c (main): Simplify option handling.  Before, `nice -18 -- nice'
        improperly printed `8'.  Patch from Frank Korz.
        (main): Use `if' stmt, not while loop, around getopt invocation.