]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20070818
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 19 Aug 2007 00:27:58 +0000 (00:27 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 19 Aug 2007 00:27:58 +0000 (00:27 +0000)
commit17e1f876e3a67019cbd46b02fe28232128ac97b4
tree7426e58e40c587a38d4553e30c140ff322018f1d
parentcd858895e9086dadfb3d0a9ae69bc906de6330ea
ncurses 5.6 - patch 20070818

+ add 9term terminal description (request by Juhapekka Tolvanen) -TD
+ modify comp_hash.c's string output to avoid misinterpreting a null
  "\0" followed by a digit.
+ modify MKnames.awk and MKcodes.awk to support big-strings.
  This only applies to the cases (broken linker, reentrant) where
  the corresponding arrays are accessed via wrapper functions.
+ split MKnames.awk into two scripts, eliminating the shell redirection
  which complicated the make process and also the bogus timestamp file
  which was introduced to fix "make -j".
+ add test/test_opaque.c, test/test_arrays.c
+ add wgetscrreg() and wgetparent() for applications that may need it
  when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
20 files changed:
MANIFEST
NEWS
dist.mk
include/MKterm.h.awk.in
include/curses.h.in
man/curs_opaque.3x
misc/terminfo.src
ncurses/Makefile.in
ncurses/base/MKkeyname.awk
ncurses/base/MKlib_gen.sh
ncurses/llib-lncurses
ncurses/llib-lncursesw
ncurses/tinfo/MKcodes.awk [new file with mode: 0644]
ncurses/tinfo/MKnames.awk
ncurses/tinfo/comp_hash.c
test/README
test/modules
test/programs
test/test_arrays.c [new file with mode: 0644]
test/test_opaque.c [new file with mode: 0644]