annotate doc/posix-functions/ttyname_r.texi @ 15607:6355dc4626b5

doc: Update regarding MSVC 9. * doc/gnulib-intro.texi (Target Platforms): Classify MSVC as "rarely tested". * doc/posix-functions/*.texi: Update with info about MSVC 9. * doc/posix-headers/*.texi: Likewise. * doc/pastposix-functions/*.texi: Likewise. * doc/glibc-functions/*.texi: Likewise. * doc/glibc-headers/*.texi: Likewise.
author Bruno Haible <bruno@clisp.org>
date Sun, 11 Sep 2011 21:56:17 +0200
parents 847372253549
children da62858ef2f6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9638
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 @node ttyname_r
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 @section @code{ttyname_r}
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 @findex ttyname_r
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
13549
bb0ceefd22dc avoid some overlong lines from posix urls, etc.
Karl Berry <karl@freefriends.org>
parents: 13268
diff changeset
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ttyname_r.html}
9638
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
13023
953c5d14818b New module 'ttyname_r'.
Bruno Haible <bruno@clisp.org>
parents: 10876
diff changeset
7 Gnulib module: ttyname_r
9638
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Portability problems fixed by Gnulib:
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 @itemize
13265
d12a380d8ac1 Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
Bruno Haible <bruno@clisp.org>
parents: 13023
diff changeset
11 @item
13023
953c5d14818b New module 'ttyname_r'.
Bruno Haible <bruno@clisp.org>
parents: 10876
diff changeset
12 This function is missing on some platforms:
15607
6355dc4626b5 doc: Update regarding MSVC 9.
Bruno Haible <bruno@clisp.org>
parents: 15481
diff changeset
13 NetBSD 3.0, Minix 3.1.8, mingw, MSVC 9, BeOS.
13266
ddd7bebf854c ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
Bruno Haible <bruno@clisp.org>
parents: 13265
diff changeset
14 @item
13967
c0afec342ca5 ttyname_r: Add missing declaration on HP-UX 11.
Bruno Haible <bruno@clisp.org>
parents: 13917
diff changeset
15 This function is not declared unless @code{_REENTRANT} is defined,
c0afec342ca5 ttyname_r: Add missing declaration on HP-UX 11.
Bruno Haible <bruno@clisp.org>
parents: 13917
diff changeset
16 on some platforms:
c0afec342ca5 ttyname_r: Add missing declaration on HP-UX 11.
Bruno Haible <bruno@clisp.org>
parents: 13917
diff changeset
17 HP-UX 11.
c0afec342ca5 ttyname_r: Add missing declaration on HP-UX 11.
Bruno Haible <bruno@clisp.org>
parents: 13917
diff changeset
18 @item
13266
ddd7bebf854c ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
Bruno Haible <bruno@clisp.org>
parents: 13265
diff changeset
19 This function has an incompatible declaration on some platforms:
13917
3bbfc7e37ec2 Update for Solaris 11 2010-11.
Bruno Haible <bruno@clisp.org>
parents: 13549
diff changeset
20 MacOS X 10.4, Solaris 11 2010-11 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
13268
7287ecc3411c ttyname_r: Make it work on Solaris 10.
Bruno Haible <bruno@clisp.org>
parents: 13266
diff changeset
21 @item
13996
2ff78debd520 ttyname_r: Work around bug on OSF/1 5.1.
Bruno Haible <bruno@clisp.org>
parents: 13967
diff changeset
22 This function ignores the size argument, thus overwriting memory after the
2ff78debd520 ttyname_r: Work around bug on OSF/1 5.1.
Bruno Haible <bruno@clisp.org>
parents: 13967
diff changeset
23 buffer, on some platforms:
2ff78debd520 ttyname_r: Work around bug on OSF/1 5.1.
Bruno Haible <bruno@clisp.org>
parents: 13967
diff changeset
24 OSF/1 5.1.
2ff78debd520 ttyname_r: Work around bug on OSF/1 5.1.
Bruno Haible <bruno@clisp.org>
parents: 13967
diff changeset
25 @item
13268
7287ecc3411c ttyname_r: Make it work on Solaris 10.
Bruno Haible <bruno@clisp.org>
parents: 13266
diff changeset
26 This function refuses to do anything when the output buffer is less than 128
7287ecc3411c ttyname_r: Make it work on Solaris 10.
Bruno Haible <bruno@clisp.org>
parents: 13266
diff changeset
27 bytes large, on some platforms:
13917
3bbfc7e37ec2 Update for Solaris 11 2010-11.
Bruno Haible <bruno@clisp.org>
parents: 13549
diff changeset
28 Solaris 11 2010-11.
9638
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 @end itemize
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 Portability problems not fixed by Gnulib:
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 @itemize
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 @end itemize