diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-07 09:54:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-07 09:54:55 +0000 |
commit | e1eebd3966578b523f97669c94f19ea2a118d74d (patch) | |
tree | 8cbf9563ae83233db13dc77d7d11a4bbf4fd92de /old | |
parent | e03ffca770657956bdc157778685e02df361b719 (diff) | |
download | coreutils-e1eebd3966578b523f97669c94f19ea2a118d74d.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 5061a4f02..745589411 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -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. @@ -601,7 +603,7 @@ 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> @@ -803,8 +805,8 @@ 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. @@ -818,7 +820,7 @@ * 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> |