annotate modules/fclose @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10622
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 fclose() function: close a stream.
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/fclose.c
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/fclose.m4
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 stdio
14683
efab6978105e Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents: 14676
diff changeset
10 close [test $REPLACE_FCLOSE = 1]
14703
334032e8de74 fclose: guarantee behavior on seekable stdin
Eric Blake <eblake@redhat.com>
parents: 14683
diff changeset
11 fflush [test $REPLACE_FCLOSE = 1]
14683
efab6978105e Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents: 14676
diff changeset
12 freading [test $REPLACE_FCLOSE = 1]
efab6978105e Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents: 14676
diff changeset
13 lseek [test $REPLACE_FCLOSE = 1]
15779
fb3ece2324db fclose: Support for MSVC 9.
Bruno Haible <bruno@clisp.org>
parents: 15468
diff changeset
14 msvc-inval [test $REPLACE_FCLOSE = 1]
10622
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 configure.ac:
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 gl_FUNC_FCLOSE
15468
c9762c11f058 fclose: Move AC_LIBOBJ invocation to module description.
Bruno Haible <bruno@clisp.org>
parents: 14703
diff changeset
18 if test $REPLACE_FCLOSE = 1; then
c9762c11f058 fclose: Move AC_LIBOBJ invocation to module description.
Bruno Haible <bruno@clisp.org>
parents: 14703
diff changeset
19 AC_LIBOBJ([fclose])
c9762c11f058 fclose: Move AC_LIBOBJ invocation to module description.
Bruno Haible <bruno@clisp.org>
parents: 14703
diff changeset
20 fi
10622
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 gl_STDIO_MODULE_INDICATOR([fclose])
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Makefile.am:
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Include:
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 <stdio.h>
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 License:
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 LGPLv2+
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30
ac6f431cc95d New module 'fclose'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 15779
diff changeset
32 all