]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20121201
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 2 Dec 2012 02:34:01 +0000 (02:34 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 2 Dec 2012 02:34:01 +0000 (02:34 +0000)
commit286b1e1135a99a4dd5844e5d45af42098155fab5
tree2e8146fe101b42d96486fe5701c724cdba46a081
parent8554ac8f8bb70116fbc962f529168d273e950e2b
ncurses 5.9 - patch 20121201

+ also replace MinGW's wctomb(), fixing a problem with setcchar().
+ modify test/view.c to load UTF-8 when built with MinGW by using
  regular win32 API because the MinGW functions mblen() and mbtowc()
  do not work.
12 files changed:
MANIFEST
NEWS
dist.mk
ncurses/curses.priv.h
ncurses/modules
ncurses/widechar/widechars.c [new file with mode: 0644]
package/debian/changelog
package/ncurses.spec
test/modules
test/test.priv.h
test/view.c
test/widechars.h [new file with mode: 0644]