| Commit message (Expand) | Author | Age | Files | Lines |
* | terminfo supports the use= capability (tc= in termcap), to allow one |  nicm | 2009-10-18 | 1 | -18/+73 |
* | Change cap_mkdb and curses to be a better about reformatting terminfo entries |  nicm | 2009-08-28 | 1 | -9/+18 |
* | various MLINK fixes from Alan R. S. Bueno; |  jmc | 2009-08-13 | 1 | -5/+5 |
* | - man page name is keybound, not keyok |  jmc | 2008-12-07 | 1 | -3/+3 |
* | More read/write result checking fixes to avoid unsigned comparisons vs |  krw | 2008-01-29 | 1 | -2/+2 |
* | fix yacc/lex parallel file generation |  espie | 2007-11-24 | 1 | -3/+6 |
* | add missing dependency |  espie | 2007-10-26 | 1 | -1/+2 |
* | remove "unused variable" warnings |  chl | 2007-10-17 | 1 | -3/+1 |
* | safer snprintf construct with more paranoid length calculation |  pvalchev | 2007-06-02 | 1 | -3/+3 |
* | Check fgets return value, from Charles Longeau. |  ray | 2007-05-17 | 1 | -2/+6 |
* | ptr->term_names can point into ptr->str_table, so don;t free that one. |  otto | 2007-04-16 | 1 | -2/+1 |
* | remove some bogus *p tests from charles longeau |  tedu | 2007-03-20 | 1 | -2/+2 |
* | Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1]. |  moritz | 2006-10-24 | 1 | -2/+5 |
* | fgets(3) returns NULL on error, not 0. No functional change, but it makes |  cloder | 2006-10-10 | 2 | -4/+4 |
* | lint warns about some fishy type conversion. |  espie | 2006-05-14 | 2 | -19/+30 |
* | more getopt() EOF crud; adobriyan@gmail |  deraadt | 2006-03-12 | 1 | -2/+2 |
* | use WANTLINT= (on all architectures) |  deraadt | 2005-11-24 | 1 | -1/+2 |
* | Convert return value of cgetent(3) to what the curses routines expect. |  millert | 2005-07-19 | 1 | -2/+3 |
* | typos, then -> than, from Michael Knudsen |  jaredy | 2004-12-10 | 1 | -2/+2 |
* | Correct paths of terminfo db and dir. Prompted By Han Boetes. With jmc@ |  otto | 2004-11-04 | 2 | -6/+6 |
* | errno changes, lib major version bumps, and general flag day |  marc | 2004-07-13 | 1 | -1/+1 |
* | fix installation of DEBUGLIBS libcurses symlink. |  brad | 2003-10-19 | 1 | -2/+2 |
* | fix out of bounds access. found by david@ running with malloc guards and |  tedu | 2003-10-15 | 1 | -3/+3 |
* | Sync with share/misc/license.template and add missing DARPA credit |  millert | 2003-06-17 | 1 | -9/+9 |
* | mop up some more 3/4 license issues |  deraadt | 2003-06-04 | 1 | -10/+2 |
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. |  millert | 2003-06-03 | 1 | -23/+12 |
* | Add the generated files as a dependency for the 'all' target. |  millert | 2003-05-19 | 1 | -3/+4 |
* | typos; |  jmc | 2003-05-14 | 11 | -55/+53 |
* | typos; |  jmc | 2003-05-12 | 11 | -32/+32 |
* | standalone/stand alone -> stand-alone; |  jmc | 2003-04-14 | 1 | -3/+3 |
* | try to use the X Window System, X11 or XFree86 consistently. |  jmc | 2003-04-13 | 1 | -2/+2 |
* | Use strlcpy() / strlcat() throughout. |  millert | 2003-03-18 | 22 | -99/+115 |
* | make rcsid const to pass gcc -Wall |  millert | 2003-03-18 | 1 | -2/+2 |
* | Deal with snprintf returning -1 |  millert | 2003-03-17 | 1 | -3/+3 |
* | Use snprintf() and strlcpy() in the generated lib_keyname.c |  millert | 2003-03-17 | 1 | -9/+12 |
* | use snprintf throughout |  millert | 2003-03-17 | 18 | -65/+70 |
* | duplicate words and spelling fixes in comments |  david | 2003-03-10 | 3 | -4/+4 |
* | spelling errors/typos |  david | 2003-03-07 | 1 | -2/+2 |
* | typos; |  jmc | 2003-01-23 | 1 | -3/+3 |
* | Crank all library major numbers. Needed due to the fact that we |  millert | 2002-12-03 | 1 | -1/+1 |
* | 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 |
* | use strtok_r |  deraadt | 2002-06-22 | 2 | -8/+8 |
* | make Booleans signed char, since char is unsigned on powerpc; millert ok |  deraadt | 2002-02-18 | 2 | -4/+4 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -3/+3 |
* | mark more signals that I cannot fix |  deraadt | 2001-12-06 | 1 | -1/+3 |
* | stdarg.h, not varargs.h |  millert | 2001-07-27 | 2 | -5/+5 |
* | ncurses-5.2-20010224 |  millert | 2001-02-28 | 2 | -4/+13 |