summaryrefslogtreecommitdiff
path: root/lib/libocurses
AgeCommit message (Expand)Author
2002-05-01o) start new sentence on a new line;Mike Pechkin
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-08-24Make _PATH_DEF an ANSI C compatible preprocessor token.Heikki Korpela
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
2000-12-17data base -> databaseTodd C. Miller
2000-10-09Don't call cgetset() on $TERMCAP. There are no known problems (that I amTodd C. Miller
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
1999-11-29Move definitions of bool, TRUE, and FALSE out from behind a commentTodd C. Miller
1999-09-23Typo fixes.Alex Feldman
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-02-27make function names the correct caseTheo de Raadt
1998-12-28kill reg #define, nothing uses it and it causes problems elswhere; jwise@unic...Todd C. Miller
1998-12-02Unobfuscate commentMarc Espie
1998-11-30document libotermcap and say why it is deprecatedTodd C. Miller
1998-11-30Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixesTodd C. Miller
1998-11-19ignore out-of-range environment LINES and COLUMNSTheo de Raadt
1998-11-19add missing spaceTodd C. Miller
1998-11-19For issetugid case, only ignore $TERMCAP if it is a pathTodd C. Miller
1998-11-04Some -Wall and use strlcpyTodd C. Miller
1998-11-02From ken@FreeBSD.ORG:Todd C. Miller
1998-10-08ignore $TERMCAP if issetugid()Todd C. Miller
1998-07-27_OCURSES_H_, not _CURSES_H_Todd C. Miller
1998-07-23unified libtermcap/libocursesTodd C. Miller
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-06-02Install ncurses as -lcurses and <curses.h>Thorsten Lockert