annotate modules/striconveha @ 17176:fe213f3f2c57

gethrxtime: better 'inline' * lib/xtime.c: New file. * lib/gethrxtime.c, lib/gethrxtime.h (GETHRXTIME_INLINE): * lib/xtime.h (XTIME_INCLUDE): New macros. Replace all uses of 'static inline' with them. * lib/gethrxtime.c (gethrxtime): Define only if ! (HAVE_ARITHMETIC_HRTIME_T && HAVE_DECL_GETHRTIME), since this source file is now always compiled, because of the extern inline. * lib/gethrxtime.h, lib/xtime.h: Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END. * m4/gethrxtime.m4 (gl_GETHRXTIME): Do not check for clock macros if gethrtime works, as they're not needed in that case. (gl_XTIME): Do not require AC_C_INLINE. (gl_PREREQ_GETHRXTIME): Remove; all uses removed, as it's always compiled now. Move the check into gl_GETHRXTIME. * modules/gethrxtime (Files, lib_SOURCES): Add lib/xtime.c. (Depends-on): Add extern-inline. (configure.ac): gethrxtime is always compiled now. (lib_SOURCES): Add gethrxtime.c.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 20 Nov 2012 22:25:07 -0800
parents aca88fcb0493
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7919
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Character set conversion of strings with error handling and autodetection,
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 uses iconv.
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Files:
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/striconveha.h
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 lib/striconveha.c
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
7931
0a4679777f66 Add an optional argument specifying transliteration.
Bruno Haible <bruno@clisp.org>
parents: 7919
diff changeset
10 stdbool
7919
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 striconveh
8948
a162347a0232 Update after allocsa -> malloca renaming.
Bruno Haible <bruno@clisp.org>
parents: 7931
diff changeset
12 malloca
7931
0a4679777f66 Add an optional argument specifying transliteration.
Bruno Haible <bruno@clisp.org>
parents: 7919
diff changeset
13 strdup
0a4679777f66 Add an optional argument specifying transliteration.
Bruno Haible <bruno@clisp.org>
parents: 7919
diff changeset
14 c-strcase
7919
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 configure.ac:
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Makefile.am:
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 lib_SOURCES += striconveha.h striconveha.c
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Include:
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 "striconveha.h"
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 License:
14504
aca88fcb0493 Relicense some modules under LGPLv2+, for libidn2.
Bruno Haible <bruno@clisp.org>
parents: 8948
diff changeset
25 LGPLv2+
7919
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Maintainer:
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Bruno Haible
b7b7885895a6 New module 'striconveha'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29