summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-06-19 04:52:50 +0000
committerJim Meyering <jim@meyering.net>1994-06-19 04:52:50 +0000
commit0d3ba947f3ac2b3bb803c8f09a3c1027dffb43e3 (patch)
tree876cc592cd084a45d8b579a051dfbd1d5c48d71e /old/sh-utils/ChangeLog
parent2bdde50d3f6e4fc350a8d07f3775a98a28a327bb (diff)
downloadcoreutils-0d3ba947f3ac2b3bb803c8f09a3c1027dffb43e3.tar.xz
merge with 1.10b + local build mods
Diffstat (limited to 'old/sh-utils/ChangeLog')
-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 c0231ef8c..4543f1dee 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,19 @@
+Sun Jun 19 00:18:06 1994 Jim Meyering (meyering@comco.com)
+
+ * nice.c (main): Accept options like `--5' (equivalent to `-n -5')
+ instead of letting getopt give an `unrecognized option' error.
+
+Thu Jun 02 14:11:31 1994 Jim Meyering (meyering@comco.com)
+
+ * stty.c (main): Set max_col and current_col before running
+ display_window_size. Otherwise, `stty size' output a spurious
+ newline. From Bauke Jan Douma (bjdouma@xs4all.hacktic.nl).
+
+Mon May 30 09:33:53 1994 Jim Meyering (meyering@comco.com)
+
+ * test.c (test_syntax_error, beyond): Add __attribute__ ((noreturn))
+ so gcc will know enough not to give warnings.
+
Sun May 29 17:40:21 1994 Jim Meyering (meyering@comco.com)
* long-options.c: Move from src/ to lib/.