annotate modules/wcsncpy @ 17935:0ad1f4c9eed5 default tip

tests: support stderr verification with returns_() * tests/init.sh (returns_): Disable tracing for this wrapper function, so that stderr of the wrapped command is unchanged, allowing for verification of the contents.
author Pádraig Brady <P@draigBrady.com>
date Mon, 16 Feb 2015 17:20:39 +0000
parents 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14285
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 wcsncpy() function: copy a size-bounded wide string.
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Status:
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 obsolete
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Notice:
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 This module is obsolete.
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Files:
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 lib/wcsncpy.c
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 lib/wcsncpy-impl.h
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 m4/wcsncpy.m4
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Depends-on:
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 wchar
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 configure.ac:
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 gl_FUNC_WCSNCPY
15153
eb8992dfd014 wcsncpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14285
diff changeset
20 if test $HAVE_WCSNCPY = 0; then
eb8992dfd014 wcsncpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14285
diff changeset
21 AC_LIBOBJ([wcsncpy])
eb8992dfd014 wcsncpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14285
diff changeset
22 fi
14285
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 gl_WCHAR_MODULE_INDICATOR([wcsncpy])
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Makefile.am:
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Include:
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 <wchar.h>
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 License:
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 LGPL
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32
46d0f7a51cc0 New module 'wcsncpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 15153
diff changeset
34 all