diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-07 18:57:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-07 18:57:11 +0000 |
commit | fb1f09c76e64bca2715a3a5481daf14565647afa (patch) | |
tree | d04df933d87c1126646425c822d3ea05eac2a1db | |
parent | b1cc66221504846a8b72ee2bb86741f0934a230f (diff) | |
download | coreutils-fb1f09c76e64bca2715a3a5481daf14565647afa.tar.xz |
.
-rw-r--r-- | old/sh-utils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 4dae9dc31..9a52a4eee 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,20 @@ +Sat Dec 7 12:52:00 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * configure.in (jm_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL): Use this variant + of the AM_ prefixed macro. + (check for TIOCGWINSZ in sys/pty): In essence, require + jm_HEADER_TIOCGWINSZ_IN_TERMIOS_H so that + $jm_cv_sys_tiocgwinsz_needs_termios_h (renamed from + $gwinsz_in_termios_h) is defined. + + * lib/strftime.c (strftime): Remove " %Z" part of format for %c. + Suggestion from Paul Eggert. + +Fri Dec 6 20:52:07 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * acinclude.m4 (jm_FUNC_MKTIME): Rather than including the text of + AM_FUNC_MKTIME, simply AC_REQUIRE it. + Mon Dec 2 20:59:38 1996 Jim Meyering <meyering@na-net.ornl.gov> * configure.in (su_cv_func_ut_host_in_utmp): Move test that can |