summaryrefslogtreecommitdiff
path: root/common/collection/collection_cmp.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-05COLLECTION Adding item comparison and sortingDmitri Pal1-0/+436
Needed item comparison functions and realized that the easiest way to test them would be using sorting. Since there already been a ticket #73 to do that I added function to sort collection based on different properties of the item. COLLECTION Fixing issues with comparisons COLLECTION Adding do-while to macro