annotate modules/wcsncat @ 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
14288
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 wcsncat() function: append part of a wide string to a wide string.
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Status:
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 obsolete
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Notice:
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 This module is obsolete.
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Files:
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 lib/wcsncat.c
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 lib/wcsncat-impl.h
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 m4/wcsncat.m4
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Depends-on:
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 wchar
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 configure.ac:
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 gl_FUNC_WCSNCAT
15151
962d1b7d93af wcsncat: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14288
diff changeset
20 if test $HAVE_WCSNCAT = 0; then
962d1b7d93af wcsncat: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14288
diff changeset
21 AC_LIBOBJ([wcsncat])
962d1b7d93af wcsncat: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14288
diff changeset
22 fi
14288
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 gl_WCHAR_MODULE_INDICATOR([wcsncat])
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Makefile.am:
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Include:
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 <wchar.h>
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 License:
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 LGPL
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32
75ffd7ebdec7 New module 'wcsncat'.
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: 15151
diff changeset
34 all