]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.1 - patch 20180303
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 4 Mar 2018 02:17:44 +0000 (02:17 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 4 Mar 2018 02:17:44 +0000 (02:17 +0000)
commit2017ab0e60ca857accae38a01252e0cbdf5f1efe
tree61c4ee0e7a56254b4cd0389d10dec25b2ef319ea
parente348f7adec279f5453349ad13246a952a16e2094
ncurses 6.1 - patch 20180303

+ modify TurnOn/TurnOff macros in lib_vidattr.c and lib_vid_attr.c to
  avoid expansion of "CUR" in trace.
+ improve a few lintian warnings in test-packages.
+ modify lib_setup to avoid calling pthread_self() without first
  verifying that the address is valid, i.e., for weak symbols
  (report/patch by Werner Fink).
+ modify generated terminfo.5 to not use "expand" and related width
  on the last column of tables, making layout on wide terminals look
  better (adapted from patch by Kir Kolyshkin).
+ add a category to report_offsets, e.g., "w" for wide-character, "t"
  for threads to make the report more readable.  Reorganized the
  structures reported to make the categories more apparent.
+ simplify some ifdef's for extended-colors.
+ add NCURSES_GLOBALS and NCURSES_PRESCREEN to report_offsets, to show
  how similar the different tinfo configurations are.
28 files changed:
MANIFEST
NEWS
VERSION
dist.mk
man/MKterminfo.sh
ncurses/Makefile.in
ncurses/base/lib_color.c
ncurses/base/lib_freeall.c
ncurses/base/lib_slkcolor.c
ncurses/base/new_pair.c
ncurses/curses.priv.h
ncurses/new_pair.h
ncurses/report_offsets.c
ncurses/tinfo/lib_data.c
ncurses/tinfo/lib_setup.c
ncurses/tty/lib_mvcur.c
ncurses/tty/lib_vidattr.c
ncurses/widechar/lib_vid_attr.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/debian/ncurses6.lintian-overrides
package/debian/ncurses6.triggers [new file with mode: 0644]
package/debian/ncursest6.lintian-overrides
package/debian/ncursest6.triggers [new file with mode: 0644]
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec