summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/tinfo/write_entry.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to ncurses 5.7, with local changes reapplied.nicm2010-01-121-109/+308
| | | | | | | | | This is around eight years worth of changes (previously we were around ncurses 5.2), too many to list - many bug fixes and also a few new functions. A major bump for libcurses, libpanel, libform and libmenu. ok deraadt
* Use strlcpy() / strlcat() throughout.millert2003-03-181-7/+5
|
* use snprintf throughoutmillert2003-03-171-4/+4
|
* Update to ncurses-5.2-20010114millert2001-01-221-13/+19
|
* update to ncurses-5.1-20001007millert2000-10-081-4/+6
|
* update to ncurses-5.0-20000311millert2000-03-131-5/+12
|
* Update to ncurses-5.0-20000304millert2000-03-101-3/+3
|
* + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)millert2000-01-021-326/+328
| | | | | | | | | | + make conversion to termcap ug (underline glitch) more consistently applied. + modify read_termtype(), fixing 'toe', which could dump core when it found an incomplete entry such as "dumb" because it did not initialize its buffer for _nc_read_file_entry(). + use explicit VALID_NUMERIC() checks in a few places that had been overlooked, and add a check to ensure that init_tabs is nonzero, to avoid divide-by-zero (reported by Todd C Miller).
* update to ncurses-5.0-19991204millert1999-12-061-9/+22
|
* ncurses-990710:millert1999-07-111-5/+3
| | | | | Correct logic in write_entry from split-out of home_terminfo in 980919, which prevented update of $HOME/.terminfo
* ncurses-4.2-990307millert1999-03-111-3/+3
|
* ncurses-4.2-990301millert1999-03-021-65/+157
|
* ncurses-4.2-990116millert1999-01-181-0/+469