summaryrefslogtreecommitdiffstats
path: root/lib/libmenu
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13Also remove tbl files from CLEANFILES now they are not generated.nicm1-2/+1
2019-02-13Remove obsolete tbl suffix from ncurses man pages, no objections fromnicm2-6/+3
millert.
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSguenther1-5/+1
contains -g by default anyway problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com) ok millert@ kettenis@ deraadt@
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-28/+1
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
2016-03-26fix the last bunch of NAME sections that were overlooked earlierschwarze7-28/+33
such that the MLINKS removal can be committed after this; OK jmc@
2015-11-15update NAME; ok nicm schwarzejmc14-42/+61
2015-01-23More missing $OpenBSD$.krw2-2/+4
ok nicm@
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther1-1/+1
members to 64bit types. Assign new syscall numbers for (almost all) the syscalls that involve the affected types, including anything with time_t, timeval, itimerval, timespec, rusage, dirent, stat, or kevent arguments. Add a d_off member to struct dirent and replace getdirentries() with getdents(), thus immensely simplifying and accelerating telldir/seekdir. Build perl with -DBIG_TIME. Bump the major on every single base library: the compat bits included here are only good enough to make the transition; the T32 compat option will be burned as soon as we've reached the new world are are happy with the snapshots for all architectures. DANGER: ABI incompatibility. Updating to this kernel requires extra work or you won't be able to login: install a snapshot instead. Much assistance in fixing userland issues from deraadt@ and tedu@ and build assistance from todd@ and otto@
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan1-2/+1
ok guenther@
2011-06-23switch to installing source manuals (base part)schwarze1-2/+6
discussed with lots of people, tested by naddy@, "move fast" deraadt@
2010-09-06Enable wide character support in ncurses. It is built into libcurses,nicm2-1/+15
libform, libmenu, libpanel and each library is also linked to a corresponding "w" version. This is a major bump for all four libraries. Thanks to landry, stsp, sthen, naddy, oga, Martin Pieuchot, and anyone else I've forgotten for testing. ok naddy krw deraadt
2010-01-12Update to ncurses 5.7, with local changes reapplied.nicm57-1394/+1812
This is around eight years worth of changes (previously we were around ncurses 5.2), too many to list - many bug fixes and also a few new functions. A major bump for libcurses, libpanel, libform and libmenu. ok deraadt
2005-11-24use WANTLINT= (on all architectures)deraadt1-0/+1
2004-07-13errno changes, lib major version bumps, and general flag daymarc1-1/+1
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 Yanovichjmc1-2/+2
passed back to curses people;
2003-04-04strcpy -> strlcpytdeval1-2/+2
ok deraadt@
2003-01-05spellingderaadt1-2/+2
2002-12-03Crank all library major numbers. Needed due to the fact that wemillert1-2/+2
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-20010114millert28-228/+289
2000-10-08update to ncurses-5.1-20001007millert1-3/+3
2000-07-24Update to ncurses-5.1-20000722millert4-19/+23
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron1-2/+2
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
1999-11-17remove extraneous backslashmillert1-1/+1
1999-11-17add MLINKsmillert1-0/+27
1999-05-17ncurses-4.2-990516; no code changesmillert30-86/+86
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theaaron2-4/+4
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
1999-05-08ncurses-4.2-990424millert3-7/+9
1999-02-24updates from ncurses-4.2-990220millert2-5/+12
1999-01-22updates changes from latest ncursesmillert25-331/+469
1998-09-17ncurses-4.2-980912millert20-60/+60
1998-07-24libmenu from ncurses-4.2-980718millert55-724/+1779
1998-07-24don't need thesemillert2-345/+0
1997-12-14ncurses-4.1-971213millert25-197/+558
1997-12-03merge of ncurses-4.1-971129millert33-352/+550
1997-11-26libmenu from ncurses 4.1. Post 4.1 patches to be applied in a separate commit.millert43-696/+1241
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1-1/+1
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}downsj1-1/+1
1996-06-02Remove garbage from importtholo1-66/+0
1996-06-02SYSV-style menu library; from ncursestholo42-0/+4828