diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-08 04:23:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-08 04:23:38 +0000 |
commit | de75384c2befe98d81276a94b123ff3feb26e87b (patch) | |
tree | 9b1ffc9799ec06177d831d7f278ecf18e2e1e25f /old | |
parent | 9d691ba42fd8c2ec1335ebfa074103330e63cb08 (diff) | |
download | coreutils-de75384c2befe98d81276a94b123ff3feb26e87b.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e38182245..9abc40fff 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,10 +1,21 @@ Sun Jul 7 22:40:08 1996 Jim Meyering <meyering@na-net.ornl.gov> + * src/dircolors.hin: Recognize more filename extensions. + From Joshua Cowan. + * src/Makefile.am (CLEANFILES): Add dcgen. From Joshua Cowan <jcowan@jcowan.reslife.okstate.edu>. - + * src/Makefile.am (MAINTAINERCLEANFILES): Add dircolors.h. + * src/ls.c: Include termios.h. + Guard inclusion of sys/ioctl.h with #ifdef GWINSZ_IN_SYS_IOCTL, + rather than HAVE_SYS_IOCTL_H. Modelled after sh-utils' stty.c + at suggestion from Chip Bennett <BennettC@j64.stratcom.af.mil> + to make ls adjust its idea of screen width upon window resize + on systems (SunOS, Solaris) where TIOCGWINSZ is defined in + termios.h, and not sys/ioctl.h. + * aclocal.m4 (AM_SYS_POSIX_TERMIOS): New macro, derived from test in configure.in. (AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL): Likewise. |