view modules/tsearch @ 40215:88b18d82fa61

crypto/des: Fix undefined behaviour. * lib/des.c (READ_64BIT_DATA): Cast bytes to 'unsigned int', to avoid shift operations on 'int'.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Mar 2019 22:21:25 +0100
parents ac5267ac9bab
children
line wrap: on
line source

Description:
Binary tree data structure.

Files:
lib/tsearch.c
m4/tsearch.m4

Depends-on:
search

configure.ac:
gl_FUNC_TSEARCH
if test $HAVE_TSEARCH = 0 || test $HAVE_TWALK = 0 || test $REPLACE_TSEARCH = 1; then
  AC_LIBOBJ([tsearch])
  gl_PREREQ_TSEARCH
fi
gl_SEARCH_MODULE_INDICATOR([tsearch])

Makefile.am:

Include:
<search.h>

License:
LGPL

Maintainer:
all, glibc