]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20071013
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 14 Oct 2007 00:38:28 +0000 (00:38 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 14 Oct 2007 00:38:28 +0000 (00:38 +0000)
commit491a3f08b795f494ae17179338c31a11b18fd433
treeee6987155378b85a374d02ff02ae53efbe3edeaf
parent28e9f9700c7bf7280cf9d71304a880b570a0b4ea
ncurses 5.6 - patch 20071013

+ modify makefile rules to allow clear, tput and tset to be built
  without libtic.  The other programs (infocmp, tic and toe) rely on
  that library.
+ add/modify null-pointer checks in several functions for SP and/or
  the WINDOW* parameter (report by Thorben Krueger).
+ fixes for field_buffer() in formw library (see Redhat Bugzilla
  #310071, patches by Miroslav Lichvar).
+ improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
  Lichvar).
+ update/improve mlterm and rxvt terminfo entries, e.g., for
  the modified cursor- and keypad-keys -TD
30 files changed:
NEWS
dist.mk
form/fld_def.c
form/fld_dup.c
form/fld_ftlink.c
form/fld_link.c
form/fld_newftyp.c
form/frm_def.c
form/frm_driver.c
form/fty_alnum.c
form/fty_alpha.c
form/fty_enum.c
form/fty_int.c
form/fty_num.c
form/fty_regex.c
misc/terminfo.src
ncurses/base/lib_addstr.c
ncurses/base/lib_redrawln.c
ncurses/base/lib_restart.c
ncurses/base/lib_slkset.c
ncurses/base/resizeterm.c
ncurses/curses.priv.h
ncurses/tty/hashmap.c
ncurses/tty/tty_update.c
progs/Makefile.in
progs/clear.c
progs/progs.priv.h
progs/toe.c
progs/tput.c
progs/tset.c