summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/shlib_version (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-1/+1
| | | | | | | | 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@
* Crank major because the type of the "ospeed" variable changed frommillert2000-10-241-2/+2
| | | | speed_t (u_int) to short to match historic termcap usage.
* Update to ncurses-5.0-20000325millert2000-03-261-1/+1
|
* update to ncurses-5.0-20000311millert2000-03-131-1/+1
|
* Enable extended cap names. Previously, the only allowed cap names weremillert2000-01-081-2/+2
| | | | | | | | | | | | | those explicitly listed in term.h. With extended names, non-standard terminfo/termcap capabilities are passed through for those programs that want to use them (screen for instance). This changes struct term and therefor requires a library major increment. It also requires changing how the terminfo.db file is parsed. Previously, it was parsed like: foreach cap (all_possible_caps) if ( is_listed(cap) ) add_cap(cap) However, now that we can't know the set of all possible capabilities we need to convert the buffer we get back from cgetent into one that looks more like a terminfo entry and pass it through to the ncurses terminfo parsing routines. This also enables tic's -x flag.
* update to ncurses-5.0-19991127millert1999-11-281-1/+1
|
* ncurses-4.2-990116millert1999-01-181-1/+1
|
* ncurses-4.2-980718millert1998-07-231-2/+2
|
* Use _ti_get_screensize() from libtermlib to update screen size if changedmillert1998-01-171-1/+1
| | | | | | after a program is suspended. Define EXTERN_TERMINFO in curses.h. Update to ncurses-4.1-980103 and crank minor.
* Merge of ncurses-4.1-971129millert1997-12-031-1/+1
|
* ncurses 4.1 + changes to work with our terminfo libs (instead ofmillert1997-11-261-2/+2
| | | | | the ncurses ones). Changes are #ifdef EXTERN_TERMINFO. Post 4.1 patches will be applied in a separate commit.
* Generate library versions of macro implementations as welltholo1996-12-161-1/+1
|
* Add file that got accidentally removed with curses upgrade; also bumptholo1996-06-021-0/+2
| | | | major version number on shared library
* Install ncurses as -lcurses and <curses.h>tholo1996-06-021-2/+0
| | | | Install BSD curses library as -locurses and <ocurses.h>
* initial import of NetBSD treederaadt1995-10-181-0/+2