annotate modules/wcsncat @ 17111:b8250ce33952

hash-pjw: relax license to LGPLv2+ * modules/hash-pjw (License): Relax, with consent of author.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 26 Sep 2012 20:12:57 -0700
parents 962d1b7d93af
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:
75ffd7ebdec7 New module 'wcsncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 Bruno Haible