summaryrefslogtreecommitdiff
path: root/lib/libcurses/Makefile
AgeCommit message (Collapse)Author
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2003-10-19fix installation of DEBUGLIBS libcurses symlink.Brad Smith
-- From: tholo@
2003-05-19Add 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-14Add a link to libncurses. Lots of programs/configure scripts out thereTodd 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-16use HOSTCFLAGS and HOSTLDFLAGS with HOSTCC.Wilbern Cobb
ok art@, miod@
2002-07-26Obey LDSTATIC for the helper binaries.Artur Grabowski
2002-06-24Properly install links for debug libraries; ok deraadt@Thorsten Lockert
2000-11-08another MLINKTheo de Raadt
2000-10-08update to ncurses-5.1-20001007Todd C. Miller
2000-07-24Update to ncurses-5.1-20000722Todd C. Miller
2000-07-10ncurses 5.1Todd C. Miller
2000-03-29more MLINKSTheo de Raadt
1999-12-28Update to ncurses-19991218Todd 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-28update to ncurses-5.0-19991127Todd C. Miller
1999-11-17add MLINKs I missedTodd C. Miller
1999-11-17add more MLINKsTodd C. Miller
1999-11-17Add missing MLINKsTodd C. Miller
1999-05-11Install termcap.h too. Some packages assume that if you are usingTodd 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-02ncurses-4.2-990301Todd C. Miller
1999-02-24ncurses-4.2-990220; this is a pre-release of 5.0Todd C. Miller
1999-01-18use the doc dirTodd C. Miller
1999-01-18ncurses-4.2-990116Todd C. Miller
1998-11-30typoTodd C. Miller
1998-11-30Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixesTodd C. Miller
problems with 3rd party programs that want to link with both -ltermcap and -lcurses.
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-09-13ncurses-4.2-980905Todd C. Miller
1998-08-31use HOSTCC to compile helper programsMichael Shalayeff
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-14don't define HAVE_* since it conflicts with other configure scriptsTodd C. Miller
1998-07-27update to ncurses-4.2-980725Todd C. Miller
1998-07-23fix commentTodd C. Miller
1998-07-23ncurses-4.2-980718Todd C. Miller
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-03Merge of ncurses-4.1-971129Todd 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-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-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-02-27Undo last change. nawk == awk in our tree, and no different behaviour isThorsten Lockert
seen by invoking it as nawk. The problem this change claimed to correct must have had another source.
1997-02-27awk fails to create a couple of files during the build. nawk does theAngelos D. Keromytis
deed.
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
with the linker (weak symbols)
1996-12-16Generate library versions of macro implementations as wellThorsten Lockert
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-06-19OpenBSD RCSIDNiklas Hallqvist
1996-06-16The man page for wresize() was accidentally omittedThorsten Lockert