summaryrefslogtreecommitdiffstats
path: root/lib/libcurses (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix installation of DEBUGLIBS libcurses symlink.brad2003-10-191-2/+2
| | | | | -- From: tholo@
* fix out of bounds access. found by david@ running with malloc guards andtedu2003-10-151-3/+3
| | | | randomization. ok millert@
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+9
| | | | where applicable.
* 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
| | | | Should prevent bogus bug reports that come in every so often...
* typos;jmc2003-05-1411-55/+53
| | | | diffs passed on to curses people.
* typos;jmc2003-05-1211-32/+32
| | | | diffs passed on to curses people.
* standalone/stand alone -> stand-alone;jmc2003-04-141-3/+3
| | | | | | | from NetBSD (Igor Sobrado); httpd stuff passed to apache people; ok millert@
* try to use the X Window System, X11 or XFree86 consistently.jmc2003-04-131-2/+2
| | | | | diffs from Paul Weismann, via mickey@ aided, abetted and ok'd matthieu@
* 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
| | | | ok miod@
* spelling errors/typosdavid2003-03-071-2/+2
| | | | ok jmc@
* typos;jmc2003-01-231-3/+3
| | | | ok millert@
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-1/+1
| | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
* Add a link to libncurses. Lots of programs/configure scripts out theremillert2002-11-141-1/+3
| | | | | look for ncurses by checking for ncurses.h or libncurses instead of checking for NCURSES_VERSION in curses.h. Closes PR 2942.
* use HOSTCFLAGS and HOSTLDFLAGS with HOSTCC.wcobb2002-08-161-4/+9
| | | | ok art@, miod@
* 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
| | | | | is not set. Propagate "silent" flag in _nc_parse_entry() to _nc_get_token(). Set the silent flag when reading termcap files, including $TERMCAP.
* Update to ncurses-5.2-20010210:millert2001-02-223-104/+95
| | | | | | | | | | | | | | o remove macro callPutChar() from tty_update.c, since this is no longer needed (reported by Philippe Blain). o add a null-pointer check in tic.c to handle the case when the input file is really empty. Modify the next_char() function in comp_scan.c to allow arbitrarily long lines, and incidentally supply a newline to files that do not end in a newline. These changes improve tic's recovery from attempts to read binary files, e.g., its output from the terminfo database (reported by Bernhard Rosenkraenzer). o revert change to c++/demo.cc from 20001209, which changed definition of main() apparently to accommodate cygwin linker, but broke the demo program.
* #ifdef out the "older tic versions may treat the description fieldmillert2001-02-211-0/+2
| | | | | | as an alias" warning since it hits people with $TERMCAP set when there is no terminfo file present. A better fix would be to make _nc_get_token() take a quiet flag.
* 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
| | | | speed_t (u_int) to short to match historic termcap usage.
* 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
| | | | | | | if root but not setugid. Fix select usage to deal with an arbitrary number of fd's. This code is not compiled since we use poll(2).
* 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
| | | | | a bit to make it clear what is supposed to happen. Also fix some policy wrt setugid in code we don't actually compile for consistency's sake.
* Don't look in ~/.terminfo if setugid. This is consistent with themillert2000-10-021-2/+2
| | | | behavior of checking ~/.terminfo.db and ~/.termcap.db
* 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
|