mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
Fix fnmatch to use it. Problem reported for z/OS by Daniel Richard G. * lib/fnmatch.c (__builtin_expect): * lib/glob.c (__builtin_expect): * lib/grantpt.c (__builtin_expect) [!_LIBC]: * lib/memmem.c (__builtin_expect) [!_LIBC]: * lib/scandir.c (__builtin_expect): * lib/strstr.c (__builtin_expect) [!_LIBC]: Remove macro; config.h now does this. * lib/gl_anytreehash_list1.h (add_to_bucket): * lib/regex_internal.h (BE): Assume __builtin_expect. * m4/builtin-expect.m4, modules/builtin-expect: New files. * modules/avltreehash-list, modules/fnmatch, modules/glob: * modules/grantpt, modules/memmem-simple, modules/rbtreehash-list: * modules/scandir, modules/strstr-simple: Depend on builtin-expect.
36 lines
713 B
Plaintext
36 lines
713 B
Plaintext
Description:
|
|
Sequential list data type implemented by a hash table with a binary tree.
|
|
|
|
Files:
|
|
lib/gl_rbtreehash_list.h
|
|
lib/gl_rbtreehash_list.c
|
|
lib/gl_anyhash_list1.h
|
|
lib/gl_anyhash_list2.h
|
|
lib/gl_anyrbtree_list1.h
|
|
lib/gl_anyrbtree_list2.h
|
|
lib/gl_anytree_list1.h
|
|
lib/gl_anytree_list2.h
|
|
lib/gl_anytreehash_list1.h
|
|
lib/gl_anytreehash_list2.h
|
|
|
|
Depends-on:
|
|
builtin-expect
|
|
list
|
|
rbtree-oset
|
|
stdint
|
|
xsize
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += gl_rbtreehash_list.h gl_rbtreehash_list.c gl_anyhash_list1.h gl_anyhash_list2.h gl_anyrbtree_list1.h gl_anyrbtree_list2.h gl_anytree_list1.h gl_anytree_list2.h gl_anytreehash_list1.h gl_anytreehash_list2.h
|
|
|
|
Include:
|
|
"gl_rbtreehash_list.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|