summaryrefslogtreecommitdiffstats
path: root/lib/libcurses
AgeCommit message (Expand)AuthorFilesLines
2007-05-17Check fgets return value, from Charles Longeau.ray1-2/+6
2007-04-16ptr->term_names can point into ptr->str_table, so don;t free that one.otto1-2/+1
2007-03-20remove some bogus *p tests from charles longeautedu1-2/+2
2006-10-24Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1].moritz1-2/+5
2006-10-10fgets(3) returns NULL on error, not 0. No functional change, but it makescloder2-4/+4
2006-05-14lint warns about some fishy type conversion.espie2-19/+30
2006-03-12more getopt() EOF crud; adobriyan@gmailderaadt1-2/+2
2005-11-24use WANTLINT= (on all architectures)deraadt1-1/+2
2005-07-19Convert return value of cgetent(3) to what the curses routines expect.millert1-2/+3
2004-12-10typos, then -> than, from Michael Knudsenjaredy1-2/+2
2004-11-04Correct paths of terminfo db and dir. Prompted By Han Boetes. With jmc@otto2-6/+6
2004-07-13errno changes, lib major version bumps, and general flag daymarc1-1/+1
2003-10-19fix installation of DEBUGLIBS libcurses symlink.brad1-2/+2
2003-10-15fix out of bounds access. found by david@ running with malloc guards andtedu1-3/+3
2003-06-17Sync with share/misc/license.template and add missing DARPA creditmillert1-9/+9
2003-06-04mop up some more 3/4 license issuesderaadt1-10/+2
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.millert1-23/+12
2003-05-19Add the generated files as a dependency for the 'all' target.millert1-3/+4
2003-05-14typos;jmc11-55/+53
2003-05-12typos;jmc11-32/+32
2003-04-14standalone/stand alone -> stand-alone;jmc1-3/+3
2003-04-13try to use the X Window System, X11 or XFree86 consistently.jmc1-2/+2
2003-03-18Use strlcpy() / strlcat() throughout.millert22-99/+115
2003-03-18make rcsid const to pass gcc -Wallmillert1-2/+2
2003-03-17Deal with snprintf returning -1millert1-3/+3
2003-03-17Use snprintf() and strlcpy() in the generated lib_keyname.cmillert1-9/+12
2003-03-17use snprintf throughoutmillert18-65/+70
2003-03-10duplicate words and spelling fixes in commentsdavid3-4/+4
2003-03-07spelling errors/typosdavid1-2/+2
2003-01-23typos;jmc1-3/+3
2002-12-03Crank all library major numbers. Needed due to the fact that wemillert1-1/+1
2002-11-14Add a link to libncurses. Lots of programs/configure scripts out theremillert1-1/+3
2002-08-16use HOSTCFLAGS and HOSTLDFLAGS with HOSTCC.wcobb1-4/+9
2002-07-26Obey LDSTATIC for the helper binaries.art1-3/+3
2002-06-24Properly install links for debug libraries; ok deraadt@tholo1-2/+9
2002-06-22use strtok_rderaadt2-8/+8
2002-02-18make Booleans signed char, since char is unsigned on powerpc; millert okderaadt2-4/+4
2002-02-16Part 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.millert1-3/+3
2001-12-06mark more signals that I cannot fixderaadt1-1/+3
2001-07-27stdarg.h, not varargs.hmillert2-5/+5
2001-02-28ncurses-5.2-20010224millert2-4/+13
2001-02-25fix enboldening on idcok and immedok in NAME sectionmillert1-2/+2
2001-02-25Missing commas in NAME section. Found by an espie script ;-)millert2-4/+4
2001-02-22Make _nc_get_token() take a "silent" argument and only warn if itmillert4-30/+30
2001-02-22Update to ncurses-5.2-20010210:millert3-103/+94
2001-02-21#ifdef out the "older tic versions may treat the description fieldmillert1-0/+2
2001-01-22Missed changes in ncurses-5.2-20010114 commitmillert2-104/+112
2001-01-22Update to ncurses-5.2-20010114millert160-4068/+4355
2000-12-17data base -> databasemillert1-3/+3
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduderaadt2-5/+5