summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-12-25 19:18:27 +0100
committerBruno Haible <bruno@clisp.org>2010-12-25 19:18:27 +0100
commit168fc669c003eebe51fb61480d363f8a44695083 (patch)
treec41724d28023a40a0fb4972d99521d9ea6ed603f /ChangeLog
parent4ed4a522e1f0b92986bb9002bf5fb845ff0fdc9e (diff)
downloadgnulib-168fc669c003eebe51fb61480d363f8a44695083.tar.gz
ptsname test: Avoid failure on Solaris.
* tests/test-ptsname.c (main): For Solaris, use the recommended way to open a pseudo-terminal; don't use BSD-style ptys. * doc/posix-functions/ptsname.texi: Document the limitation on Solaris.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index adc21adaaf..c4e609cc56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-12-25 Bruno Haible <bruno@clisp.org>
+ ptsname test: Avoid failure on Solaris.
+ * tests/test-ptsname.c (main): For Solaris, use the recommended way to
+ open a pseudo-terminal; don't use BSD-style ptys.
+ * doc/posix-functions/ptsname.texi: Document the limitation on Solaris.
+
+2010-12-25 Bruno Haible <bruno@clisp.org>
+
ptsname: Avoid ERANGE failure on some systems.
* lib/ptsname.c (buffer): Increase size.