Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1997-01-05 | HOSTCC; from rahnds | Theo de Raadt | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-10-12 | Make mvcur() a weak symbol where supported | Thorsten Lockert | |
1996-09-21 | Make vidattr() and vidputs() weak bindings, avoids problems with linking to | Thorsten Lockert | |
the curses library on some platforms (and the curses library has more complete implementation of them). | |||
1996-08-31 | Avoid crashing when buggy applications check for capabilities without | Thorsten Lockert | |
setting up terminal description first | |||
1996-05-31 | Terminfo emulation library; currently understands only about reading from | Thorsten Lockert | |
termcap database using cgetent(3) |