annotate modules/strncat-tests @ 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 155868d0fd2f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13176
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-strncat.c
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/unistr/test-strncat.h
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/zerosize-ptr.h
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/signature.h
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 tests/macros.h
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/mmap-anon.m4
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 extensions
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 getpagesize
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_FUNC_MMAP_ANON
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 AC_CHECK_HEADERS_ONCE([sys/mman.h])
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 AC_CHECK_FUNCS_ONCE([mprotect])
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Makefile.am:
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 TESTS += test-strncat
155868d0fd2f Tests for module 'strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 check_PROGRAMS += test-strncat