summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-03 21:25:21 +0000
committerJim Meyering <jim@meyering.net>2005-01-03 21:25:21 +0000
commitb93b030de600eaf75ef28af3e65902c05d306af2 (patch)
tree6d606f8988ff7d2e8eac2c900aea2e3f5dc93b53 /ChangeLog
parent34027743250f6c9fcbe481921d431d9e675ab8c3 (diff)
downloadcoreutils-b93b030de600eaf75ef28af3e65902c05d306af2.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 652e54983..a2fd6c934 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* Version 5.3.0.
+ * tests/stty/row-col-1: Don't set rows or columns to zero, to avoid
+ a bug in the TIOCGWINSZ ioctl on at least Solaris5.9 systems. Setting
+ either (or both) to zero would succeed, but subsequent `stty size'
+ would say `no size information for this device' due to the ioctl
+ failing with EINVAL.
+
* src/system.h: If PRIdMAX, PRIoMAX, PRIuMAX, and PRIxMAX are
not all defined and either ULONG_MAX or ULLONG_MAX is not defined,
then fail at compile-time rather than let tools like od produce