From: Thomas E. Dickey Date: Sun, 9 Apr 2017 01:34:02 +0000 (+0000) Subject: ncurses 6.0 - patch 20170408 X-Git-Tag: v6.1~42 X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=a924c24b2535cccdc0f5f991cd8ddcadcfa1f0d2;hp=a924c24b2535cccdc0f5f991cd8ddcadcfa1f0d2 ncurses 6.0 - patch 20170408 + change logic in wins_nwstr() to avoid addressing data past the output of mbstowcs(). + correct a call to setcchar() in Data_Entry_w() from 20131207 changes. + fix minor memory-leaks in test-programs. + further improve ifdef in term_entry.h for internal definitions not used by tack. ---