]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 7 Aug 1999 09:54:55 +0000 (09:54 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 7 Aug 1999 09:54:55 +0000 (09:54 +0000)
old/sh-utils/ChangeLog

index 5061a4f023c208509fdba92315f7881f8ecf3b31..745589411d9c4eadcd54ae0d144b6f496f475a4f 100644 (file)
@@ -1,5 +1,7 @@
 1999-08-07  Jim Meyering  <meyering@ascend.com>
 
+       * Version 1.16m.
+
        * lib/getdate.y (OtherTable[]): Use tDAY_UNIT for `tomorrow,'
        `yesterday,' `today,' and `now' rather than tMINUTE_UNIT.  Of course
        with correspondingly smaller numbers for tomorrow and yesterday.
 1998-08-29  Jim Meyering  <meyering@ascend.com>
 
        * src/su.c (longopts): Use corresponding short-option character
-        in place of `1', and `NULL' in place of pointer in initialization.
+       in place of `1', and `NULL' in place of pointer in initialization.
 
 1998-08-11  Jim Meyering  <meyering@ascend.com>
 
 
 1998-02-16  Jim Meyering  <meyering@eng.ascend.com>
 
-        * configure.in (jm_FUNC_LSTAT): Use it.
-        (jm_FUNC_STAT): Use it.
+       * configure.in (jm_FUNC_LSTAT): Use it.
+       (jm_FUNC_STAT): Use it.
        * acconfig.h: Add lstat.
        * lib/Makefile.am (EXTRA_DIST): Add lstat.c and stat.c.
 
        * src/id.c (xgetgroups): Guard function defn with #if HAVE_GETGROUPS.
 
        * lib/putenv.c (sys/types.h): Include to get size_t on some systems.
-        (NULL): Define if needed.
+       (NULL): Define if needed.
 
 1998-01-31  Jim Meyering  <meyering@na-net.ornl.gov>
 
@@ -1939,7 +1941,7 @@ Mon Oct 28 17:40:54 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
 Thu Oct 24 13:50:46 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
-        * src/tee.c (main): Ignore SIGPIPE.
+       * src/tee.c (main): Ignore SIGPIPE.
 
 Wed Oct 23 23:42:43 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
@@ -2154,19 +2156,19 @@ Mon Sep  2 10:52:55 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
 Sun Sep  1 07:56:07 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
-        * configure.in (AM_FUNC_MKTIME): Use it.
-        (AC_REPLACE_FUNCS): Remove mktime.
+       * configure.in (AM_FUNC_MKTIME): Use it.
+       (AC_REPLACE_FUNCS): Remove mktime.
        (AM_INIT_AUTOMAKE): Use it.
        (AM_PROG_INSTALL): Remove.  AM_INIT_AUTOMAKE does this.
-        (AC_PROG_MAKE_SET): Likewise.
+       (AC_PROG_MAKE_SET): Likewise.
        (jm_MAINTAINER_MODE, fp_C_PROTOTYPES): Rename with
-        AM_ prefix for latest automake/aclocal.
+       AM_ prefix for latest automake/aclocal.
 
        * Makefile.am (EXTRA_DIST): Add acinclude.m4.
 
-        * acinclude.m4: New file -- derived from aclocal.m4.
-        * aclocal.m4: This file is now generated by the aclocal program
-        (which comes with the automake package.)
+       * acinclude.m4: New file -- derived from aclocal.m4.
+       * aclocal.m4: This file is now generated by the aclocal program
+       (which comes with the automake package.)
 
 Sat Aug 17 00:14:55 1996  Jim Meyering  <meyering@na-net.ornl.gov>