-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathTHANKS
56 lines (30 loc) · 1.52 KB
/
THANKS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
GDSL - Generic Data Structures Library
$Id: THANKS,v 1.14 2013/06/12 16:36:13 ndarnis Exp $
______________________________________________________________________________
This is the list of persons (in randomized order) the GDSL Team
want to thanks for their direct and/or indirect help:
- Vincent Vidal <[email protected]>
For his bug report in hash_insert method and into gdsl.h.
- Martin Pichlmair <[email protected]>
For his patch to compile GDSL under OSX.
- Mathieu Clabaut <[email protected]>
For his bug report in gdsl_stack_insert().
- Xavier De Labouret <[email protected]>
For his bug report in gdsl_hash_search().
- Kaz Kylheku <[email protected]>
For his KazLib from wich the deletion algorithm for gdsl_rbtree.c
is inspired.
- David Lewin <[email protected]>
For his bug report in gdsl_list_map_backward(), and for the problem
of redefining bool type in gdsl_types.h.
- Torsten Luettgert <[email protected]>
For his gdsl.spec file to build GDSL's RPM package.
- Charles F. Randall <[email protected]>
For his patch to compile GDSL under FreeBSD.
- Sascha Alexander Jopen <[email protected]>
For his patch to compile GDSL under Android OS.
- Peter Kerpedjiev <[email protected]>
For his gdsl_interval_heap module.
- Benny Pasternak <bennypk>
For his is bug report in gdsl_rbtree_map_infix function.
The GDSL Team.