summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
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
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
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
1997-04-09the theTheo de Raadt
1997-02-27Undo last change. nawk == awk in our tree, and no different behaviour isThorsten Lockert
1997-02-27awk fails to create a couple of files during the build. nawk does theAngelos D. Keromytis
1997-02-09do not make changes here that hide a problem which needs fixingTheo de Raadt
1997-01-07don't use LDADD+=-ltermlib on the mips - because it causes problemsThomas Graichen
1996-12-16Generate library versions of macro implementations as wellThorsten Lockert
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-09-05Move fflush() from signal handler into endwin(), that way it will work inThorsten Lockert
1996-09-05Add strategic fflush() before suspending on keyboard generated signalThorsten Lockert
1996-07-13We need "curses.priv.h" for tracing even with a private terminfo emulationThorsten Lockert
1996-06-19OpenBSD RCSIDNiklas Hallqvist
1996-06-18Our terminfo emulation library now supports ttytype[], no need to special-Thorsten Lockert
1996-06-16The man page for wresize() was accidentally omittedThorsten Lockert
1996-06-16Don't allow overwrites as a means to moving to the right; updates sometimesThorsten Lockert
1996-06-02Add file that got accidentally removed with curses upgrade; also bumpThorsten Lockert
1996-06-02Install ncurses as -lcurses and <curses.h>Thorsten Lockert
1996-05-06hard-code the include installation path (mostly for speed)Theo de Raadt
1996-05-04use "unsigned int" instead of "u_int" so that _POSIX_SOURCE works.Theo de Raadt
1996-05-04commented out includes install renamedTheo de Raadt
1995-10-24install curses.h from src/includeTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt