summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-24 18:11:22 +0000
committerJim Meyering <jim@meyering.net>1996-11-24 18:11:22 +0000
commit0dd914edd1fbc823168b5eb7da7730db62f08b39 (patch)
treee61eb6802fcc77c665813a9f62a285b7de829d74
parent161db26bd18f072d9c72c871ccc36db8d0b0ff1e (diff)
downloadcoreutils-0dd914edd1fbc823168b5eb7da7730db62f08b39.tar.xz
.
-rw-r--r--old/sh-utils/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 72ca9c146..8f174ca31 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,28 @@
+Sun Nov 24 11:02:29 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/system.h [!defined STDIN_FILENO]: Define it.
+ [!defined STDOUT_FILENO]: Define it.
+ [!defined STDERR_FILENO]: Define it.
+
+ * src/stty.c (get_win_size): Take a FILENO parameter rather than
+ trying to get a size from both stdin and stdout.
+ Update callers.
+ Use STDIN_FILENO and STDOUT_FILENO instead of literal 0, 1.
+
+ ========== From Karl Heuer =========
+ * src/stty.c: Big patch from Karl Heuer. FIXME: fill in details
+
+ * acconfig.h (GWINSZ_IN_SYS_PTY): Add #undef.
+ (TERMIOS_NEEDS_XOPEN_SOURCE): Add #undef.
+
+ * configure.in (whether termios.h needs _XOPEN_SOURCE): New test.
+ (whether TIOCGWINSZ is defined in sys/pty.h): New test.
+
Sat Nov 23 16:15:37 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * lib/Makefile.am (EXTRA_DIST): Add getline.c now that getline
+ isn't mentioned in AC_REPLACE_FUNCS.
+
* env.c (usage): Alphabetize option descriptions the way sort -f would.
* test.c (usage): Likewise.
* who-users.c (usage): Likewise.