]> ncurses.scripts.mit.edu Git - ncurses.git/commit - progs/dump_entry.c
ncurses 5.9 - patch 20131214
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 15 Dec 2013 02:33:31 +0000 (02:33 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 15 Dec 2013 02:33:31 +0000 (02:33 +0000)
commitcc387b11f421650091d84640e05825ea5161ac66
tree46f1b6ac1a18f03f86cf7ac036919ad06749f80a
parent02788b9c63ac2668473510a98fa151ecc0fb1e39
ncurses 5.9 - patch 20131214

+ modify configure-script/ifdef's to allow OLD_TTY feature to be
  suppressed if the type of ospeed is configured using the option
  --with-ospeed to not be a short.  By default, it is a short for
  termcap-compatibility (adapted from suggestion by Christian
  Weisgerber).
+ correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
  cf: 20061230).
+ fix a few -Wlogical-op warnings.
+ updated llib-l* files.
35 files changed:
NEWS
configure
configure.in
dist.mk
form/llib-lformtw
form/llib-lformw
include/nc_string.h
include/ncurses_defs
ncurses/llib-lncurses
ncurses/llib-lncursest
ncurses/llib-lncursestw
ncurses/llib-lncursesw
ncurses/llib-ltict [new file with mode: 0644]
ncurses/llib-ltinfo
ncurses/llib-ltinfot [new file with mode: 0644]
ncurses/llib-ltinfotw
ncurses/llib-ltinfow
ncurses/tinfo/db_iterator.c
ncurses/tinfo/hashed_db.c
ncurses/tinfo/lib_baudrate.c
ncurses/tinfo/lib_options.c
ncurses/tinfo/read_entry.c
ncurses/tinfo/read_termcap.c
ncurses/tinfo/write_entry.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/dump_entry.c
progs/dump_entry.h
progs/infocmp.c
progs/toe.c
progs/tset.c