]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 8 Jul 1996 04:23:38 +0000 (04:23 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 8 Jul 1996 04:23:38 +0000 (04:23 +0000)
old/fileutils/ChangeLog

index e381822453414ec28e10f118d644414c39ea70af..9abc40fff56525827d3516dd6e3f9b033789f204 100644 (file)
@@ -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.