diff options
author | Jim Meyering <jim@meyering.net> | 1994-12-04 20:53:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-12-04 20:53:43 +0000 |
commit | be4a8a192ad075d4423b247132bb7e3328a18190 (patch) | |
tree | 191af17537a09e90f57535fa366b0d23c53b114d | |
parent | fec974e60ecfd73f6ff7d28b6381edb4de82f9ee (diff) | |
download | coreutils-be4a8a192ad075d4423b247132bb7e3328a18190.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 4 | ||||
-rw-r--r-- | old/sh-utils/ChangeLog | 20 |
2 files changed, 24 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a071b04fe..acb632827 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,7 @@ +Sun Dec 4 14:53:12 1994 Jim Meyering (meyering@comco.com) + + * doc/Makefile.in (DISTFILES): Add getdate.texi. + Sun Nov 06 00:18:56 1994 Jim Meyering (meyering@comco.com) * Version 3.12. diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 37339de92..9aeeeffdc 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,23 @@ +Sun Dec 4 14:53:12 1994 Jim Meyering (meyering@comco.com) + + * doc/Makefile.in (DISTFILES): Add getdate.texi. + +Sat Dec 3 07:59:55 1994 Jim Meyering (meyering@comco.com) + + * configure.in (AC_CHECK_FUNCS): Add strchr and strrchr. + (AC_CHECK_HEADERS): Add stdlib.h. + (LIBS): If the strtod replacement is required, check for pow in -lm. + * src/Makefile.in (printf): Remove hard-coded -lm. Not every + system has it. + +Thu Nov 17 23:47:26 1994 Jim Meyering (meyering@comco.com) + + * who.c (list_entries): Delete. Split in two actually... + (list_entries_users, list_entries_who, userid_compare): New functions. + (list_entries_users): Sort the user names. Reported by + Michael I Bushnell. + Topologically sort the functions and remove fwd declarations. + Sat Nov 05 08:35:25 1994 Jim Meyering (meyering@comco.com) * Version 1.12. |