Mercurial > hg > octave-nkf > gnulib-hg
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 |
rev | line source |
---|---|
14285 | 1 Description: |
2 wcsncpy() function: copy a size-bounded wide string. | |
3 | |
4 Status: | |
5 obsolete | |
6 | |
7 Notice: | |
8 This module is obsolete. | |
9 | |
10 Files: | |
11 lib/wcsncpy.c | |
12 lib/wcsncpy-impl.h | |
13 m4/wcsncpy.m4 | |
14 | |
15 Depends-on: | |
16 wchar | |
17 | |
18 configure.ac: | |
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 | 23 gl_WCHAR_MODULE_INDICATOR([wcsncpy]) |
24 | |
25 Makefile.am: | |
26 | |
27 Include: | |
28 <wchar.h> | |
29 | |
30 License: | |
31 LGPL | |
32 | |
33 Maintainer: | |
17713
1f14c6dd175d
Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents:
15153
diff
changeset
|
34 all |