summaryrefslogtreecommitdiffstats
path: root/lib/libcurses (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix enboldening on idcok and immedok in NAME sectionmillert2001-02-251-2/+2
* Missing commas in NAME section. Found by an espie script ;-)millert2001-02-252-4/+4
* Make _nc_get_token() take a "silent" argument and only warn if itmillert2001-02-224-30/+30
* Update to ncurses-5.2-20010210:millert2001-02-223-104/+95
* #ifdef out the "older tic versions may treat the description fieldmillert2001-02-211-0/+2
* Missed changes in ncurses-5.2-20010114 commitmillert2001-01-222-105/+113
* Update to ncurses-5.2-20010114millert2001-01-22160-4140/+4427
* data base -> databasemillert2000-12-171-3/+3
* use __x__ formats for __attribute__ arguments; guenther@gac.eduderaadt2000-12-062-5/+5
* another MLINKderaadt2000-11-081-3/+4
* Crank major because the type of the "ospeed" variable changed frommillert2000-10-241-2/+2
* update to ncurses 5.2millert2000-10-2213-181/+166
* Don't attempt to free uninitialized variable; guenther@gac.edumillert2000-10-201-1/+1
* Don't ignore $TERMCAP, $TERMINFO, $TERMINFO_DIRS, $TERMPATH, and $HOMEmillert2000-10-106-44/+69
* Add check for NUL home that got missed in the last mergemillert2000-10-091-2/+2
* update to ncurses-5.1-20001007millert2000-10-0849-1715/+2812
* Don't call cgetset() on $TERMCAP if setugid. The logic has been reworkedmillert2000-10-021-18/+20
* Don't look in ~/.terminfo if setugid. This is consistent with themillert2000-10-021-2/+2
* fix xref: info_mkdb -> cap_mkdb; ok millert@naddy2000-08-031-2/+2
* $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeromillert2000-08-023-8/+8
* Update to ncurses-5.1-20000722millert2000-07-2411-83/+98