Todd C. Miller
|
304dc46d7f
|
Add efree() for consistency with emalloc() et al. Allows us to rely
on C89 behavior (free(NULL) is valid) even on K&R.
|
2005-03-29 14:29:47 +00:00 |
|
Todd C. Miller
|
778d587063
|
Update copyright years.
|
2005-02-12 22:56:07 +00:00 |
|
Todd C. Miller
|
2c2daa8eca
|
Use: #include <config.h>
Not: #include "config.h"
That way we get the correct config.h when build dir != src dir
|
2004-11-19 18:39:14 +00:00 |
|
Todd C. Miller
|
ec431b4e3b
|
Can't use rbapply() for rbdestroy since the destructor is passed a
data pointer, not a node pointer.
|
2004-11-15 14:49:17 +00:00 |
|
Todd C. Miller
|
72c6f3ba99
|
red-black tree implementation
|
2004-11-15 03:52:54 +00:00 |
|