New module 'fdopen'.
authorBruno Haible <bruno@clisp.org>
Wed, 21 Sep 2011 19:16:45 +0000 (21:16 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 21 Sep 2011 19:16:45 +0000 (21:16 +0200)
commit5f12d9389f0d0597c4996dfb15c0a5c64808774a
treecb2b234c5a677ed042a3f9513b7475a6c565d242
parent03f0d3e22b969990f3a55f2540a9f82680028602
New module 'fdopen'.

* lib/stdio.in.h (fdopen): New declaration.
* lib/fdopen.c: New file.
* m4/fdopen.m4: New file.
* m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FDOPEN,
REPLACE_FDOPEN.
* modules/stdio (Makefile.am): Substitute GNULIB_FDOPEN,
REPLACE_FDOPEN.
* modules/fdopen: New file.
* modules/stdio-tests (Depends-on): Remove fdopen-tests.
* tests/test-stdio-c++.cc: Check signature of fdopen.
* doc/posix-functions/fdopen.texi: Mention the new module.
ChangeLog
doc/posix-functions/fdopen.texi
lib/fdopen.c [new file with mode: 0644]
lib/stdio.in.h
m4/fdopen.m4 [new file with mode: 0644]
m4/stdio_h.m4
modules/fdopen [new file with mode: 0644]
modules/stdio
modules/stdio-tests
tests/test-stdio-c++.cc