summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-06-29 02:13:56 +0000
committerJim Meyering <jim@meyering.net>1998-06-29 02:13:56 +0000
commit09a2261919039a9449bac326912456f285de1fce (patch)
tree6934344b6ddc9da3a909aea8df57777b521b6c23 /old/sh-utils
parentc5eb9edf2600480b9490cccd8a66284cb46392a8 (diff)
downloadcoreutils-09a2261919039a9449bac326912456f285de1fce.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog25
1 files changed, 24 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 9f156521f..7f42fed0a 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,30 @@
-1998-05-16 Jim Meyering <meyering@ascend.com>
+1998-06-28 Jim Meyering <meyering@ascend.com>
+
+ * src/*.c: Change all uses of unlocked-wrapped functions to their
+ upper case wrapper names.
+ * src/sys2.h: Add macro definitions for GNU libc unlocked wrappers
+ (e.g. FFLUSH for fflush_unlocked).
+
+1998-06-06 Jim Meyering <meyering@ascend.com>
+
+ * src/test.c (unary_operator): Fail if the operand to -t is not valid.
+ (posixtest): Treat `test -t' the same as `test -t 1'.
+
+1998-05-26 Jim Meyering <meyering@ascend.com>
* Version 1.16f.
+ * src/test.c (two_arguments): Don't test argv[pos][2] if it's
+ past end of string.
+
+1998-05-25 Jim Meyering <meyering@ascend.com>
+
+ * configure.in (_GNU_SOURCE): AC_DEFINE it here.
+ * acconfig.h (_GNU_SOURCE): Remove definition from @TOP@ section.
+ [!_GNU_SOURCE]: Add #undef instead.
+
+1998-05-16 Jim Meyering <meyering@ascend.com>
+
* lib/readutmp.c (read_utmp): Add variant for systems that have
the utmpname function.
Ansideclify.