diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-07 17:56:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-07 17:56:40 +0000 |
commit | c74a04a26f27f0341bd764393b716d6670706b82 (patch) | |
tree | 45fb771152fe292d3ebdc69dd8645521cc44041d /old | |
parent | aedf3f9fc5ab61019e1febf17bebcfe974d263dc (diff) | |
download | coreutils-c74a04a26f27f0341bd764393b716d6670706b82.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 69ec4a69c..00aecd688 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -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. |