summaryrefslogtreecommitdiff
path: root/avltree.c
AgeCommit message (Collapse)Author
2017-01-12Replace unsigned long with uintptr_t for integer/pointer conversionsRichard Braun
2016-12-09Force brackets around one-line conditional statementsRichard Braun
2016-10-25Fix uninitialized variable warningsRichard Braun
Instead of using the GCC-specific var = var notation, which Clang seems to dislike, drop the idea of silencing the warning, and instead force the variables to a null initialization value (0, NULL, {}, whatever works).
2015-04-14Update copyright noticesRichard Braun
Mention upstream URL in each file, update copyrights.
2013-06-09Refer to NULL instead of null in commentsRichard Braun
2012-09-30avltree: normalize namesRichard Braun
2012-08-26Slight coding style changeRichard Braun
2011-06-28Initial commit.Richard Braun