summaryrefslogtreecommitdiff
path: root/usr.bin/tic
AgeCommit message (Expand)Author
2017-10-02unistd.h for close.joerg
2017-05-05fix the tools build. reported by Utkarsh Anandchristos
2017-05-04Remove __VALGRIND__ guard .... just clean up.roy
2017-05-04Whitespace and formatting.roy
2017-02-22Fix spelling of "discovered"abhinav
2017-01-10need <sys/stat.h> for DEFFILEMODE etc.christos
2016-11-24fix leak.christos
2016-02-24White space police.roy
2014-07-20use hdestroy1 now that hdestroy does not free the key.christos
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-07-20Use Mt for email addresses.wiz
2012-12-08Revert, there is a more fundamental issue with util.h.joerg
2012-12-08Use util.h only in the native case.joerg
2012-11-29Remove an obsolete (and incomprehensible) comment. Discussed with and okmbalmer
2012-06-03Switch terminfo(3) to cdb(5).joerg
2012-06-01Fix a number of memory leaks. Keep final loop of the cleanup in tic(1)joerg
2012-05-31Maintain nalias and nterm on the fly.joerg
2012-05-31One more strdup -> estrdup.joerg
2012-05-31Use e* from util.h.joerg
2012-05-31Replace linear lookup with hash table, reducing runtime by 60%.joerg
2012-05-31Use queue(3)joerg
2012-05-31Prefer __printflike.joerg
2011-11-09Replace fgetln(3) with the more standard getline(3)roy
2011-11-03Use memmove as we are effectively moving memory from left to right soroy
2011-11-02Fix a couple of mis-spellings of "descriptions"pgoyette
2010-02-22libterminfo can now compile a single terminfo description which allowsroy
2010-02-20One more time - do this correctly.pgoyette
2010-02-20Wrap the include of sys/endian.h in #ifdef HAVE_SYS_ENDIAN_H to avoidpgoyette
2010-02-20Since tic is a host tool, we need to include host system header to getpgoyette
2010-02-11Oxford serial comma.wiz
2010-02-11Change -S to output C structures to make life easier.roy
2010-02-11Sort options (standard order is 0-9AaBbCc...).wiz
2010-02-11tic -S now outputs the specified terminal names and compiled descriptionsroy
2010-02-05Fix year.roy
2010-02-05Note that -a no longer sets -x.roy
2010-02-05More adaptation for ports where char is unsigned char.he
2010-02-05Store the aliases against the entry, so that infocmp can reproduce them.roy
2010-02-03Use Ex for EXIT STATUS section. Put Ns on same line as previous,wiz
2010-02-03Import my terminfo implementation.roy