Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt | |
2003-10-19 | fix installation of DEBUGLIBS libcurses symlink. | Brad Smith | |
-- From: tholo@ | |||
2003-05-19 | Add the generated files as a dependency for the 'all' target. | Todd C. Miller | |
Should prevent bogus bug reports that come in every so often... | |||
2002-11-14 | Add a link to libncurses. Lots of programs/configure scripts out there | Todd C. Miller | |
look for ncurses by checking for ncurses.h or libncurses instead of checking for NCURSES_VERSION in curses.h. Closes PR 2942. | |||
2002-08-16 | use HOSTCFLAGS and HOSTLDFLAGS with HOSTCC. | Wilbern Cobb | |
ok art@, miod@ | |||
2002-07-26 | Obey LDSTATIC for the helper binaries. | Artur Grabowski | |
2002-06-24 | Properly install links for debug libraries; ok deraadt@ | Thorsten Lockert | |
2000-11-08 | another MLINK | Theo de Raadt | |
2000-10-08 | update to ncurses-5.1-20001007 | Todd C. Miller | |
2000-07-24 | Update to ncurses-5.1-20000722 | Todd C. Miller | |
2000-07-10 | ncurses 5.1 | Todd C. Miller | |
2000-03-29 | more MLINKS | Theo de Raadt | |
1999-12-28 | Update to ncurses-19991218 | Todd C. Miller | |
o reorder tests during mouse initialization to allow for gpm to run in xterm, or for xterm to be used under OS/2 EMX. Also drop test for $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report by Christian Weisgerber <naddy@mips.rhein-neckar.de>). o modify raw() and noraw() to clear/restore IEXTEN flag which affects stty lnext on systems such as FreeBSD (report by Bruce Evans <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>). o add manual-page for ncurses extensions, documented curses_version(), use_extended_names(). | |||
1999-11-28 | update to ncurses-5.0-19991127 | Todd C. Miller | |
1999-11-17 | add MLINKs I missed | Todd C. Miller | |
1999-11-17 | add more MLINKs | Todd C. Miller | |
1999-11-17 | Add missing MLINKs | Todd C. Miller | |
1999-05-11 | Install termcap.h too. Some packages assume that if you are using | Todd C. Miller | |
ncurses, termcap.h exists. Others, like X11's resize, use termcap.h to determine whether or not you are running ncurses. | |||
1999-03-02 | ncurses-4.2-990301 | Todd C. Miller | |
1999-02-24 | ncurses-4.2-990220; this is a pre-release of 5.0 | Todd C. Miller | |
1999-01-18 | use the doc dir | Todd C. Miller | |
1999-01-18 | ncurses-4.2-990116 | Todd C. Miller | |
1998-11-30 | typo | Todd C. Miller | |
1998-11-30 | Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixes | Todd C. Miller | |
problems with 3rd party programs that want to link with both -ltermcap and -lcurses. | |||
1998-11-17 | man updates from ncurses-4.2-981114 | Todd C. Miller | |
1998-11-17 | update to ncurses-4.2-981114 | Todd C. Miller | |
1998-10-31 | update to ncurses 4.2-981017 | Todd C. Miller | |
1998-09-13 | ncurses-4.2-980905 | Todd C. Miller | |
1998-08-31 | use HOSTCC to compile helper programs | Michael Shalayeff | |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-14 | don't define HAVE_* since it conflicts with other configure scripts | Todd C. Miller | |
1998-07-27 | update to ncurses-4.2-980725 | Todd C. Miller | |
1998-07-23 | fix comment | Todd C. Miller | |
1998-07-23 | ncurses-4.2-980718 | Todd C. Miller | |
1998-01-17 | Use _ti_get_screensize() from libtermlib to update screen size if changed | Todd C. Miller | |
after a program is suspended. Define EXTERN_TERMINFO in curses.h. Update to ncurses-4.1-980103 and crank minor. | |||
1997-12-17 | Add in lots of MLINKS | Todd C. Miller | |
1997-12-14 | ncurses-4.1-971213 | Todd C. Miller | |
1997-12-03 | Merge of ncurses-4.1-971129 | Todd C. Miller | |
1997-11-28 | Fix syntax wrt tracing stuff and change TRACE -> CURSESTRACE | Todd C. Miller | |
1997-11-28 | Add 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-26 | ncurses 4.1 + changes to work with our terminfo libs (instead of | Todd C. Miller | |
the ncurses ones). Changes are #ifdef EXTERN_TERMINFO. Post 4.1 patches will be applied in a separate commit. | |||
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-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-06-19 | OpenBSD RCSID | Niklas Hallqvist | |
1996-06-16 | The man page for wresize() was accidentally omitted | Thorsten Lockert | |