summaryrefslogtreecommitdiff
path: root/lib/libterminfo
AgeCommit message (Expand)Author
2017-01-12Correct terminfo variable pkey_norm to plab_norm.roy
2017-01-11Fix some off by one issues with arraycount ..thanks coypu.roy
2016-11-24off-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-26Always copy the area buffer, even when the length was the samechristos
2015-11-25From PR/50092:christos
2015-11-25We have the max length; use snprintf.christos
2015-11-25PR/50092: Rin Okuyama: Fix memory leak.christos
2015-11-25PR/50092: Fix memory leak.christos
2015-11-23fix ti_puts prototypechristos
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-11-18Use an empty string, not a null pointer for nullname.joerg
2013-07-20Use Mt for email addresses.wiz
2013-06-07Whitespaceroy
2013-03-15Fix c&p error in string descriptions.njoly
2013-01-25Provide a disabled implentation of tlparm and ti_tlparm for completeness.roy
2013-01-25Add descriptions for terminfo keys to term.hroy
2013-01-25For platforms where we cannot fit a char * into a long, return NULLroy
2013-01-24Fix building our terminals with a non standard NETBSDSRCDIR, PR lib/46793.roy
2013-01-24Move the strings vs long analysis to a private function, but allowroy
2013-01-24As tparm accepts longs we should treat them as long during expansion.roy
2013-01-23Fix %t logic and don't output any %; or %e parts.roy
2012-11-30Fix off by one error.msaitoh
2012-08-20Add tic dependency only for the USETOOLS case.joerg
2012-06-06Relax consistency to make it possible to match valid entries.joerg
2012-06-05Bump date for previous.wiz
2012-06-03Switch terminfo(3) to cdb(5).joerg
2012-06-02Ensure that we request a buffer big enough, although with the currentroy
2012-06-01Fix a number of memory leaks. Keep final loop of the cleanup in tic(1)joerg
2012-06-01Use memcmp in place of strncmp, since length is known to no longer thanjoerg
2012-05-29Add cdefs.h per PR 46492.dholland
2012-03-21These directories default to WARNS?=5matt
2012-02-22PR/46075: Asau: fix typo set_color_paid -> set_color_pairchristos
2011-11-28Kill a bunch of manual __attribute__ usages and replace them with thejoerg
2011-11-13make use we don't touch memory past the end of the buffer. Pointed outchristos
2011-11-03Fix dependencies on generated files.joerg
2011-11-02use the tools version of utilities for other scripts, tooyamt
2011-11-02use the tools version.christos
2011-11-02Separate the generators out, so that they can be re-used by tools, andchristos
2011-11-02Now that nbperf can generate the same file using the -p option,roy
2011-10-05There is no standard way of getting a list of aliases for theroy
2011-10-04Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386.roy
2011-10-03Fix tparm.roy
2011-10-03Remove _ti_freeterm as consumers should just use del_curterm.roy
2011-10-03Correct argsroy
2011-10-03Install correct man page links.roy
2011-10-03Correctly use ti_ instead of t_ for our extensions as per the man page.roy
2011-10-02Add termname(3) as defined by POSIX.roy
2011-09-16PR/45370: Takehiko NOZAKI: termcap emulation tget{flag,num,str} shouldchristos
2011-08-16document non-literal format stringschristos