]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 20 Oct 1996 18:50:41 +0000 (18:50 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 20 Oct 1996 18:50:41 +0000 (18:50 +0000)
old/fileutils/ChangeLog
old/sh-utils/ChangeLog
old/textutils/ChangeLog

index f81fd115995ef9f1868e0d943646b6dc5a0a755f..8c1ad2df2cca10020d30efa917cd798216af9c76 100644 (file)
@@ -1,3 +1,11 @@
+Sun Oct 20 13:49:25 1996  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * Makefile.am (AUTOMAKE_OPTIONS): Set to `gnits'.
+       (EXTRA_DIST): Remove.
+
+       * configure.in: Remove README_ALPHA related code.  Automake takes
+       care of it automatically now when in gnits mode.
+
 Sun Oct 13 14:02:41 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * src/ls.c (print_long_format): Use strftime of localtime
index 4d89fc8e0253c59fe29b30b4caa31015c8661b54..8d738b9ef591419395309f4f69fdfc6c50964ba9 100644 (file)
@@ -1,5 +1,11 @@
 Sun Oct 20 09:03:51 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
+       * Makefile.am (AUTOMAKE_OPTIONS): Set to `gnits'.
+       (EXTRA_DIST): Remove @README_ALPHA@.
+
+       * configure.in: Remove README_ALPHA related code.  Automake takes
+       care of it automatically now when in gnits mode.
+
        * acinclude.m4 (AM_FUNC_GETLOADAVG): Use $srcdir (not $top_srcdir) in
        #include $srcdir/lib/getloadavg.c.  The latter isn't defined at that
        point in configure script.  From Eric Backus.
index 7c6fae3b76c5ea40cf6fd138a5de813e6601cba3..38eb9bc05ce5679ae21d6fb5e42c3265f878da88 100644 (file)
@@ -1,3 +1,14 @@
+Sun Oct 20 13:44:07 1996  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * Makefile.am (AUTOMAKE_OPTIONS): Set to `gnits'
+       (EXTRA_DIST): Remove.
+
+       * configure.in: Remove README_ALPHA related code.  Automake takes
+       care of it automatically now when in gnits mode.
+
+       * lib/md5.c (md5_process_bytes): Cast void* pointer to char* before
+       doing arithmetic with it.
+
 Sat Oct 19 23:13:54 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * lib/md5.c: Update from GNU libc.