summaryrefslogtreecommitdiffstats
path: root/lib/libcurses (follow)
Commit message (Expand)AuthorAgeFilesLines
* terminfo supports the use= capability (tc= in termcap), to allow onenicm2009-10-181-18/+73
* Change cap_mkdb and curses to be a better about reformatting terminfo entriesnicm2009-08-281-9/+18
* various MLINK fixes from Alan R. S. Bueno;jmc2009-08-131-5/+5
* - man page name is keybound, not keyokjmc2008-12-071-3/+3
* More read/write result checking fixes to avoid unsigned comparisons vskrw2008-01-291-2/+2
* fix yacc/lex parallel file generationespie2007-11-241-3/+6
* add missing dependencyespie2007-10-261-1/+2
* remove "unused variable" warningschl2007-10-171-3/+1
* safer snprintf construct with more paranoid length calculationpvalchev2007-06-021-3/+3
* Check fgets return value, from Charles Longeau.ray2007-05-171-2/+6
* ptr->term_names can point into ptr->str_table, so don;t free that one.otto2007-04-161-2/+1
* remove some bogus *p tests from charles longeautedu2007-03-201-2/+2
* Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1].moritz2006-10-241-2/+5
* fgets(3) returns NULL on error, not 0. No functional change, but it makescloder2006-10-102-4/+4
* lint warns about some fishy type conversion.espie2006-05-142-19/+30
* more getopt() EOF crud; adobriyan@gmailderaadt2006-03-121-2/+2
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
* Convert return value of cgetent(3) to what the curses routines expect.millert2005-07-191-2/+3
* typos, then -> than, from Michael Knudsenjaredy2004-12-101-2/+2
* Correct paths of terminfo db and dir. Prompted By Han Boetes. With jmc@otto2004-11-042-6/+6
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-1/+1
* fix installation of DEBUGLIBS libcurses symlink.brad2003-10-191-2/+2
* fix out of bounds access. found by david@ running with malloc guards andtedu2003-10-151-3/+3
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+9
* mop up some more 3/4 license issuesderaadt2003-06-041-10/+2
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-23/+12
* Add the generated files as a dependency for the 'all' target.millert2003-05-191-3/+4
* typos;jmc2003-05-1411-55/+53
* typos;jmc2003-05-1211-32/+32
* standalone/stand alone -> stand-alone;jmc2003-04-141-3/+3
* try to use the X Window System, X11 or XFree86 consistently.jmc2003-04-131-2/+2
* Use strlcpy() / strlcat() throughout.millert2003-03-1822-99/+115
* make rcsid const to pass gcc -Wallmillert2003-03-181-2/+2
* Deal with snprintf returning -1millert2003-03-171-3/+3
* Use snprintf() and strlcpy() in the generated lib_keyname.cmillert2003-03-171-9/+12
* use snprintf throughoutmillert2003-03-1718-65/+70
* duplicate words and spelling fixes in commentsdavid2003-03-103-4/+4
* spelling errors/typosdavid2003-03-071-2/+2
* typos;jmc2003-01-231-3/+3
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-1/+1
* Add a link to libncurses. Lots of programs/configure scripts out theremillert2002-11-141-1/+3
* use HOSTCFLAGS and HOSTLDFLAGS with HOSTCC.wcobb2002-08-161-4/+9
* Obey LDSTATIC for the helper binaries.art2002-07-261-3/+3
* Properly install links for debug libraries; ok deraadt@tholo2002-06-241-2/+9
* use strtok_rderaadt2002-06-222-8/+8
* make Booleans signed char, since char is unsigned on powerpc; millert okderaadt2002-02-182-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.millert2002-02-161-3/+3
* mark more signals that I cannot fixderaadt2001-12-061-1/+3
* stdarg.h, not varargs.hmillert2001-07-272-5/+5
* ncurses-5.2-20010224millert2001-02-282-4/+13