annotate modules/wmemcpy @ 16105:a2d45c112907

Depend on module fcntl-h when AT_FDCWD is used. * modules/utimens (Depends-on): Add fcntl-h. * modules/areadlinkat (Depends-on): Likewise. * modules/areadlinkat-with-size (Depends-on): Likewise. * modules/faccessat (Depends-on): Likewise. * modules/fchmodat (Depends-on): Likewise. * modules/fchownat (Depends-on): Likewise. * modules/getcwd (Depends-on): Likewise. * modules/mkdirat (Depends-on): Likewise. * modules/mkfifoat (Depends-on): Likewise. * modules/readlinkat (Depends-on): Likewise. * modules/symlinkat (Depends-on): Likewise. * modules/dup2-tests (Depends-on): Likewise. * modules/fdutimensat-tests (Depends-on): Likewise. * modules/futimens-tests (Depends-on): Likewise.
author Bruno Haible <bruno@clisp.org>
date Sat, 19 Nov 2011 21:07:36 +0100
parents 2144460110c1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14278
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 wmemcpy() function: copy wide character array.
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/wmemcpy.c
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/wmemcpy-impl.h
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/wmemcpy.m4
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 wchar
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 gl_FUNC_WMEMCPY
15171
2144460110c1 wmemcpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14278
diff changeset
14 if test $HAVE_WMEMCPY = 0; then
2144460110c1 wmemcpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14278
diff changeset
15 AC_LIBOBJ([wmemcpy])
2144460110c1 wmemcpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14278
diff changeset
16 fi
14278
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 gl_WCHAR_MODULE_INDICATOR([wmemcpy])
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Makefile.am:
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Include:
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 <wchar.h>
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 License:
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 LGPL
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Maintainer:
fe5382375992 New module 'wmemcpy'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Bruno Haible