]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20140201
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 2 Feb 2014 00:11:40 +0000 (00:11 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 2 Feb 2014 00:11:40 +0000 (00:11 +0000)
commit4f84dbbd027e85fc88e2c6be466b3237141e027e
tree4681b3c4cf39adcd3aabca3add9c749473844f2d
parent3ee7a3a610ec0b332bf1fd62503327b249a44c73
ncurses 5.9 - patch 20140201

+ add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
  which "short" types are for color pairs and which are color values.
+ fix build for s390x, by correcting field bit offsets in generated
  representation clauses when int=32 long=64 and endian=big, or at
  least on s390x (patch by Nicolas Boulenguez).
+ minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
30 files changed:
Ada95/gen/gen.c
NEWS
c++/cursesw.cc
c++/cursesw.h
dist.mk
include/curses.h.in
include/curses.wide
ncurses/base/lib_chgat.c
ncurses/base/lib_color.c
ncurses/base/lib_colorset.c
ncurses/base/lib_instr.c
ncurses/base/lib_slkatr_set.c
ncurses/base/lib_slkcolor.c
ncurses/curses.priv.h
ncurses/trace/lib_traceatr.c
ncurses/tty/tty_update.c
ncurses/widechar/lib_cchar.c
ncurses/widechar/lib_vid_attr.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/infocmp.c
test/background.c
test/color_set.c
test/form_driver_w.c
test/ncurses.c
test/test.priv.h