]> ncurses.scripts.mit.edu Git - ncurses.git/commit - test/railroad.c
ncurses 5.9 - patch 20130928
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 29 Sep 2013 01:03:55 +0000 (01:03 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 29 Sep 2013 01:03:55 +0000 (01:03 +0000)
commite2dee48666d83c609f7ecced6203ecfdc94e36aa
tree3bacf2764e2c769d433253b2745382943343fad8
parent2e507e7570bd701b27ad8c65adfb612dbc087125
ncurses 5.9 - patch 20130928

+ some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
  it lacks some common functions such as use_env() which is not yet
  addressed.
+ build-fix and some compiler warning fixes for ncurses-examples with
  OpenBSD 5.3
+ fix a possible null-pointer reference in a trace message from newterm.
+ quiet a few warnings from NetBSD 6.0 namespace pollution by
  nonstandard popcount() function in standard strings.h header.
+ ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
+ fix a few overlooked places for --enable-string-hacks option.
30 files changed:
NEWS
c++/cursesmain.cc
dist.mk
ncurses/base/lib_newterm.c
ncurses/tinfo/getenv_num.c
ncurses/tinfo/lib_tparm.c
ncurses/tinfo/make_hash.c
ncurses/tinfo/write_entry.c
package/debian/changelog
package/mingw-ncurses.spec
package/ncurses.spec
progs/tput.c
test/cardfile.c
test/demo_defkey.c
test/demo_forms.c
test/demo_menus.c
test/demo_terminfo.c
test/dots.c
test/dots_mvcur.c
test/dots_termcap.c
test/edit_field.c
test/gdc.c
test/hanoi.c
test/ncurses.c
test/railroad.c
test/tclock.c
test/test.priv.h
test/test_vid_puts.c
test/test_vidputs.c
test/view.c