annotate modules/unistr/u8-mbtouc-unsafe @ 16033:917610de47d7

New modules 'at-internal', 'openat-h', split off from module 'openat'. * m4/openat.m4 (gl_FUNC_OPENAT): Don't set GNULIB_OPENAT. Don't invoke gl_PREREQ_OPENAT and gl_MODULE_INDICATOR. * modules/openat (Description): Add reference to POSIX function. (Files): Remove lib/openat.h, lib/openat-proc.c. (Depends-on): Add at-internal, openat-h. Remove fdopendir, gettext-h, intprops, unistd. (configure.ac): Remove AC_LIBOBJ of openat-proc. Invoke gl_PREREQ_OPENAT, gl_MODULE_INDICATOR here. Invoke gl_FCNTL_MODULE_INDICATOR. (Include): Remove unistd.h, openat.h. * modules/areadlinkat (Files): Add lib/at-func.c. (Depends-on): Add at-internal, dosname, errno, extensions, fchdir, openat-die, openat-h, save-cwd. * modules/areadlinkat-with-size (Files): Add lib/at-func.c. (Depends-on): Add at-internal, dosname, errno, extensions, fchdir, openat-die, openat-h, save-cwd, unistd. * modules/faccessat (Files): Add lib/at-func.c, lib/openat-priv.h. (Depends-on): Add at-internal, dosname, errno, fchdir, openat-die, openat-h, save-cwd. Remove fcntl-h, openat. * modules/fchmodat (Files): Remove lib/openat.h. (Depends-on): Add at-internal, openat-h. Remove dirent, fcntl-h, openat, stdbool, unistd. * modules/fchownat (Files): Remove lib/openat.h. (Depends-on): Add at-internal, openat-h. Remove dirent, fcntl-h, openat, stdbool, sys_stat. * modules/fdopendir (Files): Remove lib/openat-priv.h, lib/openat-proc.c. (Depends-on): Add at-internal. (condigure.ac): Remove AC_LIBOBJ of openat-proc. * modules/fstatat (Files): Remove lib/openat.h. (Depends-on): Add at-internal, openat-h. Remove dirent, openat, stdbool, unistd. * modules/fts (Depends-on): Add openat-h. * modules/linkat (Depends-on): Add at-internal, openat-h. Remove openat. * modules/mkdirat (Files): Remove lib/openat.h. (Depends-on): Add at-internal, openat-h. Remove dirent, fcntl-h, openat, stdbool, sys_stat. * modules/mkfifoat (Files): Add lib/at-func.c. (Depends-on): Add at-internal, dosname, errno, fchdir, openat-die, openat-h, save-cwd. Remove fcntl-h, openat. * modules/openat-die (Depends-on): Add openat-h. Remove openat. * modules/readlinkat (Files): Add lib/at-func.c. (Depends-on): Add at-internal, dosname, errno, fchdir, openat-die, openat-h, save-cwd. Remove fcntl-h, openat. * modules/renameat (Depends-on): Add at-internal, openat-h. Remove openat. * modules/selinux-at (Files): Add lib/at-func.c. (Depends-on): Add at-internal, dosname, errno, extensions, fchdir, fcntl-h, openat-die, openat-h, save-cwd, unistd. Remove openat. * modules/symlinkat (Files): Add lib/at-func.c. (Depends-on): Add at-internal, dosname, errno, fchdir, openat-die, openat-h, save-cwd. Remove fcntl-h, openat. * modules/unlinkat (Files): Remove lib/openat.h. (Depends-on): Add at-internal, openat-h. Remove dirent, openat, stdbool. * modules/utimensat (Files): Add lib/at-func.c. (Depends-on): Add at-internal, dosname, errno, fchdir, fcntl-h, openat-die, openat-h, save-cwd. * modules/fchownat-tests (Depends-on): Add openat-h. Remove openat. * modules/fdutimensat-tests (Depends-on): Add openat. * modules/fstatat-tests (Depends-on): Add openat-h. * modules/readlinkat-tests (Depends-on): Add openat. * modules/symlinkat-tests (Depends-on): Add openat.
author Bruno Haible <bruno@clisp.org>
date Sat, 05 Nov 2011 11:35:57 +0100
parents aca88fcb0493
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7991
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Look at first character in UTF-8 string.
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/unistr/u8-mbtouc-unsafe.c
8522
2ac1de49bbbe Reorganize modules utf8-ucs4-unsafe, utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4,
Bruno Haible <bruno@clisp.org>
parents: 7991
diff changeset
6 lib/unistr/u8-mbtouc-unsafe-aux.c
7991
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 unistr/base
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 gl_MODULE_INDICATOR([unistr/u8-mbtouc-unsafe])
13864
83949b090c98 unistr/u8-mbtouc: Improve handling of ill-formed UTF-8 input.
Bruno Haible <bruno@clisp.org>
parents: 13388
diff changeset
13 gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u8-mbtouc-unsafe])
7991
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
13388
9ef3893d2c73 Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
16 if LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE
9ef3893d2c73 Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
17 lib_SOURCES += unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c
9ef3893d2c73 Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
18 endif
7991
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Include:
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 "unistr.h"
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 License:
14504
aca88fcb0493 Relicense some modules under LGPLv2+, for libidn2.
Bruno Haible <bruno@clisp.org>
parents: 13864
diff changeset
24 LGPLv2+
7991
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Maintainer:
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Bruno Haible
57b689fa5bd0 Move to here from u8-mbtouc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28