Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-18 | Use strlcpy() / strlcat() throughout. | Todd C. Miller | |
2003-03-17 | use snprintf throughout | Todd C. Miller | |
2001-01-22 | Update to ncurses-5.2-20010114 | Todd C. Miller | |
2000-10-22 | update to ncurses 5.2 | Todd C. Miller | |
2000-10-08 | update to ncurses-5.1-20001007 | Todd C. Miller | |
2000-03-13 | update to ncurses-5.0-20000311 | Todd C. Miller | |
2000-03-10 | Update to ncurses-5.0-20000304 | Todd C. Miller | |
2000-01-09 | Update to ncurses-5.0-20000108: | Todd C. Miller | |
+ add prototype for erase() to curses.h + add TRACE_DATABASE flag for trace(). + formatting changes (style) | |||
2000-01-02 | + corrected conversion from terminfo rs2 to termcap rs (cf: 980704) | Todd C. Miller | |
+ 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). | |||
1999-08-15 | Update to ncurses-5.0-990814 | Todd C. Miller | |
1999-03-02 | ncurses-4.2-990301 | Todd C. Miller | |
1999-01-23 | make _nc_read_file_entry() look in terminfo.db too. Makes the -A and -B ↵ | Todd C. Miller | |
flags of infocmp more useful. | |||
1999-01-22 | Move call to _nc_read_bsd_terminfo_entry() to _nc_read_entry() so reading | Todd C. Miller | |
terminfo.db is transparent. This requires us to be able to tell which of the entries in pathvec held the terminfo entry. To make that work we only pass one pathname to cgetent(3) at a time. This might be a slight performance hit but should not be noticable in normal use. | |||
1999-01-18 | ncurses-4.2-990116 | Todd C. Miller | |