]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20100424
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 25 Apr 2010 01:40:39 +0000 (01:40 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 25 Apr 2010 01:40:39 +0000 (01:40 +0000)
commit11dead39816318fe9601e27756b9497caf7ff490
tree01dc547ff575cf5038c3027dc6f670129d94d13e
parent614f0d6711aad3f1a99c149cc533e74f8af3c444
ncurses 5.7 - patch 20100424

+ fix some strict compiler warnings in ncurses library.
+ modify configure macro CF_HEADER_PATH to not look for variations in
  the predefined include directories.
+ improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
  with gcc 4.x's c89 alias, which gives warning messages for cases
  where older versions would produce an error.
22 files changed:
NEWS
aclocal.m4
configure
dist.mk
ncurses/base/lib_addch.c
ncurses/base/lib_box.c
ncurses/base/lib_color.c
ncurses/base/lib_mouse.c
ncurses/base/lib_newterm.c
ncurses/base/lib_newwin.c
ncurses/base/lib_pad.c
ncurses/base/lib_set_term.c
ncurses/curses.priv.h
ncurses/tinfo/alloc_ttype.c
ncurses/tinfo/init_keytry.c
ncurses/tinfo/lib_kernel.c
ncurses/tinfo/lib_raw.c
ncurses/tinfo/make_keys.c
ncurses/tinfo/parse_entry.c
ncurses/tinfo/read_entry.c
ncurses/tty/hardscroll.c
ncurses/tty/hashmap.c