annotate modules/array-map @ 40231:9b3c79fdfe0b

strtod: fix clash with strtold Problem reported for RHEL 5 by Jesse Caldwell (Bug#34817). * lib/strtod.c (compute_minus_zero, minus_zero): Simplify by remving the macro / external variable, and having just a function. User changed. This avoids the need for an external variable that might clash.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 11 Mar 2019 16:40:29 -0700
parents 5ff5ae1da245
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
40018
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Set data type implemented by an array.
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/gl_array_map.h
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/gl_array_map.c
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 map
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 xsize
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Makefile.am:
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 lib_SOURCES += gl_array_map.h gl_array_map.c
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Include:
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 "gl_array_map.h"
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 License:
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 GPL
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Maintainer:
5ff5ae1da245 array-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 all