annotate modules/filename @ 14730:f0a9a2cd267c

fclose: preserve fflush errors Caught by gcc -Werror=unused-but-set-variable. * lib/fclose.c (rpl_fclose): Don't lose fflush errors. Reported by Jim Meyering. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Wed, 11 May 2011 11:35:06 -0600
parents 247990850251
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8245
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
10390
247990850251 Split module 'filename' into 'filename' and 'concat-filename'.
Bruno Haible <bruno@clisp.org>
parents: 8251
diff changeset
2 Basic filename support macros.
8245
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
8251
1e16373508e1 Rename module 'pathname' to 'filename'.
Bruno Haible <bruno@clisp.org>
parents: 8245
diff changeset
5 lib/filename.h
8245
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Depends-on:
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 configure.ac:
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Makefile.am:
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Include:
8251
1e16373508e1 Rename module 'pathname' to 'filename'.
Bruno Haible <bruno@clisp.org>
parents: 8245
diff changeset
14 "filename.h"
8245
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 License:
10390
247990850251 Split module 'filename' into 'filename' and 'concat-filename'.
Bruno Haible <bruno@clisp.org>
parents: 8251
diff changeset
17 LGPLv2+
8245
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Maintainer:
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Bruno Haible
9e589e102a8c Move to here from pathname.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21