summaryrefslogtreecommitdiff
path: root/lib/libterminfo
AgeCommit message (Expand)Author
2010-10-12replace `` with $(). Hopefully with enough examples around people willchristos
2010-10-12PR/43961: YAMAMOTO Takashi: uninitialized variable in termcap.cchristos
2010-09-22Our API just uses typedefs, so don't use the struct symbol which will avoidroy
2010-07-06remove almost all the ability to build netbsd with an a.out target.mrg
2010-07-04area is now usedroy
2010-03-04Convert padding for unknown capabilities as well.roy
2010-03-04Convert padding and give terminfo some default assumptions about termcap.roy
2010-03-03Abort an error.roy
2010-03-02Use _ti_get_token instead of strsep when parsing termcap entries.roy
2010-03-01Escape , when converting to terminfo.roy
2010-03-01compile.c needs sys/endian.h; PR 42875 from Henning Petersen.dholland
2010-02-26'>' replacement for HTML output, be explicit about slash.wiz
2010-02-26Implement captoinfo so that we can convert $TERMCAP into $TERMINFO.roy
2010-02-25If we only have a name then we flatten to an alias.roy
2010-02-22libterminfo can now compile a single terminfo description which allowsroy
2010-02-19Do clean generated terminfo.5 file.njoly
2010-02-12Store the generated compiled terminfo descriptions so that we can buildroy
2010-02-12Fix an array bounds check - fixes PR lib/42793.martin
2010-02-12Don't try to map obsolete termcap bc and nl to terminfo.roy
2010-02-11Oxford serial comma.wiz
2010-02-11Include xterm.roy
2010-02-11Use $TOOL_TICroy
2010-02-11Respect TERMINFO_DIRS and document using an embedded database.roy
2010-02-11Use structures so we know how long each description is.roy
2010-02-11Allow a NULL description.roy
2010-02-11Remove silly debug.roy
2010-02-11Embed ansi, dumb, vt100, vt220 and wsvt25 compiled terminal descriptionsroy
2010-02-11Correct dateroy
2010-02-09We should always generate terminfo.5 to save human error syncing.roy
2010-02-06Sync with terminfo(5): Remove /etc/terminfo.db.wiz
2010-02-05Don't look in /etc for a terminfo database.roy
2010-02-05More adaptation for ports with unsigned char as char.he
2010-02-05Store the aliases against the entry, so that infocmp can reproduce them.roy
2010-02-05Allow loading of a terminfo database in /rescue.roy
2010-02-04Allow hash to be build on other hosts.roy
2010-02-04Fix build issues on other hosts.roy
2010-02-04Sync terminfo.5 changes into terminfo.5.inroy
2010-02-04More markup.wiz
2010-02-03Regenerate to pick up the changes from terminfo.5.in revision 1.3.snj
2010-02-03Store our generated files in CVS and remove nbperf from the toolchain.roy
2010-02-03Fix some typos and spelling errors.snj
2010-02-03Use $HOST_SH instead of calling directly.roy
2010-02-03Use Nx.wiz
2010-02-03Sort SEE ALSO.wiz
2010-02-03Punctuation and whitespace fixes.wiz
2010-02-03Import my terminfo implementation.roy