summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-15 10:37:45 +0000
committerJim Meyering <jim@meyering.net>2002-04-15 10:37:45 +0000
commita36a4fdedc2927a65b7a143b4acc02712e99b29b (patch)
treee79ab979aba1c3e9b6955b4b63fa1c7878f5077a /old
parent57d75ea4d821d338c2bc7e4dd0b2486d52354478 (diff)
downloadcoreutils-a36a4fdedc2927a65b7a143b4acc02712e99b29b.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 09b8e3d70..4fca24502 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,12 @@
-2002-04-12 Jim Meyering <meyering@lucent.com>
+2002-04-15 Jim Meyering <meyering@lucent.com>
* Version 2.0.12.
+ * src/who.c: Include xalloc.h.
+ Use xmalloc everywhere, not malloc.
+
+2002-04-12 Jim Meyering <meyering@lucent.com>
+
* src/Makefile.am (LDADD): List ../lib/libfetish.a both before
and after @LIBINTL@. Thanks to Paul Eggert for the fix and to
Bruno Haible for diagnosing the problem.