| Age | Commit message (Expand) | Author |
| 2020-04-05 | Conditionalize a few more functions (hopefully fixing the build) | martin |
| 2020-04-05 | terminfo: Add guards to optionally build parts of libterminfo | roy |
| 2020-03-27 | Introduce a bunch of inline functions and utilities to avoid code duplication. | christos |
| 2020-03-27 | As described in tech-userlevel: | christos |
| 2020-03-13 | terminfo: promote numeric parameters from short to int | roy |
| 2018-10-08 | terminfo: if $TERMINFO.cdb doesn't exist, try $TERMINFO | roy |
| 2017-05-16 | Improve the scope of some variables. | roy |
| 2017-05-16 | Remove ticcmp and extend _ti_checkname so it can be used instead. | roy |
| 2017-05-16 | Fix prior for multiple terminfo aliases. | roy |
| 2017-05-16 | Instead of poking in the binary blob to work out if this is our terminal, | roy |
| 2017-05-16 | Don't bother allocating space for the database name, just print | roy |
| 2017-05-16 | Move pathbuf into the function where it's actually used. | roy |
| 2017-05-04 | Clean up some compile warnings. | roy |
| 2017-04-20 | Whitespace, fit in 80 and extra braces for readability. | roy |
| 2016-11-24 | off-by-one in memcpy. Found by ASAN (Carsten Kunze) | christos |
| 2015-11-26 | Always copy the area buffer, even when the length was the same | christos |
| 2015-11-25 | From PR/50092: | christos |
| 2013-06-07 | Whitespace | roy |
| 2012-06-06 | Relax consistency to make it possible to match valid entries. | joerg |
| 2012-06-03 | Switch terminfo(3) to cdb(5). | joerg |
| 2012-06-01 | Use memcmp in place of strncmp, since length is known to no longer than | joerg |
| 2011-10-03 | Remove _ti_freeterm as consumers should just use del_curterm. | roy |
| 2011-04-11 | Clean up some compile warnings | roy |
| 2010-02-26 | Implement captoinfo so that we can convert $TERMCAP into $TERMINFO. | roy |
| 2010-02-22 | libterminfo can now compile a single terminfo description which allows | roy |
| 2010-02-12 | Store the generated compiled terminfo descriptions so that we can build | roy |
| 2010-02-11 | Respect TERMINFO_DIRS and document using an embedded database. | roy |
| 2010-02-11 | Use structures so we know how long each description is. | roy |
| 2010-02-11 | Allow a NULL description. | roy |
| 2010-02-11 | Embed ansi, dumb, vt100, vt220 and wsvt25 compiled terminal descriptions | roy |
| 2010-02-05 | Don't look in /etc for a terminfo database. | roy |
| 2010-02-05 | Store the aliases against the entry, so that infocmp can reproduce them. | roy |
| 2010-02-05 | Allow loading of a terminfo database in /rescue. | roy |
| 2010-02-03 | Import my terminfo implementation. | roy |