summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
1998-11-30typoTodd C. Miller
1998-11-30Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixesTodd C. Miller
1998-11-19Ignore $TERMINFO if setuigidTodd C. Miller
1998-11-19For issetugid case, only ignore $TERMCAP if it is a pathTodd C. Miller
1998-11-17man updates from ncurses-4.2-981114Todd C. Miller
1998-11-17update to ncurses-4.2-981114Todd C. Miller
1998-10-31update to ncurses 4.2-981017Todd C. Miller
1998-10-08Don't honor $TERMCAP, $TERMINFO, or ~/.termcap, ~/.terminfo if we are setuid/...Todd C. Miller
1998-09-17ncurses-4.2-980912Todd C. Miller
1998-09-13ncurses-4.2-980905Todd C. Miller
1998-09-13kill dreckTodd C. Miller
1998-09-12Use cgetent(3) and friends when reading termcapTodd C. Miller
1998-09-12fall back on termcapTodd C. Miller
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
1998-08-31use HOSTCC to compile helper programsMichael Shalayeff
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-16If $TERMINFO is set, use that in preference to the system terminfo file, but ...Todd C. Miller
1998-08-15simplify a few things wrt reallocTodd C. Miller
1998-08-15fix broken realloc fix from yesterdayTodd C. Miller
1998-08-14don't define HAVE_* since it conflicts with other configure scriptsTodd C. Miller
1998-08-14fix realloc usageTodd C. Miller
1998-08-03update to ncurses-4.2-980801Todd C. Miller
1998-07-30unctrl.c is generated at depend timeTodd C. Miller
1998-07-27update to ncurses-4.2-980725Todd C. Miller
1998-07-25(3) not (3S)Todd C. Miller
1998-07-25termcap(3), not curs_termcap(3)Todd C. Miller
1998-07-25terminfo(3), not curs_terminfo(3)Todd C. Miller
1998-07-25fix commentTodd C. Miller
1998-07-24typoJason Downs
1998-07-23fix commentTodd C. Miller
1998-07-23ncurses-4.2-980718Todd C. Miller
1998-07-18terminfo(3) not curs_terminfo(3); james@oaktree.co.ukTodd C. Miller
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-06-03zero sigaction before useTheo de Raadt
1998-05-14Theo made a typoNiklas Hallqvist
1998-05-14better buf oflow protectionTheo de Raadt
1998-05-14buf oflowsTheo de Raadt
1998-01-17Use _ti_get_screensize() from libtermlib to update screen size if changedTodd C. Miller
1997-12-17Add in lots of MLINKSTodd C. Miller
1997-12-14ncurses-4.1-971213Todd C. Miller
1997-12-09Make reset_prog_mode() and reset_shell_mode() in libtermlib weakTodd C. Miller
1997-12-06#ifdef out call to _nc_update_screensizeTodd C. Miller
1997-12-033X-> 3Todd C. Miller
1997-12-03Merge of ncurses-4.1-971129Todd C. Miller
1997-12-01Fix typo, vnsprintf -> vsnprintf. Tsk tsk.Todd C. Miller
1997-11-29Check malloc() return vals.Todd C. Miller
1997-11-28oops, buffer needs to be 4 char larger due to a prefix/tag.Todd C. Miller
1997-11-28Fix syntax wrt tracing stuff and change TRACE -> CURSESTRACETodd C. Miller
1997-11-28Add tracing/debugging code from ncurses 4.1 but don't compile by default.Todd C. Miller
1997-11-27constrain buf against oflow; shok.janova.orgTheo de Raadt