History log of /dovecot/src/lib/sort.h
Revision Date Author Comments Expand
6e2856a5beeeb0edf5d852dde63d99fb9af11151 13-Aug-2016 Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi>

lib: move sort and search from strfuncs.h to sort.h

2c886f02dd195e44ca67532fa34f88b89a4ba603 21-Sep-2015 Phil Carmody <phil@dovecot.fi>

lib: extract sort-helpers into separate sort.h file The macro definition was nothing to do with strings, and we can put trivial common-type comparators here. They didn't need to be static inline, as they can never be inlined anyway, being only used via function pointers, but that preserves the closest equivalent to the current code. Signed-off-by: Phil Carmody <phil@dovecot.fi>