Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-27 | make function names the correct case | Theo de Raadt | |
1998-12-28 | kill reg #define, nothing uses it and it causes problems elswhere; ↵ | Todd C. Miller | |
jwise@unicast.com | |||
1998-12-02 | Unobfuscate comment | Marc Espie | |
1998-11-30 | document libotermcap and say why it is deprecated | Todd C. Miller | |
1998-11-30 | Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixes | Todd C. Miller | |
problems with 3rd party programs that want to link with both -ltermcap and -lcurses. | |||
1998-11-19 | ignore out-of-range environment LINES and COLUMNS | Theo de Raadt | |
1998-11-19 | add missing space | Todd C. Miller | |
1998-11-19 | For issetugid case, only ignore $TERMCAP if it is a path | Todd C. Miller | |
1998-11-04 | Some -Wall and use strlcpy | Todd C. Miller | |
1998-11-02 | From ken@FreeBSD.ORG: | Todd C. Miller | |
Fix a curses bug exposed by the ":numbers" display of systat -iostat. This bug showed up when you had more than 3 devices displayed. (thus requiring a second line of display) | |||
1998-10-08 | ignore $TERMCAP if issetugid() | Todd C. Miller | |
1998-07-27 | _OCURSES_H_, not _CURSES_H_ | Todd C. Miller | |
1998-07-23 | unified libtermcap/libocurses | Todd C. Miller | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-06-02 | Install ncurses as -lcurses and <curses.h> | Thorsten Lockert | |
Install BSD curses library as -locurses and <ocurses.h> |