annotate modules/wcpncpy @ 15260:84c3ed33329f

xstrtold: Move AC_LIBOBJ invocations to module description. * m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation. * modules/xstrtold (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 May 2011 03:31:49 +0200
parents 0e2a34f6919c
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:
c436f87485c4 New module 'wcpncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 Bruno Haible