summaryrefslogtreecommitdiff
path: root/src/authors.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2010-01-18Show authors and documenters when license is requestedMukund Sivaraman1-8/+10
2009-08-05add const to the key argument of anonymous_insert().Michael Adam1-1/+1
Michael
2009-08-05add const to the key argument for anonymous_search().Michael Adam1-1/+1
Michael
2008-12-01Reformat code to GNU coding styleMukund Sivaraman1-3/+3
This is a commit which simply ran all C source code files through GNU indent. No other modifications were made.
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman1-12/+15
The notices have been changed to a more GNU look. Documentation comments have been separated from the copyright header. I've tried to keep all copyright notices intact. Some author contact details have been updated.
2005-07-12* Updated Copyright Email AddressesRobert James Kaes1-2/+2
Updated the copyright email addresses for Robert James Kaes. The users.sourceforge.net address should always exist.
2001-12-15Removed reference to ternary.hRobert James Kaes1-3/+1
2001-08-26Removed the anon_new() function and moved it's functionality intoRobert James Kaes1-4/+4
anonymous_insert(). Also renamed all the anon_* functions to anonymous_* function.
2001-05-27Updated the return type for new_anonymous().Robert James Kaes1-2/+4
2000-10-23Added the new_anonymous initialize routineRobert James Kaes1-1/+2
2000-09-11Removed the ternary tree code from these files and made it a separateRobert James Kaes1-3/+3
module.
2000-03-31Moved the anonymous header code into it's own file to make it easier toRobert James Kaes1-8/+8
update.
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young1-0/+24
which included commits to RCS files with non-trunk default branches.