summaryrefslogtreecommitdiffstats
path: root/collection/collection_cmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixing headersDmitri Pal2013-01-241-2/+1
| | | | | | | Move GNU_SOUCE definition to configure.ac Change all headers to use config.h. Move config.h to the top. Remove errno.h if it is not needed.
* 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