]> ncurses.scripts.mit.edu Git - ncurses.git/commit - man/curs_addch.3x
ncurses 5.6 - patch 20061230
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 Dec 2006 02:11:39 +0000 (02:11 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 Dec 2006 02:11:39 +0000 (02:11 +0000)
commitf70db18a0c3c6a828d8a5999be37239f01c9d98a
tree1125ef1f732806a8e01fca6756c6653db21a9bfb
parent6f8ad7d77b390ee433a283e1c5175bcb67317674
ncurses 5.6 - patch 20061230

+ modify configure check for libtool's version to trim blank lines
  (report by sci-fi@hush.ai).
+ modify some modules to allow them to be reentrant if _REENTRANT is
  defined: lib_baudrate.c, resizeterm.c (local data only)
+ eliminate static data from some modules: add_tries.c, hardscroll.c,
  lib_ttyflags.c, lib_twait.c
+ improve manpage install to add aliases for the transformed program
  names, e.g., from --program-prefix.
+ used linklint to verify links in the HTML documentation, made fixes
  to manpages as needed.
+ fix a typo in curs_mouse.3x (report by William McBrine).
+ fix install-rule for ncurses5-config to make the bin-directory.
98 files changed:
NEWS
aclocal.m4
c++/headers
configure
dist.mk
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_add_wch.3x.html
doc/html/man/curs_addch.3x.html
doc/html/man/curs_extend.3x.html
doc/html/man/curs_getcchar.3x.html
doc/html/man/curs_insstr.3x.html
doc/html/man/curs_mouse.3x.html
doc/html/man/curs_printw.3x.html
doc/html/man/curs_scanw.3x.html
doc/html/man/curs_scr_dump.3x.html
doc/html/man/curs_termcap.3x.html
doc/html/man/curs_terminfo.3x.html
doc/html/man/curs_util.3x.html
doc/html/man/default_colors.3x.html
doc/html/man/form.3x.html
doc/html/man/form_field_new.3x.html
doc/html/man/form_field_validation.3x.html
doc/html/man/index.html
doc/html/man/infocmp.1m.html
doc/html/man/infotocap.1m.html
doc/html/man/legacy_coding.3x.html
doc/html/man/menu.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/panel.3x.html
doc/html/man/term.5.html
doc/html/man/term.7.html
doc/html/man/terminfo.5.html
doc/html/man/tic.1m.html
doc/html/man/toe.1m.html
doc/html/man/tput.1.html
doc/html/man/tset.1.html
doc/html/ncurses-intro.html
form/headers
include/headers
man/Makefile.in
man/captoinfo.1m
man/clear.1
man/curs_add_wch.3x
man/curs_addch.3x
man/curs_extend.3x
man/curs_getcchar.3x
man/curs_insstr.3x
man/curs_mouse.3x
man/curs_printw.3x
man/curs_scanw.3x
man/curs_scr_dump.3x
man/curs_termcap.3x
man/curs_terminfo.3x
man/curs_util.3x
man/default_colors.3x
man/form_field_new.3x
man/form_field_validation.3x
man/infocmp.1m
man/infotocap.1m
man/legacy_coding.3x
man/man_db.renames
man/ncurses.3x
man/term.5
man/term.7
man/terminfo.head
man/terminfo.tail
man/tic.1m
man/toe.1m
man/tput.1
man/tset.1
menu/headers
misc/Makefile.in
ncurses/base/MKunctrl.awk
ncurses/base/define_key.c
ncurses/base/key_defined.c
ncurses/base/keyok.c
ncurses/base/lib_color.c
ncurses/base/lib_freeall.c
ncurses/base/lib_getch.c
ncurses/base/lib_mouse.c
ncurses/base/lib_set_term.c
ncurses/base/resizeterm.c
ncurses/base/tries.c
ncurses/curses.priv.h
ncurses/tinfo/add_tries.c
ncurses/tinfo/init_keytry.c
ncurses/tinfo/lib_baudrate.c
ncurses/tinfo/lib_options.c
ncurses/tinfo/lib_tparm.c
ncurses/tinfo/lib_ttyflags.c
ncurses/trace/trace_tries.c
ncurses/tty/hardscroll.c
ncurses/tty/hashmap.c
ncurses/tty/lib_tstp.c
ncurses/tty/lib_twait.c
panel/headers
test/programs