Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd 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-09 | the the | Theo de Raadt | |
1997-02-27 | Undo last change. nawk == awk in our tree, and no different behaviour is | Thorsten Lockert | |
seen by invoking it as nawk. The problem this change claimed to correct must have had another source. | |||
1997-02-27 | awk fails to create a couple of files during the build. nawk does the | Angelos D. Keromytis | |
deed. | |||
1997-02-09 | do not make changes here that hide a problem which needs fixing | Theo de Raadt | |
1997-01-07 | don't use LDADD+=-ltermlib on the mips - because it causes problems | Thomas Graichen | |
with the linker (weak symbols) | |||
1996-12-16 | Generate library versions of macro implementations as well | Thorsten Lockert | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-09-05 | Move fflush() from signal handler into endwin(), that way it will work in | Thorsten Lockert | |
some other common situations too. | |||
1996-09-05 | Add strategic fflush() before suspending on keyboard generated signal | Thorsten Lockert | |
1996-07-13 | We need "curses.priv.h" for tracing even with a private terminfo emulation | Thorsten Lockert | |
1996-06-19 | OpenBSD RCSID | Niklas Hallqvist | |
1996-06-18 | Our terminfo emulation library now supports ttytype[], no need to special- | Thorsten Lockert | |
case this anymore | |||
1996-06-16 | The man page for wresize() was accidentally omitted | Thorsten Lockert | |
1996-06-16 | Don't allow overwrites as a means to moving to the right; updates sometimes | Thorsten Lockert | |
does not work correctly. This would often be seen in nvi | |||
1996-06-02 | Add file that got accidentally removed with curses upgrade; also bump | Thorsten Lockert | |
major version number on shared library | |||
1996-06-02 | Install ncurses as -lcurses and <curses.h> | Thorsten Lockert | |
Install BSD curses library as -locurses and <ocurses.h> | |||
1996-05-06 | hard-code the include installation path (mostly for speed) | Theo de Raadt | |
1996-05-04 | use "unsigned int" instead of "u_int" so that _POSIX_SOURCE works. | Theo de Raadt | |
netbsd pr#2164; from seebs@taniemarie.solon.com | |||
1996-05-04 | commented out includes install renamed | Theo de Raadt | |
1995-10-24 | install curses.h from src/include | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |