| Age | Commit message (Expand) | Author |
| 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 |
| 2012-06-06 | Relax consistency to make it possible to match valid entries. | joerg |
| 2012-06-05 | Bump date for previous. | wiz |
| 2012-06-03 | Switch terminfo(3) to cdb(5). | joerg |
| 2012-06-02 | Ensure that we request a buffer big enough, although with the current | roy |
| 2012-06-01 | Fix a number of memory leaks. Keep final loop of the cleanup in tic(1) | joerg |
| 2012-06-01 | Use memcmp in place of strncmp, since length is known to no longer than | joerg |
| 2012-05-29 | Add cdefs.h per PR 46492. | dholland |
| 2012-03-21 | These directories default to WARNS?=5 | matt |
| 2012-02-22 | PR/46075: Asau: fix typo set_color_paid -> set_color_pair | christos |
| 2011-11-28 | Kill a bunch of manual __attribute__ usages and replace them with the | joerg |
| 2011-11-13 | make use we don't touch memory past the end of the buffer. Pointed out | christos |
| 2011-11-03 | Fix dependencies on generated files. | joerg |
| 2011-11-02 | use the tools version of utilities for other scripts, too | yamt |
| 2011-11-02 | use the tools version. | christos |
| 2011-11-02 | Separate the generators out, so that they can be re-used by tools, and | christos |
| 2011-11-02 | Now that nbperf can generate the same file using the -p option, | roy |
| 2011-10-05 | There is no standard way of getting a list of aliases for the | roy |
| 2011-10-04 | Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386. | roy |
| 2011-10-03 | Fix tparm. | roy |
| 2011-10-03 | Remove _ti_freeterm as consumers should just use del_curterm. | roy |
| 2011-10-03 | Correct args | roy |
| 2011-10-03 | Install correct man page links. | roy |
| 2011-10-03 | Correctly use ti_ instead of t_ for our extensions as per the man page. | roy |
| 2011-10-02 | Add termname(3) as defined by POSIX. | roy |
| 2011-09-16 | PR/45370: Takehiko NOZAKI: termcap emulation tget{flag,num,str} should | christos |
| 2011-08-16 | document non-literal format strings | christos |