annotate modules/atoll @ 17448:b3516a31a386

regex: port to --with-included-regex --enable-gcc-warnings non-threaded * lib/regex_internal.h (lock_fini, lock_lock): Rework to avoid gcc warnings in the non-threaded case. Reported by Charlie Brown in <http://lists.gnu.org/archive/html/bug-gnulib/2013-07/msg00015.html>.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 09 Jul 2013 11:35:01 -0700
parents 359460c86723
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10673
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 atoll() function: convert decimal string string to 'long long'.
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/atoll.c
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/atoll.m4
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/longlong.m4
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
14683
efab6978105e Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents: 10673
diff changeset
10 strtoll [test $HAVE_ATOLL = 0]
10673
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 gl_FUNC_ATOLL
14925
359460c86723 atoll: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
14 if test $HAVE_ATOLL = 0; then
359460c86723 atoll: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
15 AC_LIBOBJ([atoll])
359460c86723 atoll: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
16 gl_PREREQ_ATOLL
359460c86723 atoll: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
17 fi
10673
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 gl_STDLIB_MODULE_INDICATOR([atoll])
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Makefile.am:
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Include:
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 <stdlib.h>
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 License:
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 LGPL
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Maintainer:
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 all, glibc
8e54ec4dc691 New module 'atoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30