summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-07 17:56:40 +0000
committerJim Meyering <jim@meyering.net>1996-04-07 17:56:40 +0000
commitc74a04a26f27f0341bd764393b716d6670706b82 (patch)
tree45fb771152fe292d3ebdc69dd8645521cc44041d /old
parentaedf3f9fc5ab61019e1febf17bebcfe974d263dc (diff)
downloadcoreutils-c74a04a26f27f0341bd764393b716d6670706b82.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog17
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.