summaryrefslogtreecommitdiffstats
path: root/lib/ncurses
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2008-11-15 09:23:48 +0000
committerrafan <rafan@FreeBSD.org>2008-11-15 09:23:48 +0000
commitf5d83322529691706652e1ae0137d16f59d4e367 (patch)
treeb736f10477d660dd3f6822f50c28f2899139567c /lib/ncurses
parentfe573b41d7842682795440ba8e319fc72acc3bf8 (diff)
parentd078158b4620b1f1230c46d47fefc1263619ac98 (diff)
downloadFreeBSD-src-f5d83322529691706652e1ae0137d16f59d4e367.zip
FreeBSD-src-f5d83322529691706652e1ae0137d16f59d4e367.tar.gz
- Update ncurses to 5.7-20081102 (5.7 release) and build glue
- This also removes $FreeBSD$ from two now unmodifed source files ncurses/tinfo/lib_raw.c and ncurses/tinfo/lib_baudrate.c MFC after: 2 months (after 7.1 and 6.4 are released)
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile3
-rw-r--r--lib/ncurses/ncurses/ncurses_cfg.h8
2 files changed, 9 insertions, 2 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index 00ae993..59f7c35 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -487,6 +487,7 @@ MAN= \
curs_inwstr.3 \
curs_kernel.3 \
curs_legacy.3 \
+ curs_memleaks.3 \
curs_mouse.3 \
curs_move.3 \
curs_opaque.3 \
@@ -741,6 +742,8 @@ MLINKS= ncurses.3 curses.3 \
curs_legacy.3 getmaxy.3 \
curs_legacy.3 getparx.3 \
curs_legacy.3 getpary.3 \
+ curs_memleaks.3 _nc_free_and_exit.3 \
+ curs_memleaks.3 _nc_freeall.3 \
curs_mouse.3 getmouse.3 \
curs_mouse.3 mouse_trafo.3 \
curs_mouse.3 mouseinterval.3 \
diff --git a/lib/ncurses/ncurses/ncurses_cfg.h b/lib/ncurses/ncurses/ncurses_cfg.h
index 3b00b74..42570c9 100644
--- a/lib/ncurses/ncurses/ncurses_cfg.h
+++ b/lib/ncurses/ncurses/ncurses_cfg.h
@@ -138,13 +138,13 @@
#define HAVE_VSNPRINTF 1
#define HAVE_VSSCANF 1
#define HAVE_WCTYPE_H 1
-#define HAVE_WORKING_POLL 1
#define HAVE_WRESIZE 1
+#define IOSTREAM_NAMESPACE 1
#define MIXEDCASE_FILENAMES 1
#define NCURSES_EXT_FUNCS 1
#define NCURSES_NO_PADDING 1
#define NCURSES_PATHSEP ':'
-#define NCURSES_VERSION_STRING "5.6.20080503"
+#define NCURSES_VERSION_STRING "5.7.20081102"
#define NDEBUG 1
#define RETSIGTYPE void
#define SIG_ATOMIC_T volatile sig_atomic_t
@@ -168,8 +168,12 @@
#define HAVE_MBLEN 1
#define HAVE_MBRLEN 1
#define HAVE_MBRTOWC 1
+#define HAVE_MBSRTOWCS 1
+#define HAVE_MBSTOWCS 1
#define HAVE_MBTOWC 1
#define HAVE_PUTWC 1
+#define HAVE_WCSRTOMBS 1
+#define HAVE_WCSTOMBS 1
#define HAVE_WCTOB 1
#define HAVE_WCTOMB 1
#define NEED_WCHAR_H 1
OpenPOWER on IntegriCloud