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.1926 2012/07/07 19:59:58 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 + add ncurses_mingw.h to installed headers (prompted by patch by
51 + clarify return-codes from wgetch() in response to SIGWINCH (prompted
53 + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
54 if screensize is unchanged. Modify _nc_update_screensize() to push a
55 KEY_RESIZE if there was a SIGWINCH, even if it does not call
56 resizeterm(). These changes eliminate the case where a SIGWINCH is
57 received, but ERR returned from wgetch or wgetnstr because the screen
58 dimensions did not change (Novell #769788).
61 + add --enable-interop to sample package scripts (suggested by Juergen
63 + update CF_PATH_SYNTAX macro, from mawk changes.
64 + modify mk-0th.awk to allow for generating llib-ltic, etc., though
65 some work is needed on cproto to work with lib_gen.c to update
67 + remove redundant getenv() cal in database-iterator leftover from
68 cleanup in 20120622 changes (report by Sven Joachim).
71 + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
72 + fix caching of environment variables in database-iterator (patch by
73 Philippe Troin, Redhat #831366).
76 + add configure check to distinguish clang from gcc to eliminate
77 warnings about unused command-line parameters when compiler warnings
79 + improve behavior when updating terminfo entries which are hardlinked
80 by allowing for the possibility that an alias has been repurposed to
82 + fix some strict compiler warnings based on package scripts.
83 + further fixes for configure check for working poll (Debian #676461).
86 + fix an uninitialized variable in -c/-n logic for infocmp changes
88 + corrected fix for building c++ binding with clang 3.0 (report/patch
89 by Richard Yao, Gentoo #417613, cf: 20110409)
90 + correct configure check for working poll, fixing the case where stdin
91 is redirected, e.g., in rpm/dpkg builds (Debian #676461).
92 + add rpm- and dpkg-scripts, to test those build-environments.
93 The resulting packages are used only for testing.
96 + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
97 + add kdch1, etc., to qvt108 -TD
98 + add dl1/il1 to some entries based on dl/il values -TD
99 + add dl to simpleterm -TD
100 + add consistency-checks in tic for insert-line vs delete-line
101 controls, and insert/delete-char keys
102 + correct no-leaks logic in infocmp when doing comparisons, fixing
103 duplicate free of entries given via the command-line, and freeing
104 entries loaded from the last-but-one of files specified on the
106 + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
107 analysis by Martin Husemann).
108 + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
109 Onno van der Linden).
112 + extend -c and -n options of infocmp to allow comparing more than two
114 + correct check in infocmp for number of terminal names when more than
116 + correct typo in curs_threads.3x (report by Yanhui Shen on
117 freebsd-hackers mailing list).
120 + corrected 'op' for bterm (report by Samuel Thibault) -TD
121 + modify test/background.c to demonstrate a background character
122 holding a colored ACS_HLINE. The behavior differs from SVr4 due to
123 the thick- and double-line extension (cf: 20091003).
124 + modify handling of acs characters in PutAttrChar to avoid mapping an
125 unmapped character to a space with A_ALTCHARSET set.
126 + rewrite vt520 entry based on vt420 -TD
129 + remove p6 (bold) from opus3n1+ for consistency -TD
130 + remove acs stuff from env230 per clues in Ingres termcap -TD
131 + modify env230 sgr/sgr0 to match other capabilities -TD
132 + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
133 + make sgr for dku7202 agree with other caps -TD
134 + make sgr for ibmpc agree with other caps -TD
135 + make sgr for tek4107 agree with other caps -TD
136 + make sgr for ndr9500 agree with other caps -TD
137 + make sgr for sco-ansi agree with other caps -TD
138 + make sgr for d410 agree with other caps -TD
139 + make sgr for d210 agree with other caps -TD
140 + make sgr for d470c, d470c-7b agree with other caps -TD
141 + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
142 + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
143 configured with --enable-termcap and --disable-getcap.
146 + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
147 + add eslok flag to dec+sl -TD
148 + dec+sl applies to vt320 and up -TD
149 + drop wsl width from xterm+sl -TD
150 + reuse xterm+sl in putty and nsca-m -TD
151 + add ansi+tabs to vt520 -TD
152 + add ansi+enq to vt220-vt520 -TD
153 + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
154 + added paragraph in keyname manpage telling how extended capabilities
155 are interpreted as key definitions.
156 + modify tic's check of conflicting key definitions to include extended
157 capability strings in addition to the existing check on predefined
161 + improve cleanup of temporary files in tic using atexit().
162 + add msgr to vt420, similar DEC vtXXX entries -TD
163 + add several missing vt420 capabilities from vt220 -TD
164 + factor out ansi+pp from several entries -TD
165 + change xterm+sl and xterm+sl-twm to include only the status-line
166 capabilities and not "use=xterm", making them more generally useful
167 as building-blocks -TD
168 + add dec+sl building block, as example -TD
171 + add XT to some terminfo entries to improve usefulness for other
172 applications than screen, which would like to pretend that xterm's
173 title is a status-line. -TD
174 + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
175 of ordering and overrides -TD
176 + add consistency check in tic for screen's "XT" capability.
177 + add section in terminfo.src summarizing the user-defined capabilities
178 used in that file -TD
181 + fix an inconsistency between tic/infocmp "-x" option; tic omits all
182 non-standard capabilities, while infocmp was ignoring only the user
183 definable capabilities.
184 + improve special case in tic parsing of description to allow it to be
185 followed by terminfo capabilities. Previously the description had to
186 be the last field on an input line to allow tic to distinguish
187 between termcap and terminfo format while still allowing commas to be
188 embedded in the description.
189 + correct variable name in gen_edit.sh which broke configurability of
190 the --with-xterm-kbs option.
191 + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
192 + further amend 20110910 change, providing for configure-script
193 override of the "linux" terminfo entry to install and changing the
194 default for that to "linux2.2" (Debian #665959).
197 + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
198 + correct order of use-clauses in st-256color -TD
199 + modify configure script to look for gnatgcc if the Ada95 binding
200 is built, in preference to the default gcc/cc (suggested by
202 + modify configure script to ensure that the same -On option used for
203 the C compiler in CFLAGS is used for ADAFLAGS rather than simply
204 using "-O3" (suggested by Nicolas Boulenguez)
207 + amend an old fix so that next_char() exits properly for empty files,
208 e.g., from reading /dev/null (cf: 20080804).
209 + modify tic so that it can read from the standard input, or from
210 a character device. Because tic uses seek's, this requires writing
211 the data to a temporary file first (prompted by remark by Sven
212 Joachim) (cf: 20000923).
215 + correct a check made in lib_napms.c, so that terminfo applications
216 can again use napms() (cf: 20110604).
217 + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
219 + correct scripting for --disable-echo option in test/configure.
220 + amend check for missing c++ compiler to work when no error is
221 reported, and no variables set (cf: 20021206).
222 + add/use configure macro CF_DISABLE_ECHO.
225 + fix some strict compiler warnings for abi6 and 64-bits.
226 + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
227 + improve a limit-check in infocmp.c (Werner Fink):
230 + minor tidying of terminfo.tail, clarify reason for limitation
231 regarding mapping of \0 to \200
232 + minor improvement to _nc_copy_termtype(), using memcpy to replace
234 + fix no-leaks checking in test/demo_termcap.c to account for multiple
235 calls to setupterm().
236 + modified the libgpm change to show previous load as a problem in the
238 > merge some patches from OpenSUSE rpm (Werner Fink):
239 + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
240 + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
242 + ncurses-5.6-fallback.dif, do not free arrays and strings from static
246 + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
249 + modify configure script to allow creating dll's for MinGW when
251 + add --enable-string-hacks option to control whether strlcat and
252 strlcpy may be used. The same issue applies to OpenBSD's warnings
253 about snprintf, noting that this function is weakly standardized.
254 + add configure checks for strlcat, strlcpy and snprintf, to help
255 reduce bogus warnings with OpenBSD builds.
256 + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
258 + update config.guess, config.sub
261 + correct CF_ETIP_DEFINES configure macro, making it exit properly on
262 the first success (patch by Pierre Labastie).
263 + improve configure macro CF_MKSTEMP by moving existence-check for
264 mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
265 + improve configure macro CF_FUNC_POLL from luit changes to detect
266 broken implementations, e.g., with Mac OS X.
267 + add configure option --with-tparm-arg
268 + build-fix for MinGW cross-compiling, so that make_hash does not
269 depend on TTY definition (cf: 20111008).
272 + make sgr for xterm-pcolor agree with other caps -TD
273 + make sgr for att5425 agree with other caps -TD
274 + make sgr for att630 agree with other caps -TD
275 + make sgr for linux entries agree with other caps -TD
276 + make sgr for tvi9065 agree with other caps -TD
277 + make sgr for ncr260vt200an agree with other caps -TD
278 + make sgr for ncr160vt100pp agree with other caps -TD
279 + make sgr for ncr260vt300an agree with other caps -TD
280 + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
281 + make sgr for cygwin, cygwinDBG agree with other caps -TD
282 + add configure option --with-xterm-kbs to simplify configuration for
283 Linux versus most other systems.
286 + improved tic -D option, avoid making target directory and provide
290 + add mach-gnu (Debian #614316, patch by Samuel Thibault)
291 + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
292 + make sgr for sun-color agree with smso -TD
293 + make sgr for prism9 agree with other caps -TD
294 + make sgr for icl6404 agree with other caps -TD
295 + make sgr for ofcons agree with other caps -TD
296 + make sgr for att5410v1, att4415, att620 agree with other caps -TD
297 + make sgr for aaa-unk, aaa-rv agree with other caps -TD
298 + make sgr for avt-ns agree with other caps -TD
299 + amend fix intended to separate fixups for acsc to allow "tic -cv" to
300 give verbose warnings (cf: 20110730).
301 + modify misc/gen-edit.sh to make the location of the tabset directory
302 consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
303 (Debian #653435, patch by Sven Joachim).
306 + add --with-lib-prefix option to allow configuring for old/new flavors
308 + modify check for gnat version to allow for year, as used in FreeBSD
310 + modify check_existence() in db_iterator.c to simply check if the
311 path is a directory or file, according to the need. Checking for
312 directory size also gives no usable result with OS/2 (cf: 20120107).
313 + support OS/2 kLIBC (patch by KO Myung-Han).
316 + several improvements to test/movewindow.c (prompted by discussion on
318 + modify movement commands to make them continuous
319 + rewrote the test for mvderwin
320 + rewrote the test for recursive mvwin
321 + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
322 + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
324 + regenerated html manpages.
327 + various improvments for MinGW (Juergen Pfeifer):
328 + modify stat() calls to ignore the st_size member
329 + drop mk-dlls.sh script.
330 + change recommended regular expression library.
331 + modify rain.c to allow for threaded configuraton.
332 + modify tset.c to allow for case when size-change logic is not used.
335 + modify toe's report when -a and -s options are combined, to add
336 a column showing which entries belong to a given database.
337 + add -s option to toe, to sort its output.
338 + modify progs/toe.c, simplifying use of db-iterator results to use
339 caching improvements from 20111001 and 20111126.
340 + correct generation of pc-files when ticlib or termlib options are
341 given to rename the corresponding tic- or tinfo-libraries (report
345 + document a portability issue with tput, i.e., that scripts which work
346 with ncurses may fail in other implementations that do no parameter
348 + add putty-sco entry -TD
351 + review/fix places in manpages where --program-prefix configure option
353 + add -D option to infocmp, to show the database locations that it
355 + fix build for the special case where term-driver, ticlib and termlib
356 are all enabled. The terminal driver depends on a few features in
357 the base ncurses library, so tic's dependencies include both ncurses
359 + fix build work for term-driver when --enable-wgetch-events option is
361 + use <stdint.h> types to fix some questionable casts to void*.
364 + modify configure script to check if thread library provides
365 pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
366 + modify configure script to suppress check to define _XOPEN_SOURCE
367 for IRIX64, since its header files have a conflict versus
369 + modify configure script to add ".pc" files for tic- and
370 tinfo-libraries, which were omitted in recent change (cf: 20111126).
371 + fix inconsistent checks on $PKG_CONFIG variable in configure script.
374 + modify configure-check for etip.h dependencies, supplying a temporary
375 copy of ncurses_dll.h since it is a generated file (prompted by
377 + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
380 + correct database iterator's check for duplicate entries
382 + modify database iterator to ignore $TERMCAP when it is not an
384 + add -D option to tic, to show the database locations that it could
386 + improve description of database locations in tic manpage.
387 + modify the configure script to generate a list of the ".pc" files to
388 generate, rather than deriving the list from the libraries which have
389 been built (patch by Mike Frysinger).
390 + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
391 ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
392 from patch by Mike Frysinger).
395 + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
396 from curses.priv.h, fixing a regression with IRIX64 and Tru64
398 + modify _nc_tic_dir() to ensure that its return-value is nonnull,
399 i.e., the database iterator was not initialized. This case is needed
400 to when tic is translating to termcap, rather than loading the
401 database (cf: 20111001).
404 + add pccon entries for OpenBSD console (Alexei Malinin).
405 + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
406 600 to work around inconsistent ifdef'ing of wcstof between C and
408 + modify capconvert script to accept more than exact match on "xterm",
409 e.g., the "xterm-*" variants, to exclude from the conversion (patch
411 + add -lc_r as alternative for -lpthread, allows build of threaded code
412 in older FreeBSD machines.
413 + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
414 _POSIX_SOURCE are defined.
415 + fix a typo misc/Makefile.in, used in uninstalling pc-files.
418 + modify make_db_path() to allow creating "terminfo.db" in the same
419 directory as an existing "terminfo" directory. This fixes a case
420 where switching between hashed/filesystem databases would cause the
421 new hashed database to be installed in the next best location -
422 root's home directory.
423 + add variable cf_cv_prog_gnat_correct to those passed to
424 config.status, fixing a problem with Ada95 builds (cf: 20111022).
425 + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
426 accommodate broken implementations for _XPG6.
427 + eliminate usage of NULL symbol from etip.h, to reduce header
429 + add configure check to decide when to add _XOPEN_SOURCE define to
430 compiler options, i.e., for Solaris 10 and later (cf: 20100403).
431 This is a workaround for gcc 4.6, which fails to build the c++
432 binding if that symbol is defined by the application, due to
433 incorrectly combining the corresponding feature test macros
434 (report by Peter Kruse).
437 + correct logic for discarding mouse events, retaining the partial
438 events used to build up click, double-click, etc, until needed
440 + fix configure script to avoid creating unused Ada95 makefile when
442 + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
443 internal functions of libncurses. The external interface of courses
444 uses bool, which still produces these warnings.
447 + improve description of --disable-tic-depends option to make it
448 clear that it may be useful whether or not the --with-termlib
449 option is also given (report by Sven Joachim).
450 + amend termcap equivalent for set_pglen_inch to use the X/Open
451 "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
452 + improve manpage for tgetent differences from termcap library.
455 + moved static data from db_iterator.c to lib_data.c
456 + modify db_iterator.c for memory-leak checking, fix one leak.
457 + modify misc/gen-pkgconfig.in to use Requires.private for the parts
458 of ncurses rather than Requires, as well as Libs.private for the
459 other library dependencies (prompted by Debian #644728).
462 + modify tic "-K" option to only set the strict-flag rather than force
463 source-output. That allows the same flag to control the parser for
464 input and output of termcap source.
465 + modify _nc_getent() to ignore backslash at the end of a comment line,
466 making it consistent with ncurses' parser.
467 + restore a special-case check for directory needed to make termcap
468 text files load as if they were databases (cf: 20110924).
469 + modify tic's resolution/collision checking to attempt to remove the
470 conflicting alias from the second entry in the pair, which is
471 normally following in the source file. Also improved the warning
472 message to make it simpler to see which alias is the problem.
473 + improve performance of the database iterator by caching search-list.
476 + add a missing "else" in changes to _nc_read_tic_entry().
479 + modify _nc_read_tic_entry() so that hashed-database is checked before
481 + updated CF_CURSES_LIBS check in test/configure script.
482 + modify configure script and makefiles to split TIC_ARGS and
483 TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
484 to help separate searches for tic- and tinfo-libraries (patch by Nick
486 + build-fix for lib_mouse.c changes (cf: 20110917).
489 + fix compiler warning for clang 2.9
490 + improve merging of mouse events (integrated patch by Damien
492 + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
493 (patch by Damien Guibouret).
496 + modify misc/gen_edit.sh to select a "linux" entry which works with
497 the current kernel rather than assuming it is always "linux3.0"
499 + revert a change to getmouse() which had the undesirable side-effect
500 of suppressing button-release events (report by Damien Guibouret,
502 + add xterm+kbs fragment from xterm #272 -TD
503 + add configure option --with-pkg-config-libdir to provide control over
504 the actual directory into which pc-files are installed, do not use
505 the pkg-config environment variables (discussion with Frederic L W
507 + add link to mailing-list archive in announce.html.in, as done in
508 FAQ (prompted by question by Andrius Bentkus).
509 + improve manpage install by adjusting the "#include" examples to
510 show the ncurses-subdirectory used when --disable-overwrite option
512 + install an alias for "curses" to the ncurses manpage, tied to the
513 --with-curses-h configure option (suggested by Reuben Thomas).
516 + propagate error-returns from wresize, i.e., the internal
517 increase_size and decrease_size functions through resize_term (report
518 by Tim van der Molen, cf: 20020713).
519 + fix typo in tset manpage (patch by Sven Joachim).
522 + add a check to ensure that termcap files which might have "^?" do
523 not use the terminfo interpretation as "\177".
524 + minor cleanup of X-terminal emulator section of terminfo.src -TD
525 + add terminator entry -TD
526 + add simpleterm entry -TD
527 + improve wattr_get macros by ensuring that if the window pointer is
528 null, then the attribute and color values returned will be zero
532 + add substitution for $RPATH_LIST to misc/ncurses-config.in
533 + improve performance of tic with hashed-database by caching the
534 database connection, using atexit() to cleanup.
535 + modify treatment of 2-character aliases at the beginning of termcap
536 entries so they are not counted in use-resolution, since these are
537 guaranteed to be unique. Also ignore these aliases when reporting
538 the primary name of the entry (cf: 20040501)
539 + double-check gn (generic) flag in terminal descriptions to
540 accommodate old/buggy termcap databases which misused that feature.
541 + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
545 + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
546 variable is defined in the makefiles which use it.
547 + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
548 + build-fixes for NetBSD 5.1 with termcap support enabled.
549 + corrected k9 in dg460-ansi, add other features based on manuals -TD
550 + improve trimming of whitespace at the end of terminfo/termcap output
552 + when writing termcap source, ensure that colons in the description
553 field are translated to a non-delimiter, i.e., "=".
554 + add "-0" option to tic/infocmp, to make the termcap/terminfo source
556 + add a null-pointer check when handling the $CC variable.
559 + modify configure script and makefiles in c++ and progs to allow the
560 directory used for rpath option to be overridden, e.g., to work
561 around updates to the variables used by tic during an install.
562 + add -K option to tic/infocmp, to provide stricter BSD-compatibility
564 + add _nc_strict_bsd variable in tic library which controls the
565 "strict" BSD termcap compatibility from 20110723, plus these
567 + allow escapes such as "\8" and "\9" when reading termcap
568 + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
569 termcap files, passing through "a", "e", etc.
570 + expand "\:" as "\072" on output.
571 + modify _nc_get_token() to reset the token's string value in case
572 there is a string-typed token lacking the "=" marker.
573 + fix a few memory leaks in _nc_tgetent.
574 + fix a few places where reading from a termcap file could refer to
576 + add an overflow check when converting terminfo/termcap numeric
577 values, since terminfo stores those in a short, and they must be
579 + correct internal variables used for translating to termcap "%>"
580 feature, and translating from termcap %B to terminfo, needed by
581 tctest (cf: 19991211).
582 + amend a minor fix to acsc when loading a termcap file to separate it
583 from warnings needed for tic (cf: 20040710)
584 + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
585 a termcap file to be handled via TERMINFO_DIRS.
586 + modify _nc_infotocap() to include non-mandatory padding when
587 translating to termcap.
588 + modify _nc_read_termcap_entry(), passing a flag in the case where
589 getcap is used, to reduce interactive warning messages.
592 + add a check in start_color() to limit color-pairs to 256 when
593 extended colors are not supported (patch by David Benjamin).
594 + modify setcchar to omit no-longer-needed OR'ing of color pair in
595 the SetAttr() macro (patch by David Benjamin).
596 + add kich1 to sun terminfo entry (Yuri Pankov)
597 + use bold rather than reverse for smso in sun-color terminfo entry
599 + improve generation of termcap using tic/infocmp -C option, e.g.,
600 to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
601 regarding Schilling's test program):
602 + translate %02 and %03 to %2 and %3 respectively.
603 + suppress string capabilities which use %s, not supported by tgoto
604 + use \040 rather than \s
605 + expand null characters as \200 rather than \0
606 + modify configure script to support shared libraries for DragonFlyBSD.
609 + replace an assert() in _nc_Free_Argument() with a regular null
610 pointer check (report/analysis by Franjo Ivancic).
611 + modify configure --enable-pc-files option to take into account the
612 PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
613 + add/use xterm+tmux chunk from xterm #271 -TD
614 + resync xterm-new entry from xterm #271 -TD
615 + add E3 extended capability to linux-basic (Miroslav Lichvar)
616 + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
617 + add SI/SO change to linux2.6 entry (Debian #515609) -TD
618 + fix inconsistent tabset path in pcmw (Todd C. Miller).
619 + remove a backslash which continued comment, obscuring altos3
620 definition with OpenBSD toolset (Nicholas Marriott).
623 + add workaround from xterm #271 changes to ensure that compiler flags
624 are not used in the $CC variable.
625 + improve support for shared libraries, tested with AIX 5.3, 6.1 and
626 7.1 with both gcc 4.2.4 and cc.
627 + modify configure checks for AIX to include release 7.x
628 + add loader flags/libraries to libtool options so that dynamic loading
629 works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
630 at gentoo prefix repository (patch by Michael Haubenwallner).
633 + move include of nc_termios.h out of term_entry.h, since the latter
634 is installed, e.g., for tack while the former is not (report by
638 + improve cleanup() function in lib_tstp.c, using _exit() rather than
639 exit() and checking for SIGTERM rather than SIGQUIT (prompted by
640 comments forwarded by Nicholas Marriott).
641 + reduce name pollution from term.h, moving fallback #define's for
642 tcgetattr(), etc., to new private header nc_termios.h (report by
644 + two minor fixes for tracing (patch by Vassili Courzakis).
645 + improve trace initialization by starting it in use_env() and
647 + review old email, add details for some changelog entries.
650 + update minix entry to minix 3.2 (Thomas Cort).
651 + fix a strict compiler warning in change to wattr_get (cf: 20110528).
654 + fixes for MirBSD port:
655 + set default prefix to /usr.
656 + add support for shared libraries in configure script.
657 + use S_ISREG and S_ISDIR consistently, with fallback definitions.
658 + add a few more checks based on ncurses/link_test.
659 + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
662 + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
663 + used ncurses/link_test to check for behavior when the terminal has
664 not been initialized and when an application passes null pointers
665 to the library. Added checks to cover this (prompted by Redhat
667 + modify MKlib_gen.sh to make its main() function call each function
668 with zero parameters, to help find inconsistent checking for null
672 + fix warnings from clang 2.7 "--analyze"
675 + compiler-warning fixes in panel and progs.
676 + modify CF_PKG_CONFIG macro, from changes to tin -TD
677 + modify CF_CURSES_FUNCS configure macro, used in test directory
679 + work around (non-optimizer) bug in gcc 4.2.1 which caused
680 test-expression to be omitted from executable.
681 + force the linker to see a link-time expression of a symbol, to
682 help work around weak-symbol issues.
685 + update discussion of MKfallback.sh script in INSTALL; normally the
686 script is used automatically via the configured makefiles. However
687 there are still occasions when it might be used directly by packagers
688 (report by Gunter Schaffler).
689 + modify misc/ncurses-config.in to omit the "-L" option from the
690 "--libs" output if the library directory is /usr/lib.
691 + change order of tests for curses.h versus ncurses.h headers in the
692 configure scripts for Ada95 and test-directories, to look for
693 ncurses.h, from fixes to tin -TD
694 + modify ncurses/tinfo/access.c to account for Tandem's root uid
695 (report by Joachim Schmitz).
698 + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
699 is not used when building a static library (report by Nicolas
701 + Ada95 build-fix for big-endian architectures such as sparc. This
702 undoes one of the fixes from 20110319, which added an "Unused" member
703 to representation clauses, replacing that with pragmas to suppress
704 warnings about unused bits (patch by Nicolas Boulenguez):
707 + add check in test/configure for use_window, use_screen.
708 + add configure-checks for getopt's variables, which may be declared
709 as different types on some Unix systems.
710 + add check in test/configure for some legacy curses types of the
711 function pointer passed to tputs().
712 + modify init_pair() to accept -1's for color value after
713 assume_default_colors() has been called (Debian #337095).
714 + modify test/background.c, adding commmand-line options to demonstrate
715 assume_default_colors() and use_default_colors().
718 + modify configure script/source-code to only define _POSIX_SOURCE if
719 the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
720 and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
721 + update config.guess, config.sub
724 + fixes to build c++ binding with clang 3.0 (patch by Alexander
726 + add check for unctrl.h in test/configure, to work around breakage in
727 some ncurses packages.
728 + add "--disable-widec" option to test/configure script.
729 + add "--with-curses-colr" and "--with-curses-5lib" options to the
730 test/configure script to address testing with very old machines.
732 20110404 5.9 release for upload to ftp.gnu.org
735 + various build-fixes for the rpm/dpkg scripts.
736 + add "--enable-rpath-link" option to Ada95/configure, to allow
737 packages to suppress the rpath feature which is normally used for
738 the in-tree build of sample programs.
739 + corrected definition of libdir variable in Ada95/src/Makefile.in,
740 needed for rpm script.
741 + add "--with-shared" option to Ada95/configure script, to allow
742 making the C-language parts of the binding use appropriate compiler
743 options if building a shared library with gnat.
746 > portability fixes for Ada95 binding:
747 + add configure check to ensure that SIGINT works with gnat. This is
748 needed for the "rain" sample program. If SIGINT does not work, omit
750 + correct typo in check of $PKG_CONFIG variable in Ada95/configure
751 + add ncurses_compat.c, to supply functions used in the Ada95 binding
752 which were added in 5.7 and later.
753 + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
757 + add special check in Ada95/configure script for ncurses6 reentrant
759 + regen Ada html documentation.
760 + build-fix for Ada shared libraries versus the varargs workaround.
761 + add rpm and dpkg scripts for Ada95 and test directories, for test
763 + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
765 + add configure check to determine if gnat's project feature supports
766 libraries, i.e., collections of .ali files.
767 + make all dereferences in Ada95 samples explicit.
768 + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
769 + add configure check for, ifdef's for math.h which is in a separate
770 package on Solaris and potentially not installed (report by Petr
772 > fixes for Ada95 binding (Nicolas Boulenguez):
773 + improve type-checking in Ada95 by eliminating a few warning-suppress
775 + suppress unreferenced warnings.
776 + make all dereferences in binding explicit.
779 + regen Ada html documentation.
780 + change order of -I options from ncurses*-config script when the
781 --disable-overwrite option was used, so that the subdirectory include
783 + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
784 + modify configure script to provide value for HTML_DIR in
785 Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
786 distributed separately (report by Nicolas Boulenguez).
787 + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
788 CFLAGS for the build has these options.
789 + amend change from 20070324, to not add 1 to the result of getmaxx
790 and getmaxy in the Ada binding (report by Nicolas Boulenguez for
791 thread in comp.lang.ada).
792 + build-fix Ada95/samples for gnat 4.5
793 + spelling fixes for Ada95/samples/explain.txt
794 > fixes for Ada95 binding (Nicolas Boulenguez):
795 + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
796 + add workaround for binding to set_field_type(), which uses varargs.
797 The original binding from 990220 relied on the prevalent
798 implementation of varargs which did not support or need va_copy().
799 + add dependency on gen/Makefile.in needed for *-panels.ads
800 + add Library_Options to library.gpr
801 + add Languages to library.gpr, for gprbuild
804 + revert changes to limit-checks from 20110122 (Debian #616711).
805 > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
806 + corrected a minor sign error in a field of Low_Level_Field_Type, to
808 + replaced C_Int by Curses_Bool as return type for some callbacks, see
810 + modify samples/sample-explain.adb to provide explicit message when
811 explain.txt is not found.
814 + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
815 + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
816 for compiler warnings (report by Nicolas Boulenguez).
817 + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
818 needed to compile when chtype is 64-bits using gnat 4.4.5
820 20110226 5.8 release for upload to ftp.gnu.org
823 + update release notes, for 5.8.
824 + regenerated html manpages.
825 + change open() in _nc_read_file_entry() to fopen() for consistency
827 + modify misc/run_tic.in to create parent directory, in case this is
828 a new install of hashed database.
829 + fix typo in Ada95/mk-1st.awk which causes error with original awk.
832 + configure script rpath fixes from xterm #269.
833 + workaround for cygwin's non-functional features.h, to force ncurses'
834 configure script to define _XOPEN_SOURCE_EXTENDED when building
835 wide-character configuration.
836 + build-fix in run_tic.sh for OS/2 EMX install
837 + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
840 + regenerated html manpages.
841 + use _tracef() in show_where() function of tic, to work correctly with
842 special case of trace configuration.
845 + add xterm-utf8 entry as a demo of the U8 feature -TD
846 + add U8 feature to denote entries for terminal emulators which do not
847 support VT100 SI/SO when processing UTF-8 encoding -TD
848 + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
849 extended terminfo capability U8 (prompted by mailing list
853 + start documenting interface changes for upcoming 5.8 release.
854 + correct limit-checks in derwin().
855 + correct limit-checks in newwin(), to ensure that windows have nonzero
856 size (report by Garrett Cooper).
857 + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
859 + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
860 by discussion with Kevin Martin).
863 + modify Ada95/configure script to make the --with-curses-dir option
864 work without requiring the --with-ncurses option.
865 + modify test programs to allow them to be built with NetBSD curses.
866 + document thick- and double-line symbols in curs_add_wch.3x manpage.
867 + document WACS_xxx constants in curs_add_wch.3x manpage.
868 + fix some warnings for clang 2.6 "--analyze"
869 + modify Ada95 makefiles to make html-documentation with the project
870 file configuration if that is used.
871 + update config.guess, config.sub
874 + regenerated html manpages.
875 + minor fixes to enable lint when trace is not enabled, e.g., with
877 + fix typo in man/default_colors.3x (patch by Tim van der Molen).
878 + update ncurses/llib-lncurses*
881 + fix remaining strict compiler warnings in ncurses library ABI=5,
882 except those dealing with function pointers, etc.
885 + modify nc_tparm.h, adding guards against repeated inclusion, and
886 allowing TPARM_ARG to be overridden.
887 + fix some strict compiler warnings in ncurses library.
890 + suppress ncv in screen entry, allowing underline (patch by Alejandro
892 + also suppress ncv in konsole-base -TD
893 + fixes in wins_nwstr() and related functions to ensure that special
894 characters, i.e., control characters are handled properly with the
895 wide-character configuration.
896 + correct a comparison in wins_nwstr() (Redhat #661506).
897 + correct help-messages in some of the test-programs, which still
898 referred to quitting with 'q'.
901 + add special case to _nc_infotocap() to recognize the setaf/setab
902 strings from xterm+256color and xterm+88color, and provide a reduced
903 version which works with termcap.
904 + remove obsolete emacs "Local Variables" section from documentation
905 (request by Sven Joachim).
906 + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
907 (report by Sven Joachim).
910 + modify test/configure and test/Makefile.in to handle this special
911 case of building within a build-tree (Debian #34182):
912 mkdir -p build && cd build && ../test/configure && make
915 + miscellaneous build-fixes for Ada95 and test-directories when built
917 + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
918 + fix typo in rmso for tek4106 entry -Goran Weinholt
921 + improve checks in test/configure for X libraries, from xterm #267
923 + modify test/configure to allow it to use the build-tree's libraries
924 e.g., when using that to configure the test-programs without the
925 rpath feature (request by Sven Joachim).
926 + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
927 for compatibility, but generally deprecating those since the VTE
928 library is what actually defines the behavior of "gnome", etc.,
932 + compiler warning fixes for test programs.
933 + various build-fixes for test-programs with pdcurses.
934 + updated configure checks for X packages in test/configure from xterm
936 + add configure check to gnatmake, to accommodate cygwin.
939 + correct list of sub-directories needed in Ada95 tree for building as
941 + modify scripts in test-directory to improve builds as a separate
945 + correct parsing of relative tab-stops in tabs program (report by
947 + adjust configure script so that "t" is not added to library suffix
948 when weak-symbols are used, allowing the pthread configuration to
949 more closely match the non-thread naming (report by Werner Fink).
950 + modify configure check for tic program, used for fallbacks, to a
951 warning if not found. This makes it simpler to use additonal
952 scripts to bootstrap the fallbacks code using tic from the build
953 tree (report by Werner Fink).
954 + fix several places in configure script using ${variable-value} form.
955 + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
956 which do not support selectively linking against static libraries
957 (report by John P. Hartmann)
958 + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
961 + correct comparison used for setting 16-colors in linux-16color
962 entry (Novell #644831) -TD
963 + improve linux-16color entry, using "dim" for color-8 which makes it
964 gray rather than black like color-0 -TD
965 + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
966 external package "cindent".
969 + improve linkages in html manpages, adding references to the newer
970 pages, e.g., *_variables, curs_sp_funcs, curs_threads.
971 + add checks in tic for inconsistent cursor-movement controls, and for
972 inconsistent printer-controls.
973 + fill in no-parameter forms of cursor-movement where a parameterized
974 form is available -TD
975 + fill in missing cursor controls where the form of the controls is
977 + fix inconsistent punctuation in form_variables manpage (patch by
979 + add parameterized cursor-controls to linux-basic (report by Dae) -TD
980 > patch by Juergen Pfeifer:
981 + document how to build 32-bit libraries in README.MinGW
982 + fixes to filename computation in mk-dlls.sh.in
983 + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
985 + add a check in mk-dlls.sh.in to obtain the size of a pointer to
986 distinguish between 32-bit and 64-bit hosts. The result is stored
990 + add "XT" capability to entries for terminals that support both
991 xterm-style mouse- and title-controls, for "screen" which
992 special-cases TERM beginning with "xterm" or "rxvt" -TD
993 > patch by Juergen Pfeifer:
994 + use 64-Bit MinGW toolchain (recommended package from TDM, see
996 + support pthreads when using the TDM MinGW toolchain
999 + regenerated html manpages.
1000 + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
1001 + add manpage for sp-funcs.
1002 + add sp-funcs to test/listused.sh, for documentation aids.
1005 + add manpages for summarizing public variables of curses-, terminfo-
1007 + minor fixes to manpages for consistency (patch by Jason McIntyre).
1008 + modify tic's -I/-C dump to reformat acsc strings into canonical form
1009 (sorted, unique mapping) (cf: 971004).
1010 + add configure check for pthread_kill(), needed for some old
1014 + add configure option --without-tests, to suppress building test
1015 programs (request by Frederic L W Meunier).
1018 + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
1019 + add check in terminfo source-reader to provide more informative
1020 message when someone attempts to run tic on a compiled terminal
1021 description (prompted by Debian #593920).
1022 + note in infotocap and captoinfo manpages that they read terminal
1023 descriptions from text-files (Debian #593920).
1024 + improve acsc string for vt52, show arrow keys (patch by Benjamin
1028 + document in manpages that "mv" functions first use wmove() to check
1029 the window pointer and whether the position lies within the window
1030 (suggested by Poul-Henning Kamp).
1031 + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
1032 by Tim van der Molen).
1033 + modify configure script to transform library names for tic- and
1034 tinfo-libraries so that those build properly with Mac OS X shared
1035 library configuration.
1036 + modify configure script to ensure that it removes conftest.dSYM
1037 directory leftover on checks with Mac OS X.
1038 + modify configure script to cleanup after check for symbolic links.
1041 + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
1043 + improve configure checks for location of tic and infocmp programs
1044 used for installing database and for generating fallback data,
1045 e.g., for cross-compiling.
1046 + add Markus Kuhn's wcwidth function for compiling MinGW
1047 + add special case to CF_REGEX for cross-compiling to MinGW target.
1050 + modify initialization check for win32con driver to eliminate need for
1051 special case for TERM "unknown", using terminal database if available
1052 (prompted by discussion with Roumen Petrov).
1053 + for MinGW port, ensure that terminal driver is setup if tgetent()
1054 is called (patch by Roumen Petrov).
1055 + document tabs "-0" and "-8" options in manpage.
1056 + fix Debian "lintian" issues with manpages reported in
1057 http://lintian.debian.org/full/csmall@debian.org.html#ncurses
1060 + add a check in tic for missing set_tab if clear_all_tabs given.
1061 + improve use of symbolic links in makefiles by using "-f" option if
1062 it is supported, to eliminate temporary removal of the target
1063 (prompted by http://www.t2-project.org/packages/ncurses.html)
1064 + minor improvement to test/ncurses.c, reset color pairs in 'd' test
1065 after exit from 'm' main-menu command.
1066 + improved ncu-indent, from mawk changes, allows more than one of
1067 GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
1070 + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
1071 the alternate character set (patch by Nicholas Marriott)
1072 + remove tar-copy.sh and related configure/Makefile chunks, since the
1073 Ada95 binding is now installed using rules in Ada95/src.
1076 + continue integrating changes to use gnatmake project files in Ada95
1077 + add/use configure check to turn on project rules for Ada95/src.
1078 + revert the vfork change from 20100130, since it does not work.
1081 + continue integrating changes to use gnatmake project files in Ada95
1082 + old gnatmake (3.15) does not produce libraries using project-file;
1083 work around by adding script to generate alternate makefile.
1086 + continue integrating changes to use gnatmake project files in Ada95
1087 + add configure --with-ada-sharedlib option, for the test_make rule.
1088 + move Ada95-related logic into aclocal.m4, since additional checks
1089 will be needed to distinguish old/new implementations of gnat.
1092 + start integrating changes to use gnatmake project files in Ada95 tree
1093 + add test_make / test_clean / test_install rules in Ada95/src
1094 + change install-path for adainclude directory to /usr/share/ada (was
1096 + update Ada95/configure.
1097 + add mlterm+256color entry, for mlterm 3.0.0 -TD
1098 + modify test/configure to use macros to ensure consistent order
1099 of updating LIBS variable.
1102 + change search order of options for Solaris in CF_SHARED_OPTS, to
1103 work with 64-bit compiles.
1104 + correct quoting of assignment in CF_SHARED_OPTS case for aix
1108 + regenerated html documentation.
1109 + modify test/configure to support pkg-config for checking X libraries
1111 + add/use configure macro CF_ADD_LIB to force consistency of
1112 assignments to $LIBS, etc.
1113 + fix configure script for combining --with-pthread
1114 and --enable-weak-symbols options.
1117 + correct cross-compiling configure check for CF_MKSTEMP macro, by
1118 adding a check cache variable set by AC_CHECK_FUNC (report by
1120 + simplify include-dependencies of make_hash and make_keys, to reduce
1121 the need for setting BUILD_CPPFLAGS in cross-compiling when the
1122 build- and target-machines differ.
1123 + repair broken-linker configuration by restoring a definition of SP
1124 variable to curses.priv.h, and adjusting for cases where sp-funcs
1126 + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
1127 variable to override (prompted by report by Pablo Cazallas).
1130 + add configure option --enable-pthreads-eintr to control whether the
1131 new EINTR feature is enabled.
1132 + modify logic in pthread configuration to allow EINTR to interrupt
1133 a read operation in wgetch() (Novell #540571, patch by Werner Fink).
1134 + drop mkdirs.sh, use "mkdir -p".
1135 + add configure option --disable-libtool-version, to use the
1136 "-version-number" feature which was added in libtool 1.5 (report by
1137 Peter Haering). The default value for the option uses the newer
1138 feature, which makes libraries generated using libtool compatible
1139 with the standard builds of ncurses.
1140 + updated test/configure to match configure script macros.
1141 + fixes for configure script from lynx changes:
1142 + improve CF_FIND_LINKAGE logic for the case where a function is
1143 found in predefined libraries.
1144 + revert part of change to CF_HEADER (cf: 20100424)
1147 + correct limit-check in wredrawln, accounting for begy/begx values
1148 (patch by David Benjamin).
1149 + fix most compiler warnings from clang.
1150 + amend build-fix for OpenSolaris, to ensure that a system header is
1151 included in curses.h before testing feature symbols, since they
1152 may be defined by that route.
1155 + fix some strict compiler warnings in ncurses library.
1156 + modify configure macro CF_HEADER_PATH to not look for variations in
1157 the predefined include directories.
1158 + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
1159 with gcc 4.x's c89 alias, which gives warning messages for cases
1160 where older versions would produce an error.
1163 + modify _nc_capcmp() to work with cancelled strings.
1164 + correct translation of "^" in _nc_infotocap(), used to transform
1165 terminfo to termcap strings
1166 + add configure --disable-rpath-hack, to allow disabling the feature
1167 which adds rpath options for libraries in unusual places.
1168 + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
1169 directory was already added.
1170 + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
1171 directories (which will be ignored).
1174 + improve win_driver.c handling of mouse:
1175 + discard motion events
1176 + avoid calling _nc_timed_wait when there is a mouse event
1177 + handle 4th and "rightmost" buttons.
1178 + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
1179 cases where there are embedded blanks in the rpath option.
1182 + add configure check for exctags vs ctags, to work around pkgsrc.
1183 + simplify logic in _nc_get_screensize() to make it easier to see how
1184 environment variables may override system- and terminfo-values
1185 (prompted by discussion with Igor Bujna).
1186 + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
1187 + improve handling of color-pairs embedded in attributes for the
1188 extended-colors configuration.
1189 + modify MKlib_gen.sh to build link_test with sp-funcs.
1190 + build-fixes for OpenSolaris aka Solaris 11, for wide-character
1191 configuration as well as for rpath feature in *-config scripts.
1194 + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
1196 + improve configure CF_REGEX, similar fixes.
1197 + improve configure CF_FIND_LINKAGE, adding add check between system
1198 (default) and explicit paths, where we can find the entrypoint in the
1200 + add check if Gpm_Open() returns a -2, e.g., for "xterm". This is
1201 normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
1202 Ensure that Gpm_Close() is called in this case.
1205 + rename atari and st52 terminfo entries to atari-old, st52-old, use
1206 newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
1210 + modify install-rule for manpages so that *-config manpages will
1211 install when building with --srcdir (report by Sven Joachim).
1212 + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
1213 option is not the same as --disable-leaks (GenToo #305889).
1214 + modify #define's for build-compiler to suppress cchar_t symbol from
1215 compile of make_hash and make_keys, improving cross-compilation of
1216 ncursesw (report by Bernhard Rosenkraenzer).
1217 + modify CF_MAN_PAGES configure macro to replace all occurrences of
1218 TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
1222 + generate manpages for the *-config scripts, adapted from help2man
1223 (suggested by Sven Joachim).
1224 + use va_copy() in _nc_printf_string() to avoid conflicting use of
1225 va_list value in _nc_printf_length() (report by Wim Lewis).
1228 + add Ada95/configure script, to use in tar-file created by
1230 + fix typo in wresize.3x (patch by Tim van der Molen).
1231 + modify screen-bce.XXX entries to exclude ech, since screen's color
1232 model does not clear with color for that feature -TD
1235 + add make-tar.sh scripts to Ada95 and test subdirectories to help with
1236 making those separately distributable.
1237 + build-fix for static libraries without dlsym (Debian #556378).
1238 + fix a syntax error in man/form_field_opts.3x (patch by Ingo
1242 + add several screen-bce.XXX entries -TD
1245 + update mrxvt terminfo entry -TD
1246 + modify win_driver.c to support mouse single-clicks.
1247 + correct name for termlib in ncurses*-config, e.g., if it is renamed
1248 to provide a single file for ncurses/ncursesw libraries (patch by
1252 + use vfork in test/ditto.c if available (request by Mike Frysinger).
1253 + miscellaneous cleanup of manpages.
1254 + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
1255 + build-fix for --srcdir (patch by Miroslav Lichvar).
1258 + for term-driver configuration, ensure that the driver pointer is
1259 initialized in setupterm so that terminfo/termcap programs work.
1260 + amend fix for Debian #542031 to ensure that wattrset() returns only
1261 OK or ERR, rather than the attribute value (report by Miroslav
1263 + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
1264 _nc_screen_of() compatible between normal/wide libraries again (patch
1265 by Miroslav Lichvar)
1266 + review/fix include-dependencies in modules files (report by Miroslav
1270 + modify win_driver.c to initialize acs_map for win32 console, so
1271 that line-drawing works.
1272 + modify win_driver.c to initialize TERMINAL struct so that programs
1273 such as test/lrtest.c and test/ncurses.c which test string
1274 capabilities can run.
1275 + modify term-driver modules to eliminate forward-reference
1279 + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
1280 consistently to add new -D's while removing duplicates.
1281 + modify a few configure macros to consistently put new options
1282 before older in the list.
1283 + add tiparm(), based on review of X/Open Curses Issue 7.
1284 + minor documentation cleanup.
1285 + update config.guess, config.sub from
1286 http://savannah.gnu.org/projects/config
1287 (caveat - its maintainer put 2010 copyright date on files dated 2009)
1290 + minor improvement to tic's checking of similar SGR's to allow for the
1291 most common case of SGR 0.
1292 + modify getmouse() to act as its documentation implied, returning on
1293 each call the preceding event until none are left. When no more
1294 events remain, it will return ERR.
1297 + change order of lookup in progs/tput.c, looking for terminfo data
1298 first. This fixes a confusion between termcap "sg" and terminfo
1299 "sgr" or "sgr0", originally from 990123 changes, but exposed by
1300 20091114 fixes for hashing. With this change, only "dl" and "ed" are
1301 ambiguous (Mandriva #56272).
1304 + add bterm terminfo entry, based on bogl 0.1.18 -TD
1305 + minor fix to rxvt+pcfkeys terminfo entry -TD
1306 + build-fixes for Ada95 tree for gnat 4.4 "style".
1309 + remove old check in mvderwin() which prevented moving a derived
1310 window whose origin happened to coincide with its parent's origin
1311 (report by Katarina Machalkova).
1312 + improve test/ncurses.c to put mouse droppings in the proper window.
1313 + update minix terminfo entry -TD
1314 + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
1317 + correct transfer of multicolumn characters in multirow
1318 field_buffer(), which stopped at the end of the first row due to
1319 filling of unused entries in a cchar_t array with nulls.
1320 + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
1321 + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
1323 + use strdup() in set_menu_mark(), restore .marklen struct member on
1325 + eliminate clause 3 from the UCB copyrights in read_termcap.c and
1327 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
1328 (patch by Nicholas Marriott).
1329 + replace a malloc in tic.c with strdup, checking for failure (patch by
1331 + update config.guess, config.sub from
1332 http://savannah.gnu.org/projects/config
1335 + correct layout of working window used to extract data in
1336 wide-character configured by set_field_buffer (patch by Rafael
1338 + improve some limit-checks related to filename length in reading and
1339 writing terminfo entries.
1340 + ensure that filename is always filled in when attempting to read
1341 a terminfo entry, so that infocmp can report the filename (patch
1342 by Nicholas Marriott).
1345 + modify mk-1st.awk to allow tinfo library to be built when term-driver
1347 + add error-check to configure script to ensure that sp-funcs is
1348 enabled if term-driver is, since some internal interfaces rely upon
1352 + fix case where progs/tput is used while sp-funcs is configure; this
1353 requires save/restore of out-character function from _nc_prescreen
1354 rather than the SCREEN structure (report by Charles Wilson).
1355 + fix typo in man/curs_trace.3x which caused incorrect symbolic links
1356 + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
1360 + updated man/curs_trace.3x
1361 + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
1362 + change a variable name in lib_newwin.c to make it clearer which
1363 value is being freed on error (patch by Nicholas Marriott).
1366 + improve test/ncurses.c color-cycling test by reusing attribute-
1367 and color-cycling logic from the video-attributes screen.
1368 + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
1369 library which help make it compatible with interop applications
1370 (patch by Juergen Pfeifer).
1371 + add configure option --enable-interop, for integrating changes
1372 for generic/interop support to form-library by Juergen Pfeifer
1375 + modify use of $CC environment variable which is defined by X/Open
1376 as a curses feature, to ignore it if it is not a single character
1377 (prompted by discussion with Benjamin C W Sittler).
1378 + add START_TRACE in slk_init
1379 + fix a regression in _nc_ripoffline which made test/ncurses.c not show
1380 soft-keys, broken in 20090927 merging.
1381 + change initialization of "hidden" flag for soft-keys from true to
1382 false, broken in 20090704 merging (Ubuntu #464274).
1383 + update nsterm entries (patch by Benjamin C W Sittler, prompted by
1384 discussion with Fabian Groffen in GenToo #206201).
1385 + add test/xterm-256color.dat
1388 + quiet some pedantic gcc warnings.
1389 + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
1390 SIGWINCH, and discard that value, to avoid confusing application
1391 (patch by Eygene Ryabinkin, FreeBSD bin/136223).
1394 + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
1395 a possibly colon-separated list (Debian #550716).
1398 + supply a null-terminator to buffer in _nc_viswibuf().
1399 + fix a sign-extension bug in unget_wch() (report by Mike Gran).
1400 + minor fixes to error-returns in default function for tputs, as well
1404 + add WACS_xxx definitions to wide-character configuration for thick-
1405 and double-lines (discussion with Slava Zanko).
1406 + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
1407 + add ccc and initc capabilities to xterm-16color -TD
1408 > patch by Benjamin C W Sittler:
1410 + correct initc capability of linux-c-nc end-of-range
1411 + similar change for dg+ccc and dgunix+ccc
1414 + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
1415 that module since 20090711 is in libtinfo.
1416 + add configure option --enable-term-driver, to allow compiling with
1417 terminal-driver. That is used in MinGW port, and (being somewhat
1418 more complicated) is an experimental alternative to the conventional
1419 termlib internals. Currently, it requires the sp-funcs feature to
1421 + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
1422 library (some work remains for forms library).
1425 + document return code from define_key (report by Mike Gran).
1426 + make some symbolic links in the terminfo directory-tree shorter
1427 (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
1428 + fix some groff warnings in terminfo.5, etc., from recent Debian
1430 + change ncv and op capabilities in sun-color terminfo entry to match
1431 Sun's entry for this (report by Laszlo Peter).
1432 + improve interix smso terminfo capability by using reverse rather than
1433 bold (report by Kristof Zelechovski).
1436 + add some test programs (and make these use the same special keys
1437 by sharing linedata.h functions):
1440 test/test_addchstr.c
1441 test/test_add_wchstr.c
1442 + correct internal _nc_insert_ch() to use _nc_insert_wch() when
1443 inserting wide characters, since the wins_wch() function that it used
1444 did not update the cursor position (report by Ciprian Craciun).
1447 + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
1449 + add null-pointer checks to other opaque-functions.
1450 + add is_pad() and is_subwin() functions for opaque access to WINDOW
1451 (discussion with Mark Dickinson).
1452 + correct merge to lib_newterm.c, which broke when sp-funcs was
1456 + build-fix for building outside source-tree (report by Sven Joachim).
1457 + fix Debian lintian warning for man/tabs.1 by making section number
1458 agree with file-suffix (report by Sven Joachim).
1459 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1462 + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
1463 amd64 (Debian #542031).
1464 + fix typo in curs_mouse.3x (Debian #429198).
1467 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1470 + correct use of terminfo capabilities for initializing soft-keys,
1471 broken in 20090509 merging.
1472 + modify wgetch() to ensure it checks SIGWINCH when it gets an error
1473 in non-blocking mode (patch by Clemens Ladisch).
1474 + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
1475 help with builds on non-Unix platforms such as OS/2 EMX.
1476 + modify scripting for misc/run_tic.sh to test configure script's
1477 $cross_compiling variable directly rather than comparing host/build
1478 compiler names (prompted by comment in GenToo #249363).
1479 + fix configure script option --with-database, which was coded as an
1481 + build-fixes for --srcdir (report by Frederic L W Meunier).
1484 + separate _nc_find_entry() and _nc_find_type_entry() from
1485 implementation details of hash function.
1488 + add tabs.1 to man/man_db.renames
1489 + modify lib_addch.c to compensate for removal of wide-character test
1490 from unctrl() in 20090704 (Debian #539735).
1493 + improve discussion in INSTALL for use of system's tic/infocmp for
1494 cross-compiling and building fallbacks.
1495 + modify test/demo_termcap.c to correspond better to options in
1496 test/demo_terminfo.c
1497 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1498 + fix logic for 'V' in test/ncurses.c tests f/F.
1501 + correct logic in tigetnum(), which caused tput program to treat all
1502 string capabilities as numeric (report by Rajeev V Pillai,
1506 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1509 + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
1511 + modify _nc_find_type_entry() to use hashing.
1512 + make CCHARW_MAX value configurable, noting that changing this would
1513 change the size of cchar_t, and would be ABI-incompatible.
1514 + modify test-programs, e.g,. test/view.c, to address subtle
1515 differences between Tru64/Solaris and HPUX/AIX getcchar() return
1517 + modify length returned by getcchar() to count the trailing null
1518 which is documented in X/Open (cf: 20020427).
1519 + fixes for test programs to build/work on HPUX and AIX, etc.
1522 + improve performance of tigetstr, etc., by using hashing code from tic.
1523 + minor fixes for memory-leak checking.
1524 + add test/demo_terminfo, for comparison with demo_termcap
1527 + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
1528 + revise wadd_wch() and wecho_wchar() to eliminate dependency on
1530 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1533 + update llib-lncurses[wt] to use sp-funcs.
1534 + various code-fixes to build/work with --disable-macros configure
1536 + add several new files from Juergen Pfeifer which will be used when
1537 integration of "sp-funcs" is complete. This includes a port to
1541 + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
1542 make includes of term.h without curses.h work (report by "Nix").
1543 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1546 + fix a regression in lib_tputs.c, from ongoing merges.
1549 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1552 + fix an infinite recursion when adding a legacy-coding 8-bit value
1553 using insch() (report by Clemens Ladisch).
1554 + free home-terminfo string in del_curterm() (patch by Dan Weber).
1555 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1558 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1561 + work around antique BSD game's manipulation of stdscr, etc., versus
1562 SCREEN's copy of the pointer (Debian #528411).
1563 + add a cast to wattrset macro to avoid compiler warning when comparing
1564 its result against ERR (adapted from patch by Matt Kraii, Debian
1568 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1571 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1572 + add vwmterm terminfo entry (patch by Bryan Christ).
1575 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1578 + build fix for _nc_free_and_exit() change in 20090418 (report by
1582 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1585 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1586 This change finishes merging for menu and panel libraries, does
1587 part of the form library.
1590 + suppress configure check for static/dynamic linker flags for gcc on
1591 Darwin (report by Nelson Beebe).
1594 + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
1595 function key definitions from emx-base for consistency -TD
1596 + correct missing final 'p' in pfkey capability of ansi.sys-old (report
1597 by Kalle Olavi Niemitalo).
1598 + improve test/ncurses.c 'F' test, show combining characters in color.
1599 + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
1600 a temporary variable.
1601 + use _nc_doalloc() rather than realloc() in a few places in ncurses
1602 library to avoid leak in out-of-memory condition (reports by William
1603 Egert and Martin Ettl based on cppcheck tool).
1604 + add --with-ncurses-wrap-prefix option to test/configure (discussion
1605 with Charles Wilson).
1606 + use ncurses*-config scripts if available for test/configure.
1607 + update test/aclocal.m4 and test/configure
1608 > patches by Charles Wilson:
1609 + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
1610 version numbers (e.g. which include alphabetic chars, as well as
1611 digits, after the final '.').
1612 + improve use of -no-undefined option for libtool by setting an
1613 intermediate variable LT_UNDEF in the configure script, and then
1614 using that in the libtool link-commands.
1615 + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
1616 from 2009031 changes.
1617 + improve mk-1st.awk script by writing separate cases for the
1618 LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
1619 termlib) is to be linked.
1620 + modify configure.in to allow broken-linker configurations, not just
1621 enable-reentrant, to set public wrap prefix.
1624 + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
1625 build with tic and term libraries (patch by Charles Wilson).
1626 + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
1627 (report by Charles Wilson).
1628 + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
1629 the form, menu or panel libraries (patch by Charles Wilson).
1630 + add configure option --with-wrap-prefix to allow setting the prefix
1631 for functions used to wrap global variables to something other than
1632 "_nc_" (discussion with Charles Wilson).
1635 + modify scripts to generate ncurses*-config and pc-files to add
1636 dependency for tinfo library (patch by Charles Wilson).
1637 + improve comparison of program-names when checking for linked flavors
1638 such as "reset" by ignoring the executable suffix (reports by Charles
1639 Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
1641 + suppress configure check for static/dynamic linker flags for gcc on
1642 Solaris 10, since gcc is confused by absence of static libc, and
1643 does not switch back to dynamic mode before finishing the libraries
1644 (reports by Joel Bertrand, Alan Pae).
1645 + minor fixes to Intel compiler warning checks in configure script.
1646 + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
1647 + modify set_curterm() to make broken-linker configuration work with
1648 changes from 20090228 (report by Charles Wilson).
1651 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1652 + modify declaration of cur_term when broken-linker is used, but
1653 enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
1656 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1659 + add configure script --enable-sp-funcs to enable the new set of
1661 + start integrating patches by Juergen Pfeifer:
1662 + add extended functions which specify the SCREEN pointer for several
1663 curses functions which use the global SP (these are incomplete;
1664 some internals work is needed to complete these).
1665 + add special cases to configure script for MinGW port.
1668 + update several configure macros from lynx changes
1669 + append (not prepend) to CFLAGS/CPPFLAGS
1670 + change variable from PATHSEP to PATH_SEPARATOR
1671 + improve install-rules for pc-files (patch by Miroslav Lichvar).
1672 + make it work with $DESTDIR
1673 + create the pkg-config library directory if needed.
1676 + modify init_pair() to allow caller to create extra color pairs beyond
1677 the color_pairs limit, which use default colors (request by Emanuele
1679 + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
1680 + fix typo "==" where "=" is needed in ncurses-config.in and
1681 gen-pkgconfig.in files (Debian #512161).
1684 + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
1685 *BSD's, without which "main" might be one of the shared library's
1686 dependencies (report/analysis by Ken Dickey).
1687 + modify waddch_literal(), updating line-pointer after a multicolumn
1688 character is found to not fit on the current row, and wrapping is
1689 done. Since the line-pointer was not updated, the wrapped
1690 multicolumn character was written to the beginning of the current row
1691 (cf: 20041023, reported by "Nick" regarding problem with ncmpc
1692 http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
1695 + add screen.Eterm terminfo entry (GenToo #124887) -TD
1696 + modify adacurses-config to look for ".ali" files in the adalib
1698 + correct install for Ada95, which omitted libAdaCurses.a used in
1700 + change install for adacurses-config to provide additional flavors
1701 such as adacursesw-config, for ncursesw (GenToo #167849).
1704 + remove undeveloped feature in ncurses-config.in for setting
1706 + recent change to ncurses-config.in did not take into account the
1707 --disable-overwrite option, which sets $includedir to the
1708 subdirectory and using just that for a -I option does not work - fix
1709 (report by Frederic L W Meunier).
1712 + modify gen-pkgconfig.in to eliminate a dependency on rpath when
1713 deciding whether to add $LIBS to --libs output; that should be shown
1714 for the ncurses and tinfo libraries without taking rpath into
1716 + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
1717 used in static libraries (report by Marty Jack).
1720 + add a configure-time check to pick a suitable value for
1721 CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
1722 + add configure --with-pkg-config and --enable-pc-files options, along
1723 with misc/gen-pkgconfig.in which can be used to generate ".pc" files
1724 for pkg-config (request by Jan Engelhardt).
1725 + use $includedir symbol in misc/ncurses-config.in, add --includedir
1727 + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
1728 configure check to detect whether a "-" is needed before "ar"
1730 + update config.guess, config.sub from
1731 http://savannah.gnu.org/projects/config
1734 + modify mk-1st.awk to work with extra categories for tinfo library.
1735 + modify configure script to allow building shared libraries with gcc
1736 on AIX 5 or 6 (adapted from patch by Lital Natan).
1739 + modify to omit the opaque-functions from lib_gen.o when
1740 --disable-ext-funcs is used.
1741 + add test/clip_printw.c to illustrate how to use printw without
1743 + modify ncurses 'F' test to demo wborder_set() with colored lines.
1744 + modify ncurses 'f' test to demo wborder() with colored lines.
1747 + add check for failure to open hashed-database needed for db4.6
1749 + corrected --without-manpages option; previous change only suppressed
1750 the auxiliary rules install.man and uninstall.man
1751 + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
1753 + fixes from NetBSD port at
1754 http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
1755 patch-ac (build-fix for DragonFly)
1756 patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
1757 + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
1758 by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
1760 + correct title string for keybound manpage (patch by Frederic Culot,
1761 OpenBSD documentation/6019),
1764 + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
1765 work for progs/clear, progs/tabs, etc.
1766 + correct buffer-size after internal resizing of wide-character
1767 set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
1768 + add "-i" option to test/filter.c to tell it to use initscr() rather
1769 than newterm(), to investigate report on comp.unix.programmer that
1770 ncurses would clear the screen in that case (it does not - the issue
1771 was xterm's alternate screen feature).
1772 + add check in mouse-driver to disable connection if GPM returns a
1773 zero, indicating that the connection is closed (Debian #506717,
1774 adapted from patch by Samuel Thibault).
1777 + improve a workaround in adding wide-characters, when a control
1778 character is found. The library (cf: 20040207) uses unctrl() to
1779 obtain a printable version of the control character, but was not
1780 passing color or video attributes.
1781 + improve test/ncurses.c 'a' test, using unctrl() more consistently to
1782 display meta-characters.
1783 + turn on _XOPEN_CURSES definition in curses.h
1784 + add eterm-color entry (report by Vincent Lefevre) -TD
1785 + correct use of key_name() in test/ncurses.c 'A' test, which only
1786 displays wide-characters, not key-codes since 20070612 (report by
1790 + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
1791 Ada95 (patch by Juergen Pfeifer).
1792 + document in TO-DO an issue with Cygwin's package for GNAT (report
1794 + improve error-checking of command-line options in "tabs" program.
1797 + change several terminfo entries to make consistent use of ANSI
1799 + add "tabs" program (prompted by Debian #502260).
1800 + add configure --without-manpages option (request by Mike Frysinger).
1802 20081102 5.7 release for upload to ftp.gnu.org
1805 + add a manpage to discuss memory leaks.
1806 + add support for shared libraries for QNX (other than libtool, which
1807 does not work well on that platform).
1808 + build-fix for QNX C++ binding.
1811 + build-fixes for OS/2 EMX.
1812 + modify form library to accept control characters such as newline
1813 in set_field_buffer(), which is compatible with Solaris (report by
1815 + modify configure script to assume --without-hashed-db when
1816 --disable-database is used.
1817 + add "-e" option in ncurses/Makefile.in when generating source-files
1818 to force earlier exit if the build environment fails unexpectedly
1819 (prompted by patch by Adrian Bunk).
1820 + change configure script to use CF_UTF8_LIB, improved variant of
1824 + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
1825 original to teraterm2.3 -TD
1826 + update "gnome" terminfo to 2.22.3 -TD
1827 + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
1828 + add "aterm" terminfo -TD
1829 + add "linux2.6.26" terminfo -TD
1830 + add logic to tic for cancelling strings in user-defined capabilities,
1834 + regenerated html documentation.
1835 + add -m and -s options to test/keynames.c and test/key_names.c to test
1836 the meta() function with keyname() or key_name(), respectively.
1837 + correct return value of key_name() on error; it is null.
1838 + document some unresolved issues for rpath and pthreads in TO-DO.
1839 + fix a missing prototype for ioctl() on OpenBSD in tset.c
1840 + add configure option --disable-tic-depends to make explicit whether
1841 tic library depends on ncurses/ncursesw library, amends change from
1842 20080823 (prompted by Debian #501421).
1845 + some build-fixes for configure --disable-ext-funcs (incomplete, but
1846 works for C/C++ parts).
1847 + improve configure-check for awks unable to handle large strings, e.g.
1848 AIX 5.1 whose awk silently gives up on large printf's.
1851 + fix build for --with-dmalloc by workaround for redefinition of
1852 strndup between string.h and dmalloc.h
1853 + fix build for --disable-sigwinch
1854 + add environment variable NCURSES_GPM_TERMS to allow override to use
1855 GPM on terminals other than "linux", etc.
1856 + disable GPM mouse support when $TERM does not happen to contain
1857 "linux", since Gpm_Open() no longer limits its assertion to terminals
1858 that it might handle, e.g., within "screen" in xterm.
1859 + reset mouse file-descriptor when unloading GPM library (report by
1861 + fix build for --disable-leaks --enable-widec --with-termlib
1862 > patch by Juergen Pfeifer:
1863 + use improved initialization for soft-label keys in Ada95 sample code.
1864 + discard internal symbol _nc_slk_format (unused since 20080112).
1865 + move call of slk_paint_info() from _nc_slk_initialize() to
1866 slk_intern_refresh(), improving initialization.
1869 + fix bug in mouse code for GPM from 20080920 changes (reported in
1870 Debian #500103, also Miroslav Lichvar).
1873 + fix shared-library rules for cygwin with tic- and tinfo-libraries.
1874 + fix a memory leak when failure to connect to GPM.
1875 + correct check for notimeout() in wgetch() (report on linux.redhat
1876 newsgroup by FurtiveBertie).
1877 + add an example warning-suppression file for valgrind,
1878 misc/ncurses.supp (based on example from Reuben Thomas)
1881 + change shared-library configuration for OpenBSD, make rpath work.
1882 + build-fixes for using libutf8, e.g., on OpenBSD 3.7
1885 + corrected fix for --enable-weak-symbols (report by Frederic L W
1889 + corrected gcc options for building shared libraries on IRIX64.
1890 + add configure check for awk programs unable to handle big-strings,
1891 use that to improve the default for --enable-big-strings option.
1892 + makefile-fixes for --enable-weak-symbols (report by Frederic L W
1894 + update test/configure script.
1895 + adapt ifdef's from library to make test/view.c build when mbrtowc()
1896 is unavailable, e.g., with HPUX 10.20.
1897 + add configure check for wcsrtombs, mbsrtowcs, which are used in
1898 test/ncurses.c, and use wcstombs, mbstowcs instead if available,
1899 fixing build of ncursew for HPUX 11.00
1902 + fixes to make Ada95 demo_panels() example work.
1903 + modify Ada95 'rain' test program to accept keyboard commands like the
1905 + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
1907 + add configure-check to see if the std namespace is legal for cerr
1908 and endl, to fix a build issue with Tru64.
1909 + consistently use NCURSES_BOOL in lib_gen.c
1910 + filter #line's from lib_gen.c
1911 + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
1912 substitution by IBM xlc to '#' as part of its extensions to digraphs.
1913 + update config.guess, config.sub from
1914 http://savannah.gnu.org/projects/config
1915 (caveat - its maintainer removed support for older Linux systems).
1918 + modify configure check for pthread library to work with OSF/1 5.1,
1919 which uses #define's to associate its header and library.
1920 + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
1921 makes threaded code work on HPUX 11.23
1922 + fix a bug in demo_menus in freeing menus (cf: 20080804).
1923 + modify configure script for the case where tic library is used (and
1924 possibly renamed) to remove its dependency upon ncurses/ncursew
1925 library (patch by Dr Werner Fink).
1926 + correct manpage for menu_fore() which gave wrong default for
1927 the attribute used to display a selected entry (report by Mike Gran).
1928 + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
1932 + add configure option --enable-weak-symbols to turn on new feature.
1933 + add configure-check for availability of weak symbols.
1934 + modify linkage with pthread library to use weak symbols so that
1935 applications not linked to that library will not use the mutexes,
1936 etc. This relies on gcc, and may be platform-specific (patch by Dr
1938 + add note to INSTALL to document limitation of renaming of tic library
1939 using the --with-ticlib configure option (report by Dr Werner Fink).
1940 + document (in manpage) why tputs does not detect I/O errors (prompted
1941 by comments by Samuel Thibault).
1942 + fix remaining warnings from Klocwork report.
1945 + modify _nc_panelhook() data to account for a permanent memory leak.
1946 + fix memory leaks in test/demo_menus
1947 + fix most warnings from Klocwork tool (report by Larry Zhou).
1948 + modify configure script CF_XOPEN_SOURCE macro to add case for
1949 "dragonfly" from xterm #236 changes.
1950 + modify configure script --with-hashed-db to let $LIBS override the
1951 search for the db library (prompted by report by Samson Pierre).
1954 + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
1958 + build-fix (reports by Christian Ebert, Funda Wang).
1961 + compiler-warning fixes for Solaris.
1964 + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
1965 make those work properly with the "--enable-ext-mouse" configuration
1967 + improve documentation of build-cc options in INSTALL.
1968 + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
1969 -static/-dynamic flags properly to linker, causing test/bs to
1973 + correct some ifdef's needed for the broken-linker configuration.
1974 + make debugging library's $BAUDRATE feature work for termcap
1976 + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
1977 by comment on FreeBSD mailing list).
1978 + add screen.mlterm terminfo entry -TD
1979 + improve mlterm and mlterm+pcfkeys terminfo entries -TD
1982 + regenerated html documentation.
1983 + expand manpage description of parameters for form_driver() and
1984 menu_driver() (prompted by discussion with Adam Spragg).
1985 + add null-pointer checks for cur_term in baudrate() and
1986 def_shell_mode(), def_prog_mode()
1987 + fix some memory leaks in delscreen() and wide acs.
1990 + modify test/ditto.c to illustrate multi-threaded use_screen().
1991 + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
1992 + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
1996 + finish changes to wgetch(), making it switch as needed to the
1997 window's actual screen when calling wrefresh() and wgetnstr(). That
1998 allows wgetch() to get used concurrently in different threads with
1999 some minor restrictions, e.g., the application should not delete a
2000 window which is being used in a wgetch().
2001 + simplify mutex's, combining the window- and screen-mutex's.
2004 + modify wgetch() to use the screen which corresponds to its window
2005 parameter rather than relying on SP; some dependent functions still
2007 + factor out most use of SP in lib_mouse.c, using parameter.
2008 + add internal _nc_keyname(), replacing keyname() to associate with a
2009 particular SCREEN rather than the global SP.
2010 + add internal _nc_unctrl(), replacing unctrl() to associate with a
2011 particular SCREEN rather than the global SP.
2012 + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
2013 its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
2014 + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
2015 preference to the global _nc_globals.tracechr_buf buffer.
2018 + modify _nc_keypad() to make it switch temporarily as needed to the
2019 screen which must be updated.
2020 + wrap cur_term variable to help make _nc_keymap() thread-safe, and
2021 always set the screen's copy of this variable in set_curterm().
2022 + restore curs_set() state after endwin()/refresh() (report/patch
2026 + modify configure script to note that --enable-ext-colors and
2027 --enable-ext-mouse are not experimental, but extensions from
2029 + corrected manpage description of setcchar() (discussion with
2030 Emanuele Giaquinta).
2031 + fix for adding a non-spacing character at the beginning of a line
2032 (report/patch by Miroslav Lichvar).
2035 + modify screen.* terminfo entries using new screen+fkeys to fix
2036 overridden keys in screen.rxvt (Debian #478094) -TD
2037 + modify internal interfaces to reduce wgetch()'s dependency on the
2039 + simplify some loops with macros each_screen(), each_window() and
2043 + continue modifying test/ditto.c toward making it demonstrate
2044 multithreaded use_screen(), using fifos to pass data between screens.
2045 + fix typo in form.3x (report by Mike Gran).
2048 + add screen.rxvt terminfo entry -TD
2049 + modify tic -f option to format spaces as \s to prevent them from
2050 being lost when that is read back in unformatted strings.
2051 + improve test/ditto.c, using a "talk"-style layout.
2054 + change test/ditto.c to use openpty() and xterm.
2055 + add locks for copywin(), dupwin(), overlap(), overlay() on their
2057 + add locks for initscr() and newterm() on updates to the SCREEN
2059 + finish table in curs_thread.3x manpage.
2062 + begin table in curs_thread.3x manpage describing the scope of data
2063 used by each function (or symbol) for threading analysis.
2064 + add null-pointer checks to setsyx() and getsyx() (prompted by
2065 discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
2066 python-dev2 mailing list).
2069 + add null-pointer checks in set_term() and delscreen().
2070 + move _nc_windows into _nc_globals, since windows can be pads, which
2071 are not associated with a particular screen.
2072 + change use_screen() to pass the SCREEN* parameter rather than
2073 stdscr to the callback function.
2074 + force libtool to use tag for 'CC' in case it does not detect this,
2075 e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
2076 (report/patch by Michael Haubenwallner).
2077 + override OBJEXT to "lo" when building with libtool, to work on
2078 platforms such as AIX where libtool may use a different suffix for
2079 the object files than ".o" (report/patch by Michael Haubenwallner).
2080 + add configure --with-pthread option, for building with the POSIX
2084 + fill in extended-color pair two more places in wbkgrndset() and
2085 waddch_nosync() (prompted by Sedeno's patch).
2086 + fill in extended-color pair in _nc_build_wch() to make colors work
2087 for wide-characters using extended-colors (patch by Alejandro R
2089 + add x/X toggles to ncurses.c C color test to test/demo
2090 wide-characters with extended-colors.
2091 + add a/A toggles to ncurses.c c/C color tests.
2092 + modify test/ditto.c to use use_screen().
2093 + finish modifying test/rain.c to demonstrate threads.
2096 + start modifying test/rain.c for threading demo.
2097 + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
2098 that the 'F' accepts.
2099 + modify test/worm.c to show trail in reverse-video when other threads
2100 are working concurrently.
2101 + fix a deadlock from improper nesting of mutexes for windowlist and
2105 + fixes from 20080223 resolved issue with mutexes; change to use
2106 recursive mutexes to fix memory leak in delwin() as called from
2107 _nc_free_and_exit().
2110 + fix a size-difference in _nc_globals which caused hanging of mutex
2111 lock/unlock when termlib was built separately.
2114 + avoid using nanosleep() in threaded configuration since that often
2115 is implemented to suspend the entire process.
2118 + update test programs to build/work with various UNIX curses for
2119 comparisons. This was to reinvestigate statement in X/Open curses
2120 that insnstr and winsnstr perform wrapping. None of the Unix-branded
2121 implementations do this, as noted in manpage (cf: 20040228).
2124 + modify _nc_setupscreen() to set the legacy-coding value the same
2125 for both narrow/wide models. It had been set only for wide model,
2126 but is needed to make unctrl() work with locale in the narrow model.
2127 + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
2128 using unctrl() to display illegal bytes rather than trying to append
2129 further bytes to make up a valid sequence (reported by Andrey A
2131 + modify unctrl() to check codes in 128-255 range versus isprint().
2132 If they are not printable, and locale was set, use a "M-" or "~"
2136 + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
2137 handling). Now it hangs in napms(), no matter whether nanosleep()
2138 or poll() or select() are used on Linux.
2141 + fixes to build with --disable-ext-funcs
2142 + add manpage for use_window and use_screen.
2143 + add set_tabsize() and set_escdelay() functions.
2146 + remove recursive-mutex definitions, finish threading demo for worm.c
2147 + remove a redundant adjustment of lines in resizeterm.c's
2148 adjust_window() which caused occasional misadjustment of stdscr when
2152 + several improvements to terminfo entries based on xterm #230 -TD
2153 + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
2154 "link_test" builds properly.
2155 + fix for toe command-line options -u/-U to ensure filename is given.
2156 + fix allocation-size for command-line parsing in infocmp from 20070728
2157 (report by Miroslav Lichvar)
2158 + improve resizeterm() by moving ripped-off lines, and repainting the
2159 soft-keys (report by Katarina Machalkova)
2160 + add clarification in wclear's manpage noting that the screen will be
2161 cleared even if a subwindow is cleared (prompted by Christer Enfors
2163 + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
2166 + continue implementing support for threading demo by adding mutex
2170 + add several functions to C++ binding which wrap C functions that
2171 pass a WINDOW* parameter (request by Chris Lee).
2174 + add note about configure options needed for Berkeley database to the
2176 + improve checks for version of Berkeley database libraries.
2177 + amend fix for rpath to not modify LDFLAGS if the platform has no
2178 applicable transformation (report by Christian Ebert, cf: 20071124).
2181 + modify configure option --with-hashed-db to accept a parameter which
2182 is the install-prefix of a given Berkeley Database (prompted by
2183 pierre4d2 comments).
2184 + rewrite wrapper for wcrtomb(), making it work on Solaris. This is
2185 used in the form library to determine the length of the buffer needed
2186 by field_buffer (report by Alfred Fung).
2187 + remove unneeded window-parameter from C++ binding for wresize (report
2191 + modify the support for filesystems which do not support mixed-case to
2192 generate 2-character (hexadecimal) codes for the lower-level of the
2193 filesystem terminfo database (request by Michail Vidiassov).
2194 + add configure option --enable-mixed-case, to allow overriding the
2195 configure script's check if the filesystem supports mixed-case
2197 + add wresize() to C++ binding (request by Chris Lee).
2198 + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
2199 it simpler to tell if the extended functions and/or colors are
2203 + update memory-leak checks for changes to names.c and codes.c
2204 + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
2207 + continue implementing support for threading demo by adding mutex
2209 + add mrxvt terminfo entry, add/fix xterm building blocks for modified
2211 + compile with FreeBSD "contemporary" TTY interface (patch by
2215 + modify makefile rules to allow clear, tput and tset to be built
2216 without libtic. The other programs (infocmp, tic and toe) rely on
2218 + add/modify null-pointer checks in several functions for SP and/or
2219 the WINDOW* parameter (report by Thorben Krueger).
2220 + fixes for field_buffer() in formw library (see Redhat Bugzilla
2221 #310071, patches by Miroslav Lichvar).
2222 + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
2224 + update/improve mlterm and rxvt terminfo entries, e.g., for
2225 the modified cursor- and keypad-keys -TD
2228 + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
2229 changes the CharEq() macro to an inline function to allow comparing
2230 cchar_t struct's without comparing gaps in a possibly unpacked
2231 memory layout (report by Miroslav Lichvar).
2234 + add new functions to lib_trace.c to setup mutex's for the _tracef()
2235 calls within the ncurses library.
2236 + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
2238 + start modifying test/worm.c to provide threading demo (incomplete).
2239 + separated ifdef's for some BSD-related symbols in tset.c, to make
2240 it compile on LynxOS (report by Greg Gemmer).
2242 + modify Ada95/gen/Makefile to use shlib script, to simplify building
2243 shared-library configuration on platforms lacking rpath support.
2244 + build-fix for Ada95/src/Makefile to reflect changed dependency for
2245 the terminal-interface-curses-aux.adb file which is now generated.
2246 + restructuring test/worm.c, for use_window() example.
2249 + add use_window() and use_screen() functions, to develop into support
2250 for threaded library (incomplete).
2251 + fix typos in man/curs_opaque.3x which kept the install script from
2252 creating symbolic links to two aliases created in 20070818 (report by
2256 + remove a spurious newline from output of html.m4, which caused links
2257 for Ada95 html to be incorrect for the files generated using m4.
2258 + start investigating mutex's for SCREEN manipulation (incomplete).
2259 + minor cleanup of codes.c/names.c for --enable-const
2260 + expand/revise "Routine and Argument Names" section of ncurses manpage
2261 to address report by David Givens in newsgroup discussion.
2262 + fix interaction between --without-progs/--with-termcap configure
2263 options (report by Michail Vidiassov).
2264 + fix typo in "--disable-relink" option (report by Michail Vidiassov).
2267 + fix a sign-extension bug in infocmp's repair_acsc() function
2269 + fix old configure script bug which prevented "--disable-warnings"
2270 option from working (patch by Mike Frysinger).
2273 + add 9term terminal description (request by Juhapekka Tolvanen) -TD
2274 + modify comp_hash.c's string output to avoid misinterpreting a null
2275 "\0" followed by a digit.
2276 + modify MKnames.awk and MKcodes.awk to support big-strings.
2277 This only applies to the cases (broken linker, reentrant) where
2278 the corresponding arrays are accessed via wrapper functions.
2279 + split MKnames.awk into two scripts, eliminating the shell redirection
2280 which complicated the make process and also the bogus timestamp file
2281 which was introduced to fix "make -j".
2282 + add test/test_opaque.c, test/test_arrays.c
2283 + add wgetscrreg() and wgetparent() for applications that may need it
2284 when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
2287 + amend treatment of infocmp "-r" option to retain the 1023-byte limit
2288 unless "-T" is given (cf: 981017).
2289 + modify comp_captab.c generation to use big-strings.
2290 + make _nc_capalias_table and _nc_infoalias_table private accessed via
2291 _nc_get_alias_table() since the tables are used only within the tic
2293 + modify configure script to skip Intel compiler in CF_C_INLINE.
2294 + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
2295 _nc_get_hash_table() since the tables are used only within the tic
2299 + make _nc_capalias_table and _nc_infoalias_table private, accessed via
2300 _nc_get_alias_table() since they are used only by parse_entry.c
2301 + make _nc_key_names private since it is used only by lib_keyname.c
2302 + add --disable-big-strings configure option to control whether
2303 unctrl.c is generated using the big-string optimization - which may
2304 use strings longer than supported by a given compiler.
2305 + reduce relocation tables for tic, infocmp by changing type of
2306 internal hash tables to short, and make those private symbols.
2307 + eliminate large fixed arrays from progs/infocmp.c
2310 + change winnstr() to stop at the end of the line (cf: 970315).
2311 + add test/test_get_wstr.c
2312 + add test/test_getstr.c
2313 + add test/test_inwstr.c
2314 + add test/test_instr.c
2317 + restore a call to obtain screen-size in _nc_setupterm(), which
2318 is used in tput and other non-screen applications via setupterm()
2319 (Debian #433357, reported by Florent Bayle, Christian Ohm,
2323 + add test/savescreen.c test-program
2324 + add check to trace-file open, if the given name is a directory, add
2325 ".log" to the name and try again.
2326 + add konsole-256color entry -TD
2327 + add extra gcc warning options from xterm.
2328 + minor fixes for ncurses/hashmap test-program.
2329 + modify configure script to quiet c++ build with libtool when the
2330 --disable-echo option is used.
2331 + modify configure script to disable ada95 if libtool is selected,
2332 writing a warning message (addresses FreeBSD ports/114493).
2333 + update config.guess, config.sub
2336 + add continuous-move "M" to demo_panels to help test refresh changes.
2337 + improve fix for refresh of window on top of multi-column characters,
2338 taking into account some split characters on left/right window
2342 + add "widec" row to _tracedump() output to help diagnose remaining
2343 problems with multi-column characters.
2344 + partial fix for refresh of window on top of multi-column characters
2345 which are partly overwritten (report by Sadrul H Chowdhury).
2346 + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
2347 multi-column extension bits are passed there.
2348 + add setlocale() call to demo_panels.c, needed for wide-characters.
2349 + add some output flags to _nc_trace_ttymode to help diagnose a bug
2350 report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
2353 + add test/demo_panels.c
2354 + implement opaque version of setsyx() and getsyx().
2357 + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
2359 + split-out key_name() from MKkeyname.awk since it now depends upon
2360 wunctrl() which is not in libtinfo (report by Rong-En Fan).
2363 + add test/key_name.c
2364 + add stdscr cases to test/inchs.c and test/inch_wide.c
2365 + update test/configure
2366 + correct formatting of DEL (0x7f) in _nc_vischar().
2367 + null-terminate result of wunctrl().
2368 + add null-pointer check in key_name() (report by Andreas Krennmair,
2372 + adapt mouse-handling code from menu library in form-library
2373 (discussion with Clive Nicolson).
2374 + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
2375 illustrate how to use mvcur().
2376 + modify wide-character flavor of SetAttr() to preserve the
2377 WidecExt() value stored in the .attr field, e.g., in case it
2378 is overwritten by chgat (report by Aleksi Torhamo).
2379 + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
2380 + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
2383 + modify keyname() to use "^X" form only if meta() has been called, or
2384 if keyname() is called without initializing curses, e.g., via
2385 initscr() or newterm() (prompted by LinuxBase #1604).
2386 + document some portability issues in man/curs_util.3x
2387 + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
2388 broken by moving that data into SCREEN (cf: 20061230).
2391 + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
2392 problem reported by Sadrul H Chowdhury with repainting parts of
2394 + modify slk_init() so that if there are preceding calls to
2395 ripoffline(), those affect the available lines for soft-keys (adapted
2396 from patch by Clive Nicolson).
2397 + document some portability issues in man/curs_getyx.3x
2400 + fix a bug in Ada95/samples/ncurses which caused a variable to
2401 become uninitialized in the "b" test.
2402 + fix Ada95/gen/Makefile.in adahtml rule to account for recent
2403 movement of files, fix a few incorrect manpage references in the
2405 + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
2407 + correct some functions in Ada95 binding which were using return value
2408 from C where none was returned: idcok(), immedok() and wtimeout().
2409 + amend recent changes for Ada95 binding to make it build with
2410 Cygwin's linker, e.g., with configure options
2411 --enable-broken-linker --with-ticlib
2414 + add a configure check for gcc's options for inlining, use that to
2415 quiet a warning message where gcc's default behavior changed from
2417 + improve warning message when checking if GPM is linked to curses
2418 library by not warning if its use of "wgetch" is via a weak symbol.
2419 + add loader options when building with static libraries to ensure that
2420 an installed shared library for ncurses does not conflict. This is
2421 reported as problem with Tru64, but could affect other platforms
2422 (report Martin Mokrejs, analysis by Tim Mooney).
2423 + fix build on cygwin after recent ticlib/termlib changes, i.e.,
2424 + adjust TINFO_SUFFIX value to work with cygwin's dll naming
2425 + revert a change from 20070303 which commented out dependency of
2426 SHLIB_LIST in form/menu/panel/c++ libraries.
2427 + fix initialization of ripoff stack pointer (cf: 20070421).
2430 + move most static variables into structures _nc_globals and
2431 _nc_prescreen, to simplify storage.
2432 + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
2433 type for data manipulated by signal handlers (prompted by comments
2434 in mailing.openbsd.bugs newsgroup).
2435 + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
2436 to the libtool create- and link-operations.
2439 + fix whitespace in curs_opaque.3x which caused a spurious ';' in
2440 the installed aliases (report by Peter Santoro).
2441 + fix configure script to not try to generate adacurses-config when
2442 Ada95 tree is not built.
2445 + add man/curs_legacy.3x, man/curs_opaque.3x
2446 + fix acs_map binding for Ada95 when --enable-reentrant is used.
2447 + add adacurses-config to the Ada95 install, based on version from
2448 FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
2449 comment on comp.lang.ada newsgroup).
2450 + fix includes in c++ binding to build with Intel compiler
2452 + update install rule in Ada95 to use mkdirs.sh
2453 > other fixes prompted by inspection for Coverity report:
2454 + modify ifdef's for c++ binding to use try/catch/throw statements
2455 + add a null-pointer check in tack/ansi.c request_cfss()
2456 + fix a memory leak in ncurses/base/wresize.c
2457 + corrected check for valid memu/meml capabilities in
2458 progs/dump_entry.c when handling V_HPUX case.
2459 > fixes based on Coverity report:
2460 + remove dead code in test/bs.c
2461 + remove dead code in test/demo_defkey.c
2462 + remove an unused assignment in progs/infocmp.c
2463 + fix a limit check in tack/ansi.c tools_charset()
2464 + fix tack/ansi.c tools_status() to perform the VT320/VT420
2465 tests in request_cfss(). The function had exited too soon.
2466 + fix a memory leak in tic.c's make_namelist()
2467 + fix a couple of places in tack/output.c which did not check for EOF.
2468 + fix a loop-condition in test/bs.c
2469 + add index checks in lib_color.c for color palettes
2470 + add index checks in progs/dump_entry.c for version_filter() handling
2472 + fix a possible null-pointer dereference in copywin()
2473 + fix a possible null-pointer dereference in waddchnstr()
2474 + add a null-pointer check in _nc_expand_try()
2475 + add a null-pointer check in tic.c's make_namelist()
2476 + add a null-pointer check in _nc_expand_try()
2477 + add null-pointer checks in test/cardfile.c
2478 + fix a double-free in ncurses/tinfo/trim_sgr0.c
2479 + fix a double-free in ncurses/base/wresize.c
2480 + add try/catch block to c++/cursesmain.cc
2483 + modify Ada95 binding to build with --enable-reentrant by wrapping
2484 global variables (bug: acs_map does not yet work).
2485 + modify Ada95 binding to use the new access-functions, allowing it
2486 to build/run when NCURSES_OPAQUE is set.
2487 + add access-functions and macros to return properties of the WINDOW
2488 structure, e.g., when NCURSES_OPAQUE is set.
2489 + improved install-sh's quoting.
2490 + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
2494 + eliminate part of the direct use of WINDOW data from Ada95 interface.
2495 + fix substitutions for termlib filename to make configure option
2496 --enable-reentrant work with --with-termlib.
2497 + change a constructor for NCursesWindow to allow compiling with
2498 NCURSES_OPAQUE set, since we cannot pass a reference to
2502 + ignore --with-chtype=unsigned since unsigned is always added to
2503 the type in curses.h; do the same for --with-mmask-t.
2504 + change warning regarding --enable-ext-colors and wide-character
2505 in the configure script to an error.
2506 + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
2507 such as Darwin's libtool program (report by Michail Vidiassov)
2508 + modify edit_man.sh to allow for multiple substitutions per line.
2509 + set locale in misc/ncurses-config.in since it uses a range
2510 + change permissions libncurses++.a install (report by Michail
2512 + corrected length of temporary buffer in wide-character version
2513 of set_field_buffer() (related to report by Bryan Christ).
2516 + fix mk-1st.awk script install_shlib() function, broken in 20070224
2517 changes for cygwin (report by Michail Vidiassov).
2520 + increase size of array in _nc_visbuf2n() to make "tic -v" work
2521 properly in its similar_sgr() function (report/analysis by Peter
2523 + add --enable-reentrant configure option for ongoing changes to
2524 implement a reentrant version of ncurses:
2525 + libraries are suffixed with "t"
2526 + wrap several global variables (curscr, newscr, stdscr, ttytype,
2527 COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
2528 functions returning values stored in SCREEN or cur_term.
2529 + move some initialization (LINES, COLS) from lib_setup.c,
2530 i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
2533 + regenerated html documentation.
2534 + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
2535 opaque in selected configurations.
2536 + move the chunk in lib_acs.c which resets acs capabilities when
2537 running on a terminal whose locale interferes with those into
2538 _nc_setupscreen(), so the libtinfo/libtinfow files can be made
2539 identical (requested by Miroslav Lichvar).
2540 + do not use configure variable SHLIB_LIBS for building libraries
2541 outside the ncurses directory, since that symbol is customized
2542 only for that directory, and using it introduces an unneeded
2543 dependency on libdl (requested by Miroslav Lichvar).
2544 + modify mk-1st.awk so the generated makefile rules for linking or
2545 installing shared libraries do not first remove the library, in
2546 case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
2548 + revised section "Using NCURSES under XTERM" in ncurses-intro.html
2549 (prompted by newsgroup comment by Nick Guenther).
2552 + change internal return codes of _nc_wgetch() to check for cases
2553 where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
2554 ungetch'd, and read by wget_wch().
2555 + fix static-library build broken in 20070217 changes to remove "-ldl"
2556 (report by Miroslav Lichvar).
2557 + change makefile/scripts for cygwin to allow building termlib.
2558 + use Form_Hook in manpages to match form.h
2559 + use Menu_Hook in manpages, as well as a few places in menu.h
2560 + correct form- and menu-manpages to use specific Field_Options,
2561 Menu_Options and Item_Options types.
2562 + correct prototype for _tracechar() in manpage (cf: 20011229).
2563 + correct prototype for wunctrl() in manpage.
2566 + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
2568 + modify relinking of shared libraries to apply only when rpath is
2569 enabled, and add --disable-relink option which can be used to
2570 disable the feature altogether (reports by Michail Vidiassov,
2572 + fix --with-termlib option for wide-character configuration, stripping
2573 the "w" suffix in one place (report by Miroslav Lichvar).
2574 + remove "-ldl" from some library lists to reduce dependencies in
2575 programs (report by Miroslav Lichvar).
2576 + correct description of --enable-signed-char in configure --help
2577 (report by Michail Vidiassov).
2578 + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
2579 which matches an earlier change to CF_SHARED_OPTS, from xterm #224
2581 + remove "${DESTDIR}" from -install_name option used for linking
2582 shared libraries on Darwin (report by Michail Vidiassov).
2585 + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
2586 + remove libdl from library list for termlib (report by Miroslav
2588 + fix configure.in to allow --without-progs --with-termlib (patch by
2590 + modify win_wchnstr() to ensure that only a base cell is returned
2591 for each multi-column character (prompted by report by Wei Kong
2592 regarding change in mvwin_wch() cf: 20041023).
2595 + modify fix_wchnstr() in form library to strip attributes (and color)
2596 from the cchar_t array (field cells) read from a field's window.
2597 Otherwise, when copying the field cells back to the window, the
2598 associated color overrides the field's background color (report by
2600 + improve tracing for form library, showing created forms, fields, etc.
2601 + ignore --enable-rpath configure option if --with-shared was omitted.
2602 + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
2603 to allow leak-checking when both tic- and tinfo-libraries are built.
2604 + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
2605 no longer relies on it.
2606 + disallow combining configure script options --with-ticlib and
2607 --enable-termcap (report by Rong-En Fan).
2608 + remove tack from ncurses tree.
2611 + fix typo in configure script that broke --with-termlib option
2612 (report by Rong-En Fan).
2615 + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
2616 to tgetent() (report by Rong-en Fan).
2617 + update tack/HISTORY and tack/README to tell how to build it after
2618 it is removed from the ncurses tree.
2619 + fix configure check for libtool's version to trim blank lines
2620 (report by sci-fi@hush.ai).
2621 + review/eliminate other original-file artifacts in cursesw.cc, making
2622 its license consistent with ncurses.
2623 + use ncurses vw_scanw() rather than reading into a fixed buffer in
2624 the c++ binding for scanw() methods (prompted by report by Nuno Dias).
2625 + eliminate fixed-buffer vsprintf() calls in c++ binding.
2628 + add _nc_leaks_tic() to separate leak-checking of tic library from
2629 term/ncurses libraries, and thereby eliminate a library dependency.
2630 + fix test/mk-test.awk to ignore blank lines.
2631 + correct paths in include/headers, for --srcdir (patch by Miroslav
2635 + add a break-statement in misc/shlib to ensure that it exits on the
2636 _first_ matched directory (report by Paul Novak).
2637 + add tack/configure, which can be used to build tack outside the
2639 + add --with-ticlib option, to build/install the tic-support functions
2640 in a separate library (suggested by Miroslav Lichvar).
2643 + change MKunctrl.awk to reduce relocation table for unctrl.o
2644 + change MKkeyname.awk to reduce relocation table for keyname.o
2645 (patch by Miroslav Lichvar).
2648 + modify configure check for libtool's version to trim blank lines
2649 (report by sci-fi@hush.ai).
2650 + modify some modules to allow them to be reentrant if _REENTRANT is
2651 defined: lib_baudrate.c, resizeterm.c (local data only)
2652 + eliminate static data from some modules: add_tries.c, hardscroll.c,
2653 lib_ttyflags.c, lib_twait.c
2654 + improve manpage install to add aliases for the transformed program
2655 names, e.g., from --program-prefix.
2656 + used linklint to verify links in the HTML documentation, made fixes
2657 to manpages as needed.
2658 + fix a typo in curs_mouse.3x (report by William McBrine).
2659 + fix install-rule for ncurses5-config to make the bin-directory.
2662 + modify configure script to omit the tic (terminfo compiler) support
2663 from ncurses library if --without-progs option is given.
2664 + modify install rule for ncurses5-config to do this via "install.libs"
2665 + modify shared-library rules to allow FreeBSD 3.x to use rpath.
2666 + update config.guess, config.sub
2668 20061217 5.6 release for upload to ftp.gnu.org
2671 + add ifdef's for <wctype.h> for HPUX, which has the corresponding
2672 definitions in <wchar.h>.
2673 + revert the va_copy() change from 20061202, since it was neither
2674 correct nor portable.
2675 + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
2677 + ignore wide-acs line-drawing characters that wcwidth() claims are
2678 not one-column. This is a workaround for Solaris' broken locale
2682 + modify configure --with-gpm option to allow it to accept a parameter,
2683 i.e., the name of the dynamic GPM library to load via dlopen()
2684 (requested by Bryan Henderson).
2685 + add configure option --with-valgrind, changes from vile.
2686 + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
2687 'return' in preference to 'exit()'.
2690 + change default for --with-develop back to "no".
2691 + add XTABS to tracing of TTY bits.
2692 + updated autoconf patch to ifdef-out the misfeature which declares
2693 exit() for configure tests. This fixes a redefinition warning on
2695 + use ${CC} rather than ${LD} in shared library rules for IRIX64,
2696 Solaris to help ensure that initialization sections are provided for
2697 extra linkage requirements, e.g., of C++ applications (prompted by
2698 comment by Casper Dik in newsgroup).
2699 + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
2700 from the autoconf predefined symbol. There was no conflict,
2701 since "$target" was used only in the generated edit_man.sh file,
2702 but SuSE's rpm package contains a patch.
2705 + update man/term.5 to reflect extended terminfo support and hashed
2706 database configuration.
2707 + updates for test/configure script.
2708 + adapted from SuSE rpm package:
2709 + remove long-obsolete workaround for broken-linker which declared
2711 + improve error recovery in PUTC() macro when wcrtomb() does not
2712 return usable results for an 8-bit character.
2713 + patches from rpm package (SuSE):
2714 + use va_copy() in extra varargs manipulation for tracing version
2716 + use a va_list rather than a null in _nc_freeall()'s call to
2717 _nc_printf_string().
2718 + add some see-also references in manpages to show related
2719 wide-character functions (suggested by Claus Fischer).
2722 + add a check in lib_color.c to ensure caller does not increase COLORS
2723 above max_colors, which is used as an array index (discussion with
2725 + add ifdef's allowing ncurses to be built with tparm() using either
2726 varargs (the existing status), or using a fixed-parameter list (to
2730 + fix redrawing of windows other than stdscr using wredrawln() by
2731 touching the corresponding rows in curscr (discussion with Dan
2734 + add test/echochar.c
2735 + review/cleanup manpage descriptions of error-returns for form- and
2736 menu-libraries (prompted by FreeBSD docs/46196).
2739 + add AUTHORS file -TD
2740 + omit the -D options from output of the new config script --cflags
2741 option (suggested by Ralf S Engelschall).
2742 + make NCURSES_INLINE unconditionally defined in curses.h
2745 + revert change to accommodate bash 3.2, since that breaks other
2746 platforms, e.g., Solaris.
2747 + minor fixes to NEWS file to simplify scripting to obtain list of
2749 + improve some shared-library configure scripting for Linux, FreeBSD
2750 and NetBSD to make "--with-shlib-version" work.
2751 + change configure-script rules for FreeBSD shared libraries to allow
2752 for rpath support in versions past 3.
2753 + use $(DESTDIR) in makefile rules for installing/uninstalling the
2754 package config script (reports/patches by Christian Wiese,
2755 Ralf S Engelschall).
2756 + fix a warning in the configure script for NetBSD 2.0, working around
2757 spurious blanks embedded in its ${MAKEFLAGS} symbol.
2758 + change test/Makefile to simplify installing test programs in a
2759 different directory when --enable-rpath is used.
2762 + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
2763 + add/install a package config script, e.g., "ncurses5-config" or
2764 "ncursesw5-config", according to configuration options.
2767 + add several GNU Screen terminfo variations with 16- and 256-colors,
2768 and status line (Alain Bench).
2769 + change the way shared libraries (other than libtool) are installed.
2770 Rather than copying the build-tree's libraries, link the shared
2771 objects into the install directory. This makes the --with-rpath
2772 option work except with $(DESTDIR) (cf: 20000930).
2775 + fix ifdef in c++/internal.h for QNX 6.1
2776 + test-compiled with (old) egcs-1.1.2, modified configure script to
2777 not unset the $CXX and related variables which would prevent this.
2778 + fix a few terminfo.src typos exposed by improvments to "-f" option.
2779 + improve infocmp/tic "-f" option formatting.
2782 + make --disable-largefile option work (report by Thomas M Ott).
2783 + updated html documentation.
2784 + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
2785 + minor improvements to rxvt+pcfkeys -TD
2788 + move static data from lib_mouse.c into SCREEN struct.
2789 + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
2790 (report by Michail Vidiassov).
2791 + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
2792 option (from lynx changes) -TD
2793 + adapt AC_PROG_EGREP check, noting that this is likely to be another
2794 place aggravated by POSIXLY_CORRECT.
2795 + modify configure check for awk to ensure that it is found (prompted
2796 by report by Christopher Parker).
2800 + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
2801 + remove invis capability from klone+sgr, mainly used by linux entry,
2802 since it does not really do this -TD
2805 + correct logic in wadd_wch() and wecho_wch(), which did not guard
2806 against passing the multi-column attribute into a call on waddch(),
2807 e.g., using data returned by win_wch() (cf: 20041023)
2808 (report by Sadrul H Chowdhury).
2811 + fix kterm's acsc string -TD
2812 + fix for change to tic/infocmp in 20060819 to ensure no blank is
2813 embedded into a termcap description.
2814 + workaround for 20050806 ifdef's change to allow visbuf.c to compile
2815 when using --with-termlib --with-trace options.
2816 + improve tgetstr() by making the return value point into the user's
2817 buffer, if provided (patch by Miroslav Lichvar (see Redhat Bugzilla
2819 + correct libraries needed for foldkeys (report by Stanislav Ievlev)
2822 + add terminfo entries for xfce terminal (xfce) and multi gnome
2824 + add test/foldkeys.c
2827 + modify tic and infocmp to avoid writing trailing blanks on terminfo
2828 source output (Debian #378783).
2829 + modify configure script to ensure that if the C compiler is used
2830 rather than the loader in making shared libraries, the $(CFLAGS)
2831 variable is also used (Redhat Bugzilla #199369).
2832 + port hashed-db code to db2 and db3.
2833 + fix a bug in tgetent() from 20060625 and 20060715 changes
2834 (patch/analysis by Miroslav Lichvar (see Redhat Bugzilla #202480)).
2837 + updated xterm function-keys terminfo to match xterm #216 -TD
2838 + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
2839 e.g., the db 1.8.5 interface).
2842 + modify toe to access termcap data, e.g., via cgetent() functions,
2843 or as a text file if those are not available.
2844 + use _nc_basename() in tset to improve $SHELL check for csh/sh.
2845 + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
2846 can access termcap data when the terminfo database is disabled.
2849 + widen the test for xterm kmous a little to allow for other strings
2850 than \E[M, e.g., for xterm-sco functionality in xterm.
2851 + update xterm-related terminfo entries to match xterm patch #216 -TD
2852 + update config.guess, config.sub
2855 + fix for install-rule in Ada95 to add terminal_interface.ads
2856 and terminal_interface.ali (anonymous posting in comp.lang.ada).
2857 + correction to manpage for getcchar() (report by William McBrine).
2859 + modify wchgat() to mark updated cells as changed so a refresh will
2860 repaint those cells (comments by Sadrul H Chowdhury and William
2862 + split up dependency of names.c and codes.c in ncurses/Makefile to
2863 work with parallel make (report/analysis by Joseph S Myers).
2864 + suppress a warning message (which is ignored) for systems without
2865 an ldconfig program (patch by Justin Hibbits).
2866 + modify configure script --disable-symlinks option to allow one to
2867 disable symlink() in tic even when link() does not work (report by
2869 + modify MKfallback.sh to use tic -x when constructing fallback tables
2870 to allow extended capabilities to be retrieved from a fallback entry.
2871 + improve leak-checking logic in tgetent() from 20060625 to ensure that
2872 it does not free the current screen (report by Miroslav Lichvar).
2875 + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
2876 + correct _nc_free_entries() and related functions used for memory leak
2880 + revert a minor change for magic-cookie support from 20060513, which
2881 caused unexpected reset of attributes, e.g., when resizing test/view
2883 + note in clear manpage that the program ignores command-line
2884 parameters (prompted by Debian #371855).
2885 + fixes to make lib_gen.c build properly with changes to the configure
2886 --disable-macros option and NCURSES_NOMACROS (cf: 20060527)
2887 + update/correct several terminfo entries -TD
2888 + add some notes regarding copyright to terminfo.src -TD
2891 + fixes to build Ada95 binding with gnat-4.1.0
2892 + modify read_termtype() so the term_names data is always allocated as
2893 part of the str_table, a better fix for a memory leak (cf: 20030809).
2894 + reduce memory leaks in repeated calls to tgetent() by remembering the
2895 last TERMINAL* value allocated to hold the corresponding data and
2896 freeing that if the tgetent() result buffer is the same as the
2897 previous call (report by "Matt" for FreeBSD gnu/98975).
2898 + modify tack to test extended capability function-key strings.
2899 + improved gnome terminfo entry (GenToo #122566).
2900 + improved xterm-256color terminfo entry (patch by Alain Bench).
2903 + fix two small memory leaks related to repeated tgetent() calls
2904 with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
2905 + add --enable-signed-char to simplify Debian package.
2906 + reduce name-pollution in term.h by removing #define's for HAVE_xxx
2908 + correct typo in curs_terminfo.3x (Debian #369168).
2911 + enable the mouse in test/movewindow.c
2912 + improve a limit-check in frm_def.c (John Heasley).
2913 + minor copyright fixes.
2914 + change configure script to produce test/Makefile from data file.
2917 + add a configure option --enable-wgetch-events to enable
2918 NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
2919 lib_twait.c (report by Bernd Jendrissek).
2920 + remove include/nomacros.h from build, since the ifdef for
2921 NCURSES_NOMACROS makes that obsolete.
2922 + add entrypoints for some functions which were only provided as macros
2923 to make NCURSES_NOMACROS ifdef work properly: getcurx(), getcury(),
2924 getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
2926 + provide ifdef for NCURSES_NOMACROS which suppresses most macro
2927 definitions from curses.h, i.e., where a macro is defined to override
2928 a function to improve performance. Allowing a developer to suppress
2929 these definitions can simplify some application (discussion with
2931 + improve description of memu/meml in terminfo manpage.
2934 + if msgr is false, reset video attributes when doing an automargin
2935 wrap to the next line. This makes the ncurses 'k' test work properly
2937 + correct caching of keyname(), which was using only half of its table.
2938 + minor fixes to memory-leak checking.
2939 + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
2940 arrays, making ACS_LEN less visible to applications (suggested by
2942 + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
2943 _screen_acs_map will have the same offset in both ncurses/ncursesw,
2944 making the corresponding tinfo/tinfow libraries binary-compatible
2945 (cf: 20041016, report by Stanislav Ievlev).
2948 + improve debug-tracing for EmitRange().
2949 + change default for --with-develop to "yes". Add NCURSES_NO_HARD_TABS
2950 and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
2951 suppression of the related hard-tabs and xmc-glitch features.
2952 + add ncurses version number to top-level manpages, e.g., ncurses, tic,
2953 infocmp, terminfo as well as form, menu, panel.
2954 + update config.guess, config.sub
2955 + modify ncurses.c to work around a bug in NetBSD 3.0 curses
2956 (field_buffer returning null for a valid field). The 'r' test
2957 appears to not work with that configuration since the new_fieldtype()
2958 function is broken in that implementation.
2961 + add hpterm-color terminfo entry -TD
2962 + fixes to compile test-programs with HPUX 11.23
2965 + add copyright notices to files other than those that are generated,
2966 data or adapted from pdcurses (reports by William McBrine, David
2968 + improve rendering on hpterm by not resetting attributes at the end
2969 of doupdate() if the terminal has the magic-cookie feature (report
2971 + add 256color variants of terminfo entries for programs which are
2972 reported to implement this feature -TD
2975 + fix typo in change to NewChar() macro from 20060311 changes, which
2976 broke tab-expansion (report by Frederic L W Meunier).
2979 + document -U option of tic and infocmp.
2980 + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
2981 due to size limit, e.g., converting to termcap format. Also
2982 suppress them if the output format does not contain acsc and it
2983 was not VT100-like, i.e., a one-one mapping (Novell #163715).
2984 + add configure check to ensure that SIGWINCH is defined on platforms
2985 such as OS X which exclude that when _XOPEN_SOURCE, etc., are
2986 defined (report by Nicholas Cole)
2989 + modify write_object() to not write coincidental extensions of an
2990 entry made due to it being referenced in a use= clause (report by
2992 + another fix for infocmp -i option, which did not ensure that some
2993 escape sequences had comparable prefixes (report by Alain Bench).
2996 + improve discussion of init/reset in terminfo and tput manpages
2997 (report by Alain Bench).
2998 + use is3 string for a fallback of rs3 in the reset program; it was
2999 using is2 (report by Alain Bench).
3000 + correct logic for infocmp -i option, which did not account for
3001 multiple digits in a parameter (cf: 20040828) (report by Alain
3003 + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
3004 option work after 20060114 changes (report by Arkadiusz Miskiewicz).
3005 + add copyright notices to test-programs as needed (report by William
3009 + modify ncurses.c 'F' test to combine the wide-characters with color
3010 and/or video attributes.
3011 + modify test/ncurses to use CTL/Q or ESC consistently for exiting
3012 a test-screen (some commands used 'x' or 'q').
3015 + fix an off-by-one in the scrolling-region change (cf_ 20060311).
3018 + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
3019 a null character is found (report by Igor Bogomazov).
3020 + modify progs/Makefile.in to make "tput init" work properly with
3021 cygwin, i.e., do not pass a ".exe" in the reference string used
3022 in check_aliases (report by Samuel Thibault).
3023 + add some checks to ensure current position is within scrolling
3024 region before scrolling on a new line (report by Dan Gookin).
3025 + change some NewChar() usage to static variables to work around
3026 stack garbage introduced when cchar_t is not packed (Redhat #182024).
3029 + workarounds to build test/movewindow with PDcurses 2.7.
3030 + fix for nsterm-16color entry (patch by Alain Bench).
3031 + correct a typo in infocmp manpage (Debian #354281).
3034 + add nsterm-16color entry -TD
3035 + updated mlterm terminfo entry -TD
3036 + remove 970913 feature for copying subwindows as they are moved in
3037 mvwin() (discussion with Bryan Christ).
3038 + modify test/demo_menus.c to demonstrate moving a menu (both the
3039 window and subwindow) using shifted cursor-keys.
3040 + start implementing recursive mvwin() in movewindow.c (incomplete).
3041 + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
3042 for movewindow.c (report by William McBrine).
3043 + add help-message to test/movewindow.c
3046 + add test/movewindow.c, to test mvderwin().
3047 + fix ncurses soft-key test so color changes are shown immediately
3048 rather than delayed.
3049 + modify ncurses soft-key test to hide the keys when exiting the test
3051 + fixes to build test programs with PDCurses 2.7, e.g., its headers
3052 rely on autoconf symbols, and it declares stubs for nonfunctional
3053 terminfo and termcap entrypoints.
3056 + improved test/configure to build test/ncurses on HPUX 11 using the
3058 + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
3059 benefit of developers who do not read INSTALL.
3062 + correct form library Window_To_Buffer() change (cf: 20040516), which
3063 should ignore the video attributes (report by Ricardo Cantu).
3066 + minor fixes to xmc-glitch experimental code:
3067 + suppress line-drawing
3068 + implement max_attributes
3070 + minor fixes for the database iterator.
3071 + fix some buffer limits in c++ demo (comment by Falk Hueffner in
3075 + add toe -a option, to show all databases. This uses new private
3076 interfaces in the ncurses library for iterating through the list of
3078 + fix toe from 20000909 changes which made it not look at
3080 + make toe's -v option parameter optional as per manpage.
3081 + improve SIGWINCH handling by postponing its effect during newterm(),
3082 etc., when allocating screens.
3085 + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs. Use
3086 this in test/filter.c
3087 + fix an error in filter() modification which caused some applications
3091 + check if filter() was called when getting the screensize. Keep it
3092 at 1 if so (based on Redhat #174498).
3093 + add extension nofilter().
3094 + refined the workaround for ACS mapping.
3095 + make ifdef's consistent in curses.h for the extended colors so the
3096 header file can be used for the normal curses library. The header
3097 file installed for extended colors is a variation of the
3098 wide-character configuration (report by Frederic L W Meunier).
3101 + add a workaround to ACS mapping to allow applications such as
3102 test/blue.c to use the "PC ROM" characters by masking them with
3103 A_ALTCHARSET. This worked up til 5.5, but was lost in the revision
3104 of legacy coding (report by Michael Deutschmann).
3105 + add a null-pointer check in the wide-character version of
3106 calculate_actual_width() (report by Victor Julien).
3107 + improve test/ncurses 'd' (color-edit) test by allowing the RGB
3108 values to be set independently (patch by William McBrine).
3109 + modify test/configure script to allow building test programs with
3111 + modified test programs to allow some to work with NetBSD curses.
3112 Several do not because NetBSD curses implements a subset of X/Open
3113 curses, and also lacks much of SVr4 additions. But it's enough for
3115 + update config.guess and config.sub
3118 + use BSD-specific fix for return-value from cgetent() from CVS where
3119 an unknown terminal type would be reportd as "database not found".
3120 + make tgetent() return code more readable using new symbols
3122 + remove references to non-existent "tctest" program.
3123 + remove TESTPROGS from progs/Makefile.in (it was referring to code
3124 that was never built in that directory).
3125 + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
3128 + add use_legacy_coding() function to support lynx's font-switching
3130 + fix formatting in curs_termcap.3x (report by Mike Frysinger).
3131 + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
3135 + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
3136 overwrite() and copywin() with different combinations of colors and
3137 attributes (including background color) to make it easy to see the
3138 effect of the different functions.
3139 + corrections to menu/m_global.c for wide-characters (report by
3143 + add configure option --without-dlsym, allowing developers to
3144 configure GPM support without using dlsym() (discussion with Michael
3146 + fix wins_nwstr(), which did not handle single-column non-8bit codes
3150 + move prototypes for wide-character trace functions from curses.tail
3151 to curses.wide to avoid accidental reference to those if
3152 _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
3154 + add/use NCURSES_INLINE definition.
3155 + change some internal functions to use int/unsigned rather than the
3159 + remove a redundant check in lib_color.c (Debian #335655).
3160 + use ld's -search_paths_first option on Darwin to work around odd
3161 search rules on that platform (report by Christian Gennerat, analysis
3163 + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
3164 + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
3165 + fix several bugs in test/bs.c (patch by Stephen Lindholm).
3168 + other minor fixes to cygwin based on tack -TD
3169 + correct smacs in cygwin (Debian #338234, report by Baurzhan
3170 Ismagulov, who noted that it was fixed in Cygwin).
3173 + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
3174 + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
3175 since those record the state of multicolumn characters (Debian
3177 + modify werase to clear multicolumn characters that extend into
3178 a derived window (Debian #316663).
3181 + move assignment from environment variable ESCDELAY from initscr()
3182 down to newterm() so the environment variable affects timeouts for
3183 terminals opened with newterm() as well.
3184 + fix a memory leak in keyname().
3185 + add test/demo_altkeys.c
3186 + modify test/demo_defkey.c to exit from loop via 'q' to allow
3187 leak-checking, as well as fix a buffer size in winnstr() call.
3190 + correct order of use-clauses in rxvt-basic entry which made codes for
3191 f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
3192 + suppress configure check for gnatmake if Ada95/Makefile.in is not
3194 + correct a typo in configure --with-bool option for the case where
3195 --without-cxx is used (report by Daniel Jacobowitz).
3196 + add a note to INSTALL's discussion of --with-normal, pointing out
3197 that one may wish to use --without-gpm to ensure a completely
3198 static link (prompted by report by Felix von Leitner).
3200 20051010 5.5 release for upload to ftp.gnu.org
3203 + document in demo_forms.c some portability issues.
3206 + document side-effect of werase() which sets the cursor position.
3207 + save/restore the current position in form field editing to make
3211 + correct header dependencies in progs, allowing parallel make (report
3212 by Daniel Jacobowitz).
3213 + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
3214 the configure check for --with-build-cc (report by Daniel Jacobowitz).
3215 + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
3217 + update config.guess and config.sub from
3218 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
3221 + modify sed expression which computes path for /usr/lib/terminfo
3222 symbolic link in install to ensure that it does not change unexpected
3223 levels of the path (Gentoo #42336).
3224 + modify default for --disable-lp64 configure option to reduce impact
3225 on existing 64-bit builds. Enabling the _LP64 option may change the
3226 size of chtype and mmask_t. However, for ABI 6, it is enabled by
3227 default (report by Mike Frysinger).
3228 + add configure script check for --enable-ext-mouse, bump ABI to 6 by
3229 default if it is used.
3230 + improve configure script logic for bumping ABI to omit this if the
3231 --with-abi-version option was used.
3232 + update address for Free Software Foundation in tack's source.
3233 + correct wins_wch(), which was not marking the filler-cells of
3234 multi-column characters (cf: 20041023).
3237 + modify mouse initialization to ensure that Gpm_Open() is called only
3238 once. Otherwise GPM gets confused in its initialization of signal
3239 handlers (Debian #326709).
3242 + modify logic for backspacing in a multiline form field to ensure that
3243 it works even when the preceding line is full (report by Frank van
3245 + remove comment about BUGS section of ncurses manpage (Debian #325481)
3248 + document some workarounds for shared and libtool library
3249 configurations in INSTALL (see --with-shared and --with-libtool).
3250 + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
3251 cross-compilers which emit the platform name in their version
3253 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
3254 (report by Frank van Vugt).
3257 + start updating documentation for upcoming 5.5 release.
3258 + fix to make libtool and libtinfo work together again (cf: 20050122).
3259 + fixes to allow building traces into libtinfo
3260 + add debug trace to tic that shows if/how ncurses will write to the
3261 lower corner of a terminal's screen.
3262 + update llib-l* files.
3265 + modify initializers in c++ binding to build with old versions of g++.
3266 + improve special case for 20050115 repainting fix, ensuring that if
3267 the first changed cell is not a character that the range to be
3268 repainted is adjusted to start at a character's beginning (Debian
3272 + fixes to build on QNX 6.1
3273 + improve configure script checks for Intel 9.0 compiler.
3274 + remove #include's for libc.h (obsolete).
3275 + adjust ifdef's in curses.priv.h so that when cross-compiling to
3276 produce comp_hash and make_keys, no dependency on wchar.h is needed.
3277 That simplifies the build-cppflags (report by Frank van Vugt).
3278 + move modules related to key-binding into libtinfo to fix linkage
3279 problem caused by 20050430 changes to MKkeyname.sh (report by
3280 Konstantin Andreev).
3283 + updates/fixes for configure script macros from vile -TD
3284 + make prism9's sgr string agree with the rest of the terminfo -TD
3285 + make vt220's sgr0 string consistent with sgr string, do this for
3286 several related cases -TD
3287 + improve translation to termcap by filtering the 'me' (sgr0) strings
3288 as in the runtime call to tgetent() (prompted by a discussion with
3290 + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
3291 resets line-drawing.
3294 + fix special cases for trimming sgr0 for hurd and vt220 (Debian
3296 + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
3297 allow it to be used by tic to provide information about the runtime
3298 changes that would be made to sgr0 for termcap applications.
3299 + modify make_sed.sh to make the group-name in the NAME section of
3300 form/menu library manpage agree with the TITLE string when renaming
3301 is done for Debian (Debian #78866).
3304 + modify parameter type in c++ binding for insch() and mvwinsch() to
3305 be consistent with underlying ncurses library (was char, is chtype).
3306 + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
3308 + improve configure check for nanosleep(), checking that it works since
3309 some older systems such as AIX 4.3 have a nonworking version.
3312 + update config.guess and config.sub from
3313 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
3314 + modify misc/shlib to work in test-directory.
3315 + suppress $suffix in misc/run_tic.sh when cross-compiling. This
3316 allows cross-compiles to use the host's tic program to handle the
3317 "make install.data" step.
3318 + improve description of $LINES and $COLUMNS variables in manpages
3319 (prompted by report by Dave Ulrick).
3320 + improve description of cross-compiling in INSTALL
3321 + add NCURSES-Programming-HOWTO.html by Pradeep Padala
3322 (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
3323 + modify configure script to obtain soname for GPM library (discussion
3324 with Daniel Jacobowitz).
3325 + modify configure script so that --with-chtype option will still
3326 compute the unsigned literals suffix for constants in curses.h
3327 (report by Daniel Jacobowitz:
3328 + patches from Daniel Jacobowitz:
3329 + the man_db.renames entry for tack.1 was backwards.
3330 + tack.1 had some 1m's that should have been 1M's.
3331 + the section for curs_inwstr.3 was wrong.
3334 + correction to --with-chtype option (report by Daniel Jacobowitz).
3337 + move build-time edit_man.sh and edit_man.sed scripts to top directory
3338 to simplify reusing them for renaming tack's manpage (prompted by a
3339 review of Debian package).
3340 + revert minor optimization from 20041030 (Debian #313609).
3341 + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
3342 1.5.10 and 1.5.18 (all work except as noted previously for the c++
3343 install using libtool 1.5.0):
3344 + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
3346 + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
3347 + add configure options --with-chtype and --with-mmask-t, to allow
3348 overriding of the non-LP64 model's use of the corresponding types.
3349 + revise test for size of chtype (and mmask_t), which always returned
3350 "long" due to an uninitialized variable (report by Daniel Jacobowitz).
3353 + change _tracef's that used "%p" format for va_list values to ignore
3354 that, since on some platforms those are not pointers.
3355 + fixes for long-formats in printf's due to largefile support.
3358 + fixes for termcap support:
3359 + reset pointer to _nc_curr_token.tk_name when the input stream is
3360 closed, which could point to free memory (cf: 20030215).
3361 + delink TERMTYPE data which is used by the termcap reader, so that
3362 extended names data will be freed consistently.
3363 + free pointer to TERMTYPE data in _nc_free_termtype() rather than
3365 + add some entrypoints for freeing permanently allocated data via
3366 _nc_freeall() when NO_LEAKS is defined.
3367 + amend 20041030 change to _nc_do_color to ensure that optimization is
3368 applied only when the terminal supports back_color_erase (bce).
3371 + add sun-color terminfo entry -TD
3372 + correct a missing assignment in c++ binding's method
3373 NCursesPanel::UserPointer() from 20050409 changes.
3374 + improve configure check for large-files, adding check for dirent64
3376 + minor change to configure script to improve linker options for the
3380 + document error conditions for ncurses library functions (report by
3382 + regenerated html documentation for ada binding.
3383 see ftp://invisible-island.net/ncurses/patches/gnathtml
3386 + regenerated html documentation for manpages.
3387 + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
3388 ncurses/Makefile (Gentoo #89772).
3389 + modify c++/demo.cc to build with g++ -fno-implicit-templates option
3390 (patch by Mike Frysinger).
3391 + modify tic to filter out long extended names when translating to
3392 termcap format. Only two characters are permissible for termcap
3396 + modify terminfo entries xterm-new and rxvt to add strings for
3397 shift-, control-cursor keys.
3398 + workaround to allow c++ binding to compile with g++ 2.95.3, which
3399 has a broken implementation of static_cast<> (patch by Jeff Chua).
3400 + modify initialization of key lookup table so that if an extended
3401 capability (tic -x) string is defined, and its name begins with 'k',
3402 it will automatically be treated as a key.
3403 + modify test/keynames.c to allow for the possibility of extended
3404 key names, e.g., via define_key(), or via "tic -x".
3405 + add test/demo_termcap.c to show the contents of given entry via the
3409 + minor fixes for vt100/vt52 entries -TD
3410 + add configure option --enable-largefile
3411 + corrected libraries used to build Ada95/gen/gen, found in testing
3415 + update config.guess, config.sub
3416 + modify configure script check for _XOPEN_SOURCE, disable that on
3417 Darwin whose header files have problems (patch by Chris Zubrzycki).
3418 + modify form library Is_Printable_String() to use iswprint() rather
3419 than wcwidth() for determining if a character is printable. The
3420 latter caused it to reject menu items containing non-spacing
3422 + modify ncurses test program's F-test to handle non-spacing characters
3423 by combining them with a reverse-video blank.
3424 + review/fix several gcc -Wconversion warnings.
3427 + correct an off-by-one error in m_driver() for mouse-clicks used to
3428 position the mouse to a particular item.
3429 + implement test/demo_menus.c
3430 + add some checks in lib_mouse to ensure SP is set.
3431 + modify C++ binding to make 20050403 changes work with the configure
3432 --enable-const option.
3435 + modify start_color() to return ERR if it cannot allocate memory.
3436 + address g++ compiler warnings in C++ binding by adding explicit
3437 member initialization, assignment operators and copy constructors.
3438 Most of the changes simply preserve the existing semantics of the
3439 binding, which can leak memory, etc., but by making these features
3440 visible, it provides a framework for improving the binding.