annotate doc/posix-functions/fmemopen.texi @ 13917:3bbfc7e37ec2

Update for Solaris 11 2010-11. * doc/{glibc,posix}-{functions,headers}: Add info about Solaris 11 Express, released in November 2010.
author Bruno Haible <bruno@clisp.org>
date Sat, 04 Dec 2010 11:38:40 +0100
parents ac911e0db006
children 847372253549
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10879
fb8d0f8624e2 Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 @node fmemopen
fb8d0f8624e2 Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 @section @code{fmemopen}
fb8d0f8624e2 Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 @findex fmemopen
fb8d0f8624e2 Move documentation for glibc functions that are now in POSIX.
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: 10883
diff changeset
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fmemopen.html}
10879
fb8d0f8624e2 Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
fb8d0f8624e2 Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Gnulib module: ---
fb8d0f8624e2 Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
fb8d0f8624e2 Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Portability problems fixed by Gnulib:
fb8d0f8624e2 Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 @itemize
fb8d0f8624e2 Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 @end itemize
fb8d0f8624e2 Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
fb8d0f8624e2 Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Portability problems not fixed by Gnulib:
fb8d0f8624e2 Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 @itemize
fb8d0f8624e2 Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 @item
10883
e578654f58d3 Update doc for cygwin 1.7.
Eric Blake <ebb9@byu.net>
parents: 10879
diff changeset
16 This function is missing on many non-glibc platforms:
13892
ac911e0db006 Update for NetBSD 5.0.
Bruno Haible <bruno@clisp.org>
parents: 13890
diff changeset
17 MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
13917
3bbfc7e37ec2 Update for Solaris 11 2010-11.
Bruno Haible <bruno@clisp.org>
parents: 13892
diff changeset
18 IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
10879
fb8d0f8624e2 Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 @end itemize