| Age | Commit message (Expand) | Author |
| 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 |
| 2011-06-19 | Make new compiled terms for our updated terminfo. | roy |
| 2011-04-11 | Clean up some compile warnings | roy |
| 2011-04-11 | POSIX says that term.h should define tgetstr and friends | roy |
| 2011-03-18 | Simplify some conversion by usig pre formatted strings and a function | roy |
| 2011-03-14 | OOPS has been reverted. | christos |
| 2011-03-11 | revert OOPS change now that most of the reasons for tgoto to return NULL | christos |
| 2011-03-10 | Do our best to process invalid terminfo strings instead of just | roy |
| 2011-03-10 | Fix two other off-by-one errors when processing %P and %g commands. | roy |
| 2011-03-10 | Add support for translating the following termcap commands into terminfo: | roy |
| 2011-03-10 | Fix an off-by-one error when processing embedded values. | roy |
| 2011-03-07 | Restore historical behavior of tgoto() to return "OOPS" on failure. This is | christos |