1 -------------------------------------------------------------------------------
2 -- Copyright (c) 1998-2011,2012 Free Software Foundation, Inc. --
4 -- Permission is hereby granted, free of charge, to any person obtaining a --
5 -- copy of this software and associated documentation files (the --
6 -- "Software"), to deal in the Software without restriction, including --
7 -- without limitation the rights to use, copy, modify, merge, publish, --
8 -- distribute, distribute with modifications, sublicense, and/or sell copies --
9 -- of the Software, and to permit persons to whom the Software is furnished --
10 -- to do so, subject to the following conditions: --
12 -- The above copyright notice and this permission notice shall be included --
13 -- in all copies or substantial portions of the Software. --
15 -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS --
16 -- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF --
17 -- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN --
18 -- NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, --
19 -- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR --
20 -- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE --
21 -- USE OR OTHER DEALINGS IN THE SOFTWARE. --
23 -- Except as contained in this notice, the name(s) of the above copyright --
24 -- holders shall not be used in advertising or otherwise to promote the --
25 -- sale, use or other dealings in this Software without prior written --
27 -------------------------------------------------------------------------------
28 -- $Id: NEWS,v 1.1907 2012/05/26 21:15:19 tom Exp $
29 -------------------------------------------------------------------------------
31 This is a log of changes that ncurses has gone through since Zeyd started
32 working with Pavel Curtis' original work, pcurses, in 1992.
34 Changes through 1.9.9e are recorded by Zeyd M Ben-Halim.
35 Changes since 1.9.9e are recorded by Thomas E Dickey.
37 Contributors include those who have provided patches (even small ones), as well
38 as those who provide useful information (bug reports, analyses). Changes with
39 no cited author are the work of Thomas E Dickey (TD).
41 A few contributors are given in this file by their initials.
42 They each account for one percent or more of the changes since 1.9.9e.
43 See the AUTHORS file for the corresponding full names.
45 Changes through 1.9.9e did not credit all contributions;
46 it is not possible to add this information.
49 + extend -c and -n options of infocmp to allow comparing more than two
51 + correct check in infocmp for number of terminal names when more than
53 + correct typo in curs_threads.3x (report by Yanhui Shen on
54 freebsd-hackers mailing list).
57 + corrected 'op' for bterm (report by Samuel Thibault) -TD
58 + modify test/background.c to demonstrate a background character
59 holding a colored ACS_HLINE. The behavior differs from SVr4 due to
60 the thick- and double-line extension (cf: 20091003).
61 + modify handling of acs characters in PutAttrChar to avoid mapping an
62 unmapped character to a space with A_ALTCHARSET set.
63 + rewrite vt520 entry based on vt420 -TD
66 + remove p6 (bold) from opus3n1+ for consistency -TD
67 + remove acs stuff from env230 per clues in Ingres termcap -TD
68 + modify env230 sgr/sgr0 to match other capabilities -TD
69 + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
70 + make sgr for dku7202 agree with other caps -TD
71 + make sgr for ibmpc agree with other caps -TD
72 + make sgr for tek4107 agree with other caps -TD
73 + make sgr for ndr9500 agree with other caps -TD
74 + make sgr for sco-ansi agree with other caps -TD
75 + make sgr for d410 agree with other caps -TD
76 + make sgr for d210 agree with other caps -TD
77 + make sgr for d470c, d470c-7b agree with other caps -TD
78 + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
79 + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
80 configured with --enable-termcap and --disable-getcap.
83 + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
84 + add eslok flag to dec+sl -TD
85 + dec+sl applies to vt320 and up -TD
86 + drop wsl width from xterm+sl -TD
87 + reuse xterm+sl in putty and nsca-m -TD
88 + add ansi+tabs to vt520 -TD
89 + add ansi+enq to vt220-vt520 -TD
90 + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
91 + added paragraph in keyname manpage telling how extended capabilities
92 are interpreted as key definitions.
93 + modify tic's check of conflicting key definitions to include extended
94 capability strings in addition to the existing check on predefined
98 + improve cleanup of temporary files in tic using atexit().
99 + add msgr to vt420, similar DEC vtXXX entries -TD
100 + add several missing vt420 capabilities from vt220 -TD
101 + factor out ansi+pp from several entries -TD
102 + change xterm+sl and xterm+sl-twm to include only the status-line
103 capabilities and not "use=xterm", making them more generally useful
104 as building-blocks -TD
105 + add dec+sl building block, as example -TD
108 + add XT to some terminfo entries to improve usefulness for other
109 applications than screen, which would like to pretend that xterm's
110 title is a status-line. -TD
111 + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
112 of ordering and overrides -TD
113 + add consistency check in tic for screen's "XT" capability.
114 + add section in terminfo.src summarizing the user-defined capabilities
115 used in that file -TD
118 + fix an inconsistency between tic/infocmp "-x" option; tic omits all
119 non-standard capabilities, while infocmp was ignoring only the user
120 definable capabilities.
121 + improve special case in tic parsing of description to allow it to be
122 followed by terminfo capabilities. Previously the description had to
123 be the last field on an input line to allow tic to distinguish
124 between termcap and terminfo format while still allowing commas to be
125 embedded in the description.
126 + correct variable name in gen_edit.sh which broke configurability of
127 the --with-xterm-kbs option.
128 + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
129 + further amend 20110910 change, providing for configure-script
130 override of the "linux" terminfo entry to install and changing the
131 default for that to "linux2.2" (Debian #665959).
134 + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
135 + correct order of use-clauses in st-256color -TD
136 + modify configure script to look for gnatgcc if the Ada95 binding
137 is built, in preference to the default gcc/cc (suggested by
139 + modify configure script to ensure that the same -On option used for
140 the C compiler in CFLAGS is used for ADAFLAGS rather than simply
141 using "-O3" (suggested by Nicolas Boulenguez)
144 + amend an old fix so that next_char() exits properly for empty files,
145 e.g., from reading /dev/null (cf: 20080804).
146 + modify tic so that it can read from the standard input, or from
147 a character device. Because tic uses seek's, this requires writing
148 the data to a temporary file first (prompted by remark by Sven
149 Joachim) (cf: 20000923).
152 + correct a check made in lib_napms.c, so that terminfo applications
153 can again use napms() (cf: 20110604).
154 + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
156 + correct scripting for --disable-echo option in test/configure.
157 + amend check for missing c++ compiler to work when no error is
158 reported, and no variables set (cf: 20021206).
159 + add/use configure macro CF_DISABLE_ECHO.
162 + fix some strict compiler warnings for abi6 and 64-bits.
163 + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
164 + improve a limit-check in infocmp.c (Werner Fink):
167 + minor tidying of terminfo.tail, clarify reason for limitation
168 regarding mapping of \0 to \200
169 + minor improvement to _nc_copy_termtype(), using memcpy to replace
171 + fix no-leaks checking in test/demo_termcap.c to account for multiple
172 calls to setupterm().
173 + modified the libgpm change to show previous load as a problem in the
175 > merge some patches from OpenSUSE rpm (Werner Fink):
176 + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
177 + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
179 + ncurses-5.6-fallback.dif, do not free arrays and strings from static
183 + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
186 + modify configure script to allow creating dll's for MinGW when
188 + add --enable-string-hacks option to control whether strlcat and
189 strlcpy may be used. The same issue applies to OpenBSD's warnings
190 about snprintf, noting that this function is weakly standardized.
191 + add configure checks for strlcat, strlcpy and snprintf, to help
192 reduce bogus warnings with OpenBSD builds.
193 + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
195 + update config.guess, config.sub
198 + correct CF_ETIP_DEFINES configure macro, making it exit properly on
199 the first success (patch by Pierre Labastie).
200 + improve configure macro CF_MKSTEMP by moving existence-check for
201 mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
202 + improve configure macro CF_FUNC_POLL from luit changes to detect
203 broken implementations, e.g., with Mac OS X.
204 + add configure option --with-tparm-arg
205 + build-fix for MinGW cross-compiling, so that make_hash does not
206 depend on TTY definition (cf: 20111008).
209 + make sgr for xterm-pcolor agree with other caps -TD
210 + make sgr for att5425 agree with other caps -TD
211 + make sgr for att630 agree with other caps -TD
212 + make sgr for linux entries agree with other caps -TD
213 + make sgr for tvi9065 agree with other caps -TD
214 + make sgr for ncr260vt200an agree with other caps -TD
215 + make sgr for ncr160vt100pp agree with other caps -TD
216 + make sgr for ncr260vt300an agree with other caps -TD
217 + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
218 + make sgr for cygwin, cygwinDBG agree with other caps -TD
219 + add configure option --with-xterm-kbs to simplify configuration for
220 Linux versus most other systems.
223 + improved tic -D option, avoid making target directory and provide
227 + add mach-gnu (Debian #614316, patch by Samuel Thibault)
228 + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
229 + make sgr for sun-color agree with smso -TD
230 + make sgr for prism9 agree with other caps -TD
231 + make sgr for icl6404 agree with other caps -TD
232 + make sgr for ofcons agree with other caps -TD
233 + make sgr for att5410v1, att4415, att620 agree with other caps -TD
234 + make sgr for aaa-unk, aaa-rv agree with other caps -TD
235 + make sgr for avt-ns agree with other caps -TD
236 + amend fix intended to separate fixups for acsc to allow "tic -cv" to
237 give verbose warnings (cf: 20110730).
238 + modify misc/gen-edit.sh to make the location of the tabset directory
239 consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
240 (Debian #653435, patch by Sven Joachim).
243 + add --with-lib-prefix option to allow configuring for old/new flavors
245 + modify check for gnat version to allow for year, as used in FreeBSD
247 + modify check_existence() in db_iterator.c to simply check if the
248 path is a directory or file, according to the need. Checking for
249 directory size also gives no usable result with OS/2 (cf: 20120107).
250 + support OS/2 kLIBC (patch by KO Myung-Han).
253 + several improvements to test/movewindow.c (prompted by discussion on
255 + modify movement commands to make them continuous
256 + rewrote the test for mvderwin
257 + rewrote the test for recursive mvwin
258 + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
259 + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
261 + regenerated html manpages.
264 + various improvments for MinGW (Juergen Pfeifer):
265 + modify stat() calls to ignore the st_size member
266 + drop mk-dlls.sh script.
267 + change recommended regular expression library.
268 + modify rain.c to allow for threaded configuraton.
269 + modify tset.c to allow for case when size-change logic is not used.
272 + modify toe's report when -a and -s options are combined, to add
273 a column showing which entries belong to a given database.
274 + add -s option to toe, to sort its output.
275 + modify progs/toe.c, simplifying use of db-iterator results to use
276 caching improvements from 20111001 and 20111126.
277 + correct generation of pc-files when ticlib or termlib options are
278 given to rename the corresponding tic- or tinfo-libraries (report
282 + document a portability issue with tput, i.e., that scripts which work
283 with ncurses may fail in other implementations that do no parameter
285 + add putty-sco entry -TD
288 + review/fix places in manpages where --program-prefix configure option
290 + add -D option to infocmp, to show the database locations that it
292 + fix build for the special case where term-driver, ticlib and termlib
293 are all enabled. The terminal driver depends on a few features in
294 the base ncurses library, so tic's dependencies include both ncurses
296 + fix build work for term-driver when --enable-wgetch-events option is
298 + use <stdint.h> types to fix some questionable casts to void*.
301 + modify configure script to check if thread library provides
302 pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
303 + modify configure script to suppress check to define _XOPEN_SOURCE
304 for IRIX64, since its header files have a conflict versus
306 + modify configure script to add ".pc" files for tic- and
307 tinfo-libraries, which were omitted in recent change (cf: 20111126).
308 + fix inconsistent checks on $PKG_CONFIG variable in configure script.
311 + modify configure-check for etip.h dependencies, supplying a temporary
312 copy of ncurses_dll.h since it is a generated file (prompted by
314 + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
317 + correct database iterator's check for duplicate entries
319 + modify database iterator to ignore $TERMCAP when it is not an
321 + add -D option to tic, to show the database locations that it could
323 + improve description of database locations in tic manpage.
324 + modify the configure script to generate a list of the ".pc" files to
325 generate, rather than deriving the list from the libraries which have
326 been built (patch by Mike Frysinger).
327 + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
328 ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
329 from patch by Mike Frysinger).
332 + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
333 from curses.priv.h, fixing a regression with IRIX64 and Tru64
335 + modify _nc_tic_dir() to ensure that its return-value is nonnull,
336 i.e., the database iterator was not initialized. This case is needed
337 to when tic is translating to termcap, rather than loading the
338 database (cf: 20111001).
341 + add pccon entries for OpenBSD console (Alexei Malinin).
342 + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
343 600 to work around inconsistent ifdef'ing of wcstof between C and
345 + modify capconvert script to accept more than exact match on "xterm",
346 e.g., the "xterm-*" variants, to exclude from the conversion (patch
348 + add -lc_r as alternative for -lpthread, allows build of threaded code
349 in older FreeBSD machines.
350 + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
351 _POSIX_SOURCE are defined.
352 + fix a typo misc/Makefile.in, used in uninstalling pc-files.
355 + modify make_db_path() to allow creating "terminfo.db" in the same
356 directory as an existing "terminfo" directory. This fixes a case
357 where switching between hashed/filesystem databases would cause the
358 new hashed database to be installed in the next best location -
359 root's home directory.
360 + add variable cf_cv_prog_gnat_correct to those passed to
361 config.status, fixing a problem with Ada95 builds (cf: 20111022).
362 + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
363 accommodate broken implementations for _XPG6.
364 + eliminate usage of NULL symbol from etip.h, to reduce header
366 + add configure check to decide when to add _XOPEN_SOURCE define to
367 compiler options, i.e., for Solaris 10 and later (cf: 20100403).
368 This is a workaround for gcc 4.6, which fails to build the c++
369 binding if that symbol is defined by the application, due to
370 incorrectly combining the corresponding feature test macros
371 (report by Peter Kruse).
374 + correct logic for discarding mouse events, retaining the partial
375 events used to build up click, double-click, etc, until needed
377 + fix configure script to avoid creating unused Ada95 makefile when
379 + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
380 internal functions of libncurses. The external interface of courses
381 uses bool, which still produces these warnings.
384 + improve description of --disable-tic-depends option to make it
385 clear that it may be useful whether or not the --with-termlib
386 option is also given (report by Sven Joachim).
387 + amend termcap equivalent for set_pglen_inch to use the X/Open
388 "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
389 + improve manpage for tgetent differences from termcap library.
392 + moved static data from db_iterator.c to lib_data.c
393 + modify db_iterator.c for memory-leak checking, fix one leak.
394 + modify misc/gen-pkgconfig.in to use Requires.private for the parts
395 of ncurses rather than Requires, as well as Libs.private for the
396 other library dependencies (prompted by Debian #644728).
399 + modify tic "-K" option to only set the strict-flag rather than force
400 source-output. That allows the same flag to control the parser for
401 input and output of termcap source.
402 + modify _nc_getent() to ignore backslash at the end of a comment line,
403 making it consistent with ncurses' parser.
404 + restore a special-case check for directory needed to make termcap
405 text files load as if they were databases (cf: 20110924).
406 + modify tic's resolution/collision checking to attempt to remove the
407 conflicting alias from the second entry in the pair, which is
408 normally following in the source file. Also improved the warning
409 message to make it simpler to see which alias is the problem.
410 + improve performance of the database iterator by caching search-list.
413 + add a missing "else" in changes to _nc_read_tic_entry().
416 + modify _nc_read_tic_entry() so that hashed-database is checked before
418 + updated CF_CURSES_LIBS check in test/configure script.
419 + modify configure script and makefiles to split TIC_ARGS and
420 TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
421 to help separate searches for tic- and tinfo-libraries (patch by Nick
423 + build-fix for lib_mouse.c changes (cf: 20110917).
426 + fix compiler warning for clang 2.9
427 + improve merging of mouse events (integrated patch by Damien
429 + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
430 (patch by Damien Guibouret).
433 + modify misc/gen_edit.sh to select a "linux" entry which works with
434 the current kernel rather than assuming it is always "linux3.0"
436 + revert a change to getmouse() which had the undesirable side-effect
437 of suppressing button-release events (report by Damien Guibouret,
439 + add xterm+kbs fragment from xterm #272 -TD
440 + add configure option --with-pkg-config-libdir to provide control over
441 the actual directory into which pc-files are installed, do not use
442 the pkg-config environment variables (discussion with Frederic L W
444 + add link to mailing-list archive in announce.html.in, as done in
445 FAQ (prompted by question by Andrius Bentkus).
446 + improve manpage install by adjusting the "#include" examples to
447 show the ncurses-subdirectory used when --disable-overwrite option
449 + install an alias for "curses" to the ncurses manpage, tied to the
450 --with-curses-h configure option (suggested by Reuben Thomas).
453 + propagate error-returns from wresize, i.e., the internal
454 increase_size and decrease_size functions through resize_term (report
455 by Tim van der Molen, cf: 20020713).
456 + fix typo in tset manpage (patch by Sven Joachim).
459 + add a check to ensure that termcap files which might have "^?" do
460 not use the terminfo interpretation as "\177".
461 + minor cleanup of X-terminal emulator section of terminfo.src -TD
462 + add terminator entry -TD
463 + add simpleterm entry -TD
464 + improve wattr_get macros by ensuring that if the window pointer is
465 null, then the attribute and color values returned will be zero
469 + add substitution for $RPATH_LIST to misc/ncurses-config.in
470 + improve performance of tic with hashed-database by caching the
471 database connection, using atexit() to cleanup.
472 + modify treatment of 2-character aliases at the beginning of termcap
473 entries so they are not counted in use-resolution, since these are
474 guaranteed to be unique. Also ignore these aliases when reporting
475 the primary name of the entry (cf: 20040501)
476 + double-check gn (generic) flag in terminal descriptions to
477 accommodate old/buggy termcap databases which misused that feature.
478 + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
482 + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
483 variable is defined in the makefiles which use it.
484 + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
485 + build-fixes for NetBSD 5.1 with termcap support enabled.
486 + corrected k9 in dg460-ansi, add other features based on manuals -TD
487 + improve trimming of whitespace at the end of terminfo/termcap output
489 + when writing termcap source, ensure that colons in the description
490 field are translated to a non-delimiter, i.e., "=".
491 + add "-0" option to tic/infocmp, to make the termcap/terminfo source
493 + add a null-pointer check when handling the $CC variable.
496 + modify configure script and makefiles in c++ and progs to allow the
497 directory used for rpath option to be overridden, e.g., to work
498 around updates to the variables used by tic during an install.
499 + add -K option to tic/infocmp, to provide stricter BSD-compatibility
501 + add _nc_strict_bsd variable in tic library which controls the
502 "strict" BSD termcap compatibility from 20110723, plus these
504 + allow escapes such as "\8" and "\9" when reading termcap
505 + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
506 termcap files, passing through "a", "e", etc.
507 + expand "\:" as "\072" on output.
508 + modify _nc_get_token() to reset the token's string value in case
509 there is a string-typed token lacking the "=" marker.
510 + fix a few memory leaks in _nc_tgetent.
511 + fix a few places where reading from a termcap file could refer to
513 + add an overflow check when converting terminfo/termcap numeric
514 values, since terminfo stores those in a short, and they must be
516 + correct internal variables used for translating to termcap "%>"
517 feature, and translating from termcap %B to terminfo, needed by
518 tctest (cf: 19991211).
519 + amend a minor fix to acsc when loading a termcap file to separate it
520 from warnings needed for tic (cf: 20040710)
521 + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
522 a termcap file to be handled via TERMINFO_DIRS.
523 + modify _nc_infotocap() to include non-mandatory padding when
524 translating to termcap.
525 + modify _nc_read_termcap_entry(), passing a flag in the case where
526 getcap is used, to reduce interactive warning messages.
529 + add a check in start_color() to limit color-pairs to 256 when
530 extended colors are not supported (patch by David Benjamin).
531 + modify setcchar to omit no-longer-needed OR'ing of color pair in
532 the SetAttr() macro (patch by David Benjamin).
533 + add kich1 to sun terminfo entry (Yuri Pankov)
534 + use bold rather than reverse for smso in sun-color terminfo entry
536 + improve generation of termcap using tic/infocmp -C option, e.g.,
537 to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
538 regarding Schilling's test program):
539 + translate %02 and %03 to %2 and %3 respectively.
540 + suppress string capabilities which use %s, not supported by tgoto
541 + use \040 rather than \s
542 + expand null characters as \200 rather than \0
543 + modify configure script to support shared libraries for DragonFlyBSD.
546 + replace an assert() in _nc_Free_Argument() with a regular null
547 pointer check (report/analysis by Franjo Ivancic).
548 + modify configure --enable-pc-files option to take into account the
549 PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
550 + add/use xterm+tmux chunk from xterm #271 -TD
551 + resync xterm-new entry from xterm #271 -TD
552 + add E3 extended capability to linux-basic (Miroslav Lichvar)
553 + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
554 + add SI/SO change to linux2.6 entry (Debian #515609) -TD
555 + fix inconsistent tabset path in pcmw (Todd C. Miller).
556 + remove a backslash which continued comment, obscuring altos3
557 definition with OpenBSD toolset (Nicholas Marriott).
560 + add workaround from xterm #271 changes to ensure that compiler flags
561 are not used in the $CC variable.
562 + improve support for shared libraries, tested with AIX 5.3, 6.1 and
563 7.1 with both gcc 4.2.4 and cc.
564 + modify configure checks for AIX to include release 7.x
565 + add loader flags/libraries to libtool options so that dynamic loading
566 works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
567 at gentoo prefix repository (patch by Michael Haubenwallner).
570 + move include of nc_termios.h out of term_entry.h, since the latter
571 is installed, e.g., for tack while the former is not (report by
575 + improve cleanup() function in lib_tstp.c, using _exit() rather than
576 exit() and checking for SIGTERM rather than SIGQUIT (prompted by
577 comments forwarded by Nicholas Marriott).
578 + reduce name pollution from term.h, moving fallback #define's for
579 tcgetattr(), etc., to new private header nc_termios.h (report by
581 + two minor fixes for tracing (patch by Vassili Courzakis).
582 + improve trace initialization by starting it in use_env() and
584 + review old email, add details for some changelog entries.
587 + update minix entry to minix 3.2 (Thomas Cort).
588 + fix a strict compiler warning in change to wattr_get (cf: 20110528).
591 + fixes for MirBSD port:
592 + set default prefix to /usr.
593 + add support for shared libraries in configure script.
594 + use S_ISREG and S_ISDIR consistently, with fallback definitions.
595 + add a few more checks based on ncurses/link_test.
596 + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
599 + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
600 + used ncurses/link_test to check for behavior when the terminal has
601 not been initialized and when an application passes null pointers
602 to the library. Added checks to cover this (prompted by Redhat
604 + modify MKlib_gen.sh to make its main() function call each function
605 with zero parameters, to help find inconsistent checking for null
609 + fix warnings from clang 2.7 "--analyze"
612 + compiler-warning fixes in panel and progs.
613 + modify CF_PKG_CONFIG macro, from changes to tin -TD
614 + modify CF_CURSES_FUNCS configure macro, used in test directory
616 + work around (non-optimizer) bug in gcc 4.2.1 which caused
617 test-expression to be omitted from executable.
618 + force the linker to see a link-time expression of a symbol, to
619 help work around weak-symbol issues.
622 + update discussion of MKfallback.sh script in INSTALL; normally the
623 script is used automatically via the configured makefiles. However
624 there are still occasions when it might be used directly by packagers
625 (report by Gunter Schaffler).
626 + modify misc/ncurses-config.in to omit the "-L" option from the
627 "--libs" output if the library directory is /usr/lib.
628 + change order of tests for curses.h versus ncurses.h headers in the
629 configure scripts for Ada95 and test-directories, to look for
630 ncurses.h, from fixes to tin -TD
631 + modify ncurses/tinfo/access.c to account for Tandem's root uid
632 (report by Joachim Schmitz).
635 + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
636 is not used when building a static library (report by Nicolas
638 + Ada95 build-fix for big-endian architectures such as sparc. This
639 undoes one of the fixes from 20110319, which added an "Unused" member
640 to representation clauses, replacing that with pragmas to suppress
641 warnings about unused bits (patch by Nicolas Boulenguez):
644 + add check in test/configure for use_window, use_screen.
645 + add configure-checks for getopt's variables, which may be declared
646 as different types on some Unix systems.
647 + add check in test/configure for some legacy curses types of the
648 function pointer passed to tputs().
649 + modify init_pair() to accept -1's for color value after
650 assume_default_colors() has been called (Debian #337095).
651 + modify test/background.c, adding commmand-line options to demonstrate
652 assume_default_colors() and use_default_colors().
655 + modify configure script/source-code to only define _POSIX_SOURCE if
656 the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
657 and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
658 + update config.guess, config.sub
661 + fixes to build c++ binding with clang 3.0 (patch by Alexander
663 + add check for unctrl.h in test/configure, to work around breakage in
664 some ncurses packages.
665 + add "--disable-widec" option to test/configure script.
666 + add "--with-curses-colr" and "--with-curses-5lib" options to the
667 test/configure script to address testing with very old machines.
669 20110404 5.9 release for upload to ftp.gnu.org
672 + various build-fixes for the rpm/dpkg scripts.
673 + add "--enable-rpath-link" option to Ada95/configure, to allow
674 packages to suppress the rpath feature which is normally used for
675 the in-tree build of sample programs.
676 + corrected definition of libdir variable in Ada95/src/Makefile.in,
677 needed for rpm script.
678 + add "--with-shared" option to Ada95/configure script, to allow
679 making the C-language parts of the binding use appropriate compiler
680 options if building a shared library with gnat.
683 > portability fixes for Ada95 binding:
684 + add configure check to ensure that SIGINT works with gnat. This is
685 needed for the "rain" sample program. If SIGINT does not work, omit
687 + correct typo in check of $PKG_CONFIG variable in Ada95/configure
688 + add ncurses_compat.c, to supply functions used in the Ada95 binding
689 which were added in 5.7 and later.
690 + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
694 + add special check in Ada95/configure script for ncurses6 reentrant
696 + regen Ada html documentation.
697 + build-fix for Ada shared libraries versus the varargs workaround.
698 + add rpm and dpkg scripts for Ada95 and test directories, for test
700 + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
702 + add configure check to determine if gnat's project feature supports
703 libraries, i.e., collections of .ali files.
704 + make all dereferences in Ada95 samples explicit.
705 + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
706 + add configure check for, ifdef's for math.h which is in a separate
707 package on Solaris and potentially not installed (report by Petr
709 > fixes for Ada95 binding (Nicolas Boulenguez):
710 + improve type-checking in Ada95 by eliminating a few warning-suppress
712 + suppress unreferenced warnings.
713 + make all dereferences in binding explicit.
716 + regen Ada html documentation.
717 + change order of -I options from ncurses*-config script when the
718 --disable-overwrite option was used, so that the subdirectory include
720 + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
721 + modify configure script to provide value for HTML_DIR in
722 Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
723 distributed separately (report by Nicolas Boulenguez).
724 + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
725 CFLAGS for the build has these options.
726 + amend change from 20070324, to not add 1 to the result of getmaxx
727 and getmaxy in the Ada binding (report by Nicolas Boulenguez for
728 thread in comp.lang.ada).
729 + build-fix Ada95/samples for gnat 4.5
730 + spelling fixes for Ada95/samples/explain.txt
731 > fixes for Ada95 binding (Nicolas Boulenguez):
732 + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
733 + add workaround for binding to set_field_type(), which uses varargs.
734 The original binding from 990220 relied on the prevalent
735 implementation of varargs which did not support or need va_copy().
736 + add dependency on gen/Makefile.in needed for *-panels.ads
737 + add Library_Options to library.gpr
738 + add Languages to library.gpr, for gprbuild
741 + revert changes to limit-checks from 20110122 (Debian #616711).
742 > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
743 + corrected a minor sign error in a field of Low_Level_Field_Type, to
745 + replaced C_Int by Curses_Bool as return type for some callbacks, see
747 + modify samples/sample-explain.adb to provide explicit message when
748 explain.txt is not found.
751 + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
752 + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
753 for compiler warnings (report by Nicolas Boulenguez).
754 + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
755 needed to compile when chtype is 64-bits using gnat 4.4.5
757 20110226 5.8 release for upload to ftp.gnu.org
760 + update release notes, for 5.8.
761 + regenerated html manpages.
762 + change open() in _nc_read_file_entry() to fopen() for consistency
764 + modify misc/run_tic.in to create parent directory, in case this is
765 a new install of hashed database.
766 + fix typo in Ada95/mk-1st.awk which causes error with original awk.
769 + configure script rpath fixes from xterm #269.
770 + workaround for cygwin's non-functional features.h, to force ncurses'
771 configure script to define _XOPEN_SOURCE_EXTENDED when building
772 wide-character configuration.
773 + build-fix in run_tic.sh for OS/2 EMX install
774 + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
777 + regenerated html manpages.
778 + use _tracef() in show_where() function of tic, to work correctly with
779 special case of trace configuration.
782 + add xterm-utf8 entry as a demo of the U8 feature -TD
783 + add U8 feature to denote entries for terminal emulators which do not
784 support VT100 SI/SO when processing UTF-8 encoding -TD
785 + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
786 extended terminfo capability U8 (prompted by mailing list
790 + start documenting interface changes for upcoming 5.8 release.
791 + correct limit-checks in derwin().
792 + correct limit-checks in newwin(), to ensure that windows have nonzero
793 size (report by Garrett Cooper).
794 + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
796 + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
797 by discussion with Kevin Martin).
800 + modify Ada95/configure script to make the --with-curses-dir option
801 work without requiring the --with-ncurses option.
802 + modify test programs to allow them to be built with NetBSD curses.
803 + document thick- and double-line symbols in curs_add_wch.3x manpage.
804 + document WACS_xxx constants in curs_add_wch.3x manpage.
805 + fix some warnings for clang 2.6 "--analyze"
806 + modify Ada95 makefiles to make html-documentation with the project
807 file configuration if that is used.
808 + update config.guess, config.sub
811 + regenerated html manpages.
812 + minor fixes to enable lint when trace is not enabled, e.g., with
814 + fix typo in man/default_colors.3x (patch by Tim van der Molen).
815 + update ncurses/llib-lncurses*
818 + fix remaining strict compiler warnings in ncurses library ABI=5,
819 except those dealing with function pointers, etc.
822 + modify nc_tparm.h, adding guards against repeated inclusion, and
823 allowing TPARM_ARG to be overridden.
824 + fix some strict compiler warnings in ncurses library.
827 + suppress ncv in screen entry, allowing underline (patch by Alejandro
829 + also suppress ncv in konsole-base -TD
830 + fixes in wins_nwstr() and related functions to ensure that special
831 characters, i.e., control characters are handled properly with the
832 wide-character configuration.
833 + correct a comparison in wins_nwstr() (Redhat #661506).
834 + correct help-messages in some of the test-programs, which still
835 referred to quitting with 'q'.
838 + add special case to _nc_infotocap() to recognize the setaf/setab
839 strings from xterm+256color and xterm+88color, and provide a reduced
840 version which works with termcap.
841 + remove obsolete emacs "Local Variables" section from documentation
842 (request by Sven Joachim).
843 + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
844 (report by Sven Joachim).
847 + modify test/configure and test/Makefile.in to handle this special
848 case of building within a build-tree (Debian #34182):
849 mkdir -p build && cd build && ../test/configure && make
852 + miscellaneous build-fixes for Ada95 and test-directories when built
854 + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
855 + fix typo in rmso for tek4106 entry -Goran Weinholt
858 + improve checks in test/configure for X libraries, from xterm #267
860 + modify test/configure to allow it to use the build-tree's libraries
861 e.g., when using that to configure the test-programs without the
862 rpath feature (request by Sven Joachim).
863 + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
864 for compatibility, but generally deprecating those since the VTE
865 library is what actually defines the behavior of "gnome", etc.,
869 + compiler warning fixes for test programs.
870 + various build-fixes for test-programs with pdcurses.
871 + updated configure checks for X packages in test/configure from xterm
873 + add configure check to gnatmake, to accommodate cygwin.
876 + correct list of sub-directories needed in Ada95 tree for building as
878 + modify scripts in test-directory to improve builds as a separate
882 + correct parsing of relative tab-stops in tabs program (report by
884 + adjust configure script so that "t" is not added to library suffix
885 when weak-symbols are used, allowing the pthread configuration to
886 more closely match the non-thread naming (report by Werner Fink).
887 + modify configure check for tic program, used for fallbacks, to a
888 warning if not found. This makes it simpler to use additonal
889 scripts to bootstrap the fallbacks code using tic from the build
890 tree (report by Werner Fink).
891 + fix several places in configure script using ${variable-value} form.
892 + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
893 which do not support selectively linking against static libraries
894 (report by John P. Hartmann)
895 + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
898 + correct comparison used for setting 16-colors in linux-16color
899 entry (Novell #644831) -TD
900 + improve linux-16color entry, using "dim" for color-8 which makes it
901 gray rather than black like color-0 -TD
902 + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
903 external package "cindent".
906 + improve linkages in html manpages, adding references to the newer
907 pages, e.g., *_variables, curs_sp_funcs, curs_threads.
908 + add checks in tic for inconsistent cursor-movement controls, and for
909 inconsistent printer-controls.
910 + fill in no-parameter forms of cursor-movement where a parameterized
911 form is available -TD
912 + fill in missing cursor controls where the form of the controls is
914 + fix inconsistent punctuation in form_variables manpage (patch by
916 + add parameterized cursor-controls to linux-basic (report by Dae) -TD
917 > patch by Juergen Pfeifer:
918 + document how to build 32-bit libraries in README.MinGW
919 + fixes to filename computation in mk-dlls.sh.in
920 + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
922 + add a check in mk-dlls.sh.in to obtain the size of a pointer to
923 distinguish between 32-bit and 64-bit hosts. The result is stored
927 + add "XT" capability to entries for terminals that support both
928 xterm-style mouse- and title-controls, for "screen" which
929 special-cases TERM beginning with "xterm" or "rxvt" -TD
930 > patch by Juergen Pfeifer:
931 + use 64-Bit MinGW toolchain (recommended package from TDM, see
933 + support pthreads when using the TDM MinGW toolchain
936 + regenerated html manpages.
937 + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
938 + add manpage for sp-funcs.
939 + add sp-funcs to test/listused.sh, for documentation aids.
942 + add manpages for summarizing public variables of curses-, terminfo-
944 + minor fixes to manpages for consistency (patch by Jason McIntyre).
945 + modify tic's -I/-C dump to reformat acsc strings into canonical form
946 (sorted, unique mapping) (cf: 971004).
947 + add configure check for pthread_kill(), needed for some old
951 + add configure option --without-tests, to suppress building test
952 programs (request by Frederic L W Meunier).
955 + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
956 + add check in terminfo source-reader to provide more informative
957 message when someone attempts to run tic on a compiled terminal
958 description (prompted by Debian #593920).
959 + note in infotocap and captoinfo manpages that they read terminal
960 descriptions from text-files (Debian #593920).
961 + improve acsc string for vt52, show arrow keys (patch by Benjamin
965 + document in manpages that "mv" functions first use wmove() to check
966 the window pointer and whether the position lies within the window
967 (suggested by Poul-Henning Kamp).
968 + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
969 by Tim van der Molen).
970 + modify configure script to transform library names for tic- and
971 tinfo-libraries so that those build properly with Mac OS X shared
972 library configuration.
973 + modify configure script to ensure that it removes conftest.dSYM
974 directory leftover on checks with Mac OS X.
975 + modify configure script to cleanup after check for symbolic links.
978 + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
980 + improve configure checks for location of tic and infocmp programs
981 used for installing database and for generating fallback data,
982 e.g., for cross-compiling.
983 + add Markus Kuhn's wcwidth function for compiling MinGW
984 + add special case to CF_REGEX for cross-compiling to MinGW target.
987 + modify initialization check for win32con driver to eliminate need for
988 special case for TERM "unknown", using terminal database if available
989 (prompted by discussion with Roumen Petrov).
990 + for MinGW port, ensure that terminal driver is setup if tgetent()
991 is called (patch by Roumen Petrov).
992 + document tabs "-0" and "-8" options in manpage.
993 + fix Debian "lintian" issues with manpages reported in
994 http://lintian.debian.org/full/csmall@debian.org.html#ncurses
997 + add a check in tic for missing set_tab if clear_all_tabs given.
998 + improve use of symbolic links in makefiles by using "-f" option if
999 it is supported, to eliminate temporary removal of the target
1000 (prompted by http://www.t2-project.org/packages/ncurses.html)
1001 + minor improvement to test/ncurses.c, reset color pairs in 'd' test
1002 after exit from 'm' main-menu command.
1003 + improved ncu-indent, from mawk changes, allows more than one of
1004 GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
1007 + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
1008 the alternate character set (patch by Nicholas Marriott)
1009 + remove tar-copy.sh and related configure/Makefile chunks, since the
1010 Ada95 binding is now installed using rules in Ada95/src.
1013 + continue integrating changes to use gnatmake project files in Ada95
1014 + add/use configure check to turn on project rules for Ada95/src.
1015 + revert the vfork change from 20100130, since it does not work.
1018 + continue integrating changes to use gnatmake project files in Ada95
1019 + old gnatmake (3.15) does not produce libraries using project-file;
1020 work around by adding script to generate alternate makefile.
1023 + continue integrating changes to use gnatmake project files in Ada95
1024 + add configure --with-ada-sharedlib option, for the test_make rule.
1025 + move Ada95-related logic into aclocal.m4, since additional checks
1026 will be needed to distinguish old/new implementations of gnat.
1029 + start integrating changes to use gnatmake project files in Ada95 tree
1030 + add test_make / test_clean / test_install rules in Ada95/src
1031 + change install-path for adainclude directory to /usr/share/ada (was
1033 + update Ada95/configure.
1034 + add mlterm+256color entry, for mlterm 3.0.0 -TD
1035 + modify test/configure to use macros to ensure consistent order
1036 of updating LIBS variable.
1039 + change search order of options for Solaris in CF_SHARED_OPTS, to
1040 work with 64-bit compiles.
1041 + correct quoting of assignment in CF_SHARED_OPTS case for aix
1045 + regenerated html documentation.
1046 + modify test/configure to support pkg-config for checking X libraries
1048 + add/use configure macro CF_ADD_LIB to force consistency of
1049 assignments to $LIBS, etc.
1050 + fix configure script for combining --with-pthread
1051 and --enable-weak-symbols options.
1054 + correct cross-compiling configure check for CF_MKSTEMP macro, by
1055 adding a check cache variable set by AC_CHECK_FUNC (report by
1057 + simplify include-dependencies of make_hash and make_keys, to reduce
1058 the need for setting BUILD_CPPFLAGS in cross-compiling when the
1059 build- and target-machines differ.
1060 + repair broken-linker configuration by restoring a definition of SP
1061 variable to curses.priv.h, and adjusting for cases where sp-funcs
1063 + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
1064 variable to override (prompted by report by Pablo Cazallas).
1067 + add configure option --enable-pthreads-eintr to control whether the
1068 new EINTR feature is enabled.
1069 + modify logic in pthread configuration to allow EINTR to interrupt
1070 a read operation in wgetch() (Novell #540571, patch by Werner Fink).
1071 + drop mkdirs.sh, use "mkdir -p".
1072 + add configure option --disable-libtool-version, to use the
1073 "-version-number" feature which was added in libtool 1.5 (report by
1074 Peter Haering). The default value for the option uses the newer
1075 feature, which makes libraries generated using libtool compatible
1076 with the standard builds of ncurses.
1077 + updated test/configure to match configure script macros.
1078 + fixes for configure script from lynx changes:
1079 + improve CF_FIND_LINKAGE logic for the case where a function is
1080 found in predefined libraries.
1081 + revert part of change to CF_HEADER (cf: 20100424)
1084 + correct limit-check in wredrawln, accounting for begy/begx values
1085 (patch by David Benjamin).
1086 + fix most compiler warnings from clang.
1087 + amend build-fix for OpenSolaris, to ensure that a system header is
1088 included in curses.h before testing feature symbols, since they
1089 may be defined by that route.
1092 + fix some strict compiler warnings in ncurses library.
1093 + modify configure macro CF_HEADER_PATH to not look for variations in
1094 the predefined include directories.
1095 + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
1096 with gcc 4.x's c89 alias, which gives warning messages for cases
1097 where older versions would produce an error.
1100 + modify _nc_capcmp() to work with cancelled strings.
1101 + correct translation of "^" in _nc_infotocap(), used to transform
1102 terminfo to termcap strings
1103 + add configure --disable-rpath-hack, to allow disabling the feature
1104 which adds rpath options for libraries in unusual places.
1105 + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
1106 directory was already added.
1107 + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
1108 directories (which will be ignored).
1111 + improve win_driver.c handling of mouse:
1112 + discard motion events
1113 + avoid calling _nc_timed_wait when there is a mouse event
1114 + handle 4th and "rightmost" buttons.
1115 + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
1116 cases where there are embedded blanks in the rpath option.
1119 + add configure check for exctags vs ctags, to work around pkgsrc.
1120 + simplify logic in _nc_get_screensize() to make it easier to see how
1121 environment variables may override system- and terminfo-values
1122 (prompted by discussion with Igor Bujna).
1123 + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
1124 + improve handling of color-pairs embedded in attributes for the
1125 extended-colors configuration.
1126 + modify MKlib_gen.sh to build link_test with sp-funcs.
1127 + build-fixes for OpenSolaris aka Solaris 11, for wide-character
1128 configuration as well as for rpath feature in *-config scripts.
1131 + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
1133 + improve configure CF_REGEX, similar fixes.
1134 + improve configure CF_FIND_LINKAGE, adding add check between system
1135 (default) and explicit paths, where we can find the entrypoint in the
1137 + add check if Gpm_Open() returns a -2, e.g., for "xterm". This is
1138 normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
1139 Ensure that Gpm_Close() is called in this case.
1142 + rename atari and st52 terminfo entries to atari-old, st52-old, use
1143 newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
1147 + modify install-rule for manpages so that *-config manpages will
1148 install when building with --srcdir (report by Sven Joachim).
1149 + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
1150 option is not the same as --disable-leaks (GenToo #305889).
1151 + modify #define's for build-compiler to suppress cchar_t symbol from
1152 compile of make_hash and make_keys, improving cross-compilation of
1153 ncursesw (report by Bernhard Rosenkraenzer).
1154 + modify CF_MAN_PAGES configure macro to replace all occurrences of
1155 TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
1159 + generate manpages for the *-config scripts, adapted from help2man
1160 (suggested by Sven Joachim).
1161 + use va_copy() in _nc_printf_string() to avoid conflicting use of
1162 va_list value in _nc_printf_length() (report by Wim Lewis).
1165 + add Ada95/configure script, to use in tar-file created by
1167 + fix typo in wresize.3x (patch by Tim van der Molen).
1168 + modify screen-bce.XXX entries to exclude ech, since screen's color
1169 model does not clear with color for that feature -TD
1172 + add make-tar.sh scripts to Ada95 and test subdirectories to help with
1173 making those separately distributable.
1174 + build-fix for static libraries without dlsym (Debian #556378).
1175 + fix a syntax error in man/form_field_opts.3x (patch by Ingo
1179 + add several screen-bce.XXX entries -TD
1182 + update mrxvt terminfo entry -TD
1183 + modify win_driver.c to support mouse single-clicks.
1184 + correct name for termlib in ncurses*-config, e.g., if it is renamed
1185 to provide a single file for ncurses/ncursesw libraries (patch by
1189 + use vfork in test/ditto.c if available (request by Mike Frysinger).
1190 + miscellaneous cleanup of manpages.
1191 + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
1192 + build-fix for --srcdir (patch by Miroslav Lichvar).
1195 + for term-driver configuration, ensure that the driver pointer is
1196 initialized in setupterm so that terminfo/termcap programs work.
1197 + amend fix for Debian #542031 to ensure that wattrset() returns only
1198 OK or ERR, rather than the attribute value (report by Miroslav
1200 + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
1201 _nc_screen_of() compatible between normal/wide libraries again (patch
1202 by Miroslav Lichvar)
1203 + review/fix include-dependencies in modules files (report by Miroslav
1207 + modify win_driver.c to initialize acs_map for win32 console, so
1208 that line-drawing works.
1209 + modify win_driver.c to initialize TERMINAL struct so that programs
1210 such as test/lrtest.c and test/ncurses.c which test string
1211 capabilities can run.
1212 + modify term-driver modules to eliminate forward-reference
1216 + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
1217 consistently to add new -D's while removing duplicates.
1218 + modify a few configure macros to consistently put new options
1219 before older in the list.
1220 + add tiparm(), based on review of X/Open Curses Issue 7.
1221 + minor documentation cleanup.
1222 + update config.guess, config.sub from
1223 http://savannah.gnu.org/projects/config
1224 (caveat - its maintainer put 2010 copyright date on files dated 2009)
1227 + minor improvement to tic's checking of similar SGR's to allow for the
1228 most common case of SGR 0.
1229 + modify getmouse() to act as its documentation implied, returning on
1230 each call the preceding event until none are left. When no more
1231 events remain, it will return ERR.
1234 + change order of lookup in progs/tput.c, looking for terminfo data
1235 first. This fixes a confusion between termcap "sg" and terminfo
1236 "sgr" or "sgr0", originally from 990123 changes, but exposed by
1237 20091114 fixes for hashing. With this change, only "dl" and "ed" are
1238 ambiguous (Mandriva #56272).
1241 + add bterm terminfo entry, based on bogl 0.1.18 -TD
1242 + minor fix to rxvt+pcfkeys terminfo entry -TD
1243 + build-fixes for Ada95 tree for gnat 4.4 "style".
1246 + remove old check in mvderwin() which prevented moving a derived
1247 window whose origin happened to coincide with its parent's origin
1248 (report by Katarina Machalkova).
1249 + improve test/ncurses.c to put mouse droppings in the proper window.
1250 + update minix terminfo entry -TD
1251 + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
1254 + correct transfer of multicolumn characters in multirow
1255 field_buffer(), which stopped at the end of the first row due to
1256 filling of unused entries in a cchar_t array with nulls.
1257 + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
1258 + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
1260 + use strdup() in set_menu_mark(), restore .marklen struct member on
1262 + eliminate clause 3 from the UCB copyrights in read_termcap.c and
1264 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
1265 (patch by Nicholas Marriott).
1266 + replace a malloc in tic.c with strdup, checking for failure (patch by
1268 + update config.guess, config.sub from
1269 http://savannah.gnu.org/projects/config
1272 + correct layout of working window used to extract data in
1273 wide-character configured by set_field_buffer (patch by Rafael
1275 + improve some limit-checks related to filename length in reading and
1276 writing terminfo entries.
1277 + ensure that filename is always filled in when attempting to read
1278 a terminfo entry, so that infocmp can report the filename (patch
1279 by Nicholas Marriott).
1282 + modify mk-1st.awk to allow tinfo library to be built when term-driver
1284 + add error-check to configure script to ensure that sp-funcs is
1285 enabled if term-driver is, since some internal interfaces rely upon
1289 + fix case where progs/tput is used while sp-funcs is configure; this
1290 requires save/restore of out-character function from _nc_prescreen
1291 rather than the SCREEN structure (report by Charles Wilson).
1292 + fix typo in man/curs_trace.3x which caused incorrect symbolic links
1293 + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
1297 + updated man/curs_trace.3x
1298 + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
1299 + change a variable name in lib_newwin.c to make it clearer which
1300 value is being freed on error (patch by Nicholas Marriott).
1303 + improve test/ncurses.c color-cycling test by reusing attribute-
1304 and color-cycling logic from the video-attributes screen.
1305 + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
1306 library which help make it compatible with interop applications
1307 (patch by Juergen Pfeifer).
1308 + add configure option --enable-interop, for integrating changes
1309 for generic/interop support to form-library by Juergen Pfeifer
1312 + modify use of $CC environment variable which is defined by X/Open
1313 as a curses feature, to ignore it if it is not a single character
1314 (prompted by discussion with Benjamin C W Sittler).
1315 + add START_TRACE in slk_init
1316 + fix a regression in _nc_ripoffline which made test/ncurses.c not show
1317 soft-keys, broken in 20090927 merging.
1318 + change initialization of "hidden" flag for soft-keys from true to
1319 false, broken in 20090704 merging (Ubuntu #464274).
1320 + update nsterm entries (patch by Benjamin C W Sittler, prompted by
1321 discussion with Fabian Groffen in GenToo #206201).
1322 + add test/xterm-256color.dat
1325 + quiet some pedantic gcc warnings.
1326 + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
1327 SIGWINCH, and discard that value, to avoid confusing application
1328 (patch by Eygene Ryabinkin, FreeBSD bin/136223).
1331 + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
1332 a possibly colon-separated list (Debian #550716).
1335 + supply a null-terminator to buffer in _nc_viswibuf().
1336 + fix a sign-extension bug in unget_wch() (report by Mike Gran).
1337 + minor fixes to error-returns in default function for tputs, as well
1341 + add WACS_xxx definitions to wide-character configuration for thick-
1342 and double-lines (discussion with Slava Zanko).
1343 + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
1344 + add ccc and initc capabilities to xterm-16color -TD
1345 > patch by Benjamin C W Sittler:
1347 + correct initc capability of linux-c-nc end-of-range
1348 + similar change for dg+ccc and dgunix+ccc
1351 + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
1352 that module since 20090711 is in libtinfo.
1353 + add configure option --enable-term-driver, to allow compiling with
1354 terminal-driver. That is used in MinGW port, and (being somewhat
1355 more complicated) is an experimental alternative to the conventional
1356 termlib internals. Currently, it requires the sp-funcs feature to
1358 + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
1359 library (some work remains for forms library).
1362 + document return code from define_key (report by Mike Gran).
1363 + make some symbolic links in the terminfo directory-tree shorter
1364 (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
1365 + fix some groff warnings in terminfo.5, etc., from recent Debian
1367 + change ncv and op capabilities in sun-color terminfo entry to match
1368 Sun's entry for this (report by Laszlo Peter).
1369 + improve interix smso terminfo capability by using reverse rather than
1370 bold (report by Kristof Zelechovski).
1373 + add some test programs (and make these use the same special keys
1374 by sharing linedata.h functions):
1377 test/test_addchstr.c
1378 test/test_add_wchstr.c
1379 + correct internal _nc_insert_ch() to use _nc_insert_wch() when
1380 inserting wide characters, since the wins_wch() function that it used
1381 did not update the cursor position (report by Ciprian Craciun).
1384 + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
1386 + add null-pointer checks to other opaque-functions.
1387 + add is_pad() and is_subwin() functions for opaque access to WINDOW
1388 (discussion with Mark Dickinson).
1389 + correct merge to lib_newterm.c, which broke when sp-funcs was
1393 + build-fix for building outside source-tree (report by Sven Joachim).
1394 + fix Debian lintian warning for man/tabs.1 by making section number
1395 agree with file-suffix (report by Sven Joachim).
1396 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1399 + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
1400 amd64 (Debian #542031).
1401 + fix typo in curs_mouse.3x (Debian #429198).
1404 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1407 + correct use of terminfo capabilities for initializing soft-keys,
1408 broken in 20090509 merging.
1409 + modify wgetch() to ensure it checks SIGWINCH when it gets an error
1410 in non-blocking mode (patch by Clemens Ladisch).
1411 + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
1412 help with builds on non-Unix platforms such as OS/2 EMX.
1413 + modify scripting for misc/run_tic.sh to test configure script's
1414 $cross_compiling variable directly rather than comparing host/build
1415 compiler names (prompted by comment in GenToo #249363).
1416 + fix configure script option --with-database, which was coded as an
1418 + build-fixes for --srcdir (report by Frederic L W Meunier).
1421 + separate _nc_find_entry() and _nc_find_type_entry() from
1422 implementation details of hash function.
1425 + add tabs.1 to man/man_db.renames
1426 + modify lib_addch.c to compensate for removal of wide-character test
1427 from unctrl() in 20090704 (Debian #539735).
1430 + improve discussion in INSTALL for use of system's tic/infocmp for
1431 cross-compiling and building fallbacks.
1432 + modify test/demo_termcap.c to correspond better to options in
1433 test/demo_terminfo.c
1434 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1435 + fix logic for 'V' in test/ncurses.c tests f/F.
1438 + correct logic in tigetnum(), which caused tput program to treat all
1439 string capabilities as numeric (report by Rajeev V Pillai,
1443 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1446 + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
1448 + modify _nc_find_type_entry() to use hashing.
1449 + make CCHARW_MAX value configurable, noting that changing this would
1450 change the size of cchar_t, and would be ABI-incompatible.
1451 + modify test-programs, e.g,. test/view.c, to address subtle
1452 differences between Tru64/Solaris and HPUX/AIX getcchar() return
1454 + modify length returned by getcchar() to count the trailing null
1455 which is documented in X/Open (cf: 20020427).
1456 + fixes for test programs to build/work on HPUX and AIX, etc.
1459 + improve performance of tigetstr, etc., by using hashing code from tic.
1460 + minor fixes for memory-leak checking.
1461 + add test/demo_terminfo, for comparison with demo_termcap
1464 + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
1465 + revise wadd_wch() and wecho_wchar() to eliminate dependency on
1467 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1470 + update llib-lncurses[wt] to use sp-funcs.
1471 + various code-fixes to build/work with --disable-macros configure
1473 + add several new files from Juergen Pfeifer which will be used when
1474 integration of "sp-funcs" is complete. This includes a port to
1478 + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
1479 make includes of term.h without curses.h work (report by "Nix").
1480 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1483 + fix a regression in lib_tputs.c, from ongoing merges.
1486 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1489 + fix an infinite recursion when adding a legacy-coding 8-bit value
1490 using insch() (report by Clemens Ladisch).
1491 + free home-terminfo string in del_curterm() (patch by Dan Weber).
1492 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1495 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1498 + work around antique BSD game's manipulation of stdscr, etc., versus
1499 SCREEN's copy of the pointer (Debian #528411).
1500 + add a cast to wattrset macro to avoid compiler warning when comparing
1501 its result against ERR (adapted from patch by Matt Kraii, Debian
1505 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1508 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1509 + add vwmterm terminfo entry (patch by Bryan Christ).
1512 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1515 + build fix for _nc_free_and_exit() change in 20090418 (report by
1519 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1522 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1523 This change finishes merging for menu and panel libraries, does
1524 part of the form library.
1527 + suppress configure check for static/dynamic linker flags for gcc on
1528 Darwin (report by Nelson Beebe).
1531 + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
1532 function key definitions from emx-base for consistency -TD
1533 + correct missing final 'p' in pfkey capability of ansi.sys-old (report
1534 by Kalle Olavi Niemitalo).
1535 + improve test/ncurses.c 'F' test, show combining characters in color.
1536 + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
1537 a temporary variable.
1538 + use _nc_doalloc() rather than realloc() in a few places in ncurses
1539 library to avoid leak in out-of-memory condition (reports by William
1540 Egert and Martin Ettl based on cppcheck tool).
1541 + add --with-ncurses-wrap-prefix option to test/configure (discussion
1542 with Charles Wilson).
1543 + use ncurses*-config scripts if available for test/configure.
1544 + update test/aclocal.m4 and test/configure
1545 > patches by Charles Wilson:
1546 + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
1547 version numbers (e.g. which include alphabetic chars, as well as
1548 digits, after the final '.').
1549 + improve use of -no-undefined option for libtool by setting an
1550 intermediate variable LT_UNDEF in the configure script, and then
1551 using that in the libtool link-commands.
1552 + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
1553 from 2009031 changes.
1554 + improve mk-1st.awk script by writing separate cases for the
1555 LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
1556 termlib) is to be linked.
1557 + modify configure.in to allow broken-linker configurations, not just
1558 enable-reentrant, to set public wrap prefix.
1561 + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
1562 build with tic and term libraries (patch by Charles Wilson).
1563 + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
1564 (report by Charles Wilson).
1565 + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
1566 the form, menu or panel libraries (patch by Charles Wilson).
1567 + add configure option --with-wrap-prefix to allow setting the prefix
1568 for functions used to wrap global variables to something other than
1569 "_nc_" (discussion with Charles Wilson).
1572 + modify scripts to generate ncurses*-config and pc-files to add
1573 dependency for tinfo library (patch by Charles Wilson).
1574 + improve comparison of program-names when checking for linked flavors
1575 such as "reset" by ignoring the executable suffix (reports by Charles
1576 Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
1578 + suppress configure check for static/dynamic linker flags for gcc on
1579 Solaris 10, since gcc is confused by absence of static libc, and
1580 does not switch back to dynamic mode before finishing the libraries
1581 (reports by Joel Bertrand, Alan Pae).
1582 + minor fixes to Intel compiler warning checks in configure script.
1583 + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
1584 + modify set_curterm() to make broken-linker configuration work with
1585 changes from 20090228 (report by Charles Wilson).
1588 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1589 + modify declaration of cur_term when broken-linker is used, but
1590 enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
1593 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1596 + add configure script --enable-sp-funcs to enable the new set of
1598 + start integrating patches by Juergen Pfeifer:
1599 + add extended functions which specify the SCREEN pointer for several
1600 curses functions which use the global SP (these are incomplete;
1601 some internals work is needed to complete these).
1602 + add special cases to configure script for MinGW port.
1605 + update several configure macros from lynx changes
1606 + append (not prepend) to CFLAGS/CPPFLAGS
1607 + change variable from PATHSEP to PATH_SEPARATOR
1608 + improve install-rules for pc-files (patch by Miroslav Lichvar).
1609 + make it work with $DESTDIR
1610 + create the pkg-config library directory if needed.
1613 + modify init_pair() to allow caller to create extra color pairs beyond
1614 the color_pairs limit, which use default colors (request by Emanuele
1616 + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
1617 + fix typo "==" where "=" is needed in ncurses-config.in and
1618 gen-pkgconfig.in files (Debian #512161).
1621 + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
1622 *BSD's, without which "main" might be one of the shared library's
1623 dependencies (report/analysis by Ken Dickey).
1624 + modify waddch_literal(), updating line-pointer after a multicolumn
1625 character is found to not fit on the current row, and wrapping is
1626 done. Since the line-pointer was not updated, the wrapped
1627 multicolumn character was written to the beginning of the current row
1628 (cf: 20041023, reported by "Nick" regarding problem with ncmpc
1629 http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
1632 + add screen.Eterm terminfo entry (GenToo #124887) -TD
1633 + modify adacurses-config to look for ".ali" files in the adalib
1635 + correct install for Ada95, which omitted libAdaCurses.a used in
1637 + change install for adacurses-config to provide additional flavors
1638 such as adacursesw-config, for ncursesw (GenToo #167849).
1641 + remove undeveloped feature in ncurses-config.in for setting
1643 + recent change to ncurses-config.in did not take into account the
1644 --disable-overwrite option, which sets $includedir to the
1645 subdirectory and using just that for a -I option does not work - fix
1646 (report by Frederic L W Meunier).
1649 + modify gen-pkgconfig.in to eliminate a dependency on rpath when
1650 deciding whether to add $LIBS to --libs output; that should be shown
1651 for the ncurses and tinfo libraries without taking rpath into
1653 + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
1654 used in static libraries (report by Marty Jack).
1657 + add a configure-time check to pick a suitable value for
1658 CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
1659 + add configure --with-pkg-config and --enable-pc-files options, along
1660 with misc/gen-pkgconfig.in which can be used to generate ".pc" files
1661 for pkg-config (request by Jan Engelhardt).
1662 + use $includedir symbol in misc/ncurses-config.in, add --includedir
1664 + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
1665 configure check to detect whether a "-" is needed before "ar"
1667 + update config.guess, config.sub from
1668 http://savannah.gnu.org/projects/config
1671 + modify mk-1st.awk to work with extra categories for tinfo library.
1672 + modify configure script to allow building shared libraries with gcc
1673 on AIX 5 or 6 (adapted from patch by Lital Natan).
1676 + modify to omit the opaque-functions from lib_gen.o when
1677 --disable-ext-funcs is used.
1678 + add test/clip_printw.c to illustrate how to use printw without
1680 + modify ncurses 'F' test to demo wborder_set() with colored lines.
1681 + modify ncurses 'f' test to demo wborder() with colored lines.
1684 + add check for failure to open hashed-database needed for db4.6
1686 + corrected --without-manpages option; previous change only suppressed
1687 the auxiliary rules install.man and uninstall.man
1688 + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
1690 + fixes from NetBSD port at
1691 http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
1692 patch-ac (build-fix for DragonFly)
1693 patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
1694 + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
1695 by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
1697 + correct title string for keybound manpage (patch by Frederic Culot,
1698 OpenBSD documentation/6019),
1701 + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
1702 work for progs/clear, progs/tabs, etc.
1703 + correct buffer-size after internal resizing of wide-character
1704 set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
1705 + add "-i" option to test/filter.c to tell it to use initscr() rather
1706 than newterm(), to investigate report on comp.unix.programmer that
1707 ncurses would clear the screen in that case (it does not - the issue
1708 was xterm's alternate screen feature).
1709 + add check in mouse-driver to disable connection if GPM returns a
1710 zero, indicating that the connection is closed (Debian #506717,
1711 adapted from patch by Samuel Thibault).
1714 + improve a workaround in adding wide-characters, when a control
1715 character is found. The library (cf: 20040207) uses unctrl() to
1716 obtain a printable version of the control character, but was not
1717 passing color or video attributes.
1718 + improve test/ncurses.c 'a' test, using unctrl() more consistently to
1719 display meta-characters.
1720 + turn on _XOPEN_CURSES definition in curses.h
1721 + add eterm-color entry (report by Vincent Lefevre) -TD
1722 + correct use of key_name() in test/ncurses.c 'A' test, which only
1723 displays wide-characters, not key-codes since 20070612 (report by
1727 + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
1728 Ada95 (patch by Juergen Pfeifer).
1729 + document in TO-DO an issue with Cygwin's package for GNAT (report
1731 + improve error-checking of command-line options in "tabs" program.
1734 + change several terminfo entries to make consistent use of ANSI
1736 + add "tabs" program (prompted by Debian #502260).
1737 + add configure --without-manpages option (request by Mike Frysinger).
1739 20081102 5.7 release for upload to ftp.gnu.org
1742 + add a manpage to discuss memory leaks.
1743 + add support for shared libraries for QNX (other than libtool, which
1744 does not work well on that platform).
1745 + build-fix for QNX C++ binding.
1748 + build-fixes for OS/2 EMX.
1749 + modify form library to accept control characters such as newline
1750 in set_field_buffer(), which is compatible with Solaris (report by
1752 + modify configure script to assume --without-hashed-db when
1753 --disable-database is used.
1754 + add "-e" option in ncurses/Makefile.in when generating source-files
1755 to force earlier exit if the build environment fails unexpectedly
1756 (prompted by patch by Adrian Bunk).
1757 + change configure script to use CF_UTF8_LIB, improved variant of
1761 + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
1762 original to teraterm2.3 -TD
1763 + update "gnome" terminfo to 2.22.3 -TD
1764 + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
1765 + add "aterm" terminfo -TD
1766 + add "linux2.6.26" terminfo -TD
1767 + add logic to tic for cancelling strings in user-defined capabilities,
1771 + regenerated html documentation.
1772 + add -m and -s options to test/keynames.c and test/key_names.c to test
1773 the meta() function with keyname() or key_name(), respectively.
1774 + correct return value of key_name() on error; it is null.
1775 + document some unresolved issues for rpath and pthreads in TO-DO.
1776 + fix a missing prototype for ioctl() on OpenBSD in tset.c
1777 + add configure option --disable-tic-depends to make explicit whether
1778 tic library depends on ncurses/ncursesw library, amends change from
1779 20080823 (prompted by Debian #501421).
1782 + some build-fixes for configure --disable-ext-funcs (incomplete, but
1783 works for C/C++ parts).
1784 + improve configure-check for awks unable to handle large strings, e.g.
1785 AIX 5.1 whose awk silently gives up on large printf's.
1788 + fix build for --with-dmalloc by workaround for redefinition of
1789 strndup between string.h and dmalloc.h
1790 + fix build for --disable-sigwinch
1791 + add environment variable NCURSES_GPM_TERMS to allow override to use
1792 GPM on terminals other than "linux", etc.
1793 + disable GPM mouse support when $TERM does not happen to contain
1794 "linux", since Gpm_Open() no longer limits its assertion to terminals
1795 that it might handle, e.g., within "screen" in xterm.
1796 + reset mouse file-descriptor when unloading GPM library (report by
1798 + fix build for --disable-leaks --enable-widec --with-termlib
1799 > patch by Juergen Pfeifer:
1800 + use improved initialization for soft-label keys in Ada95 sample code.
1801 + discard internal symbol _nc_slk_format (unused since 20080112).
1802 + move call of slk_paint_info() from _nc_slk_initialize() to
1803 slk_intern_refresh(), improving initialization.
1806 + fix bug in mouse code for GPM from 20080920 changes (reported in
1807 Debian #500103, also Miroslav Lichvar).
1810 + fix shared-library rules for cygwin with tic- and tinfo-libraries.
1811 + fix a memory leak when failure to connect to GPM.
1812 + correct check for notimeout() in wgetch() (report on linux.redhat
1813 newsgroup by FurtiveBertie).
1814 + add an example warning-suppression file for valgrind,
1815 misc/ncurses.supp (based on example from Reuben Thomas)
1818 + change shared-library configuration for OpenBSD, make rpath work.
1819 + build-fixes for using libutf8, e.g., on OpenBSD 3.7
1822 + corrected fix for --enable-weak-symbols (report by Frederic L W
1826 + corrected gcc options for building shared libraries on IRIX64.
1827 + add configure check for awk programs unable to handle big-strings,
1828 use that to improve the default for --enable-big-strings option.
1829 + makefile-fixes for --enable-weak-symbols (report by Frederic L W
1831 + update test/configure script.
1832 + adapt ifdef's from library to make test/view.c build when mbrtowc()
1833 is unavailable, e.g., with HPUX 10.20.
1834 + add configure check for wcsrtombs, mbsrtowcs, which are used in
1835 test/ncurses.c, and use wcstombs, mbstowcs instead if available,
1836 fixing build of ncursew for HPUX 11.00
1839 + fixes to make Ada95 demo_panels() example work.
1840 + modify Ada95 'rain' test program to accept keyboard commands like the
1842 + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
1844 + add configure-check to see if the std namespace is legal for cerr
1845 and endl, to fix a build issue with Tru64.
1846 + consistently use NCURSES_BOOL in lib_gen.c
1847 + filter #line's from lib_gen.c
1848 + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
1849 substitution by IBM xlc to '#' as part of its extensions to digraphs.
1850 + update config.guess, config.sub from
1851 http://savannah.gnu.org/projects/config
1852 (caveat - its maintainer removed support for older Linux systems).
1855 + modify configure check for pthread library to work with OSF/1 5.1,
1856 which uses #define's to associate its header and library.
1857 + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
1858 makes threaded code work on HPUX 11.23
1859 + fix a bug in demo_menus in freeing menus (cf: 20080804).
1860 + modify configure script for the case where tic library is used (and
1861 possibly renamed) to remove its dependency upon ncurses/ncursew
1862 library (patch by Dr Werner Fink).
1863 + correct manpage for menu_fore() which gave wrong default for
1864 the attribute used to display a selected entry (report by Mike Gran).
1865 + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
1869 + add configure option --enable-weak-symbols to turn on new feature.
1870 + add configure-check for availability of weak symbols.
1871 + modify linkage with pthread library to use weak symbols so that
1872 applications not linked to that library will not use the mutexes,
1873 etc. This relies on gcc, and may be platform-specific (patch by Dr
1875 + add note to INSTALL to document limitation of renaming of tic library
1876 using the --with-ticlib configure option (report by Dr Werner Fink).
1877 + document (in manpage) why tputs does not detect I/O errors (prompted
1878 by comments by Samuel Thibault).
1879 + fix remaining warnings from Klocwork report.
1882 + modify _nc_panelhook() data to account for a permanent memory leak.
1883 + fix memory leaks in test/demo_menus
1884 + fix most warnings from Klocwork tool (report by Larry Zhou).
1885 + modify configure script CF_XOPEN_SOURCE macro to add case for
1886 "dragonfly" from xterm #236 changes.
1887 + modify configure script --with-hashed-db to let $LIBS override the
1888 search for the db library (prompted by report by Samson Pierre).
1891 + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
1895 + build-fix (reports by Christian Ebert, Funda Wang).
1898 + compiler-warning fixes for Solaris.
1901 + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
1902 make those work properly with the "--enable-ext-mouse" configuration
1904 + improve documentation of build-cc options in INSTALL.
1905 + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
1906 -static/-dynamic flags properly to linker, causing test/bs to
1910 + correct some ifdef's needed for the broken-linker configuration.
1911 + make debugging library's $BAUDRATE feature work for termcap
1913 + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
1914 by comment on FreeBSD mailing list).
1915 + add screen.mlterm terminfo entry -TD
1916 + improve mlterm and mlterm+pcfkeys terminfo entries -TD
1919 + regenerated html documentation.
1920 + expand manpage description of parameters for form_driver() and
1921 menu_driver() (prompted by discussion with Adam Spragg).
1922 + add null-pointer checks for cur_term in baudrate() and
1923 def_shell_mode(), def_prog_mode()
1924 + fix some memory leaks in delscreen() and wide acs.
1927 + modify test/ditto.c to illustrate multi-threaded use_screen().
1928 + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
1929 + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
1933 + finish changes to wgetch(), making it switch as needed to the
1934 window's actual screen when calling wrefresh() and wgetnstr(). That
1935 allows wgetch() to get used concurrently in different threads with
1936 some minor restrictions, e.g., the application should not delete a
1937 window which is being used in a wgetch().
1938 + simplify mutex's, combining the window- and screen-mutex's.
1941 + modify wgetch() to use the screen which corresponds to its window
1942 parameter rather than relying on SP; some dependent functions still
1944 + factor out most use of SP in lib_mouse.c, using parameter.
1945 + add internal _nc_keyname(), replacing keyname() to associate with a
1946 particular SCREEN rather than the global SP.
1947 + add internal _nc_unctrl(), replacing unctrl() to associate with a
1948 particular SCREEN rather than the global SP.
1949 + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
1950 its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
1951 + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
1952 preference to the global _nc_globals.tracechr_buf buffer.
1955 + modify _nc_keypad() to make it switch temporarily as needed to the
1956 screen which must be updated.
1957 + wrap cur_term variable to help make _nc_keymap() thread-safe, and
1958 always set the screen's copy of this variable in set_curterm().
1959 + restore curs_set() state after endwin()/refresh() (report/patch
1963 + modify configure script to note that --enable-ext-colors and
1964 --enable-ext-mouse are not experimental, but extensions from
1966 + corrected manpage description of setcchar() (discussion with
1967 Emanuele Giaquinta).
1968 + fix for adding a non-spacing character at the beginning of a line
1969 (report/patch by Miroslav Lichvar).
1972 + modify screen.* terminfo entries using new screen+fkeys to fix
1973 overridden keys in screen.rxvt (Debian #478094) -TD
1974 + modify internal interfaces to reduce wgetch()'s dependency on the
1976 + simplify some loops with macros each_screen(), each_window() and
1980 + continue modifying test/ditto.c toward making it demonstrate
1981 multithreaded use_screen(), using fifos to pass data between screens.
1982 + fix typo in form.3x (report by Mike Gran).
1985 + add screen.rxvt terminfo entry -TD
1986 + modify tic -f option to format spaces as \s to prevent them from
1987 being lost when that is read back in unformatted strings.
1988 + improve test/ditto.c, using a "talk"-style layout.
1991 + change test/ditto.c to use openpty() and xterm.
1992 + add locks for copywin(), dupwin(), overlap(), overlay() on their
1994 + add locks for initscr() and newterm() on updates to the SCREEN
1996 + finish table in curs_thread.3x manpage.
1999 + begin table in curs_thread.3x manpage describing the scope of data
2000 used by each function (or symbol) for threading analysis.
2001 + add null-pointer checks to setsyx() and getsyx() (prompted by
2002 discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
2003 python-dev2 mailing list).
2006 + add null-pointer checks in set_term() and delscreen().
2007 + move _nc_windows into _nc_globals, since windows can be pads, which
2008 are not associated with a particular screen.
2009 + change use_screen() to pass the SCREEN* parameter rather than
2010 stdscr to the callback function.
2011 + force libtool to use tag for 'CC' in case it does not detect this,
2012 e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
2013 (report/patch by Michael Haubenwallner).
2014 + override OBJEXT to "lo" when building with libtool, to work on
2015 platforms such as AIX where libtool may use a different suffix for
2016 the object files than ".o" (report/patch by Michael Haubenwallner).
2017 + add configure --with-pthread option, for building with the POSIX
2021 + fill in extended-color pair two more places in wbkgrndset() and
2022 waddch_nosync() (prompted by Sedeno's patch).
2023 + fill in extended-color pair in _nc_build_wch() to make colors work
2024 for wide-characters using extended-colors (patch by Alejandro R
2026 + add x/X toggles to ncurses.c C color test to test/demo
2027 wide-characters with extended-colors.
2028 + add a/A toggles to ncurses.c c/C color tests.
2029 + modify test/ditto.c to use use_screen().
2030 + finish modifying test/rain.c to demonstrate threads.
2033 + start modifying test/rain.c for threading demo.
2034 + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
2035 that the 'F' accepts.
2036 + modify test/worm.c to show trail in reverse-video when other threads
2037 are working concurrently.
2038 + fix a deadlock from improper nesting of mutexes for windowlist and
2042 + fixes from 20080223 resolved issue with mutexes; change to use
2043 recursive mutexes to fix memory leak in delwin() as called from
2044 _nc_free_and_exit().
2047 + fix a size-difference in _nc_globals which caused hanging of mutex
2048 lock/unlock when termlib was built separately.
2051 + avoid using nanosleep() in threaded configuration since that often
2052 is implemented to suspend the entire process.
2055 + update test programs to build/work with various UNIX curses for
2056 comparisons. This was to reinvestigate statement in X/Open curses
2057 that insnstr and winsnstr perform wrapping. None of the Unix-branded
2058 implementations do this, as noted in manpage (cf: 20040228).
2061 + modify _nc_setupscreen() to set the legacy-coding value the same
2062 for both narrow/wide models. It had been set only for wide model,
2063 but is needed to make unctrl() work with locale in the narrow model.
2064 + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
2065 using unctrl() to display illegal bytes rather than trying to append
2066 further bytes to make up a valid sequence (reported by Andrey A
2068 + modify unctrl() to check codes in 128-255 range versus isprint().
2069 If they are not printable, and locale was set, use a "M-" or "~"
2073 + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
2074 handling). Now it hangs in napms(), no matter whether nanosleep()
2075 or poll() or select() are used on Linux.
2078 + fixes to build with --disable-ext-funcs
2079 + add manpage for use_window and use_screen.
2080 + add set_tabsize() and set_escdelay() functions.
2083 + remove recursive-mutex definitions, finish threading demo for worm.c
2084 + remove a redundant adjustment of lines in resizeterm.c's
2085 adjust_window() which caused occasional misadjustment of stdscr when
2089 + several improvements to terminfo entries based on xterm #230 -TD
2090 + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
2091 "link_test" builds properly.
2092 + fix for toe command-line options -u/-U to ensure filename is given.
2093 + fix allocation-size for command-line parsing in infocmp from 20070728
2094 (report by Miroslav Lichvar)
2095 + improve resizeterm() by moving ripped-off lines, and repainting the
2096 soft-keys (report by Katarina Machalkova)
2097 + add clarification in wclear's manpage noting that the screen will be
2098 cleared even if a subwindow is cleared (prompted by Christer Enfors
2100 + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
2103 + continue implementing support for threading demo by adding mutex
2107 + add several functions to C++ binding which wrap C functions that
2108 pass a WINDOW* parameter (request by Chris Lee).
2111 + add note about configure options needed for Berkeley database to the
2113 + improve checks for version of Berkeley database libraries.
2114 + amend fix for rpath to not modify LDFLAGS if the platform has no
2115 applicable transformation (report by Christian Ebert, cf: 20071124).
2118 + modify configure option --with-hashed-db to accept a parameter which
2119 is the install-prefix of a given Berkeley Database (prompted by
2120 pierre4d2 comments).
2121 + rewrite wrapper for wcrtomb(), making it work on Solaris. This is
2122 used in the form library to determine the length of the buffer needed
2123 by field_buffer (report by Alfred Fung).
2124 + remove unneeded window-parameter from C++ binding for wresize (report
2128 + modify the support for filesystems which do not support mixed-case to
2129 generate 2-character (hexadecimal) codes for the lower-level of the
2130 filesystem terminfo database (request by Michail Vidiassov).
2131 + add configure option --enable-mixed-case, to allow overriding the
2132 configure script's check if the filesystem supports mixed-case
2134 + add wresize() to C++ binding (request by Chris Lee).
2135 + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
2136 it simpler to tell if the extended functions and/or colors are
2140 + update memory-leak checks for changes to names.c and codes.c
2141 + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
2144 + continue implementing support for threading demo by adding mutex
2146 + add mrxvt terminfo entry, add/fix xterm building blocks for modified
2148 + compile with FreeBSD "contemporary" TTY interface (patch by
2152 + modify makefile rules to allow clear, tput and tset to be built
2153 without libtic. The other programs (infocmp, tic and toe) rely on
2155 + add/modify null-pointer checks in several functions for SP and/or
2156 the WINDOW* parameter (report by Thorben Krueger).
2157 + fixes for field_buffer() in formw library (see Redhat Bugzilla
2158 #310071, patches by Miroslav Lichvar).
2159 + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
2161 + update/improve mlterm and rxvt terminfo entries, e.g., for
2162 the modified cursor- and keypad-keys -TD
2165 + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
2166 changes the CharEq() macro to an inline function to allow comparing
2167 cchar_t struct's without comparing gaps in a possibly unpacked
2168 memory layout (report by Miroslav Lichvar).
2171 + add new functions to lib_trace.c to setup mutex's for the _tracef()
2172 calls within the ncurses library.
2173 + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
2175 + start modifying test/worm.c to provide threading demo (incomplete).
2176 + separated ifdef's for some BSD-related symbols in tset.c, to make
2177 it compile on LynxOS (report by Greg Gemmer).
2179 + modify Ada95/gen/Makefile to use shlib script, to simplify building
2180 shared-library configuration on platforms lacking rpath support.
2181 + build-fix for Ada95/src/Makefile to reflect changed dependency for
2182 the terminal-interface-curses-aux.adb file which is now generated.
2183 + restructuring test/worm.c, for use_window() example.
2186 + add use_window() and use_screen() functions, to develop into support
2187 for threaded library (incomplete).
2188 + fix typos in man/curs_opaque.3x which kept the install script from
2189 creating symbolic links to two aliases created in 20070818 (report by
2193 + remove a spurious newline from output of html.m4, which caused links
2194 for Ada95 html to be incorrect for the files generated using m4.
2195 + start investigating mutex's for SCREEN manipulation (incomplete).
2196 + minor cleanup of codes.c/names.c for --enable-const
2197 + expand/revise "Routine and Argument Names" section of ncurses manpage
2198 to address report by David Givens in newsgroup discussion.
2199 + fix interaction between --without-progs/--with-termcap configure
2200 options (report by Michail Vidiassov).
2201 + fix typo in "--disable-relink" option (report by Michail Vidiassov).
2204 + fix a sign-extension bug in infocmp's repair_acsc() function
2206 + fix old configure script bug which prevented "--disable-warnings"
2207 option from working (patch by Mike Frysinger).
2210 + add 9term terminal description (request by Juhapekka Tolvanen) -TD
2211 + modify comp_hash.c's string output to avoid misinterpreting a null
2212 "\0" followed by a digit.
2213 + modify MKnames.awk and MKcodes.awk to support big-strings.
2214 This only applies to the cases (broken linker, reentrant) where
2215 the corresponding arrays are accessed via wrapper functions.
2216 + split MKnames.awk into two scripts, eliminating the shell redirection
2217 which complicated the make process and also the bogus timestamp file
2218 which was introduced to fix "make -j".
2219 + add test/test_opaque.c, test/test_arrays.c
2220 + add wgetscrreg() and wgetparent() for applications that may need it
2221 when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
2224 + amend treatment of infocmp "-r" option to retain the 1023-byte limit
2225 unless "-T" is given (cf: 981017).
2226 + modify comp_captab.c generation to use big-strings.
2227 + make _nc_capalias_table and _nc_infoalias_table private accessed via
2228 _nc_get_alias_table() since the tables are used only within the tic
2230 + modify configure script to skip Intel compiler in CF_C_INLINE.
2231 + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
2232 _nc_get_hash_table() since the tables are used only within the tic
2236 + make _nc_capalias_table and _nc_infoalias_table private, accessed via
2237 _nc_get_alias_table() since they are used only by parse_entry.c
2238 + make _nc_key_names private since it is used only by lib_keyname.c
2239 + add --disable-big-strings configure option to control whether
2240 unctrl.c is generated using the big-string optimization - which may
2241 use strings longer than supported by a given compiler.
2242 + reduce relocation tables for tic, infocmp by changing type of
2243 internal hash tables to short, and make those private symbols.
2244 + eliminate large fixed arrays from progs/infocmp.c
2247 + change winnstr() to stop at the end of the line (cf: 970315).
2248 + add test/test_get_wstr.c
2249 + add test/test_getstr.c
2250 + add test/test_inwstr.c
2251 + add test/test_instr.c
2254 + restore a call to obtain screen-size in _nc_setupterm(), which
2255 is used in tput and other non-screen applications via setupterm()
2256 (Debian #433357, reported by Florent Bayle, Christian Ohm,
2260 + add test/savescreen.c test-program
2261 + add check to trace-file open, if the given name is a directory, add
2262 ".log" to the name and try again.
2263 + add konsole-256color entry -TD
2264 + add extra gcc warning options from xterm.
2265 + minor fixes for ncurses/hashmap test-program.
2266 + modify configure script to quiet c++ build with libtool when the
2267 --disable-echo option is used.
2268 + modify configure script to disable ada95 if libtool is selected,
2269 writing a warning message (addresses FreeBSD ports/114493).
2270 + update config.guess, config.sub
2273 + add continuous-move "M" to demo_panels to help test refresh changes.
2274 + improve fix for refresh of window on top of multi-column characters,
2275 taking into account some split characters on left/right window
2279 + add "widec" row to _tracedump() output to help diagnose remaining
2280 problems with multi-column characters.
2281 + partial fix for refresh of window on top of multi-column characters
2282 which are partly overwritten (report by Sadrul H Chowdhury).
2283 + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
2284 multi-column extension bits are passed there.
2285 + add setlocale() call to demo_panels.c, needed for wide-characters.
2286 + add some output flags to _nc_trace_ttymode to help diagnose a bug
2287 report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
2290 + add test/demo_panels.c
2291 + implement opaque version of setsyx() and getsyx().
2294 + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
2296 + split-out key_name() from MKkeyname.awk since it now depends upon
2297 wunctrl() which is not in libtinfo (report by Rong-En Fan).
2300 + add test/key_name.c
2301 + add stdscr cases to test/inchs.c and test/inch_wide.c
2302 + update test/configure
2303 + correct formatting of DEL (0x7f) in _nc_vischar().
2304 + null-terminate result of wunctrl().
2305 + add null-pointer check in key_name() (report by Andreas Krennmair,
2309 + adapt mouse-handling code from menu library in form-library
2310 (discussion with Clive Nicolson).
2311 + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
2312 illustrate how to use mvcur().
2313 + modify wide-character flavor of SetAttr() to preserve the
2314 WidecExt() value stored in the .attr field, e.g., in case it
2315 is overwritten by chgat (report by Aleksi Torhamo).
2316 + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
2317 + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
2320 + modify keyname() to use "^X" form only if meta() has been called, or
2321 if keyname() is called without initializing curses, e.g., via
2322 initscr() or newterm() (prompted by LinuxBase #1604).
2323 + document some portability issues in man/curs_util.3x
2324 + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
2325 broken by moving that data into SCREEN (cf: 20061230).
2328 + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
2329 problem reported by Sadrul H Chowdhury with repainting parts of
2331 + modify slk_init() so that if there are preceding calls to
2332 ripoffline(), those affect the available lines for soft-keys (adapted
2333 from patch by Clive Nicolson).
2334 + document some portability issues in man/curs_getyx.3x
2337 + fix a bug in Ada95/samples/ncurses which caused a variable to
2338 become uninitialized in the "b" test.
2339 + fix Ada95/gen/Makefile.in adahtml rule to account for recent
2340 movement of files, fix a few incorrect manpage references in the
2342 + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
2344 + correct some functions in Ada95 binding which were using return value
2345 from C where none was returned: idcok(), immedok() and wtimeout().
2346 + amend recent changes for Ada95 binding to make it build with
2347 Cygwin's linker, e.g., with configure options
2348 --enable-broken-linker --with-ticlib
2351 + add a configure check for gcc's options for inlining, use that to
2352 quiet a warning message where gcc's default behavior changed from
2354 + improve warning message when checking if GPM is linked to curses
2355 library by not warning if its use of "wgetch" is via a weak symbol.
2356 + add loader options when building with static libraries to ensure that
2357 an installed shared library for ncurses does not conflict. This is
2358 reported as problem with Tru64, but could affect other platforms
2359 (report Martin Mokrejs, analysis by Tim Mooney).
2360 + fix build on cygwin after recent ticlib/termlib changes, i.e.,
2361 + adjust TINFO_SUFFIX value to work with cygwin's dll naming
2362 + revert a change from 20070303 which commented out dependency of
2363 SHLIB_LIST in form/menu/panel/c++ libraries.
2364 + fix initialization of ripoff stack pointer (cf: 20070421).
2367 + move most static variables into structures _nc_globals and
2368 _nc_prescreen, to simplify storage.
2369 + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
2370 type for data manipulated by signal handlers (prompted by comments
2371 in mailing.openbsd.bugs newsgroup).
2372 + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
2373 to the libtool create- and link-operations.
2376 + fix whitespace in curs_opaque.3x which caused a spurious ';' in
2377 the installed aliases (report by Peter Santoro).
2378 + fix configure script to not try to generate adacurses-config when
2379 Ada95 tree is not built.
2382 + add man/curs_legacy.3x, man/curs_opaque.3x
2383 + fix acs_map binding for Ada95 when --enable-reentrant is used.
2384 + add adacurses-config to the Ada95 install, based on version from
2385 FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
2386 comment on comp.lang.ada newsgroup).
2387 + fix includes in c++ binding to build with Intel compiler
2389 + update install rule in Ada95 to use mkdirs.sh
2390 > other fixes prompted by inspection for Coverity report:
2391 + modify ifdef's for c++ binding to use try/catch/throw statements
2392 + add a null-pointer check in tack/ansi.c request_cfss()
2393 + fix a memory leak in ncurses/base/wresize.c
2394 + corrected check for valid memu/meml capabilities in
2395 progs/dump_entry.c when handling V_HPUX case.
2396 > fixes based on Coverity report:
2397 + remove dead code in test/bs.c
2398 + remove dead code in test/demo_defkey.c
2399 + remove an unused assignment in progs/infocmp.c
2400 + fix a limit check in tack/ansi.c tools_charset()
2401 + fix tack/ansi.c tools_status() to perform the VT320/VT420
2402 tests in request_cfss(). The function had exited too soon.
2403 + fix a memory leak in tic.c's make_namelist()
2404 + fix a couple of places in tack/output.c which did not check for EOF.
2405 + fix a loop-condition in test/bs.c
2406 + add index checks in lib_color.c for color palettes
2407 + add index checks in progs/dump_entry.c for version_filter() handling
2409 + fix a possible null-pointer dereference in copywin()
2410 + fix a possible null-pointer dereference in waddchnstr()
2411 + add a null-pointer check in _nc_expand_try()
2412 + add a null-pointer check in tic.c's make_namelist()
2413 + add a null-pointer check in _nc_expand_try()
2414 + add null-pointer checks in test/cardfile.c
2415 + fix a double-free in ncurses/tinfo/trim_sgr0.c
2416 + fix a double-free in ncurses/base/wresize.c
2417 + add try/catch block to c++/cursesmain.cc
2420 + modify Ada95 binding to build with --enable-reentrant by wrapping
2421 global variables (bug: acs_map does not yet work).
2422 + modify Ada95 binding to use the new access-functions, allowing it
2423 to build/run when NCURSES_OPAQUE is set.
2424 + add access-functions and macros to return properties of the WINDOW
2425 structure, e.g., when NCURSES_OPAQUE is set.
2426 + improved install-sh's quoting.
2427 + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
2431 + eliminate part of the direct use of WINDOW data from Ada95 interface.
2432 + fix substitutions for termlib filename to make configure option
2433 --enable-reentrant work with --with-termlib.
2434 + change a constructor for NCursesWindow to allow compiling with
2435 NCURSES_OPAQUE set, since we cannot pass a reference to
2439 + ignore --with-chtype=unsigned since unsigned is always added to
2440 the type in curses.h; do the same for --with-mmask-t.
2441 + change warning regarding --enable-ext-colors and wide-character
2442 in the configure script to an error.
2443 + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
2444 such as Darwin's libtool program (report by Michail Vidiassov)
2445 + modify edit_man.sh to allow for multiple substitutions per line.
2446 + set locale in misc/ncurses-config.in since it uses a range
2447 + change permissions libncurses++.a install (report by Michail
2449 + corrected length of temporary buffer in wide-character version
2450 of set_field_buffer() (related to report by Bryan Christ).
2453 + fix mk-1st.awk script install_shlib() function, broken in 20070224
2454 changes for cygwin (report by Michail Vidiassov).
2457 + increase size of array in _nc_visbuf2n() to make "tic -v" work
2458 properly in its similar_sgr() function (report/analysis by Peter
2460 + add --enable-reentrant configure option for ongoing changes to
2461 implement a reentrant version of ncurses:
2462 + libraries are suffixed with "t"
2463 + wrap several global variables (curscr, newscr, stdscr, ttytype,
2464 COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
2465 functions returning values stored in SCREEN or cur_term.
2466 + move some initialization (LINES, COLS) from lib_setup.c,
2467 i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
2470 + regenerated html documentation.
2471 + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
2472 opaque in selected configurations.
2473 + move the chunk in lib_acs.c which resets acs capabilities when
2474 running on a terminal whose locale interferes with those into
2475 _nc_setupscreen(), so the libtinfo/libtinfow files can be made
2476 identical (requested by Miroslav Lichvar).
2477 + do not use configure variable SHLIB_LIBS for building libraries
2478 outside the ncurses directory, since that symbol is customized
2479 only for that directory, and using it introduces an unneeded
2480 dependency on libdl (requested by Miroslav Lichvar).
2481 + modify mk-1st.awk so the generated makefile rules for linking or
2482 installing shared libraries do not first remove the library, in
2483 case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
2485 + revised section "Using NCURSES under XTERM" in ncurses-intro.html
2486 (prompted by newsgroup comment by Nick Guenther).
2489 + change internal return codes of _nc_wgetch() to check for cases
2490 where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
2491 ungetch'd, and read by wget_wch().
2492 + fix static-library build broken in 20070217 changes to remove "-ldl"
2493 (report by Miroslav Lichvar).
2494 + change makefile/scripts for cygwin to allow building termlib.
2495 + use Form_Hook in manpages to match form.h
2496 + use Menu_Hook in manpages, as well as a few places in menu.h
2497 + correct form- and menu-manpages to use specific Field_Options,
2498 Menu_Options and Item_Options types.
2499 + correct prototype for _tracechar() in manpage (cf: 20011229).
2500 + correct prototype for wunctrl() in manpage.
2503 + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
2505 + modify relinking of shared libraries to apply only when rpath is
2506 enabled, and add --disable-relink option which can be used to
2507 disable the feature altogether (reports by Michail Vidiassov,
2509 + fix --with-termlib option for wide-character configuration, stripping
2510 the "w" suffix in one place (report by Miroslav Lichvar).
2511 + remove "-ldl" from some library lists to reduce dependencies in
2512 programs (report by Miroslav Lichvar).
2513 + correct description of --enable-signed-char in configure --help
2514 (report by Michail Vidiassov).
2515 + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
2516 which matches an earlier change to CF_SHARED_OPTS, from xterm #224
2518 + remove "${DESTDIR}" from -install_name option used for linking
2519 shared libraries on Darwin (report by Michail Vidiassov).
2522 + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
2523 + remove libdl from library list for termlib (report by Miroslav
2525 + fix configure.in to allow --without-progs --with-termlib (patch by
2527 + modify win_wchnstr() to ensure that only a base cell is returned
2528 for each multi-column character (prompted by report by Wei Kong
2529 regarding change in mvwin_wch() cf: 20041023).
2532 + modify fix_wchnstr() in form library to strip attributes (and color)
2533 from the cchar_t array (field cells) read from a field's window.
2534 Otherwise, when copying the field cells back to the window, the
2535 associated color overrides the field's background color (report by
2537 + improve tracing for form library, showing created forms, fields, etc.
2538 + ignore --enable-rpath configure option if --with-shared was omitted.
2539 + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
2540 to allow leak-checking when both tic- and tinfo-libraries are built.
2541 + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
2542 no longer relies on it.
2543 + disallow combining configure script options --with-ticlib and
2544 --enable-termcap (report by Rong-En Fan).
2545 + remove tack from ncurses tree.
2548 + fix typo in configure script that broke --with-termlib option
2549 (report by Rong-En Fan).
2552 + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
2553 to tgetent() (report by Rong-en Fan).
2554 + update tack/HISTORY and tack/README to tell how to build it after
2555 it is removed from the ncurses tree.
2556 + fix configure check for libtool's version to trim blank lines
2557 (report by sci-fi@hush.ai).
2558 + review/eliminate other original-file artifacts in cursesw.cc, making
2559 its license consistent with ncurses.
2560 + use ncurses vw_scanw() rather than reading into a fixed buffer in
2561 the c++ binding for scanw() methods (prompted by report by Nuno Dias).
2562 + eliminate fixed-buffer vsprintf() calls in c++ binding.
2565 + add _nc_leaks_tic() to separate leak-checking of tic library from
2566 term/ncurses libraries, and thereby eliminate a library dependency.
2567 + fix test/mk-test.awk to ignore blank lines.
2568 + correct paths in include/headers, for --srcdir (patch by Miroslav
2572 + add a break-statement in misc/shlib to ensure that it exits on the
2573 _first_ matched directory (report by Paul Novak).
2574 + add tack/configure, which can be used to build tack outside the
2576 + add --with-ticlib option, to build/install the tic-support functions
2577 in a separate library (suggested by Miroslav Lichvar).
2580 + change MKunctrl.awk to reduce relocation table for unctrl.o
2581 + change MKkeyname.awk to reduce relocation table for keyname.o
2582 (patch by Miroslav Lichvar).
2585 + modify configure check for libtool's version to trim blank lines
2586 (report by sci-fi@hush.ai).
2587 + modify some modules to allow them to be reentrant if _REENTRANT is
2588 defined: lib_baudrate.c, resizeterm.c (local data only)
2589 + eliminate static data from some modules: add_tries.c, hardscroll.c,
2590 lib_ttyflags.c, lib_twait.c
2591 + improve manpage install to add aliases for the transformed program
2592 names, e.g., from --program-prefix.
2593 + used linklint to verify links in the HTML documentation, made fixes
2594 to manpages as needed.
2595 + fix a typo in curs_mouse.3x (report by William McBrine).
2596 + fix install-rule for ncurses5-config to make the bin-directory.
2599 + modify configure script to omit the tic (terminfo compiler) support
2600 from ncurses library if --without-progs option is given.
2601 + modify install rule for ncurses5-config to do this via "install.libs"
2602 + modify shared-library rules to allow FreeBSD 3.x to use rpath.
2603 + update config.guess, config.sub
2605 20061217 5.6 release for upload to ftp.gnu.org
2608 + add ifdef's for <wctype.h> for HPUX, which has the corresponding
2609 definitions in <wchar.h>.
2610 + revert the va_copy() change from 20061202, since it was neither
2611 correct nor portable.
2612 + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
2614 + ignore wide-acs line-drawing characters that wcwidth() claims are
2615 not one-column. This is a workaround for Solaris' broken locale
2619 + modify configure --with-gpm option to allow it to accept a parameter,
2620 i.e., the name of the dynamic GPM library to load via dlopen()
2621 (requested by Bryan Henderson).
2622 + add configure option --with-valgrind, changes from vile.
2623 + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
2624 'return' in preference to 'exit()'.
2627 + change default for --with-develop back to "no".
2628 + add XTABS to tracing of TTY bits.
2629 + updated autoconf patch to ifdef-out the misfeature which declares
2630 exit() for configure tests. This fixes a redefinition warning on
2632 + use ${CC} rather than ${LD} in shared library rules for IRIX64,
2633 Solaris to help ensure that initialization sections are provided for
2634 extra linkage requirements, e.g., of C++ applications (prompted by
2635 comment by Casper Dik in newsgroup).
2636 + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
2637 from the autoconf predefined symbol. There was no conflict,
2638 since "$target" was used only in the generated edit_man.sh file,
2639 but SuSE's rpm package contains a patch.
2642 + update man/term.5 to reflect extended terminfo support and hashed
2643 database configuration.
2644 + updates for test/configure script.
2645 + adapted from SuSE rpm package:
2646 + remove long-obsolete workaround for broken-linker which declared
2648 + improve error recovery in PUTC() macro when wcrtomb() does not
2649 return usable results for an 8-bit character.
2650 + patches from rpm package (SuSE):
2651 + use va_copy() in extra varargs manipulation for tracing version
2653 + use a va_list rather than a null in _nc_freeall()'s call to
2654 _nc_printf_string().
2655 + add some see-also references in manpages to show related
2656 wide-character functions (suggested by Claus Fischer).
2659 + add a check in lib_color.c to ensure caller does not increase COLORS
2660 above max_colors, which is used as an array index (discussion with
2662 + add ifdef's allowing ncurses to be built with tparm() using either
2663 varargs (the existing status), or using a fixed-parameter list (to
2667 + fix redrawing of windows other than stdscr using wredrawln() by
2668 touching the corresponding rows in curscr (discussion with Dan
2671 + add test/echochar.c
2672 + review/cleanup manpage descriptions of error-returns for form- and
2673 menu-libraries (prompted by FreeBSD docs/46196).
2676 + add AUTHORS file -TD
2677 + omit the -D options from output of the new config script --cflags
2678 option (suggested by Ralf S Engelschall).
2679 + make NCURSES_INLINE unconditionally defined in curses.h
2682 + revert change to accommodate bash 3.2, since that breaks other
2683 platforms, e.g., Solaris.
2684 + minor fixes to NEWS file to simplify scripting to obtain list of
2686 + improve some shared-library configure scripting for Linux, FreeBSD
2687 and NetBSD to make "--with-shlib-version" work.
2688 + change configure-script rules for FreeBSD shared libraries to allow
2689 for rpath support in versions past 3.
2690 + use $(DESTDIR) in makefile rules for installing/uninstalling the
2691 package config script (reports/patches by Christian Wiese,
2692 Ralf S Engelschall).
2693 + fix a warning in the configure script for NetBSD 2.0, working around
2694 spurious blanks embedded in its ${MAKEFLAGS} symbol.
2695 + change test/Makefile to simplify installing test programs in a
2696 different directory when --enable-rpath is used.
2699 + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
2700 + add/install a package config script, e.g., "ncurses5-config" or
2701 "ncursesw5-config", according to configuration options.
2704 + add several GNU Screen terminfo variations with 16- and 256-colors,
2705 and status line (Alain Bench).
2706 + change the way shared libraries (other than libtool) are installed.
2707 Rather than copying the build-tree's libraries, link the shared
2708 objects into the install directory. This makes the --with-rpath
2709 option work except with $(DESTDIR) (cf: 20000930).
2712 + fix ifdef in c++/internal.h for QNX 6.1
2713 + test-compiled with (old) egcs-1.1.2, modified configure script to
2714 not unset the $CXX and related variables which would prevent this.
2715 + fix a few terminfo.src typos exposed by improvments to "-f" option.
2716 + improve infocmp/tic "-f" option formatting.
2719 + make --disable-largefile option work (report by Thomas M Ott).
2720 + updated html documentation.
2721 + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
2722 + minor improvements to rxvt+pcfkeys -TD
2725 + move static data from lib_mouse.c into SCREEN struct.
2726 + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
2727 (report by Michail Vidiassov).
2728 + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
2729 option (from lynx changes) -TD
2730 + adapt AC_PROG_EGREP check, noting that this is likely to be another
2731 place aggravated by POSIXLY_CORRECT.
2732 + modify configure check for awk to ensure that it is found (prompted
2733 by report by Christopher Parker).
2737 + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
2738 + remove invis capability from klone+sgr, mainly used by linux entry,
2739 since it does not really do this -TD
2742 + correct logic in wadd_wch() and wecho_wch(), which did not guard
2743 against passing the multi-column attribute into a call on waddch(),
2744 e.g., using data returned by win_wch() (cf: 20041023)
2745 (report by Sadrul H Chowdhury).
2748 + fix kterm's acsc string -TD
2749 + fix for change to tic/infocmp in 20060819 to ensure no blank is
2750 embedded into a termcap description.
2751 + workaround for 20050806 ifdef's change to allow visbuf.c to compile
2752 when using --with-termlib --with-trace options.
2753 + improve tgetstr() by making the return value point into the user's
2754 buffer, if provided (patch by Miroslav Lichvar (see Redhat Bugzilla
2756 + correct libraries needed for foldkeys (report by Stanislav Ievlev)
2759 + add terminfo entries for xfce terminal (xfce) and multi gnome
2761 + add test/foldkeys.c
2764 + modify tic and infocmp to avoid writing trailing blanks on terminfo
2765 source output (Debian #378783).
2766 + modify configure script to ensure that if the C compiler is used
2767 rather than the loader in making shared libraries, the $(CFLAGS)
2768 variable is also used (Redhat Bugzilla #199369).
2769 + port hashed-db code to db2 and db3.
2770 + fix a bug in tgetent() from 20060625 and 20060715 changes
2771 (patch/analysis by Miroslav Lichvar (see Redhat Bugzilla #202480)).
2774 + updated xterm function-keys terminfo to match xterm #216 -TD
2775 + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
2776 e.g., the db 1.8.5 interface).
2779 + modify toe to access termcap data, e.g., via cgetent() functions,
2780 or as a text file if those are not available.
2781 + use _nc_basename() in tset to improve $SHELL check for csh/sh.
2782 + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
2783 can access termcap data when the terminfo database is disabled.
2786 + widen the test for xterm kmous a little to allow for other strings
2787 than \E[M, e.g., for xterm-sco functionality in xterm.
2788 + update xterm-related terminfo entries to match xterm patch #216 -TD
2789 + update config.guess, config.sub
2792 + fix for install-rule in Ada95 to add terminal_interface.ads
2793 and terminal_interface.ali (anonymous posting in comp.lang.ada).
2794 + correction to manpage for getcchar() (report by William McBrine).
2796 + modify wchgat() to mark updated cells as changed so a refresh will
2797 repaint those cells (comments by Sadrul H Chowdhury and William
2799 + split up dependency of names.c and codes.c in ncurses/Makefile to
2800 work with parallel make (report/analysis by Joseph S Myers).
2801 + suppress a warning message (which is ignored) for systems without
2802 an ldconfig program (patch by Justin Hibbits).
2803 + modify configure script --disable-symlinks option to allow one to
2804 disable symlink() in tic even when link() does not work (report by
2806 + modify MKfallback.sh to use tic -x when constructing fallback tables
2807 to allow extended capabilities to be retrieved from a fallback entry.
2808 + improve leak-checking logic in tgetent() from 20060625 to ensure that
2809 it does not free the current screen (report by Miroslav Lichvar).
2812 + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
2813 + correct _nc_free_entries() and related functions used for memory leak
2817 + revert a minor change for magic-cookie support from 20060513, which
2818 caused unexpected reset of attributes, e.g., when resizing test/view
2820 + note in clear manpage that the program ignores command-line
2821 parameters (prompted by Debian #371855).
2822 + fixes to make lib_gen.c build properly with changes to the configure
2823 --disable-macros option and NCURSES_NOMACROS (cf: 20060527)
2824 + update/correct several terminfo entries -TD
2825 + add some notes regarding copyright to terminfo.src -TD
2828 + fixes to build Ada95 binding with gnat-4.1.0
2829 + modify read_termtype() so the term_names data is always allocated as
2830 part of the str_table, a better fix for a memory leak (cf: 20030809).
2831 + reduce memory leaks in repeated calls to tgetent() by remembering the
2832 last TERMINAL* value allocated to hold the corresponding data and
2833 freeing that if the tgetent() result buffer is the same as the
2834 previous call (report by "Matt" for FreeBSD gnu/98975).
2835 + modify tack to test extended capability function-key strings.
2836 + improved gnome terminfo entry (GenToo #122566).
2837 + improved xterm-256color terminfo entry (patch by Alain Bench).
2840 + fix two small memory leaks related to repeated tgetent() calls
2841 with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
2842 + add --enable-signed-char to simplify Debian package.
2843 + reduce name-pollution in term.h by removing #define's for HAVE_xxx
2845 + correct typo in curs_terminfo.3x (Debian #369168).
2848 + enable the mouse in test/movewindow.c
2849 + improve a limit-check in frm_def.c (John Heasley).
2850 + minor copyright fixes.
2851 + change configure script to produce test/Makefile from data file.
2854 + add a configure option --enable-wgetch-events to enable
2855 NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
2856 lib_twait.c (report by Bernd Jendrissek).
2857 + remove include/nomacros.h from build, since the ifdef for
2858 NCURSES_NOMACROS makes that obsolete.
2859 + add entrypoints for some functions which were only provided as macros
2860 to make NCURSES_NOMACROS ifdef work properly: getcurx(), getcury(),
2861 getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
2863 + provide ifdef for NCURSES_NOMACROS which suppresses most macro
2864 definitions from curses.h, i.e., where a macro is defined to override
2865 a function to improve performance. Allowing a developer to suppress
2866 these definitions can simplify some application (discussion with
2868 + improve description of memu/meml in terminfo manpage.
2871 + if msgr is false, reset video attributes when doing an automargin
2872 wrap to the next line. This makes the ncurses 'k' test work properly
2874 + correct caching of keyname(), which was using only half of its table.
2875 + minor fixes to memory-leak checking.
2876 + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
2877 arrays, making ACS_LEN less visible to applications (suggested by
2879 + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
2880 _screen_acs_map will have the same offset in both ncurses/ncursesw,
2881 making the corresponding tinfo/tinfow libraries binary-compatible
2882 (cf: 20041016, report by Stanislav Ievlev).
2885 + improve debug-tracing for EmitRange().
2886 + change default for --with-develop to "yes". Add NCURSES_NO_HARD_TABS
2887 and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
2888 suppression of the related hard-tabs and xmc-glitch features.
2889 + add ncurses version number to top-level manpages, e.g., ncurses, tic,
2890 infocmp, terminfo as well as form, menu, panel.
2891 + update config.guess, config.sub
2892 + modify ncurses.c to work around a bug in NetBSD 3.0 curses
2893 (field_buffer returning null for a valid field). The 'r' test
2894 appears to not work with that configuration since the new_fieldtype()
2895 function is broken in that implementation.
2898 + add hpterm-color terminfo entry -TD
2899 + fixes to compile test-programs with HPUX 11.23
2902 + add copyright notices to files other than those that are generated,
2903 data or adapted from pdcurses (reports by William McBrine, David
2905 + improve rendering on hpterm by not resetting attributes at the end
2906 of doupdate() if the terminal has the magic-cookie feature (report
2908 + add 256color variants of terminfo entries for programs which are
2909 reported to implement this feature -TD
2912 + fix typo in change to NewChar() macro from 20060311 changes, which
2913 broke tab-expansion (report by Frederic L W Meunier).
2916 + document -U option of tic and infocmp.
2917 + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
2918 due to size limit, e.g., converting to termcap format. Also
2919 suppress them if the output format does not contain acsc and it
2920 was not VT100-like, i.e., a one-one mapping (Novell #163715).
2921 + add configure check to ensure that SIGWINCH is defined on platforms
2922 such as OS X which exclude that when _XOPEN_SOURCE, etc., are
2923 defined (report by Nicholas Cole)
2926 + modify write_object() to not write coincidental extensions of an
2927 entry made due to it being referenced in a use= clause (report by
2929 + another fix for infocmp -i option, which did not ensure that some
2930 escape sequences had comparable prefixes (report by Alain Bench).
2933 + improve discussion of init/reset in terminfo and tput manpages
2934 (report by Alain Bench).
2935 + use is3 string for a fallback of rs3 in the reset program; it was
2936 using is2 (report by Alain Bench).
2937 + correct logic for infocmp -i option, which did not account for
2938 multiple digits in a parameter (cf: 20040828) (report by Alain
2940 + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
2941 option work after 20060114 changes (report by Arkadiusz Miskiewicz).
2942 + add copyright notices to test-programs as needed (report by William
2946 + modify ncurses.c 'F' test to combine the wide-characters with color
2947 and/or video attributes.
2948 + modify test/ncurses to use CTL/Q or ESC consistently for exiting
2949 a test-screen (some commands used 'x' or 'q').
2952 + fix an off-by-one in the scrolling-region change (cf_ 20060311).
2955 + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
2956 a null character is found (report by Igor Bogomazov).
2957 + modify progs/Makefile.in to make "tput init" work properly with
2958 cygwin, i.e., do not pass a ".exe" in the reference string used
2959 in check_aliases (report by Samuel Thibault).
2960 + add some checks to ensure current position is within scrolling
2961 region before scrolling on a new line (report by Dan Gookin).
2962 + change some NewChar() usage to static variables to work around
2963 stack garbage introduced when cchar_t is not packed (Redhat #182024).
2966 + workarounds to build test/movewindow with PDcurses 2.7.
2967 + fix for nsterm-16color entry (patch by Alain Bench).
2968 + correct a typo in infocmp manpage (Debian #354281).
2971 + add nsterm-16color entry -TD
2972 + updated mlterm terminfo entry -TD
2973 + remove 970913 feature for copying subwindows as they are moved in
2974 mvwin() (discussion with Bryan Christ).
2975 + modify test/demo_menus.c to demonstrate moving a menu (both the
2976 window and subwindow) using shifted cursor-keys.
2977 + start implementing recursive mvwin() in movewindow.c (incomplete).
2978 + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
2979 for movewindow.c (report by William McBrine).
2980 + add help-message to test/movewindow.c
2983 + add test/movewindow.c, to test mvderwin().
2984 + fix ncurses soft-key test so color changes are shown immediately
2985 rather than delayed.
2986 + modify ncurses soft-key test to hide the keys when exiting the test
2988 + fixes to build test programs with PDCurses 2.7, e.g., its headers
2989 rely on autoconf symbols, and it declares stubs for nonfunctional
2990 terminfo and termcap entrypoints.
2993 + improved test/configure to build test/ncurses on HPUX 11 using the
2995 + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
2996 benefit of developers who do not read INSTALL.
2999 + correct form library Window_To_Buffer() change (cf: 20040516), which
3000 should ignore the video attributes (report by Ricardo Cantu).
3003 + minor fixes to xmc-glitch experimental code:
3004 + suppress line-drawing
3005 + implement max_attributes
3007 + minor fixes for the database iterator.
3008 + fix some buffer limits in c++ demo (comment by Falk Hueffner in
3012 + add toe -a option, to show all databases. This uses new private
3013 interfaces in the ncurses library for iterating through the list of
3015 + fix toe from 20000909 changes which made it not look at
3017 + make toe's -v option parameter optional as per manpage.
3018 + improve SIGWINCH handling by postponing its effect during newterm(),
3019 etc., when allocating screens.
3022 + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs. Use
3023 this in test/filter.c
3024 + fix an error in filter() modification which caused some applications
3028 + check if filter() was called when getting the screensize. Keep it
3029 at 1 if so (based on Redhat #174498).
3030 + add extension nofilter().
3031 + refined the workaround for ACS mapping.
3032 + make ifdef's consistent in curses.h for the extended colors so the
3033 header file can be used for the normal curses library. The header
3034 file installed for extended colors is a variation of the
3035 wide-character configuration (report by Frederic L W Meunier).
3038 + add a workaround to ACS mapping to allow applications such as
3039 test/blue.c to use the "PC ROM" characters by masking them with
3040 A_ALTCHARSET. This worked up til 5.5, but was lost in the revision
3041 of legacy coding (report by Michael Deutschmann).
3042 + add a null-pointer check in the wide-character version of
3043 calculate_actual_width() (report by Victor Julien).
3044 + improve test/ncurses 'd' (color-edit) test by allowing the RGB
3045 values to be set independently (patch by William McBrine).
3046 + modify test/configure script to allow building test programs with
3048 + modified test programs to allow some to work with NetBSD curses.
3049 Several do not because NetBSD curses implements a subset of X/Open
3050 curses, and also lacks much of SVr4 additions. But it's enough for
3052 + update config.guess and config.sub
3055 + use BSD-specific fix for return-value from cgetent() from CVS where
3056 an unknown terminal type would be reportd as "database not found".
3057 + make tgetent() return code more readable using new symbols
3059 + remove references to non-existent "tctest" program.
3060 + remove TESTPROGS from progs/Makefile.in (it was referring to code
3061 that was never built in that directory).
3062 + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
3065 + add use_legacy_coding() function to support lynx's font-switching
3067 + fix formatting in curs_termcap.3x (report by Mike Frysinger).
3068 + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
3072 + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
3073 overwrite() and copywin() with different combinations of colors and
3074 attributes (including background color) to make it easy to see the
3075 effect of the different functions.
3076 + corrections to menu/m_global.c for wide-characters (report by
3080 + add configure option --without-dlsym, allowing developers to
3081 configure GPM support without using dlsym() (discussion with Michael
3083 + fix wins_nwstr(), which did not handle single-column non-8bit codes
3087 + move prototypes for wide-character trace functions from curses.tail
3088 to curses.wide to avoid accidental reference to those if
3089 _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
3091 + add/use NCURSES_INLINE definition.
3092 + change some internal functions to use int/unsigned rather than the
3096 + remove a redundant check in lib_color.c (Debian #335655).
3097 + use ld's -search_paths_first option on Darwin to work around odd
3098 search rules on that platform (report by Christian Gennerat, analysis
3100 + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
3101 + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
3102 + fix several bugs in test/bs.c (patch by Stephen Lindholm).
3105 + other minor fixes to cygwin based on tack -TD
3106 + correct smacs in cygwin (Debian #338234, report by Baurzhan
3107 Ismagulov, who noted that it was fixed in Cygwin).
3110 + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
3111 + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
3112 since those record the state of multicolumn characters (Debian
3114 + modify werase to clear multicolumn characters that extend into
3115 a derived window (Debian #316663).
3118 + move assignment from environment variable ESCDELAY from initscr()
3119 down to newterm() so the environment variable affects timeouts for
3120 terminals opened with newterm() as well.
3121 + fix a memory leak in keyname().
3122 + add test/demo_altkeys.c
3123 + modify test/demo_defkey.c to exit from loop via 'q' to allow
3124 leak-checking, as well as fix a buffer size in winnstr() call.
3127 + correct order of use-clauses in rxvt-basic entry which made codes for
3128 f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
3129 + suppress configure check for gnatmake if Ada95/Makefile.in is not
3131 + correct a typo in configure --with-bool option for the case where
3132 --without-cxx is used (report by Daniel Jacobowitz).
3133 + add a note to INSTALL's discussion of --with-normal, pointing out
3134 that one may wish to use --without-gpm to ensure a completely
3135 static link (prompted by report by Felix von Leitner).
3137 20051010 5.5 release for upload to ftp.gnu.org
3140 + document in demo_forms.c some portability issues.
3143 + document side-effect of werase() which sets the cursor position.
3144 + save/restore the current position in form field editing to make
3148 + correct header dependencies in progs, allowing parallel make (report
3149 by Daniel Jacobowitz).
3150 + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
3151 the configure check for --with-build-cc (report by Daniel Jacobowitz).
3152 + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
3154 + update config.guess and config.sub from
3155 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
3158 + modify sed expression which computes path for /usr/lib/terminfo
3159 symbolic link in install to ensure that it does not change unexpected
3160 levels of the path (Gentoo #42336).
3161 + modify default for --disable-lp64 configure option to reduce impact
3162 on existing 64-bit builds. Enabling the _LP64 option may change the
3163 size of chtype and mmask_t. However, for ABI 6, it is enabled by
3164 default (report by Mike Frysinger).
3165 + add configure script check for --enable-ext-mouse, bump ABI to 6 by
3166 default if it is used.
3167 + improve configure script logic for bumping ABI to omit this if the
3168 --with-abi-version option was used.
3169 + update address for Free Software Foundation in tack's source.
3170 + correct wins_wch(), which was not marking the filler-cells of
3171 multi-column characters (cf: 20041023).
3174 + modify mouse initialization to ensure that Gpm_Open() is called only
3175 once. Otherwise GPM gets confused in its initialization of signal
3176 handlers (Debian #326709).
3179 + modify logic for backspacing in a multiline form field to ensure that
3180 it works even when the preceding line is full (report by Frank van
3182 + remove comment about BUGS section of ncurses manpage (Debian #325481)
3185 + document some workarounds for shared and libtool library
3186 configurations in INSTALL (see --with-shared and --with-libtool).
3187 + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
3188 cross-compilers which emit the platform name in their version
3190 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
3191 (report by Frank van Vugt).
3194 + start updating documentation for upcoming 5.5 release.
3195 + fix to make libtool and libtinfo work together again (cf: 20050122).
3196 + fixes to allow building traces into libtinfo
3197 + add debug trace to tic that shows if/how ncurses will write to the
3198 lower corner of a terminal's screen.
3199 + update llib-l* files.
3202 + modify initializers in c++ binding to build with old versions of g++.
3203 + improve special case for 20050115 repainting fix, ensuring that if
3204 the first changed cell is not a character that the range to be
3205 repainted is adjusted to start at a character's beginning (Debian
3209 + fixes to build on QNX 6.1
3210 + improve configure script checks for Intel 9.0 compiler.
3211 + remove #include's for libc.h (obsolete).
3212 + adjust ifdef's in curses.priv.h so that when cross-compiling to
3213 produce comp_hash and make_keys, no dependency on wchar.h is needed.
3214 That simplifies the build-cppflags (report by Frank van Vugt).
3215 + move modules related to key-binding into libtinfo to fix linkage
3216 problem caused by 20050430 changes to MKkeyname.sh (report by
3217 Konstantin Andreev).
3220 + updates/fixes for configure script macros from vile -TD
3221 + make prism9's sgr string agree with the rest of the terminfo -TD
3222 + make vt220's sgr0 string consistent with sgr string, do this for
3223 several related cases -TD
3224 + improve translation to termcap by filtering the 'me' (sgr0) strings
3225 as in the runtime call to tgetent() (prompted by a discussion with
3227 + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
3228 resets line-drawing.
3231 + fix special cases for trimming sgr0 for hurd and vt220 (Debian
3233 + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
3234 allow it to be used by tic to provide information about the runtime
3235 changes that would be made to sgr0 for termcap applications.
3236 + modify make_sed.sh to make the group-name in the NAME section of
3237 form/menu library manpage agree with the TITLE string when renaming
3238 is done for Debian (Debian #78866).
3241 + modify parameter type in c++ binding for insch() and mvwinsch() to
3242 be consistent with underlying ncurses library (was char, is chtype).
3243 + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
3245 + improve configure check for nanosleep(), checking that it works since
3246 some older systems such as AIX 4.3 have a nonworking version.
3249 + update config.guess and config.sub from
3250 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
3251 + modify misc/shlib to work in test-directory.
3252 + suppress $suffix in misc/run_tic.sh when cross-compiling. This
3253 allows cross-compiles to use the host's tic program to handle the
3254 "make install.data" step.
3255 + improve description of $LINES and $COLUMNS variables in manpages
3256 (prompted by report by Dave Ulrick).
3257 + improve description of cross-compiling in INSTALL
3258 + add NCURSES-Programming-HOWTO.html by Pradeep Padala
3259 (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
3260 + modify configure script to obtain soname for GPM library (discussion
3261 with Daniel Jacobowitz).
3262 + modify configure script so that --with-chtype option will still
3263 compute the unsigned literals suffix for constants in curses.h
3264 (report by Daniel Jacobowitz:
3265 + patches from Daniel Jacobowitz:
3266 + the man_db.renames entry for tack.1 was backwards.
3267 + tack.1 had some 1m's that should have been 1M's.
3268 + the section for curs_inwstr.3 was wrong.
3271 + correction to --with-chtype option (report by Daniel Jacobowitz).
3274 + move build-time edit_man.sh and edit_man.sed scripts to top directory
3275 to simplify reusing them for renaming tack's manpage (prompted by a
3276 review of Debian package).
3277 + revert minor optimization from 20041030 (Debian #313609).
3278 + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
3279 1.5.10 and 1.5.18 (all work except as noted previously for the c++
3280 install using libtool 1.5.0):
3281 + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
3283 + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
3284 + add configure options --with-chtype and --with-mmask-t, to allow
3285 overriding of the non-LP64 model's use of the corresponding types.
3286 + revise test for size of chtype (and mmask_t), which always returned
3287 "long" due to an uninitialized variable (report by Daniel Jacobowitz).
3290 + change _tracef's that used "%p" format for va_list values to ignore
3291 that, since on some platforms those are not pointers.
3292 + fixes for long-formats in printf's due to largefile support.
3295 + fixes for termcap support:
3296 + reset pointer to _nc_curr_token.tk_name when the input stream is
3297 closed, which could point to free memory (cf: 20030215).
3298 + delink TERMTYPE data which is used by the termcap reader, so that
3299 extended names data will be freed consistently.
3300 + free pointer to TERMTYPE data in _nc_free_termtype() rather than
3302 + add some entrypoints for freeing permanently allocated data via
3303 _nc_freeall() when NO_LEAKS is defined.
3304 + amend 20041030 change to _nc_do_color to ensure that optimization is
3305 applied only when the terminal supports back_color_erase (bce).
3308 + add sun-color terminfo entry -TD
3309 + correct a missing assignment in c++ binding's method
3310 NCursesPanel::UserPointer() from 20050409 changes.
3311 + improve configure check for large-files, adding check for dirent64
3313 + minor change to configure script to improve linker options for the
3317 + document error conditions for ncurses library functions (report by
3319 + regenerated html documentation for ada binding.
3320 see ftp://invisible-island.net/ncurses/patches/gnathtml
3323 + regenerated html documentation for manpages.
3324 + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
3325 ncurses/Makefile (Gentoo #89772).
3326 + modify c++/demo.cc to build with g++ -fno-implicit-templates option
3327 (patch by Mike Frysinger).
3328 + modify tic to filter out long extended names when translating to
3329 termcap format. Only two characters are permissible for termcap
3333 + modify terminfo entries xterm-new and rxvt to add strings for
3334 shift-, control-cursor keys.
3335 + workaround to allow c++ binding to compile with g++ 2.95.3, which
3336 has a broken implementation of static_cast<> (patch by Jeff Chua).
3337 + modify initialization of key lookup table so that if an extended
3338 capability (tic -x) string is defined, and its name begins with 'k',
3339 it will automatically be treated as a key.
3340 + modify test/keynames.c to allow for the possibility of extended
3341 key names, e.g., via define_key(), or via "tic -x".
3342 + add test/demo_termcap.c to show the contents of given entry via the
3346 + minor fixes for vt100/vt52 entries -TD
3347 + add configure option --enable-largefile
3348 + corrected libraries used to build Ada95/gen/gen, found in testing
3352 + update config.guess, config.sub
3353 + modify configure script check for _XOPEN_SOURCE, disable that on
3354 Darwin whose header files have problems (patch by Chris Zubrzycki).
3355 + modify form library Is_Printable_String() to use iswprint() rather
3356 than wcwidth() for determining if a character is printable. The
3357 latter caused it to reject menu items containing non-spacing
3359 + modify ncurses test program's F-test to handle non-spacing characters
3360 by combining them with a reverse-video blank.
3361 + review/fix several gcc -Wconversion warnings.
3364 + correct an off-by-one error in m_driver() for mouse-clicks used to
3365 position the mouse to a particular item.
3366 + implement test/demo_menus.c
3367 + add some checks in lib_mouse to ensure SP is set.
3368 + modify C++ binding to make 20050403 changes work with the configure
3369 --enable-const option.
3372 + modify start_color() to return ERR if it cannot allocate memory.
3373 + address g++ compiler warnings in C++ binding by adding explicit
3374 member initialization, assignment operators and copy constructors.
3375 Most of the changes simply preserve the existing semantics of the
3376 binding, which can leak memory, etc., but by making these features
3377 visible, it provides a framework for improving the binding.
3378 + improve C++ binding using static_cast, etc.
3379 + modify configure script --enable-warnings to add options to g++ to
3380 correspond to the gcc --enable-warnings.
3381 + modify C++ binding to use some C internal functions to make it
3382 compile properly on Solaris (and other platforms).
3385 + amend change from 20050320 to limit it to configurations with a
3387 + fix a bug introduced in 20050320 which broke the translation of
3388 nonprinting characters to uparrow form (report by Takahashi Tamotsu).
3391 + add ifdef's for _LP64 in curses.h to avoid using wasteful 64-bits for
3392 chtype and mmask_t, but add configure option --disable-lp64 in case
3393 anyone used that configuration.
3394 + update misc/shlib script to account for Mac OS X (report by Michail
3396 + correct comparison for wrapping multibyte characters in
3397 waddch_literal() (report by Takahashi Tamotsu).
3400 + add -c and -w options to tset to allow user to suppress ncurses'
3401 resizing of the terminal emulator window in the special case where it
3402 is not able to detect the true size (report by Win Delvaux, Debian
3404 + modify waddch_nosync() to account for locale zn_CH.GBK, which uses
3405 codes 128-159 as part of multibyte characters (report by Wang
3406 WenRui, Debian #300512).
3409 + modify ncurses.c 'd' test to make it work with 88-color
3410 configuration, i.e., by implementing scrolling.
3411 + improve scrolling in ncurses.c 'c' and 'C' tests, e.g., for 88-color
3415 + change tracemunch to use strict checking.
3416 + modify ncurses.c 'p' test to test line-drawing within a pad.
3417 + implement environment variable NCURSES_NO_UTF8_ACS to support
3418 miscellaneous terminal emulators which ignore alternate character
3419 set escape sequences when in UTF-8 mode.
3422 + change NCursesWindow::err_handler() to a virtual function (request by
3424 + modify fty_int.c and fty_num.c to handle wide characters (report by
3426 + adapt fix for fty_alpha.c to fty_alnum.c, which also handled normal
3427 and wide characters inconsistently (report by Wolfgang Gutjahr).
3428 + update llib-* files to reflect internal interface additions/changes.
3431 + improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
3433 + add aixterm-16color terminfo entry -TD
3434 + modified xterm-new terminfo entry to work with tgetent() changes -TD
3435 + extended changes in tgetent() from 20040710 to allow the substring of
3436 sgr0 which matches rmacs to be at the beginning of the sgr0 string
3437 (request by Thomas Wolff). Wolff says the visual effect in
3438 combination with pre-20040710 ncurses is improved.
3439 + fix off-by-one in winnstr() call which caused form field validation
3440 of multibyte characters to ignore the last character in a field.
3441 + correct logic in winsch() for inserting multibyte strings; the code
3442 would clear cells after the insertion rather than push them to the
3443 right (cf: 20040228).
3444 + fix an inconsistency in Check_Alpha_Field() between normal and wide
3445 character logic (report by Wolfgang Gutjahr).
3448 + fix a bug in editing wide-characters in form library: deleting a
3449 nonwide character modified the previous wide-character.
3450 + update manpage to describe NCURSES_MOUSE_VERSION 2.
3451 + correct manpage description of mouseinterval() (Debian #280687).
3452 + add a note to default_colors.3x explaining why this extension was
3453 added (Debian #295083).
3454 + add traces to panel library.
3457 + improve editing of wide-characters in form library: left/right
3458 cursor movement, and single-character deletions work properly.
3459 + disable GPM mouse support when $TERM happens to be prefixed with
3460 "xterm". Gpm_Open() would otherwise assert that it can deal with
3461 mouse events in this case.
3462 + modify GPM mouse support so it closes the server connection when
3463 the caller disables the mouse (report by Stanislav Ievlev).
3466 + add traces for callback functions in form library.
3467 + add experimental configure option --enable-ext-mouse, which defines
3468 NCURSES_MOUSE_VERSION 2, and modifies the encoding of mouse events to
3469 support wheel mice, which may transmit buttons 4 and 5. This works
3470 with xterm and similar X terminal emulators (prompted by question by
3471 Andreas Henningsson, this is also related to Debian #230990).
3472 + improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
3473 avoid redefinition warnings on cygwin.
3476 + merge remaining development changes for extended colors (mostly
3477 complete, does not appear to break other configurations).
3478 + add xterm-88color.dat (part of extended colors testing).
3479 + improve _tracedump() handling of color pairs past 96.
3480 + modify return-value from start_color() to return OK if colors have
3481 already been started.
3482 + modify curs_color.3x list error conditions for init_pair(),
3483 pair_content() and color_content().
3484 + modify pair_content() to return -1 for consistency with init_pair()
3485 if it corresponds to the default-color.
3486 + change internal representation of default-color to allow application
3487 to use color number 255. This does not affect the total number of
3488 color pairs which are allowed.
3489 + add a top-level tags rule.
3492 + add a null-pointer check in wgetch() in case it is called without
3493 first calling initscr().
3494 + add some null-pointer checks for SP, which is not set by libtinfo.
3495 + modify misc/shlib to ensure that absolute pathnames are used.
3496 + modify test/Makefile.in, etc., to link test programs only against the
3497 libraries needed, e.g., omit form/menu/panel library for the ones
3498 that are curses-specific.
3499 + change SP->_current_attr to a pointer, adjust ifdef's to ensure that
3500 libtinfo.so and libtinfow.so have the same ABI. The reason for this
3501 is that the corresponding data which belongs to the upper-level
3502 ncurses library has a different size in each model (report by
3506 + minor fixes to allow test-compiles with g++.
3507 + correct column value shown in tic's warnings, which did not account
3508 for leading whitespace.
3509 + add a check in _nc_trans_string() for improperly ended strings, i.e.,
3510 where a following line begins in column 1.
3511 + modify _nc_save_str() to return a null pointer on buffer overflow.
3512 + improve repainting while scrolling wide-character data (Eungkyu Song).
3515 + merge some development changes to extend color capabilities.
3518 + merge some development changes to extend color capabilities.
3519 + fix manpage typo (FreeBSD report docs/75544).
3520 + update config.guess, config.sub
3521 > patches for configure script (Albert Chin-A-Young):
3522 + improved fix to make mbstate_t recognized on HPUX 11i (cf:
3523 20030705), making vsscanf() prototype visible on IRIX64. Tested for
3524 on HP-UX 11i, Solaris 7, 8, 9, AIX 4.3.3, 5.2, Tru64 UNIX 4.0D, 5.1,
3525 IRIX64 6.5, Redhat Linux 7.1, 9, and RHEL 2.1, 3.0.
3526 + print the result of the --disable-home-terminfo option.
3527 + use -rpath when compiling with SGI C compiler.
3530 + add trace calls to remaining public functions in form and menu
3532 + fix check for numeric digits in test/ncurses.c 'b' and 'B' tests.
3533 + fix typo in test/ncurses.c 'c' test from 20041218.
3536 + revise test/ncurses.c 'c' color test to improve use for xterm-88color
3537 and xterm-256color, added 'C' test using the wide-character color_set
3538 and attr_set functions.
3541 + modify configure script to work with Intel compiler.
3542 + fix an limit-check in wadd_wchnstr() which caused labels in the
3543 forms-demo to be one character short.
3544 + fix typo in curs_addchstr.3x (Jared Yanovich).
3545 + add trace calls to most functions in form and menu libraries.
3546 + update working-position for adding wide-characters when window is
3547 scrolled (prompted by related report by Eungkyu Song).
3550 + replace some references on Linux to wcrtomb() which use it to obtain
3551 the length of a multibyte string with _nc_wcrtomb, since wcrtomb() is
3552 broken in glibc (see Debian #284260).
3553 + corrected length-computation in wide-character support for
3555 + some fixes to frm_driver.c to allow it to accept multibyte input.
3556 + modify configure script to work with Intel 8.0 compiler.
3559 + amend change to setupterm() in 20030405 which would reuse the value
3560 of cur_term if the same output was selected. This now reuses it only
3561 when setupterm() is called from tgetent(), which has no notion of
3562 separate SCREENs. Note that tgetent() must be called after initscr()
3563 or newterm() to use this feature (Redhat Bugzilla #140326).
3564 + add a check in CF_BUILD_CC macro to ensure that developer has given
3565 the --with-build-cc option when cross-compiling (report by Alexandre
3567 + improved configure script checks for _XOPEN_SOURCE and
3568 _POSIX_C_SOURCE (fix for IRIX 5.3 from Georg Schwarz, _POSIX_C_SOURCE
3570 + cosmetic fix to test/gdc.c to recolor the bottom edge of the box
3571 for consistency (comment by Dan Nelson).
3574 + update wsvt25 terminfo entry -TD
3575 + modify test/ins_wide.c to test all flavors of ins_wstr().
3576 + ignore filler-cells in wadd_wchnstr() when adding a cchar_t array
3577 which consists of multi-column characters, since this function
3578 constructs them (cf: 20041023).
3579 + modify winnstr() to return multibyte character strings for the
3580 wide-character configuration.
3583 + fixes to make slk_set() and slk_wset() accept and store multibyte
3584 or multicolumn characters.
3587 + improve color optimization a little by making _nc_do_color() check
3588 if the old/new pairs are equivalent to the default pair 0.
3589 + modify assume_default_colors() to not require that
3590 use_default_colors() be called first.
3593 + modify term_attrs() to use termattrs(), add the extended attributes
3594 such as enter_horizontal_hl_mode for WA_HORIZONTAL to term_attrs().
3595 + add logic in waddch_literal() to clear orphaned cells when one
3596 multi-column character partly overwrites another.
3597 + improved logic for clearing cells when a multi-column character
3598 must be wrapped to a new line.
3599 + revise storage of cells for multi-column characters to correct a
3600 problem with repainting. In the old scheme, it was possible for
3601 doupdate() to decide that only part of a multi-column character
3602 should be repainted since the filler cells stored only an attribute
3603 to denote them as fillers, rather than the character value and the
3607 + minor fixes for traces.
3608 + add SP->_screen_acs_map[], used to ensure that mapping of missing
3609 line-drawing characters is handled properly. For example, ACS_DARROW
3610 is absent from xterm-new, and it was coincidentally displayed the
3614 + amend 20021221 workaround for broken acs to reset the sgr, rmacs
3615 and smacs strings as well. Also modify the check for screen's
3616 limitations in that area to allow the multi-character shift-in
3617 and shift-out which seem to work.
3618 + change GPM initialization, using dl library to load it dynamically
3619 at runtime (Debian #110586).
3622 + correct logic for color pair in setcchar() and getcchar() (patch by
3623 Marcin 'Qrczak' Kowalczyk).
3624 + add t/T commands to ncurses b/B tests to allow a different color to
3625 be tested for the attrset part of the test than is used in the
3629 + fix to make setcchar() to work when its wchar_t* parameter is
3630 pointing to a string which contains more data than can be converted.
3631 + modify wget_wstr() and example in ncurses.c to work if wchar_t and
3632 wint_t are different sizes (report by Marcin 'Qrczak' Kowalczyk).
3635 + remove check in wget_wch() added to fix an infinite loop, appears to
3636 have been working around a transitory glibc bug, and interferes
3637 with normal operation (report by Marcin 'Qrczak' Kowalczyk).
3638 + correct wadd_wch() and wecho_wch(), which did not pass the rendition
3639 information (report by Marcin 'Qrczak' Kowalczyk).
3640 + fix aclocal.m4 so that the wide-character version of ncurses gets
3641 compiled as libncursesw.5.dylib, instead of libncurses.5w.dylib
3642 (adapted from patch by James J Ramsey).
3643 + change configure script for --with-caps option to indicate that it
3644 is no longer experimental.
3645 + change configure script to reflect the fact that --enable-widec has
3646 not been "experimental" since 5.3 (report by Bruno Lustosa).
3649 + add 'B' test to ncurses.c, to exercise some wide-character functions.
3652 + modify infocmp -i option to match 8-bit controls against its table
3653 entries, e.g., so it can analyze the xterm-8bit entry.
3654 + add morphos terminfo entry, improve amiga-8bit entry (Pavel Fedin).
3655 + correct translation of "%%" in terminfo format to termcap, e.g.,
3656 using "tic -C" (Redhat Bugzilla #130921).
3657 + modified configure script CF_XOPEN_SOURCE macro to ensure that if
3658 it defines _POSIX_C_SOURCE, that it defines it to a specific value
3659 (comp.os.stratus newsgroup comment).
3662 + fixes to build with Ada95 binding with gnat 3.4 (all warnings are
3663 fatal, and gnat does not follow the guidelines for pragmas).
3664 However that did find a coding error in Assume_Default_Colors().
3665 + modify several terminfo entries to ensure xterm mouse and cursor
3666 visibility are reset in rs2 string: hurd, putty, gnome,
3667 konsole-base, mlterm, Eterm, screen (Debian #265784, #55637). The
3668 xterm entries are left alone - old ones for compatibility, and the
3669 new ones do not require this change. -TD
3672 + fake a SIGWINCH in newterm() to accommodate buggy terminal emulators
3673 and window managers (Debian #265631).
3674 > terminfo updates -TD
3675 + remove dch/dch1 from rxvt because they are implemented inconsistently
3676 with the common usage of bce/ech
3677 + remove khome from vt220 (vt220's have no home key)
3681 + modify test/ncurses.c 'b' test, adding v/V toggles to cycle through
3682 combinations of video attributes so that for instance bold and
3683 underline can be tested. This made the legend too crowded, added
3684 a help window as well.
3685 + modify test/ncurses.c 'b' test to cycle through default colors if
3686 the -d option is set.
3687 + update putty terminfo entry (Robert de Bath).
3690 + modify test/cardfile.c to allow it to read more data than can be
3692 + correct logic in resizeterm.c which kept it from processing all
3693 levels of window hierarchy (reports by Folkert van Heusden,
3697 + modify "tic -cv" to ignore delays when comparing strings. Also
3698 modify it to ignore a canceled sgr string, e.g., for terminals which
3699 cannot properly combine attributes in one control sequence.
3700 + corrections for gnome and konsole entries (Redhat Bugzilla #122815,
3701 patch by Hans de Goede)
3702 > terminfo updates -TD
3703 + make ncsa-m rmacs/smacs consistent with sgr
3704 + add sgr, rc/sc and ech to syscons entries
3705 + add function-keys to decansi
3706 + add sgr to mterm-ansi
3707 + add sgr, civis, cnorm to emu
3708 + correct/simplify cup in addrinfo
3711 > terminfo updates -TD
3712 + add xterm-pc-fkeys
3713 + review/update gnome and gnome-rh90 entries (prompted by Redhat
3715 + review/update konsole entries
3716 + add sgr, correct sgr0 for kterm and mlterm
3717 + correct tsl string in kterm
3720 + add configure option --without-xterm-new
3723 + add check in wget_wch() for printable bytes that are not part of a
3724 multibyte character.
3725 + modify wadd_wchnstr() to render text using window's background
3727 + improve tic's check to compare sgr and sgr0.
3728 + fix c++ directory's .cc.i rule.
3729 + modify logic in tgetent() which adjusts the termcap "me" string
3730 to work with ISO-2022 string used in xterm-new (cf: 20010908).
3731 + modify tic's check for conflicting function keys to omit that if
3732 converting termcap to termcap format.
3733 + add -U option to tic and infocmp.
3734 + add rmam/smam to linux terminfo entry (Trevor Van Bremen)
3735 > terminfo updates -TD
3736 + minor fixes for emu
3738 + change wyse acsc strings to use 'i' map rather than 'I'
3743 + use tic -x to install terminfo database -TD
3744 + add -x to infocmp's usage message.
3745 + correct field used for comparing O_ROWMAJOR in set_menu_format()
3746 (report/patch by Tony Li).
3747 + fix a missing nul check in set_field_buffer() from 20040508 changes.
3748 > terminfo updates -TD
3749 + make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
3751 + align with xterm patch #192's use of xterm-new -TD
3752 + update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
3753 + make xterm-new the default "xterm" entry -TD
3756 + correct BUILD_CPPFLAGS substitution in ncurses/Makefile.in, to allow
3757 cross-compiling from a separate directory tree (report/patch by
3759 + modify is_term_resized() to ensure that window sizes are nonzero,
3760 as documented in the manpage (report by Ian Collier).
3761 + modify CF_XOPEN_SOURCE configure macro to make Hurd port build
3762 (Debian #249214, report/patch by Jeff Bailey).
3763 + configure-script mods from xterm, e.g., updates to CF_ADD_CFLAGS
3764 + update config.guess, config.sub
3765 > terminfo updates -TD
3767 + add xterm-xf86-v44
3768 + modify xterm-new aka xterm-xfree86 to accommodate luit, which
3769 relies on G1 being used via an ISO-2022 escape sequence (report by
3774 + reconsidered winsnstr(), decided after comparing other
3775 implementations that wrapping is an X/Open documentation error.
3776 + modify test/inserts.c to test all flavors of insstr().
3779 + add setlocale() calls to a few test programs which may require it:
3780 demo_forms.c, filter.c, ins_wide.c, inserts.c
3781 + correct a few misspelled function names in ncurses-intro.html (report
3783 + correct internal name of key_defined() manpage, which conflicted with
3787 + correct size of internal pad used for holding wide-character
3788 field_buffer() results.
3789 + modify data_ahead() to work with wide-characters.
3792 + improve description of terminfo if-then-else expressions (suggested
3794 + improve test/ncurses.c 'd' test, allow it to use external file for
3795 initial palette (added xterm-16color.dat and linux-color.dat), and
3796 reset colors to the initial palette when starting/ending the test.
3797 + change limit-check in init_color() to allow r/g/b component to
3798 reach 1000 (cf: 20020928).
3801 + modify form library to use cchar_t's rather than char's in the
3802 wide-character configuration for storing data for field buffers.
3803 + correct logic of win_wchnstr(), which did not work for more than
3807 + replace memset/memcpy usage in form library with for-loops to
3808 simplify changing the datatype of FIELD.buf, part of wide-character
3810 + fix some inconsistent use of #if/#ifdef (report by Alain Guibert).
3813 + modify menu library to account for actual number of columns used by
3814 multibyte character strings, in the wide-character configuration
3815 (adapted from patch by Philipp Tomsich).
3816 + add "-x" option to infocmp like tic's "-x", for use in "-F"
3817 comparisons. This modifies infocmp to only report extended
3818 capabilities if the -x option is given, making this more consistent
3819 with tic. Some scripts may break, since infocmp previous gave this
3820 information without an option.
3821 + modify termcap-parsing to retain 2-character aliases at the beginning
3822 of an entry if the "-x" option is used in tic.
3825 + minor compiler-warning and test-program fixes.
3828 + modify tic's missing-sgr warning to apply to terminfo only.
3829 + free some memory leaks in tic.
3830 + remove check in post_menu() that prevented menus from extending
3831 beyond the screen (request by Max J. Werner).
3832 + remove check in newwin() that prevents allocating windows
3833 that extend beyond the screen. Solaris curses does this.
3834 + add ifdef in test/color_set.c to allow it to compile with older
3836 + add napms() calls to test/dots.c to make it not be a CPU hog.
3839 + modify unctrl() to return null if its parameter does not correspond
3840 to an unsigned char.
3841 + add some limit-checks to guard isprint(), etc., from being used on
3842 values that do not fit into an unsigned char (report by Sami Farin).
3845 + fix a typo in the _nc_get_locale() change.
3848 + modify _nc_get_locale() to use setlocale() to query the program's
3849 current locale rather than using getenv(). This fixes a case in tin
3850 which relies on legacy treatment of 8-bit characters when the locale
3851 is not initialized (reported by Urs Jansen).
3852 + add sgr string to screen's and rxvt's terminfo entries -TD.
3853 + add a check in tic for terminfo entries having an sgr0 but no sgr
3854 string. This confuses Tru64 and HPUX curses when combined with
3855 color, e.g., making them leave line-drawing characters in odd places.
3856 + correct casts used in ABSENT_BOOLEAN, CANCELLED_BOOLEAN, matches the
3857 original definitions used in Debian package to fix PowerPC bug before
3858 20030802 (Debian #237629).
3861 + modify PutAttrChar() and PUTC() macro to improve use of
3862 A_ALTCHARSET attribute to prevent line-drawing characters from
3863 being lost in situations where the locale would otherwise treat the
3864 raw data as nonprintable (Debian #227879).
3867 + fix a redefinition of CTRL() macro in test/view.c for AIX 5.2 (report
3869 + remove ".PP" after ".SH NAME" in a few manpages; this confuses
3870 some apropos script (Debian #237831).
3873 + modify ncurses.c 'r' test so editing commands, like inserted text,
3874 set the field background, and the state of insert/overlay editing
3875 mode is shown in that test.
3876 + change syntax of dummy targets in Ada95 makefiles to work with pmake.
3877 + correct logic in test/ncurses.c 'b' for noncolor terminals which
3878 did not recognize a quit-command (cf: 20030419).
3881 + modify _nc_insert_ch() to allow for its input to be part of a
3883 + split out lib_insnstr.c, to prepare to rewrite it. X/Open states
3884 that this function performs wrapping, unlike all of the other
3885 insert-functions. Currently it does not wrap.
3886 + check for nl_langinfo(CODESET), use it if available (report by
3888 + split-out CF_BUILD_CC macro, actually did this for lynx first.
3889 + fixes for configure script CF_WITH_DBMALLOC and CF_WITH_DMALLOC,
3890 which happened to work with bash, but not with Bourne shell (report
3891 by Marco d'Itri via tin-dev).
3894 + some changes to adapt the form library to wide characters, incomplete
3895 (request by Mike Aubury).
3896 + add symbol to curses.h which can be used to suppress include of
3898 #define NCURSES_ENABLE_STDBOOL_H 0
3900 (discussion on XFree86 mailing list).
3903 + modify configure --with-termlib option to accept a value which sets
3904 the name of the terminfo library. This would allow a packager to
3905 build libtinfow.so renamed to coincide with libtinfo.so (discussion
3906 with Stanislav Ievlev).
3907 + improve documentation of --with-install-prefix, --prefix and
3908 $(DESTDIR) in INSTALL (prompted by discussion with Paul Lew).
3909 + add configure check if the compiler can use -c -o options to rename
3910 its output file, use that to omit the 'cd' command which was used to
3911 ensure object files are created in a separate staging directory
3912 (prompted by comments by Johnny Wezel, Martin Mokrejs).
3914 20040208 5.4 release for upload to ftp.gnu.org
3917 20040207 pre-release
3918 + minor fixes to _nc_tparm_analyze(), i.e., do not count %i as a param,
3919 and do not count %d if it follows a %p.
3920 + correct an inconsistency between handling of codes in the 128-255
3921 range, e.g., as illustrated by test/ncurses.c f/F tests. In POSIX
3922 locale, the latter did not show printable results, while the former
3924 + modify MKlib_gen.sh to compensate for broken C preprocessor on Mac
3925 OS X, which alters "%%" to "% % " (report by Robert Simms, fix
3926 verified by Scott Corscadden).
3928 20040131 pre-release
3929 + modify SCREEN struct to align it between normal/wide curses flavors
3930 to simplify future changes to build a single version of libtinfo
3931 (patch by Stanislav Ievlev).
3932 + document handling of carriage return by addch() in manpage.
3933 + document special features of unctrl() in manpage.
3934 + documented interface changes in INSTALL.
3935 + corrected control-char test in lib_addch.c to account for locale
3936 (Debian #230335, cf: 971206).
3937 + updated test/configure.in to use AC_EXEEXT and AC_OBJEXT.
3938 + fixes to compile Ada95 binding with Debian gnat 3.15p-4 package.
3939 + minor configure-script fixes for older ports, e.g., BeOS R4.5.
3941 20040125 pre-release
3942 + amend change to PutAttrChar() from 20030614 which computed the number
3943 of cells for a possibly multi-cell character. The 20030614 change
3944 forced the cell to a blank if the result from wcwidth() was not
3945 greater than zero. However, wcwidth() called for parameters in the
3946 range 128-255 can give this return value. The logic now simply
3947 ensures that the number of cells is greater than zero without
3948 modifying the displayed value.
3950 20040124 pre-release
3951 + looked good for 5.4 release for upload to ftp.gnu.org (but see above)
3952 + modify configure script check for ranlib to use AC_CHECK_TOOL, since
3953 that works better for cross-compiling.
3955 20040117 pre-release
3956 + modify lib_get_wch.c to prefer mblen/mbtowc over mbrlen/mbrtowc to
3957 work around core dump in Solaris 8's locale support, e.g., for
3958 zh_CN.GB18030 (report by Saravanan Bellan).
3959 + add includes for <stdarg.h> and <stdio.h> in configure script macro
3960 to make <wchar.h> check work with Tru64 4.0d.
3961 + add terminfo entry for U/Win -TD
3962 + add terminfo entries for SFU aka Interix aka OpenNT (Federico
3964 + modify tput's error messages to prefix them with the program name
3965 (report by Vincent Lefevre, patch by Daniel Jacobowitz (see Debian
3967 + correct a place in tack where exit_standout_mode was used instead of
3968 exit_attribute_mode (patch by Jochen Voss (see Debian #224443)).
3969 + modify c++/cursesf.h to use const in the Enumeration_Field method.
3970 + remove an ambiguous (actually redundant) method from c++/cursesf.h
3971 + make $HOME/.terminfo update optional (suggested by Stanislav Ievlev).
3972 + improve sed script which extracts libtool's version in the
3973 CF_WITH_LIBTOOL macro.
3974 + add ifdef'd call to AC_PROG_LIBTOOL to CF_WITH_LIBTOOL macro (to
3975 simplify local patch for Albert Chin-A-Young)..
3976 + add $(CXXFLAGS) to link command in c++/Makefile.in (adapted from
3977 patch by Albert Chin-A-Young)..
3978 + fix a missing substitution in configure.in for "$target" needed for
3980 + resync CF_XOPEN_SOURCE configure macro with lynx; fixes IRIX64 and
3981 NetBSD 1.6 conflicts with _XOPEN_SOURCE.
3982 + make check for stdbool.h more specific, to ensure that including it
3983 will actually define/declare bool for the configured compiler.
3984 + rewrite ifdef's in curses.h relating NCURSES_BOOL and bool. The
3985 intention of that is to #define NCURSES_BOOL as bool when the
3986 compiler declares bool, and to #define bool as NCURSES_BOOL when it
3987 does not (reported by Jim Gifford, Sam Varshavchik, cf: 20031213).
3989 20040110 pre-release
3990 + change minor version to 4, i.e., ncurses 5.4
3991 + revised/improved terminfo entries for tvi912b, tvi920b (Benjamin C W
3993 + simplified ncurses/base/version.c by defining the result from the
3994 configure script rather than using sprintf (suggested by Stanislav
3996 + remove obsolete casts from c++/cursesw.h (reported by Stanislav
3998 + modify configure script so that when configuring for termlib, programs
3999 such as tic are not linked with the upper-level ncurses library
4000 (suggested by Stanislav Ievlev).
4001 + move version.c from ncurses/base to ncurses/tinfo to allow linking
4002 of tic, etc., using libtinfo (suggested by Stanislav Ievlev).