aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Bugfix to termkey_keycmp - implement sense in correct directionPaul LeoNerd Evans2011-04-071-8/+8
* Bugfix termkey_strpkey parsing unicode with trailing contentPaul LeoNerd Evans2011-04-071-1/+9
* Assert that termkey_strpkey's return points to endofstring after parsePaul LeoNerd Evans2011-04-071-11/+22
* Provide termkey_keycmp() for sorting purposesPaul LeoNerd Evans2011-04-021-0/+50
* Adjust termkey_strpkey() API more like strptime(); return pointer to end of r...Paul LeoNerd Evans2011-04-011-30/+19
* Provide a termkey_lookup_keyname that can do partial buffer parsingPaul LeoNerd Evans2011-04-011-1/+15
* Ensure strpkey can parse numbered function keysPaul LeoNerd Evans2011-04-012-2/+21
* Unicode codepoint is stored in key->code.codepoint, not code.numberPaul LeoNerd Evans2011-04-012-13/+13
* Partial implementation of termkey_strpkey(3); missing FORMAT_WRAPBRACKET and ...Paul LeoNerd Evans2011-04-011-0/+90
* Extract UTF-8 sequence parser into its own function, fix bugs, apply unit testsPaul LeoNerd Evans2011-03-311-1/+92
* Added unit tests for UTF-8 parserPaul LeoNerd Evans2011-03-311-0/+78
* Added some unit tests for termkey_strfkey(3)Paul LeoNerd Evans2011-03-311-0/+85
* #include termkey.h from the correct path in unit testsPaul LeoNerd Evans2011-03-313-3/+3
* Added some unit tests for keyname <=> sym constant conversionsPaul LeoNerd Evans2011-03-311-0/+24
* taplib's is_str() should take const char *Paul LeoNerd Evans2011-03-312-2/+2
* Added some unit testing for termkey_getkey(3) and friendsPaul LeoNerd Evans2011-03-311-0/+60
* is()-like testing for ints and stringsPaul LeoNerd Evans2011-03-312-0/+36
* Remember to exit with exit_status() from unit testingPaul LeoNerd Evans2011-03-311-1/+1
* Created a little Test::More-like library for TAP testingPaul LeoNerd Evans2011-03-313-4/+30
* Created a unit-testing system using perl's provePaul LeoNerd Evans2011-03-311-0/+20