summaryrefslogtreecommitdiff
path: root/lib/libcurses/tinfo/read_bsd_terminfo.c
AgeCommit message (Expand)Author
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-03-18make rcsid const to pass gcc -WallTodd C. Miller
2003-03-17Deal with snprintf returning -1Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2000-10-08update to ncurses-5.1-20001007Todd C. Miller
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-01-08Enable extended cap names. Previously, the only allowed cap names wereTodd C. Miller
1999-12-28When reading an entry from terminfo.db, do not try to set a capabilityTodd C. Miller
1999-03-02ncurses-4.2-990301Todd C. Miller
1999-02-01Bracket protos for _nc_read_bsd_terminfo_entry and _nc_read_bsd_terminfo_fileTodd C. Miller
1999-01-23make _nc_read_file_entry() look in terminfo.db too. Makes the -A and -B flag...Todd C. Miller
1999-01-22Move call to _nc_read_bsd_terminfo_entry() to _nc_read_entry() so readingTodd C. Miller
1999-01-18ncurses-4.2-990116Todd C. Miller