summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Collapse)Author
1998-10-08Don't honor $TERMCAP, $TERMINFO, or ~/.termcap, ~/.terminfo if we are ↵Todd C. Miller
setuid/setgid
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
then/than and such. Other miscellaneous problems fixed across these source files.
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
fallback on the system one if the terminal entry is not found in $TERMINFO
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
after a program is suspended. Define EXTERN_TERMINFO in curses.h. Update to ncurses-4.1-980103 and crank minor.
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
symbols so that they get overridden by the ones in libcurses. This is rather gross but the curses versions are tightly coupled to naughty bits private to libcurses. This allows reset_prog_mode() and reset_shell_mode() to operate properly both with an without libcurses linked in.
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
malloc buffer in hardscroll.c so we don't have oflow worries. Allow hardscroll.c to compile if SCROLLDEBUG is defined but TRACE is not.
1997-11-27constrain buf against oflow; shok.janova.orgTheo de Raadt
1997-11-26Need to run this through tbl.Todd C. Miller
1997-11-26Need to run these through tbl.Todd C. Miller
1997-11-26ncurses 4.1 + changes to work with our terminfo libs (instead ofTodd C. Miller
the ncurses ones). Changes are #ifdef EXTERN_TERMINFO. Post 4.1 patches will be applied in a separate commit.
1997-09-18environment variablesTheo de Raadt
1997-06-23buffer overflows which never ever happen; brian@firehouse.netTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-09the theTheo de Raadt