summaryrefslogtreecommitdiffstats
path: root/common/collection/collection_cmp.c
Commit message (Collapse)AuthorAgeFilesLines
* COLLECTION Adding item comparison and sortingDmitri Pal2009-10-051-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