ptsname test: Avoid failure on Solaris.
[pspp] / ChangeLog
index 84c1e7ca1f38a33b1667e17104a6a33a79a7c864..c4e609cc56f5e3a72b0700899487621773897e70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+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.
+
 2010-12-25  Bruno Haible  <bruno@clisp.org>
 
        rename, renameat: Avoid test failures at NFS mounted locations.