view modules/avltree-list @ 17632:86af85d364e1 default tip

unistd: port readlink to Mac OS X 10.3.9 * lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work around self-include problem in Mac OS X 10.3.9 when combined with readlink module. Problem reported by Klaus Zietler in <http://bugs.gnu.org/16825>.
author Paul Eggert <eggert@penguin.cs.ucla.edu>
date Tue, 25 Feb 2014 11:16:27 -0800
parents a8c91b846640
children
line wrap: on
line source

Description:
Sequential list data type implemented by a binary tree.

Files:
lib/gl_avltree_list.h
lib/gl_avltree_list.c
lib/gl_anyavltree_list1.h
lib/gl_anyavltree_list2.h
lib/gl_anytree_list1.h
lib/gl_anytree_list2.h

Depends-on:
list

configure.ac:

Makefile.am:
lib_SOURCES += gl_avltree_list.h gl_avltree_list.c gl_anyavltree_list1.h gl_anyavltree_list2.h gl_anytree_list1.h gl_anytree_list2.h

Include:
"gl_avltree_list.h"

License:
GPL

Maintainer:
Bruno Haible