summaryrefslogtreecommitdiffstats
path: root/lib/libocurses (follow)
Commit message (Expand)AuthorAgeFilesLines
* add missing includesdavid2003-07-181-0/+1
* slightly more logical section order, and a typo;jmc2003-06-061-14/+14
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0277-393/+85
* - typos;jmc2003-05-242-3/+4
* use strlcpy/snprintf; deraadt@ OKmillert2003-04-043-32/+25
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-1/+1
* Properly install links for debug libraries; ok deraadt@tholo2002-06-241-2/+8
* o) start new sentence on a new line;mpech2002-05-011-2/+4
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-193-114/+1
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-1/+1
* 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-167-95/+95
* make sure that va_start() has matching va_end()deraadt2001-09-051-1/+3
* Make _PATH_DEF an ANSI C compatible preprocessor token.heko2001-08-241-2/+2
* o) We always close .Bl and .Bd tags;mpech2001-08-061-1/+1
* data base -> databasemillert2000-12-171-4/+4
* Don't call cgetset() on $TERMCAP. There are no known problems (that I ammillert2000-10-091-5/+5
* $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeromillert2000-08-021-3/+3
* Move definitions of bool, TRUE, and FALSE out from behind a commentmillert1999-11-291-7/+7
* Typo fixes.alex1999-09-231-1/+1
* - remove all trailing whitespaceaaron1999-07-092-3/+3
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-072-3/+3
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-1/+1
* make function names the correct casederaadt1999-02-271-4/+4
* kill reg #define, nothing uses it and it causes problems elswhere; jwise@unicast.commillert1998-12-281-1/+0
* Unobfuscate commentespie1998-12-021-2/+3
* document libotermcap and say why it is deprecatedmillert1998-11-302-2/+276
* Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixesmillert1998-11-301-2/+2
* ignore out-of-range environment LINES and COLUMNSderaadt1998-11-191-4/+11
* add missing spacemillert1998-11-191-2/+2
* For issetugid case, only ignore $TERMCAP if it is a pathmillert1998-11-192-34/+34
* Some -Wall and use strlcpymillert1998-11-044-28/+27
* From ken@FreeBSD.ORG:millert1998-11-021-2/+2
* ignore $TERMCAP if issetugid()millert1998-10-081-34/+39
* _OCURSES_H_, not _CURSES_H_millert1998-07-271-3/+3
* unified libtermcap/libocursesmillert1998-07-2310-11/+923
* COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1997-04-271-1/+1
* install -> ${INSTALL}, -c -> ${COPY}downsj1996-12-081-1/+1
* Install ncurses as -lcurses and <curses.h>tholo1996-06-0272-0/+9920