aboutsummaryrefslogtreecommitdiff
path: root/t/13cmpkey.c
Commit message (Collapse)AuthorAgeFilesLines
* Use termkey_new_abstract() in unit testsPaul LeoNerd Evans2012-01-261-1/+1
|
* Allow passing fd = -1 to constructor to make an instance not associated with ↵Paul LeoNerd Evans2012-01-181-1/+1
| | | | an fd; must use push_bytes to provide it input
* Canonicalise (a local copy of) the key structures given to termkey_keycmp() ↵Paul LeoNerd Evans2011-09-061-1/+13
| | | | before comparing them
* Bugfix to termkey_keycmp - implement sense in correct directionPaul LeoNerd Evans2011-04-071-8/+8
|
* Provide termkey_keycmp() for sorting purposesPaul LeoNerd Evans2011-04-021-0/+50