Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use custom include guard | Joerg Sonnenberger | 2010-04-29 | 1 | -3/+3 |
| | | | | SVN-Revision: 2342 | ||||
* | Add __archive_ prefix to rb_tree_remove_node(). | Michihiro NAKAJIMA | 2010-04-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 2338 | ||||
* | Unbreak build on Windows. | Michihiro NAKAJIMA | 2010-04-28 | 1 | -2/+0 |
| | | | | SVN-Revision: 2337 | ||||
* | Port NetBSD's rb.c. Changes here are: | Joerg Sonnenberger | 2010-04-28 | 1 | -0/+102 |
- Use archive_ prefix for types and __archive_ prefix for the functions to avoid conflicts with system headers. - No debug code, statistics and only the "small" code. - No stdbool.h. The only real assumption is that pointers have 4 bytes alignment. SVN-Revision: 2335 |