| Commit message (Expand) | Author | Age | Files | Lines |
* | Also remove tbl files from CLEANFILES now they are not generated. |  nicm | 2019-02-13 | 1 | -3/+2 |
* | Remove obsolete tbl suffix from ncurses man pages, no objections from |  nicm | 2019-02-13 | 1 | -10/+1 |
* | remove misc. depend and yacc nits that no longer matter. |  espie | 2017-07-10 | 1 | -8/+1 |
* | mark files as BUILDFIRST, or write explicit dependencies, so that most |  espie | 2017-06-16 | 1 | -1/+3 |
* | Include the legacy_coding(3) page which documents use_legacy_coding(), |  nicm | 2016-09-16 | 1 | -2/+2 |
* | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS |  guenther | 2016-07-04 | 1 | -8/+1 |
* | Use "cc -E" instead of "cpp". OK deraadt@ natano@ |  millert | 2016-05-26 | 1 | -3/+3 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -175/+1 |
* | Instead of using our own custom BDB terminfo databases, use the ncurses |  nicm | 2015-12-03 | 1 | -2/+2 |
* | the tparam mlink is probably a typo (and duplicate) for tparm, so kill it; |  jmc | 2015-11-12 | 1 | -2/+2 |
* | lynx has left the tree, and let's be honest noone will find these html |  deraadt | 2014-07-16 | 1 | -5/+1 |
* | remove makefile hacks that are no longer needed with t1 t2: working properly |  espie | 2012-12-21 | 1 | -6/+4 |
* | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. |  okan | 2012-08-02 | 1 | -2/+1 |
* | switch to installing source manuals (base part) |  schwarze | 2011-06-23 | 1 | -8/+18 |
* | Enable wide character support in ncurses. It is built into libcurses, |  nicm | 2010-09-06 | 1 | -7/+55 |
* | Update to ncurses 5.7, with local changes reapplied. |  nicm | 2010-01-12 | 1 | -52/+94 |
* | various MLINK fixes from Alan R. S. Bueno; |  jmc | 2009-08-13 | 1 | -5/+5 |
* | fix yacc/lex parallel file generation |  espie | 2007-11-24 | 1 | -3/+6 |
* | add missing dependency |  espie | 2007-10-26 | 1 | -1/+2 |
* | use WANTLINT= (on all architectures) |  deraadt | 2005-11-24 | 1 | -1/+2 |
* | fix installation of DEBUGLIBS libcurses symlink. |  brad | 2003-10-19 | 1 | -2/+2 |
* | Add the generated files as a dependency for the 'all' target. |  millert | 2003-05-19 | 1 | -3/+4 |
* | Add a link to libncurses. Lots of programs/configure scripts out there |  millert | 2002-11-14 | 1 | -1/+3 |
* | use HOSTCFLAGS and HOSTLDFLAGS with HOSTCC. |  wcobb | 2002-08-16 | 1 | -4/+9 |
* | Obey LDSTATIC for the helper binaries. |  art | 2002-07-26 | 1 | -3/+3 |
* | Properly install links for debug libraries; ok deraadt@ |  tholo | 2002-06-24 | 1 | -2/+9 |
* | another MLINK |  deraadt | 2000-11-08 | 1 | -3/+4 |
* | update to ncurses-5.1-20001007 |  millert | 2000-10-08 | 1 | -4/+4 |
* | Update to ncurses-5.1-20000722 |  millert | 2000-07-24 | 1 | -4/+5 |
* | ncurses 5.1 |  millert | 2000-07-10 | 1 | -11/+15 |
* | more MLINKS |  deraadt | 2000-03-29 | 1 | -1/+3 |
* | Update to ncurses-19991218 |  millert | 1999-12-28 | 1 | -9/+9 |
* | update to ncurses-5.0-19991127 |  millert | 1999-11-28 | 1 | -3/+4 |
* | add MLINKs I missed |  millert | 1999-11-17 | 1 | -3/+5 |
* | add more MLINKs |  millert | 1999-11-17 | 1 | -11/+16 |
* | Add missing MLINKs |  millert | 1999-11-17 | 1 | -19/+23 |
* | Install termcap.h too. Some packages assume that if you are using |  millert | 1999-05-11 | 1 | -2/+2 |
* | ncurses-4.2-990301 |  millert | 1999-03-02 | 1 | -9/+9 |
* | ncurses-4.2-990220; this is a pre-release of 5.0 |  millert | 1999-02-24 | 1 | -12/+12 |
* | use the doc dir |  millert | 1999-01-18 | 1 | -1/+5 |
* | ncurses-4.2-990116 |  millert | 1999-01-18 | 1 | -51/+62 |
* | typo |  millert | 1998-11-30 | 1 | -2/+2 |
* | Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixes |  millert | 1998-11-30 | 1 | -2/+3 |
* | man updates from ncurses-4.2-981114 |  millert | 1998-11-17 | 1 | -5/+5 |
* | update to ncurses-4.2-981114 |  millert | 1998-11-17 | 1 | -11/+12 |
* | update to ncurses 4.2-981017 |  millert | 1998-10-31 | 1 | -6/+6 |
* | ncurses-4.2-980905 |  millert | 1998-09-13 | 1 | -3/+3 |
* | use HOSTCC to compile helper programs |  mickey | 1998-08-31 | 1 | -3/+3 |
* | man page repairs; aaron@ug.cs.dal.ca |  deraadt | 1998-08-29 | 1 | -15/+17 |
* | don't define HAVE_* since it conflicts with other configure scripts |  millert | 1998-08-14 | 1 | -2/+2 |