| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust termkey_strpkey() API more like strptime(); return pointer to end of r... | Paul LeoNerd Evans | 2011-04-01 | 1 | -30/+19 |
* | Provide a termkey_lookup_keyname that can do partial buffer parsing | Paul LeoNerd Evans | 2011-04-01 | 1 | -1/+15 |
* | Ensure strpkey can parse numbered function keys | Paul LeoNerd Evans | 2011-04-01 | 2 | -2/+21 |
* | Unicode codepoint is stored in key->code.codepoint, not code.number | Paul LeoNerd Evans | 2011-04-01 | 2 | -13/+13 |
* | Partial implementation of termkey_strpkey(3); missing FORMAT_WRAPBRACKET and ... | Paul LeoNerd Evans | 2011-04-01 | 1 | -0/+90 |
* | Extract UTF-8 sequence parser into its own function, fix bugs, apply unit tests | Paul LeoNerd Evans | 2011-03-31 | 1 | -1/+92 |
* | Added unit tests for UTF-8 parser | Paul LeoNerd Evans | 2011-03-31 | 1 | -0/+78 |
* | Added some unit tests for termkey_strfkey(3) | Paul LeoNerd Evans | 2011-03-31 | 1 | -0/+85 |
* | #include termkey.h from the correct path in unit tests | Paul LeoNerd Evans | 2011-03-31 | 3 | -3/+3 |
* | Added some unit tests for keyname <=> sym constant conversions | Paul LeoNerd Evans | 2011-03-31 | 1 | -0/+24 |
* | taplib's is_str() should take const char * | Paul LeoNerd Evans | 2011-03-31 | 2 | -2/+2 |
* | Added some unit testing for termkey_getkey(3) and friends | Paul LeoNerd Evans | 2011-03-31 | 1 | -0/+60 |
* | is()-like testing for ints and strings | Paul LeoNerd Evans | 2011-03-31 | 2 | -0/+36 |
* | Remember to exit with exit_status() from unit testing | Paul LeoNerd Evans | 2011-03-31 | 1 | -1/+1 |
* | Created a little Test::More-like library for TAP testing | Paul LeoNerd Evans | 2011-03-31 | 3 | -4/+30 |
* | Created a unit-testing system using perl's prove | Paul LeoNerd Evans | 2011-03-31 | 1 | -0/+20 |