History log of /dflybsd-src/lib/libncurses/include/curses.head (Results 1 – 9 of 9)
Revision Date Author Comments
# 2ff0cc30 14-Aug-2020 Daniel Fojt <df@neosystem.org>

Upgrade ncurses. 2/2

- update README.{DELETED,DRAGONFLY}
- adapt Makefiles
- regenerate header files
- import new generated include/comp_userdefs.c
- adjust Symbol.map


# 3eec8774 11-Mar-2016 John Marino <draco@marino.st>

ncurses: Upgrade version 5.9 (20110402) => 6.0 (20160305)

The tic program has been updated at the same time.
The symbol maps were expanded using the vendor symbol maps so they
should be more accurat

ncurses: Upgrade version 5.9 (20110402) => 6.0 (20160305)

The tic program has been updated at the same time.
The symbol maps were expanded using the vendor symbol maps so they
should be more accurate than before. Only one new symbol came in
for the 6.0 version, but I didn't see it present in any library.

For now, the ncurses headers are still being installed. They may
be removed later if dports will support it and it doesn't cause
problem with unix specifications. (On DragonFly, the ncurses
base libraries are private so in theory the headers should be too).

show more ...


# e27e6728 07-Aug-2012 John Marino <draco@marino.st>

ncurses: Fix pkgsrc check and use of ncurses

Without the macro SET_NEED_WCHAR_H defined, the ncurses header will not
include wchar.h which is where the wint_t type is defined. This breaks
any progr

ncurses: Fix pkgsrc check and use of ncurses

Without the macro SET_NEED_WCHAR_H defined, the ncurses header will not
include wchar.h which is where the wint_t type is defined. This breaks
any program loading ncurses.h without defining this macro because several
functions use the wint_t type.

Define wint_t as int if wchar.h isn't included. This fixes the ncurses
check on several pkgsrc configuration checks and allows the package to
build with the system ncurses.

show more ...


# a42c8ee5 13-May-2012 John Marino <draco@marino.st>

ncurses: Add wide-character support

The man pages already indicated wide-character support, but the
libraries weren't properly implemented. Also removed unneeded
libmytinfo. It was an alias for li

ncurses: Add wide-character support

The man pages already indicated wide-character support, but the
libraries weren't properly implemented. Also removed unneeded
libmytinfo. It was an alias for libncurses and four makefiles
referenced both.

show more ...


# ee39cac4 11-May-2012 John Marino <draco@marino.st>

libncurses: Upgrade from version 5.7 to 5.9

For 1100 lines of changes since the release of version 5.7, see
/usr/src/contrib/ncurses/NEWS


# 946ecb11 17-Dec-2009 Jan Lentfer <Jan.Lentfer@web.de>

ncurses: Update master to work with v5.7 in contrib.


# 48d750c1 22-Sep-2005 Jeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>

Enable wide character support in ncurses, since we have it, better make
use of it.

This also enables the wide character functions for ncurses so that we
actually synchronise the library and header f

Enable wide character support in ncurses, since we have it, better make
use of it.

This also enables the wide character functions for ncurses so that we
actually synchronise the library and header files which the manual pages
we install.

Furthermore reflect the SYSTEM_NAME properly (1.1->1.3.6) and update to
reflect the currently installed compiler suites.

show more ...


# 31a6c863 29-Jul-2005 Joerg Sonnenberger <joerg@dragonflybsd.org>

Restore NCURSES_CONST constness.


# 7d1ab061 12-Mar-2005 Eirik Nygaard <eirikn@dragonflybsd.org>

Update ncurses to version 5.4.
The framework has been written from scratch and I moved everything into
lib/libncurses to centralize the build process for it.

The man-pages is modified by the build i

Update ncurses to version 5.4.
The framework has been written from scratch and I moved everything into
lib/libncurses to centralize the build process for it.

The man-pages is modified by the build in the ncurses paged so I have added the
modified man-pages here.

show more ...