annotate modules/wcpncpy @ 17732:6d92afe34a82

openat-die: use _Noreturn markup Compiling coreutils.git on cygwin with gcc 4.8.3, I got: lib/openat-die.c:34:1: error: function might be candidate for attribute 'noreturn' [-Werror=suggest-attribute=noreturn] openat_save_fail (int errnum) ^ * modules/openat-die (Depends-on): Add snippet/_Noreturn. * lib/openat-die.c (openat_save_fail, openat_restore_fail): Mark _Noreturn. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Wed, 30 Jul 2014 15:01:44 -0600
parents 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14286
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 wcpncpy() function: copy a size-bounded wide string.
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/wcpncpy.c
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/wcpncpy-impl.h
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/wcpncpy.m4
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
14518
f117125e8cb9 wcpcpy, wcpncpy: Ensure declaration on glibc >= 2.13 systems.
Bruno Haible <bruno@clisp.org>
parents: 14286
diff changeset
10 extensions
14286
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 wchar
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_FUNC_WCPNCPY
15139
0e2a34f6919c wcpncpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14518
diff changeset
15 if test $HAVE_WCPNCPY = 0; then
0e2a34f6919c wcpncpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14518
diff changeset
16 AC_LIBOBJ([wcpncpy])
0e2a34f6919c wcpncpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14518
diff changeset
17 fi
14286
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 gl_WCHAR_MODULE_INDICATOR([wcpncpy])
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Makefile.am:
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Include:
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 <wchar.h>
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 License:
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 LGPL
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 15139
diff changeset
29 all