index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcurses
/
tinfo
/
read_bsd_terminfo.c
Age
Commit message (
Expand
)
Author
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
Todd C. Miller
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
Todd C. Miller
2003-03-18
make rcsid const to pass gcc -Wall
Todd C. Miller
2003-03-17
Deal with snprintf returning -1
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2000-10-08
update to ncurses-5.1-20001007
Todd C. Miller
2000-08-02
$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero
Todd C. Miller
2000-01-08
Enable extended cap names. Previously, the only allowed cap names were
Todd C. Miller
1999-12-28
When reading an entry from terminfo.db, do not try to set a capability
Todd C. Miller
1999-03-02
ncurses-4.2-990301
Todd C. Miller
1999-02-01
Bracket protos for _nc_read_bsd_terminfo_entry and _nc_read_bsd_terminfo_file
Todd C. Miller
1999-01-23
make _nc_read_file_entry() look in terminfo.db too. Makes the -A and -B flag...
Todd C. Miller
1999-01-22
Move call to _nc_read_bsd_terminfo_entry() to _nc_read_entry() so reading
Todd C. Miller
1999-01-18
ncurses-4.2-990116
Todd C. Miller