summaryrefslogtreecommitdiffstats
path: root/lib/libpanel/shlib_version (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable wide character support in ncurses. It is built into libcurses,nicm2010-09-061-1/+1
| | | | | | | | | | | | 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
* Update to ncurses 5.7, with local changes reapplied.nicm2010-01-121-1/+1
| | | | | | | | | 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
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-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
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-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@
* update to ncurses-5.0-19991127millert1999-11-281-1/+1
|
* merge of ncurses-4.1-971129millert1997-12-031-1/+1
|
* libpanel from ncurses 4.1. Post 4.1 patches to be applied in a separate commit.millert1997-11-261-1/+1
|
* SYSV-style panels library; from ncursestholo1996-06-021-0/+2