summaryrefslogtreecommitdiff
path: root/lib/libmenu
AgeCommit message (Collapse)Author
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
2003-10-22carefull -> careful; from Jared YanovichJason McIntyre
passed back to curses people;
2003-04-04strcpy -> strlcpyThierry Deval
ok deraadt@
2003-01-05spellingTheo de Raadt
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
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@
2001-01-22Update to ncurses-5.2-20010114Todd C. Miller
2000-10-08update to ncurses-5.1-20001007Todd C. Miller
2000-07-24Update to ncurses-5.1-20000722Todd C. Miller
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
1999-11-17remove extraneous backslashTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-05-17ncurses-4.2-990516; no code changesTodd C. Miller
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
1999-05-08ncurses-4.2-990424Todd C. Miller
1999-02-24updates from ncurses-4.2-990220Todd C. Miller
1999-01-22updates changes from latest ncursesTodd C. Miller
1998-09-17ncurses-4.2-980912Todd C. Miller
1998-07-24libmenu from ncurses-4.2-980718Todd C. Miller
1998-07-24don't need theseTodd C. Miller
1997-12-14ncurses-4.1-971213Todd C. Miller
1997-12-03merge of ncurses-4.1-971129Todd C. Miller
1997-11-26libmenu from ncurses 4.1. Post 4.1 patches to be applied in a separate commit.Todd C. Miller
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd 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-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-06-02Remove garbage from importThorsten Lockert
1996-06-02SYSV-style menu library; from ncursesThorsten Lockert