aboutsummaryrefslogtreecommitdiff
path: root/t/13cmpkey.c
Commit message (Collapse)AuthorAgeFilesLines
* CMake-ify, rename to termkey2 for the time beingPřemysl Janouch2014-10-091-72/+0
|
* Make the tests work againPřemysl Janouch2014-09-281-39/+49
| | | | Our UTF-8 parsing now behaves differently, though.
* 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