annotate modules/wcsnlen @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14282
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 wcsnlen() function: determine the length of a size-bounded wide string.
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/wcsnlen.c
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/wcsnlen-impl.h
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/wcsnlen.m4
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 wchar
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 gl_FUNC_WCSNLEN
15154
4b3d49c7a7dd wcsnlen: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14282
diff changeset
14 if test $HAVE_WCSNLEN = 0; then
4b3d49c7a7dd wcsnlen: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14282
diff changeset
15 AC_LIBOBJ([wcsnlen])
4b3d49c7a7dd wcsnlen: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14282
diff changeset
16 fi
14282
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 gl_WCHAR_MODULE_INDICATOR([wcsnlen])
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Makefile.am:
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Include:
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 <wchar.h>
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 License:
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 LGPL
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
3e1169cfa252 New module 'wcsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 15154
diff changeset
28 all