| Age | Commit message (Expand) | Author |
| 2020-05-31 | Pull up following revision(s) (requested by roy in ticket #936): | martin |
| 2019-04-11 | fix typo in error message; database is spelled with one 'b' and three 'a's | jakllsch |
| 2018-10-10 | Fix pasto. | uwe |
| 2018-10-08 | terminfo: if $TERMINFO.cdb doesn't exist, try $TERMINFO | roy |
| 2017-10-22 | Remove tputs from NAME section since it is described in terminfo(3) | abhinav |
| 2017-10-22 | Add missing functions to the NAME section | abhinav |
| 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 more warnings. | roy |
| 2017-05-04 | Clean up some compile warnings. | roy |
| 2017-05-01 | Fix some compile warnings. | roy |
| 2017-05-01 | Whitespace police. | roy |
| 2017-04-20 | Whitespace, fit in 80 and extra braces for readability. | roy |
| 2017-03-23 | POSIX says that use_env(3) must precede setupterm(3). | roy |
| 2017-03-23 | Allow terminfo users to update flag and numeric capabilities as they do | roy |
| 2017-03-23 | Revert botched commit. | roy |
| 2017-03-23 | term.h | roy |
| 2017-03-23 | Revert prior .... some ncurses application expect to be able to update | roy |
| 2017-03-20 | Ensure there is a terminal to return capabilities from. | roy |
| 2017-02-11 | Warn about unprintable characters in capability strings. | roy |
| 2017-02-11 | Following a newline, strip leading whitespace from capability strings. | roy |
| 2017-01-29 | Fix a typo. | abhinav |
| 2017-01-12 | Correct terminfo variable pkey_norm to plab_norm. | roy |
| 2017-01-11 | Fix some off by one issues with arraycount ..thanks coypu. | roy |
| 2016-11-24 | off-by-one in memcpy. Found by ASAN (Carsten Kunze) | christos |
| 2016-04-01 | - if we are freeing cur_term, set it to NULL. | christos |
| 2015-11-26 | Always copy the area buffer, even when the length was the same | christos |
| 2015-11-25 | From PR/50092: | christos |
| 2015-11-25 | We have the max length; use snprintf. | christos |
| 2015-11-25 | PR/50092: Rin Okuyama: Fix memory leak. | christos |
| 2015-11-25 | PR/50092: Fix memory leak. | christos |
| 2015-11-23 | fix ti_puts prototype | christos |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2013-11-18 | Use an empty string, not a null pointer for nullname. | joerg |
| 2013-07-20 | Use Mt for email addresses. | wiz |
| 2013-06-07 | Whitespace | roy |
| 2013-03-15 | Fix c&p error in string descriptions. | njoly |
| 2013-01-25 | Provide a disabled implentation of tlparm and ti_tlparm for completeness. | roy |
| 2013-01-25 | Add descriptions for terminfo keys to term.h | roy |
| 2013-01-25 | For platforms where we cannot fit a char * into a long, return NULL | roy |
| 2013-01-24 | Fix building our terminals with a non standard NETBSDSRCDIR, PR lib/46793. | roy |
| 2013-01-24 | Move the strings vs long analysis to a private function, but allow | roy |
| 2013-01-24 | As tparm accepts longs we should treat them as long during expansion. | roy |
| 2013-01-23 | Fix %t logic and don't output any %; or %e parts. | roy |
| 2012-11-30 | Fix off by one error. | msaitoh |
| 2012-08-20 | Add tic dependency only for the USETOOLS case. | joerg |