1 -------------------------------------------------------------------------------
2 -- Copyright (c) 1998-2013,2014 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.2161 2014/02/01 22:30:45 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/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
50 which "short" types are for color pairs and which are color values.
51 + fix build for s390x, by correcting field bit offsets in generated
52 representation clauses when int=32 long=64 and endian=big, or at
53 least on s390x (patch by Nicolas Boulenguez).
54 + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
57 + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
58 not work as is with gcc 4.8 due to fixes using chtype cast made for
59 new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
60 by Nicolas Boulenguez).
63 + apply includesubdir variable which was introduced in 20130805 to
64 gen-pkgconfig.in (Debian #735782).
67 + further improved man2html, used this to fix broken links in html
69 ftp://invisible-island.net/ncurses/patches/man2html
72 + modify configure-script/ifdef's to allow OLD_TTY feature to be
73 suppressed if the type of ospeed is configured using the option
74 --with-ospeed to not be a short. By default, it is a short for
75 termcap-compatibility (adapted from suggestion by Christian
77 + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
79 + fix a few -Wlogical-op warnings.
80 + updated llib-l* files.
83 + add form_driver_w() entrypoint to wide-character forms library, as
84 well as test program form_driver_w (adapted from patch by Gaute
88 + minor fix for CF_GCC_WARNINGS to special-case options which are not
92 + add special case to configure script to move _XOPEN_SOURCE_EXTENDED
93 definition from CPPFLAGS to CFLAGS if it happens to be needed for
94 Solaris, because g++ errors with that definition (report by
95 Jean-Pierre Flori, Sage #15268).
96 + correct logic in infocmp's -i option which was intended to ignore
97 strings which correspond to function-keys as candidates for piecing
98 together initialization- or reset-strings. The problem dates to
99 1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
100 gcc 4.8 (report by David Binderman).
101 + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, adding
102 checks for -Wextra, -Wignored-qualifiers and -Wlogical-op
103 + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
104 checks for -Wextra and -Wdeclaration-after-statement into the macro,
105 and adding checks for -Wignored-qualifiers, -Wlogical-op and
107 + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
109 + update config.sub from
110 http://git.savannah.gnu.org/cgit/config.git
113 + minor cleanup of terminfo.tail
116 + use TS extension to describe xterm's title-escapes -TD
117 + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
118 + update hurd.ti, add xenl to reflect 2011-03-06 change in
119 http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
121 + simplify pfkey expression in ansi.sys -TD
124 + correct/simplify ifdef's for cur_term versus broken-linker and
125 reentrant options (report by Jean-Pierre Flori, cf: 20090530).
126 + modify release/version combinations in test build-scripts to make
127 them more consistent with other packages.
130 + add nc_mingw.h to installed headers for MinGW port; needed for
131 compiling ncurses-examples.
132 + add rpm-script for testing cross-compile of ncurses-examples.
135 + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
138 + fix a few compiler warnings in progs and test.
139 + minor fix to package/debian-mingw/rules, do not strip dll's.
140 + minor fixes to configure script for empty $prefix, e.g., when doing
141 cross-compiles to MinGW.
142 + add script for building test-packages of binaries cross-compiled to
146 + minor fixes for ncurses-example package and makefile.
147 + add scripts for test-builds of cross-compiler packages for ncurses6
151 + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
152 it lacks some common functions such as use_env() which is not yet
154 + build-fix and some compiler warning fixes for ncurses-examples with
156 + fix a possible null-pointer reference in a trace message from newterm.
157 + quiet a few warnings from NetBSD 6.0 namespace pollution by
158 nonstandard popcount() function in standard strings.h header.
159 + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
160 + fix a few overlooked places for --enable-string-hacks option.
163 + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
164 + build-fix for --with-shared option for DragonFly and FreeBSD (report
165 by Rong-En Fan, cf: 20130727).
168 + build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
170 + revert change to two of the dpkg format files, to work with dpkg
171 before/after Debian #700177.
172 + fix gcc -Wconversion warning in wattr_get() macro.
173 + add msys and msysdll to known host/configuration types (patch by
175 + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
176 of sort, improving portability.
177 + minor improvements for test-programs from reviewing Solaris port.
178 + update config.guess, config.sub from
179 http://git.savannah.gnu.org/cgit/config.git
182 + modify test/ncurses.c b/B tests to display lines only for the
183 attributes which a given terminal supports, to make room for an
185 + completed ncv table in terminfo.tail; it did not list the wide
186 character codes listed in X/Open Curses issue 7.
187 + add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
190 + fix some gcc 4.8 -Wconversion warnings.
191 + change format of dpkg test-scripts to quilted to work around bug
192 introduced by Debian #700177.
193 + discard cached keyname() values if meta() is changed after a value
194 was cached using (report by Kurban Mallachiev).
197 + add checks in tic to warn about terminals which lack cursor
198 addressing, capabilities or having those, are marked as hard_copy or
200 + use --without-progs in mingw-ncurses rpm.
201 + split out _nc_init_termtype() from alloc_entry.c to use in MinGW
202 port when tic and other programs are not needed.
205 + minor fixes to the --disable-overwrite logic, to ensure that the
206 configured $(includedir) is not cancelled by the mingwxx-filesystem
208 + add --disable-db-install configure option, to simplify building
209 cross-compile support packages.
210 + add mingw-ncurses.spec file, for testing cross-compiles.
213 + improve configure macros from ongoing work on cdk, dialog, xterm:
214 + CF_ADD_LIB_AFTER - fix a problem with -Wl options
215 + CF_RPATH_HACK - add missing result-message
216 + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
217 dll symbols (which can be overridden) rather than explicit "../".
218 + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
219 rather than ${LD} to improve rpath support.
220 + CF_SHARED_OPTS - add a symbol to denote the temporary files that
221 are created by the macro, to simplify clean-rules.
222 + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
223 + fix a regression in hashed-database support for NetBSD, which uses
224 the key-size differently from other implementations (cf: 20121229).
227 + further improvements for setupterm manpage, clarifying the
228 initialization of cur_term.
231 + improve manpages for initscr and setupterm.
232 + minor compiler-warning fixes
235 + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
236 + add check for size of wchar_t, use that to suppress a chunk of
237 wcwidth.h in MinGW port.
238 + quiet linker warnings for MinGW cross-compile with dll's using the
239 --enable-auto-import flag.
240 + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
244 + modify the clear program to take into account the E3 extended
245 capability to clear the terminal's scrollback buffer (patch by
246 Miroslav Lichvar, Redhat #815790).
247 + clarify in resizeterm manpage that LINES and COLS are updated.
248 + updated ansi example in terminfo.tail, correct misordered example
250 + fix other doclifter warnings for manpages
251 + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
252 (patch by Eric Raymond).
255 + minor changes to some configure macros to make them more reusable.
256 + fixes for tabs program (prompted by report by Nick Andrik):
257 + corrected logic in command-line parsing of -a and -c predefined
259 + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
260 + make warning messages more consistent with the other utilities by
261 not printing the full pathname of the program.
262 + add -V option for consistency with other utilities.
263 + fix off-by-one in columns for tabs program when processing an option
264 such as "-5" (patch by Nick Andrik).
267 + add to test/demo_forms.c examples of using the menu-hooks as well
268 as showing how the menu item user-data can be used to pass a callback
270 + add test/dots_termcap.c
271 + remove setupterm call from test/demo_termcap.c
272 + build-fix if --disable-ext-funcs configure option is used.
273 + modified test/edit_field.c and test/demo_forms.c to move the lengths
274 into a user-data structure, keeping the original string for later
275 expansion to free-format input/out demo.
276 + modified test/demo_forms.c to load data from file.
277 + added note to clarify Terminal.app's non-emulation of the various
278 terminal types listed in the preferences dialog -TD
279 + fix regression in error-reporting in lib_setup.c (Debian #711134,
281 + build-fix for a case where --enable-broken_linker and
282 --enable-reentrant options are combined (report by George R Goffe).
285 + modify mvcur() to distinguish between internal use by the ncurses
286 library, and external callers, preventing it from reading the content
287 of the screen which is only nonblank when curses calls have updated
288 it. This makes test/dots_mvcur.c avoid painting colored cells in
289 the left margin of the display.
290 + minor fix to test/dots_mvcur.c
291 + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
292 NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
293 use of these symbols in term_entry.h
296 + corrected ifdefs in test/testcurs.c to allow comparison of mouse
297 interface versus pdcurses (cf: 20130316).
298 + add pow() to configure-check for math library, needed since
299 20121208 for test/hanoi (Debian #708056).
300 + regenerated html manpages.
301 + update doctype used for html documentation.
304 + move nsterm-related entries out of "obsolete" section to more
305 plausible "ansi consoles" -TD
306 + additional cleanup of table-of-contents by reordering -TD
307 + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
308 prevented inserts when video attributes were attached to the data
309 (cf: 20121215) (Redhat #959534).
312 + fixes for issues found by Coverity:
313 + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
314 display when infocmp's -R option is used for HP or AIX subsets.
315 + fix dead-code issue with test/movewindow.c
316 + improve limited-checking in _nc_read_termtype().
319 + fix clang 3.2 warning in progs/dump_entry.c
320 + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
323 + add MinGW to cases where ncurses installs by default into /usr
324 (prompted by discussion with Daniel Silva Ferreira).
325 + add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
326 + add a missing 'int' type for main function in configure check for
327 type of bool variable, to work with clang 3.2 (report by Dmitri
329 + improve configure check for static_cast, to work with clang 3.2
330 (report by Dmitri Gribenko).
331 + re-order rule for demo.o and macros defining header dependencies in
332 c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
335 + improve parameter checking in copywin().
336 + modify configure script to work around OS X's "libtool" program, to
337 choose glibtool instead. At the same time, chance the autoconf macro
338 to look for a "tool" rather than a "prog", to help with potential use
340 + separate the rpath usage for c++ library from demo program
342 + update/correct header-dependencies in c++ makefile (report by Werner
344 + add --with-cxx-shared to dpkg-script, as done for rpm-script.
347 + build-fix for libtool configuration (reports by Daniel Silva Ferreira
351 + build-fix for OS X, to handle changes for --with-cxx-shared feature
352 (report by Christian Ebert).
353 + change initialization for vt220, similar entries for consistency
354 with cursor-key strings (NetBSD #47674) -TD
355 + further improvements to linux-16color (Benjamin Sittler)
358 + additional fix for tic.c, to allocate missing buffer space.
359 + eliminate configure-script warnings for gen-pkgconfig.in
360 + correct typo in sgr string for sun-color,
361 add bold for consistency with sgr,
362 change smso for consistency with sgr -TD
363 + correct typo in sgr string for terminator -TD
364 + add blink to the attributes masked by ncv in linux-16color (report
366 + improve warning message from post-load checking for missing "%?"
367 operator by tic/infocmp by showing the entry name and capability.
368 + minor formatting improvement to tic/infocmp -f option to ensure
369 line split after "%;".
370 + amend scripting for --with-cxx-shared option to handle the debug
371 library "libncurses++_g.a" (report by Sven Joachim).
374 + amend change to toe.c for reading from /dev/zero, to ensure that
375 there is a buffer for the temporary filename (cf: 20120324).
376 + regenerated html manpages.
377 + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
378 + updated some autoconf macros:
379 + CF_ACVERSION_CHECK, from byacc 1.9 20130304
380 + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
381 + add configure option --with-cxx-shared to permit building
382 libncurses++ as a shared library when using g++, e.g., the same
383 limitations as libtool but better integrated with the usual build
384 configuration (Redhat #911540).
385 + modify MKkey_defs.sh to filter out build-path which was unnecessarily
386 shown in curses.h (Debian #689131).
389 + add section to terminfo manpage discussing user-defined capabilities.
390 + update manpage description of NCURSES_NO_SETBUF, explaining why it
392 + add a check in waddch_nosync() to ensure that tab characters are
393 treated as control characters; some broken locales claim they are
395 + add some traces to the Windows console driver.
396 + initialize a temporary array in _nc_mbtowc, needed for some cases
397 of raw input in MinGW port.
400 + correct ifdef on change to lib_twait.c (report by Werner Fink).
401 + update config.guess, config.sub
404 + modify test/testcurs.c to work with mouse for ncurses as it does for
406 + modify test/knight.c to work with mouse for pdcurses as it does for
408 + modify internal recursion in wgetch() which handles cooked mode to
409 check if the call to wgetnstr() returned an error. This can happen
410 when both nocbreak() and nodelay() are set, for instance (report by
411 Nils Christopher Brause) (cf: 960418).
412 + fixes for issues found by Coverity:
413 + add a check for valid position in ClearToEOS()
414 + fix in lib_twait.c when --enable-wgetch-events is used, pointer
416 + improve a limit-check in make_hash.c
417 + fix a memory leak in hashed_db.c
420 + modify test/configure script to make it simpler to override names
421 of curses-related libraries, to help with linking with pdcurses in
423 + if the --with-terminfo-dirs configure option is not used, there is
424 no corresponding compiled-in value for that. Fill in "no default
425 value" for that part of the manpage substitution.
428 + correct initialization in knight.c which let it occasionally make
429 an incorrect move (cf: 20001028).
430 + improve documentation of the terminfo/termcap search path.
433 + further fixes to mvcur to pass callback function (cf: 20130112),
434 needed to make test/dots_mvcur work.
435 + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
437 + modify configure script to omit "+b" from linker options for very
438 old HP-UX systems (report by Dennis Grevenstein)
439 + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
440 by Dennis Grevenstein).
441 + restore memmove/strdup support for antique systems (request by
443 + change %l behavior in tparm to push the string length onto the stack
444 rather than saving the formatted length into the output buffer
445 (report by Roy Marples, cf: 980620).
448 + fixes for issues found by Coverity:
449 + fix memory leak in safe_sprintf.c
450 + add check for return-value in tty_update.c
451 + correct initialization for -s option in test/view.c
452 + add check for numeric overflow in lib_instr.c
453 + improve error-checking in copywin
454 + add advice in infocmp manpage for termcap users (Debian #698469).
455 + add "-y" option to test/demo_termcap and test/demo_terminfo to
456 demonstrate behavior with/without extended capabilities.
457 + updated termcap manpage to document legacy termcap behavior for
458 matching capability names.
459 + modify name-comparison for tgetstr, etc., to accommodate legacy
460 applications as well as to improve compatbility with BSD 4.2
461 termcap implementations (Debian #698299) (cf: 980725).
464 + correct prototype in manpage for vid_puts.
465 + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
466 are unused in the current driver model.
467 + modify mvcur to use stdout except when called within the ncurses
469 + modify vidattr and vid_attr to use stdout as documented in manpage.
470 + amend changes made to buffering in 20120825 so that the low-level
471 putp() call uses stdout rather than ncurses' internal buffering.
472 The putp_sp() call does the same, for consistency (Redhat #892674).
475 + add "-s" option to test/view.c to allow it to start in single-step
476 mode, reducing size of trace files when it is used for debugging
478 + revert part of 20121222 change to tinfo_driver.c
479 + add experimental logic in win_driver.c to improve optimization of
480 screen updates. This does not yet work with double-width characters,
481 so it is ifdef'd out for the moment (prompted by report by Erwin
482 Waterlander regarding screen flicker).
485 + fix coverity warnings regarding copying into fixed-size buffers.
486 + add throw-declarations in the c++ binding per Coverity warning.
487 + minor changes to new-items for consistent reference to bug-report
491 + add *.dSYM directories to clean-rule in ncurses directory makefile,
493 + add a configure check for gcc option -no-cpp-precomp, which is not
494 available in all Mac OS X configurations (report by Andras Salamon,
496 + improve 20021221 workaround for broken acs, handling a case where
497 that ACS_xxx character is not in the acsc string but there is a known
498 wide-character which can be used.
501 + fix several warnings from clang 3.1 --analyze, includes correcting
502 a null-pointer check in _nc_mvcur_resume.
503 + correct display of double-width characters with MinGW port (report
504 by Erwin Waterlander).
505 + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
506 > fixes based on Coverity report:
507 + correct coloring in test/bs.c
508 + correct check for 8-bit value in _nc_insert_ch().
509 + remove dead code in progs/tset.c, test/linedata.h
510 + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
514 + modify test/knight.c to show the number of choices possible for
515 each position in automove option, e.g., to allow user to follow
516 Warnsdorff's rule to solve the puzzle.
517 + modify test/hanoi.c to show the minimum number of moves possible for
518 the given number of tiles (prompted by patch by Lucas Gioia).
519 > fixes based on Coverity report:
520 + remove a few redundant checks.
521 + correct logic in test/bs.c, when randomly placing a specific type of
523 + check return value from remove/unlink in tic.
524 + check return value from sscanf in test/ncurses.c
525 + fix a null dereference in c++/cursesw.cc
526 + fix two instances of uninitialized variables when configuring for the
528 + correct scope of variable used in SetSafeOutcWrapper macro.
529 + set umask when calling mkstemp in tic.
530 + initialize wbkgrndset() temporary variable when extended-colors are
534 + also replace MinGW's wctomb(), fixing a problem with setcchar().
535 + modify test/view.c to load UTF-8 when built with MinGW by using
536 regular win32 API because the MinGW functions mblen() and mbtowc()
540 + correct order of color initialization versus display in some of the
541 test-programs, e.g., test_addstr.c
542 > fixes based on Coverity report:
543 + delete windows on exit from some of the test-programs.
546 > fixes based on Coverity report:
547 + add missing braces around FreeAndNull in two places.
548 + various fixes in test/ncurses.c
549 + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
550 + correct malloc size in progs/infocmp.c
551 + guard against negative array indices in test/knight.c
552 + fix off-by-one limit check in test/color_name.h
553 + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
555 + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
556 test/clip_printw.c, test/demo_menus.c
557 + delete unused windows in test/chgat.c, test/clip_printw.c,
558 test/insdelln.c, test/newdemo.c on error-return.
561 + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
562 local -I include options in case someone has set conflicting -I
563 options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
565 + modify the ncurses*-config scripts to eliminate relative paths from
566 the RPATH_LIST variable, e.g., "../lib" as used in installing shared
567 libraries or executables.
570 + realign these related pages:
575 and fix a long-ago error in curs_addstr.3x which said that a -1
576 length parameter would only write as much as fit onto one line
577 (report by Reuben Thomas).
578 + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
579 + remove obsolete fallback _nc_strdup() for strdup().
580 + cancel any debug-rpm in package/ncurses.spec
581 + reviewed vte-2012, reverted most of the change since it was incorrect
582 based on testing with tack -TD
583 + un-cancel the initc in vte-256color, since this was implemented
584 starting with version 0.20 in 2009 -TD
587 + improve malloc/realloc checking (prompted by discussion in Redhat
589 + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
590 + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST. The
591 first corrects pattern used for Mac OS X's customization of gcc.
594 + fix change to _nc_scroll_optimize(), which incorrectly freed memory
598 + add vte-2012, gnome-2012, making these the defaults for vte/gnome
599 (patch by Christian Persch).
602 + improve CF_GCC_VERSION to work around Debian's customization of gcc
604 + improve configure macros as done in byacc:
605 + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
606 has used that for a while.
607 + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
608 for experimental use.
609 + remove unused configure macros.
610 + modify configure script and makefiles to quiet new autoconf warning
611 for LIBS_TO_MAKE variable.
612 + modify configure script to show $PATH_SEPARATOR variable.
613 + update config.guess, config.sub
616 + modify setupterm to set its copy of TERM to "unknown" if configured
617 for the terminal driver and TERM was null or empty.
618 + modify treatment of TERM variable for MinGW port to allow explicit
619 use of the windows console driver by checking if $TERM is set to
620 "#win32con" or an abbreviation of that.
621 + undo recent change to fallback definition of vsscanf() to build with
622 older Solaris compilers (cf: 20120728).
625 + add test-screens to test/ncurses to show 256-characters at a time,
626 to help with MinGW port.
629 + simplify varargs logic in lib_printw.c; va_copy is no longer needed
631 + modifications for MinGW port to make wide-character display usable.
634 + regenerate configure script (report by Sven Joachim, cf: 20120901).
637 + add a null-pointer check in _nc_flush (cf: 20120825).
638 + fix a case in _nc_scroll_optimize() where the _oldnums_list array
639 might not be allocated.
640 + improve comparisons in configure.in for unset shell variables.
643 + increase size of ncurses' output-buffer, in case of very small
644 initial screen-sizes.
645 + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
646 after changes to use --datarootdir (reports by Gabriele Balducci,
650 + change output buffering scheme, using buffer maintained by ncurses
651 rather than stdio, to avoid problems with SIGTSTP handling (report
655 + update autoconf patch to 2.52.20120811, adding --datarootdir
656 (prompted by discussion with Erwin Waterlander).
657 + improve description of --enable-reentrant option in README and the
659 + add nsterm-256color, make this the default nsterm -TD
660 + remove bw from nsterm-bce, per testing with tack -TD
663 + update test/configure, adding check for tinfo library.
664 + improve limit-checks for the getch fifo (report by Werner Fink).
665 + fix a remaining mismatch between $with_echo and the symbols updated
666 for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
667 Sven Joachim, cf: 20120317).
668 + modify followup check for pkg-config's library directory in the
669 --enable-pc-files option to validate syntax (report by Sven Joachim,
673 + correct path for ncurses_mingw.h in include/headers, in case build
674 is done outside source-tree (patch by Roumen Petrov).
675 + modify some older xterm entries to align with xterm source -TD
676 + separate "xterm-old" alias from "xterm-r6" -TD
677 + add E3 extended capability to xterm-basic and putty -TD
678 + parenthesize parameters of other macros in curses.h -TD
679 + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
680 in case it happens to be a comma-expression, etc. (patch by Nick
684 + improved form_request_by_name() and menu_request_by_name().
685 + eliminate two fixed-size buffers in toe.c
686 + extend use_tioctl() to have expected behavior when use_env(FALSE) and
687 use_tioctl(TRUE) are called.
688 + modify ncurses test-program, adding -E and -T options to demonstrate
689 use_env() versus use_tioctl().
692 + add use_tioctl() function (adapted from patch by Werner Fink,
696 + add ncurses_mingw.h to installed headers (prompted by patch by
698 + clarify return-codes from wgetch() in response to SIGWINCH (prompted
700 + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
701 if screensize is unchanged. Modify _nc_update_screensize() to push a
702 KEY_RESIZE if there was a SIGWINCH, even if it does not call
703 resizeterm(). These changes eliminate the case where a SIGWINCH is
704 received, but ERR returned from wgetch or wgetnstr because the screen
705 dimensions did not change (Novell #769788).
708 + add --enable-interop to sample package scripts (suggested by Juergen
710 + update CF_PATH_SYNTAX macro, from mawk changes.
711 + modify mk-0th.awk to allow for generating llib-ltic, etc., though
712 some work is needed on cproto to work with lib_gen.c to update
714 + remove redundant getenv() cal in database-iterator leftover from
715 cleanup in 20120622 changes (report by Sven Joachim).
718 + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
719 + fix caching of environment variables in database-iterator (patch by
720 Philippe Troin, Redhat #831366).
723 + add configure check to distinguish clang from gcc to eliminate
724 warnings about unused command-line parameters when compiler warnings
726 + improve behavior when updating terminfo entries which are hardlinked
727 by allowing for the possibility that an alias has been repurposed to
729 + fix some strict compiler warnings based on package scripts.
730 + further fixes for configure check for working poll (Debian #676461).
733 + fix an uninitialized variable in -c/-n logic for infocmp changes
735 + corrected fix for building c++ binding with clang 3.0 (report/patch
736 by Richard Yao, Gentoo #417613, cf: 20110409)
737 + correct configure check for working poll, fixing the case where stdin
738 is redirected, e.g., in rpm/dpkg builds (Debian #676461).
739 + add rpm- and dpkg-scripts, to test those build-environments.
740 The resulting packages are used only for testing.
743 + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
744 + add kdch1, etc., to qvt108 -TD
745 + add dl1/il1 to some entries based on dl/il values -TD
746 + add dl to simpleterm -TD
747 + add consistency-checks in tic for insert-line vs delete-line
748 controls, and insert/delete-char keys
749 + correct no-leaks logic in infocmp when doing comparisons, fixing
750 duplicate free of entries given via the command-line, and freeing
751 entries loaded from the last-but-one of files specified on the
753 + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
754 analysis by Martin Husemann).
755 + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
756 Onno van der Linden).
759 + extend -c and -n options of infocmp to allow comparing more than two
761 + correct check in infocmp for number of terminal names when more than
763 + correct typo in curs_threads.3x (report by Yanhui Shen on
764 freebsd-hackers mailing list).
767 + corrected 'op' for bterm (report by Samuel Thibault) -TD
768 + modify test/background.c to demonstrate a background character
769 holding a colored ACS_HLINE. The behavior differs from SVr4 due to
770 the thick- and double-line extension (cf: 20091003).
771 + modify handling of acs characters in PutAttrChar to avoid mapping an
772 unmapped character to a space with A_ALTCHARSET set.
773 + rewrite vt520 entry based on vt420 -TD
776 + remove p6 (bold) from opus3n1+ for consistency -TD
777 + remove acs stuff from env230 per clues in Ingres termcap -TD
778 + modify env230 sgr/sgr0 to match other capabilities -TD
779 + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
780 + make sgr for dku7202 agree with other caps -TD
781 + make sgr for ibmpc agree with other caps -TD
782 + make sgr for tek4107 agree with other caps -TD
783 + make sgr for ndr9500 agree with other caps -TD
784 + make sgr for sco-ansi agree with other caps -TD
785 + make sgr for d410 agree with other caps -TD
786 + make sgr for d210 agree with other caps -TD
787 + make sgr for d470c, d470c-7b agree with other caps -TD
788 + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
789 + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
790 configured with --enable-termcap and --disable-getcap.
793 + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
794 + add eslok flag to dec+sl -TD
795 + dec+sl applies to vt320 and up -TD
796 + drop wsl width from xterm+sl -TD
797 + reuse xterm+sl in putty and nsca-m -TD
798 + add ansi+tabs to vt520 -TD
799 + add ansi+enq to vt220-vt520 -TD
800 + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
801 + added paragraph in keyname manpage telling how extended capabilities
802 are interpreted as key definitions.
803 + modify tic's check of conflicting key definitions to include extended
804 capability strings in addition to the existing check on predefined
808 + improve cleanup of temporary files in tic using atexit().
809 + add msgr to vt420, similar DEC vtXXX entries -TD
810 + add several missing vt420 capabilities from vt220 -TD
811 + factor out ansi+pp from several entries -TD
812 + change xterm+sl and xterm+sl-twm to include only the status-line
813 capabilities and not "use=xterm", making them more generally useful
814 as building-blocks -TD
815 + add dec+sl building block, as example -TD
818 + add XT to some terminfo entries to improve usefulness for other
819 applications than screen, which would like to pretend that xterm's
820 title is a status-line. -TD
821 + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
822 of ordering and overrides -TD
823 + add consistency check in tic for screen's "XT" capability.
824 + add section in terminfo.src summarizing the user-defined capabilities
825 used in that file -TD
828 + fix an inconsistency between tic/infocmp "-x" option; tic omits all
829 non-standard capabilities, while infocmp was ignoring only the user
830 definable capabilities.
831 + improve special case in tic parsing of description to allow it to be
832 followed by terminfo capabilities. Previously the description had to
833 be the last field on an input line to allow tic to distinguish
834 between termcap and terminfo format while still allowing commas to be
835 embedded in the description.
836 + correct variable name in gen_edit.sh which broke configurability of
837 the --with-xterm-kbs option.
838 + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
839 + further amend 20110910 change, providing for configure-script
840 override of the "linux" terminfo entry to install and changing the
841 default for that to "linux2.2" (Debian #665959).
844 + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
845 + correct order of use-clauses in st-256color -TD
846 + modify configure script to look for gnatgcc if the Ada95 binding
847 is built, in preference to the default gcc/cc (suggested by
849 + modify configure script to ensure that the same -On option used for
850 the C compiler in CFLAGS is used for ADAFLAGS rather than simply
851 using "-O3" (suggested by Nicolas Boulenguez)
854 + amend an old fix so that next_char() exits properly for empty files,
855 e.g., from reading /dev/null (cf: 20080804).
856 + modify tic so that it can read from the standard input, or from
857 a character device. Because tic uses seek's, this requires writing
858 the data to a temporary file first (prompted by remark by Sven
859 Joachim) (cf: 20000923).
862 + correct a check made in lib_napms.c, so that terminfo applications
863 can again use napms() (cf: 20110604).
864 + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
866 + correct scripting for --disable-echo option in test/configure.
867 + amend check for missing c++ compiler to work when no error is
868 reported, and no variables set (cf: 20021206).
869 + add/use configure macro CF_DISABLE_ECHO.
872 + fix some strict compiler warnings for abi6 and 64-bits.
873 + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
874 + improve a limit-check in infocmp.c (Werner Fink):
877 + minor tidying of terminfo.tail, clarify reason for limitation
878 regarding mapping of \0 to \200
879 + minor improvement to _nc_copy_termtype(), using memcpy to replace
881 + fix no-leaks checking in test/demo_termcap.c to account for multiple
882 calls to setupterm().
883 + modified the libgpm change to show previous load as a problem in the
885 > merge some patches from OpenSUSE rpm (Werner Fink):
886 + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
887 + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
889 + ncurses-5.6-fallback.dif, do not free arrays and strings from static
893 + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
896 + modify configure script to allow creating dll's for MinGW when
898 + add --enable-string-hacks option to control whether strlcat and
899 strlcpy may be used. The same issue applies to OpenBSD's warnings
900 about snprintf, noting that this function is weakly standardized.
901 + add configure checks for strlcat, strlcpy and snprintf, to help
902 reduce bogus warnings with OpenBSD builds.
903 + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
905 + update config.guess, config.sub
908 + correct CF_ETIP_DEFINES configure macro, making it exit properly on
909 the first success (patch by Pierre Labastie).
910 + improve configure macro CF_MKSTEMP by moving existence-check for
911 mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
912 + improve configure macro CF_FUNC_POLL from luit changes to detect
913 broken implementations, e.g., with Mac OS X.
914 + add configure option --with-tparm-arg
915 + build-fix for MinGW cross-compiling, so that make_hash does not
916 depend on TTY definition (cf: 20111008).
919 + make sgr for xterm-pcolor agree with other caps -TD
920 + make sgr for att5425 agree with other caps -TD
921 + make sgr for att630 agree with other caps -TD
922 + make sgr for linux entries agree with other caps -TD
923 + make sgr for tvi9065 agree with other caps -TD
924 + make sgr for ncr260vt200an agree with other caps -TD
925 + make sgr for ncr160vt100pp agree with other caps -TD
926 + make sgr for ncr260vt300an agree with other caps -TD
927 + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
928 + make sgr for cygwin, cygwinDBG agree with other caps -TD
929 + add configure option --with-xterm-kbs to simplify configuration for
930 Linux versus most other systems.
933 + improved tic -D option, avoid making target directory and provide
937 + add mach-gnu (Debian #614316, patch by Samuel Thibault)
938 + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
939 + make sgr for sun-color agree with smso -TD
940 + make sgr for prism9 agree with other caps -TD
941 + make sgr for icl6404 agree with other caps -TD
942 + make sgr for ofcons agree with other caps -TD
943 + make sgr for att5410v1, att4415, att620 agree with other caps -TD
944 + make sgr for aaa-unk, aaa-rv agree with other caps -TD
945 + make sgr for avt-ns agree with other caps -TD
946 + amend fix intended to separate fixups for acsc to allow "tic -cv" to
947 give verbose warnings (cf: 20110730).
948 + modify misc/gen-edit.sh to make the location of the tabset directory
949 consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
950 (Debian #653435, patch by Sven Joachim).
953 + add --with-lib-prefix option to allow configuring for old/new flavors
955 + modify check for gnat version to allow for year, as used in FreeBSD
957 + modify check_existence() in db_iterator.c to simply check if the
958 path is a directory or file, according to the need. Checking for
959 directory size also gives no usable result with OS/2 (cf: 20120107).
960 + support OS/2 kLIBC (patch by KO Myung-Han).
963 + several improvements to test/movewindow.c (prompted by discussion on
965 + modify movement commands to make them continuous
966 + rewrote the test for mvderwin
967 + rewrote the test for recursive mvwin
968 + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
969 + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
971 + regenerated html manpages.
974 + various improvments for MinGW (Juergen Pfeifer):
975 + modify stat() calls to ignore the st_size member
976 + drop mk-dlls.sh script.
977 + change recommended regular expression library.
978 + modify rain.c to allow for threaded configuraton.
979 + modify tset.c to allow for case when size-change logic is not used.
982 + modify toe's report when -a and -s options are combined, to add
983 a column showing which entries belong to a given database.
984 + add -s option to toe, to sort its output.
985 + modify progs/toe.c, simplifying use of db-iterator results to use
986 caching improvements from 20111001 and 20111126.
987 + correct generation of pc-files when ticlib or termlib options are
988 given to rename the corresponding tic- or tinfo-libraries (report
992 + document a portability issue with tput, i.e., that scripts which work
993 with ncurses may fail in other implementations that do no parameter
995 + add putty-sco entry -TD
998 + review/fix places in manpages where --program-prefix configure option
1000 + add -D option to infocmp, to show the database locations that it
1002 + fix build for the special case where term-driver, ticlib and termlib
1003 are all enabled. The terminal driver depends on a few features in
1004 the base ncurses library, so tic's dependencies include both ncurses
1006 + fix build work for term-driver when --enable-wgetch-events option is
1008 + use <stdint.h> types to fix some questionable casts to void*.
1011 + modify configure script to check if thread library provides
1012 pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
1013 + modify configure script to suppress check to define _XOPEN_SOURCE
1014 for IRIX64, since its header files have a conflict versus
1016 + modify configure script to add ".pc" files for tic- and
1017 tinfo-libraries, which were omitted in recent change (cf: 20111126).
1018 + fix inconsistent checks on $PKG_CONFIG variable in configure script.
1021 + modify configure-check for etip.h dependencies, supplying a temporary
1022 copy of ncurses_dll.h since it is a generated file (prompted by
1024 + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
1027 + correct database iterator's check for duplicate entries
1029 + modify database iterator to ignore $TERMCAP when it is not an
1031 + add -D option to tic, to show the database locations that it could
1033 + improve description of database locations in tic manpage.
1034 + modify the configure script to generate a list of the ".pc" files to
1035 generate, rather than deriving the list from the libraries which have
1036 been built (patch by Mike Frysinger).
1037 + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
1038 ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
1039 from patch by Mike Frysinger).
1042 + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
1043 from curses.priv.h, fixing a regression with IRIX64 and Tru64
1045 + modify _nc_tic_dir() to ensure that its return-value is nonnull,
1046 i.e., the database iterator was not initialized. This case is needed
1047 to when tic is translating to termcap, rather than loading the
1048 database (cf: 20111001).
1051 + add pccon entries for OpenBSD console (Alexei Malinin).
1052 + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
1053 600 to work around inconsistent ifdef'ing of wcstof between C and
1055 + modify capconvert script to accept more than exact match on "xterm",
1056 e.g., the "xterm-*" variants, to exclude from the conversion (patch
1058 + add -lc_r as alternative for -lpthread, allows build of threaded code
1059 in older FreeBSD machines.
1060 + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
1061 _POSIX_SOURCE are defined.
1062 + fix a typo misc/Makefile.in, used in uninstalling pc-files.
1065 + modify make_db_path() to allow creating "terminfo.db" in the same
1066 directory as an existing "terminfo" directory. This fixes a case
1067 where switching between hashed/filesystem databases would cause the
1068 new hashed database to be installed in the next best location -
1069 root's home directory.
1070 + add variable cf_cv_prog_gnat_correct to those passed to
1071 config.status, fixing a problem with Ada95 builds (cf: 20111022).
1072 + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
1073 accommodate broken implementations for _XPG6.
1074 + eliminate usage of NULL symbol from etip.h, to reduce header
1076 + add configure check to decide when to add _XOPEN_SOURCE define to
1077 compiler options, i.e., for Solaris 10 and later (cf: 20100403).
1078 This is a workaround for gcc 4.6, which fails to build the c++
1079 binding if that symbol is defined by the application, due to
1080 incorrectly combining the corresponding feature test macros
1081 (report by Peter Kruse).
1084 + correct logic for discarding mouse events, retaining the partial
1085 events used to build up click, double-click, etc, until needed
1087 + fix configure script to avoid creating unused Ada95 makefile when
1089 + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
1090 internal functions of libncurses. The external interface of courses
1091 uses bool, which still produces these warnings.
1094 + improve description of --disable-tic-depends option to make it
1095 clear that it may be useful whether or not the --with-termlib
1096 option is also given (report by Sven Joachim).
1097 + amend termcap equivalent for set_pglen_inch to use the X/Open
1098 "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
1099 + improve manpage for tgetent differences from termcap library.
1102 + moved static data from db_iterator.c to lib_data.c
1103 + modify db_iterator.c for memory-leak checking, fix one leak.
1104 + modify misc/gen-pkgconfig.in to use Requires.private for the parts
1105 of ncurses rather than Requires, as well as Libs.private for the
1106 other library dependencies (prompted by Debian #644728).
1109 + modify tic "-K" option to only set the strict-flag rather than force
1110 source-output. That allows the same flag to control the parser for
1111 input and output of termcap source.
1112 + modify _nc_getent() to ignore backslash at the end of a comment line,
1113 making it consistent with ncurses' parser.
1114 + restore a special-case check for directory needed to make termcap
1115 text files load as if they were databases (cf: 20110924).
1116 + modify tic's resolution/collision checking to attempt to remove the
1117 conflicting alias from the second entry in the pair, which is
1118 normally following in the source file. Also improved the warning
1119 message to make it simpler to see which alias is the problem.
1120 + improve performance of the database iterator by caching search-list.
1123 + add a missing "else" in changes to _nc_read_tic_entry().
1126 + modify _nc_read_tic_entry() so that hashed-database is checked before
1128 + updated CF_CURSES_LIBS check in test/configure script.
1129 + modify configure script and makefiles to split TIC_ARGS and
1130 TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
1131 to help separate searches for tic- and tinfo-libraries (patch by Nick
1133 + build-fix for lib_mouse.c changes (cf: 20110917).
1136 + fix compiler warning for clang 2.9
1137 + improve merging of mouse events (integrated patch by Damien
1139 + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
1140 (patch by Damien Guibouret).
1143 + modify misc/gen_edit.sh to select a "linux" entry which works with
1144 the current kernel rather than assuming it is always "linux3.0"
1146 + revert a change to getmouse() which had the undesirable side-effect
1147 of suppressing button-release events (report by Damien Guibouret,
1149 + add xterm+kbs fragment from xterm #272 -TD
1150 + add configure option --with-pkg-config-libdir to provide control over
1151 the actual directory into which pc-files are installed, do not use
1152 the pkg-config environment variables (discussion with Frederic L W
1154 + add link to mailing-list archive in announce.html.in, as done in
1155 FAQ (prompted by question by Andrius Bentkus).
1156 + improve manpage install by adjusting the "#include" examples to
1157 show the ncurses-subdirectory used when --disable-overwrite option
1159 + install an alias for "curses" to the ncurses manpage, tied to the
1160 --with-curses-h configure option (suggested by Reuben Thomas).
1163 + propagate error-returns from wresize, i.e., the internal
1164 increase_size and decrease_size functions through resize_term (report
1165 by Tim van der Molen, cf: 20020713).
1166 + fix typo in tset manpage (patch by Sven Joachim).
1169 + add a check to ensure that termcap files which might have "^?" do
1170 not use the terminfo interpretation as "\177".
1171 + minor cleanup of X-terminal emulator section of terminfo.src -TD
1172 + add terminator entry -TD
1173 + add simpleterm entry -TD
1174 + improve wattr_get macros by ensuring that if the window pointer is
1175 null, then the attribute and color values returned will be zero
1179 + add substitution for $RPATH_LIST to misc/ncurses-config.in
1180 + improve performance of tic with hashed-database by caching the
1181 database connection, using atexit() to cleanup.
1182 + modify treatment of 2-character aliases at the beginning of termcap
1183 entries so they are not counted in use-resolution, since these are
1184 guaranteed to be unique. Also ignore these aliases when reporting
1185 the primary name of the entry (cf: 20040501)
1186 + double-check gn (generic) flag in terminal descriptions to
1187 accommodate old/buggy termcap databases which misused that feature.
1188 + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
1192 + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
1193 variable is defined in the makefiles which use it.
1194 + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
1195 + build-fixes for NetBSD 5.1 with termcap support enabled.
1196 + corrected k9 in dg460-ansi, add other features based on manuals -TD
1197 + improve trimming of whitespace at the end of terminfo/termcap output
1199 + when writing termcap source, ensure that colons in the description
1200 field are translated to a non-delimiter, i.e., "=".
1201 + add "-0" option to tic/infocmp, to make the termcap/terminfo source
1203 + add a null-pointer check when handling the $CC variable.
1206 + modify configure script and makefiles in c++ and progs to allow the
1207 directory used for rpath option to be overridden, e.g., to work
1208 around updates to the variables used by tic during an install.
1209 + add -K option to tic/infocmp, to provide stricter BSD-compatibility
1211 + add _nc_strict_bsd variable in tic library which controls the
1212 "strict" BSD termcap compatibility from 20110723, plus these
1214 + allow escapes such as "\8" and "\9" when reading termcap
1215 + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
1216 termcap files, passing through "a", "e", etc.
1217 + expand "\:" as "\072" on output.
1218 + modify _nc_get_token() to reset the token's string value in case
1219 there is a string-typed token lacking the "=" marker.
1220 + fix a few memory leaks in _nc_tgetent.
1221 + fix a few places where reading from a termcap file could refer to
1223 + add an overflow check when converting terminfo/termcap numeric
1224 values, since terminfo stores those in a short, and they must be
1226 + correct internal variables used for translating to termcap "%>"
1227 feature, and translating from termcap %B to terminfo, needed by
1228 tctest (cf: 19991211).
1229 + amend a minor fix to acsc when loading a termcap file to separate it
1230 from warnings needed for tic (cf: 20040710)
1231 + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
1232 a termcap file to be handled via TERMINFO_DIRS.
1233 + modify _nc_infotocap() to include non-mandatory padding when
1234 translating to termcap.
1235 + modify _nc_read_termcap_entry(), passing a flag in the case where
1236 getcap is used, to reduce interactive warning messages.
1239 + add a check in start_color() to limit color-pairs to 256 when
1240 extended colors are not supported (patch by David Benjamin).
1241 + modify setcchar to omit no-longer-needed OR'ing of color pair in
1242 the SetAttr() macro (patch by David Benjamin).
1243 + add kich1 to sun terminfo entry (Yuri Pankov)
1244 + use bold rather than reverse for smso in sun-color terminfo entry
1246 + improve generation of termcap using tic/infocmp -C option, e.g.,
1247 to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
1248 regarding Schilling's test program):
1249 + translate %02 and %03 to %2 and %3 respectively.
1250 + suppress string capabilities which use %s, not supported by tgoto
1251 + use \040 rather than \s
1252 + expand null characters as \200 rather than \0
1253 + modify configure script to support shared libraries for DragonFlyBSD.
1256 + replace an assert() in _nc_Free_Argument() with a regular null
1257 pointer check (report/analysis by Franjo Ivancic).
1258 + modify configure --enable-pc-files option to take into account the
1259 PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
1260 + add/use xterm+tmux chunk from xterm #271 -TD
1261 + resync xterm-new entry from xterm #271 -TD
1262 + add E3 extended capability to linux-basic (Miroslav Lichvar)
1263 + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
1264 + add SI/SO change to linux2.6 entry (Debian #515609) -TD
1265 + fix inconsistent tabset path in pcmw (Todd C. Miller).
1266 + remove a backslash which continued comment, obscuring altos3
1267 definition with OpenBSD toolset (Nicholas Marriott).
1270 + add workaround from xterm #271 changes to ensure that compiler flags
1271 are not used in the $CC variable.
1272 + improve support for shared libraries, tested with AIX 5.3, 6.1 and
1273 7.1 with both gcc 4.2.4 and cc.
1274 + modify configure checks for AIX to include release 7.x
1275 + add loader flags/libraries to libtool options so that dynamic loading
1276 works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
1277 at gentoo prefix repository (patch by Michael Haubenwallner).
1280 + move include of nc_termios.h out of term_entry.h, since the latter
1281 is installed, e.g., for tack while the former is not (report by
1285 + improve cleanup() function in lib_tstp.c, using _exit() rather than
1286 exit() and checking for SIGTERM rather than SIGQUIT (prompted by
1287 comments forwarded by Nicholas Marriott).
1288 + reduce name pollution from term.h, moving fallback #define's for
1289 tcgetattr(), etc., to new private header nc_termios.h (report by
1291 + two minor fixes for tracing (patch by Vassili Courzakis).
1292 + improve trace initialization by starting it in use_env() and
1294 + review old email, add details for some changelog entries.
1297 + update minix entry to minix 3.2 (Thomas Cort).
1298 + fix a strict compiler warning in change to wattr_get (cf: 20110528).
1301 + fixes for MirBSD port:
1302 + set default prefix to /usr.
1303 + add support for shared libraries in configure script.
1304 + use S_ISREG and S_ISDIR consistently, with fallback definitions.
1305 + add a few more checks based on ncurses/link_test.
1306 + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
1309 + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
1310 + used ncurses/link_test to check for behavior when the terminal has
1311 not been initialized and when an application passes null pointers
1312 to the library. Added checks to cover this (prompted by Redhat
1314 + modify MKlib_gen.sh to make its main() function call each function
1315 with zero parameters, to help find inconsistent checking for null
1319 + fix warnings from clang 2.7 "--analyze"
1322 + compiler-warning fixes in panel and progs.
1323 + modify CF_PKG_CONFIG macro, from changes to tin -TD
1324 + modify CF_CURSES_FUNCS configure macro, used in test directory
1326 + work around (non-optimizer) bug in gcc 4.2.1 which caused
1327 test-expression to be omitted from executable.
1328 + force the linker to see a link-time expression of a symbol, to
1329 help work around weak-symbol issues.
1332 + update discussion of MKfallback.sh script in INSTALL; normally the
1333 script is used automatically via the configured makefiles. However
1334 there are still occasions when it might be used directly by packagers
1335 (report by Gunter Schaffler).
1336 + modify misc/ncurses-config.in to omit the "-L" option from the
1337 "--libs" output if the library directory is /usr/lib.
1338 + change order of tests for curses.h versus ncurses.h headers in the
1339 configure scripts for Ada95 and test-directories, to look for
1340 ncurses.h, from fixes to tin -TD
1341 + modify ncurses/tinfo/access.c to account for Tandem's root uid
1342 (report by Joachim Schmitz).
1345 + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
1346 is not used when building a static library (report by Nicolas
1348 + Ada95 build-fix for big-endian architectures such as sparc. This
1349 undoes one of the fixes from 20110319, which added an "Unused" member
1350 to representation clauses, replacing that with pragmas to suppress
1351 warnings about unused bits (patch by Nicolas Boulenguez):
1354 + add check in test/configure for use_window, use_screen.
1355 + add configure-checks for getopt's variables, which may be declared
1356 as different types on some Unix systems.
1357 + add check in test/configure for some legacy curses types of the
1358 function pointer passed to tputs().
1359 + modify init_pair() to accept -1's for color value after
1360 assume_default_colors() has been called (Debian #337095).
1361 + modify test/background.c, adding commmand-line options to demonstrate
1362 assume_default_colors() and use_default_colors().
1365 + modify configure script/source-code to only define _POSIX_SOURCE if
1366 the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
1367 and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
1368 + update config.guess, config.sub
1371 + fixes to build c++ binding with clang 3.0 (patch by Alexander
1373 + add check for unctrl.h in test/configure, to work around breakage in
1374 some ncurses packages.
1375 + add "--disable-widec" option to test/configure script.
1376 + add "--with-curses-colr" and "--with-curses-5lib" options to the
1377 test/configure script to address testing with very old machines.
1379 20110404 5.9 release for upload to ftp.gnu.org
1382 + various build-fixes for the rpm/dpkg scripts.
1383 + add "--enable-rpath-link" option to Ada95/configure, to allow
1384 packages to suppress the rpath feature which is normally used for
1385 the in-tree build of sample programs.
1386 + corrected definition of libdir variable in Ada95/src/Makefile.in,
1387 needed for rpm script.
1388 + add "--with-shared" option to Ada95/configure script, to allow
1389 making the C-language parts of the binding use appropriate compiler
1390 options if building a shared library with gnat.
1393 > portability fixes for Ada95 binding:
1394 + add configure check to ensure that SIGINT works with gnat. This is
1395 needed for the "rain" sample program. If SIGINT does not work, omit
1396 that sample program.
1397 + correct typo in check of $PKG_CONFIG variable in Ada95/configure
1398 + add ncurses_compat.c, to supply functions used in the Ada95 binding
1399 which were added in 5.7 and later.
1400 + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
1404 + add special check in Ada95/configure script for ncurses6 reentrant
1406 + regen Ada html documentation.
1407 + build-fix for Ada shared libraries versus the varargs workaround.
1408 + add rpm and dpkg scripts for Ada95 and test directories, for test
1410 + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
1412 + add configure check to determine if gnat's project feature supports
1413 libraries, i.e., collections of .ali files.
1414 + make all dereferences in Ada95 samples explicit.
1415 + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
1416 + add configure check for, ifdef's for math.h which is in a separate
1417 package on Solaris and potentially not installed (report by Petr
1419 > fixes for Ada95 binding (Nicolas Boulenguez):
1420 + improve type-checking in Ada95 by eliminating a few warning-suppress
1422 + suppress unreferenced warnings.
1423 + make all dereferences in binding explicit.
1426 + regen Ada html documentation.
1427 + change order of -I options from ncurses*-config script when the
1428 --disable-overwrite option was used, so that the subdirectory include
1430 + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
1431 + modify configure script to provide value for HTML_DIR in
1432 Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
1433 distributed separately (report by Nicolas Boulenguez).
1434 + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
1435 CFLAGS for the build has these options.
1436 + amend change from 20070324, to not add 1 to the result of getmaxx
1437 and getmaxy in the Ada binding (report by Nicolas Boulenguez for
1438 thread in comp.lang.ada).
1439 + build-fix Ada95/samples for gnat 4.5
1440 + spelling fixes for Ada95/samples/explain.txt
1441 > fixes for Ada95 binding (Nicolas Boulenguez):
1442 + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
1443 + add workaround for binding to set_field_type(), which uses varargs.
1444 The original binding from 990220 relied on the prevalent
1445 implementation of varargs which did not support or need va_copy().
1446 + add dependency on gen/Makefile.in needed for *-panels.ads
1447 + add Library_Options to library.gpr
1448 + add Languages to library.gpr, for gprbuild
1451 + revert changes to limit-checks from 20110122 (Debian #616711).
1452 > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
1453 + corrected a minor sign error in a field of Low_Level_Field_Type, to
1455 + replaced C_Int by Curses_Bool as return type for some callbacks, see
1457 + modify samples/sample-explain.adb to provide explicit message when
1458 explain.txt is not found.
1461 + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
1462 + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
1463 for compiler warnings (report by Nicolas Boulenguez).
1464 + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
1465 needed to compile when chtype is 64-bits using gnat 4.4.5
1467 20110226 5.8 release for upload to ftp.gnu.org
1470 + update release notes, for 5.8.
1471 + regenerated html manpages.
1472 + change open() in _nc_read_file_entry() to fopen() for consistency
1474 + modify misc/run_tic.in to create parent directory, in case this is
1475 a new install of hashed database.
1476 + fix typo in Ada95/mk-1st.awk which causes error with original awk.
1479 + configure script rpath fixes from xterm #269.
1480 + workaround for cygwin's non-functional features.h, to force ncurses'
1481 configure script to define _XOPEN_SOURCE_EXTENDED when building
1482 wide-character configuration.
1483 + build-fix in run_tic.sh for OS/2 EMX install
1484 + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
1487 + regenerated html manpages.
1488 + use _tracef() in show_where() function of tic, to work correctly with
1489 special case of trace configuration.
1492 + add xterm-utf8 entry as a demo of the U8 feature -TD
1493 + add U8 feature to denote entries for terminal emulators which do not
1494 support VT100 SI/SO when processing UTF-8 encoding -TD
1495 + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
1496 extended terminfo capability U8 (prompted by mailing list
1500 + start documenting interface changes for upcoming 5.8 release.
1501 + correct limit-checks in derwin().
1502 + correct limit-checks in newwin(), to ensure that windows have nonzero
1503 size (report by Garrett Cooper).
1504 + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
1506 + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
1507 by discussion with Kevin Martin).
1510 + modify Ada95/configure script to make the --with-curses-dir option
1511 work without requiring the --with-ncurses option.
1512 + modify test programs to allow them to be built with NetBSD curses.
1513 + document thick- and double-line symbols in curs_add_wch.3x manpage.
1514 + document WACS_xxx constants in curs_add_wch.3x manpage.
1515 + fix some warnings for clang 2.6 "--analyze"
1516 + modify Ada95 makefiles to make html-documentation with the project
1517 file configuration if that is used.
1518 + update config.guess, config.sub
1521 + regenerated html manpages.
1522 + minor fixes to enable lint when trace is not enabled, e.g., with
1524 + fix typo in man/default_colors.3x (patch by Tim van der Molen).
1525 + update ncurses/llib-lncurses*
1528 + fix remaining strict compiler warnings in ncurses library ABI=5,
1529 except those dealing with function pointers, etc.
1532 + modify nc_tparm.h, adding guards against repeated inclusion, and
1533 allowing TPARM_ARG to be overridden.
1534 + fix some strict compiler warnings in ncurses library.
1537 + suppress ncv in screen entry, allowing underline (patch by Alejandro
1539 + also suppress ncv in konsole-base -TD
1540 + fixes in wins_nwstr() and related functions to ensure that special
1541 characters, i.e., control characters are handled properly with the
1542 wide-character configuration.
1543 + correct a comparison in wins_nwstr() (Redhat #661506).
1544 + correct help-messages in some of the test-programs, which still
1545 referred to quitting with 'q'.
1548 + add special case to _nc_infotocap() to recognize the setaf/setab
1549 strings from xterm+256color and xterm+88color, and provide a reduced
1550 version which works with termcap.
1551 + remove obsolete emacs "Local Variables" section from documentation
1552 (request by Sven Joachim).
1553 + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
1554 (report by Sven Joachim).
1557 + modify test/configure and test/Makefile.in to handle this special
1558 case of building within a build-tree (Debian #34182):
1559 mkdir -p build && cd build && ../test/configure && make
1562 + miscellaneous build-fixes for Ada95 and test-directories when built
1564 + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
1565 + fix typo in rmso for tek4106 entry -Goran Weinholt
1568 + improve checks in test/configure for X libraries, from xterm #267
1570 + modify test/configure to allow it to use the build-tree's libraries
1571 e.g., when using that to configure the test-programs without the
1572 rpath feature (request by Sven Joachim).
1573 + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
1574 for compatibility, but generally deprecating those since the VTE
1575 library is what actually defines the behavior of "gnome", etc.,
1579 + compiler warning fixes for test programs.
1580 + various build-fixes for test-programs with pdcurses.
1581 + updated configure checks for X packages in test/configure from xterm
1583 + add configure check to gnatmake, to accommodate cygwin.
1586 + correct list of sub-directories needed in Ada95 tree for building as
1588 + modify scripts in test-directory to improve builds as a separate
1592 + correct parsing of relative tab-stops in tabs program (report by
1594 + adjust configure script so that "t" is not added to library suffix
1595 when weak-symbols are used, allowing the pthread configuration to
1596 more closely match the non-thread naming (report by Werner Fink).
1597 + modify configure check for tic program, used for fallbacks, to a
1598 warning if not found. This makes it simpler to use additonal
1599 scripts to bootstrap the fallbacks code using tic from the build
1600 tree (report by Werner Fink).
1601 + fix several places in configure script using ${variable-value} form.
1602 + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
1603 which do not support selectively linking against static libraries
1604 (report by John P. Hartmann)
1605 + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
1608 + correct comparison used for setting 16-colors in linux-16color
1609 entry (Novell #644831) -TD
1610 + improve linux-16color entry, using "dim" for color-8 which makes it
1611 gray rather than black like color-0 -TD
1612 + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
1613 external package "cindent".
1616 + improve linkages in html manpages, adding references to the newer
1617 pages, e.g., *_variables, curs_sp_funcs, curs_threads.
1618 + add checks in tic for inconsistent cursor-movement controls, and for
1619 inconsistent printer-controls.
1620 + fill in no-parameter forms of cursor-movement where a parameterized
1621 form is available -TD
1622 + fill in missing cursor controls where the form of the controls is
1624 + fix inconsistent punctuation in form_variables manpage (patch by
1626 + add parameterized cursor-controls to linux-basic (report by Dae) -TD
1627 > patch by Juergen Pfeifer:
1628 + document how to build 32-bit libraries in README.MinGW
1629 + fixes to filename computation in mk-dlls.sh.in
1630 + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
1632 + add a check in mk-dlls.sh.in to obtain the size of a pointer to
1633 distinguish between 32-bit and 64-bit hosts. The result is stored
1637 + add "XT" capability to entries for terminals that support both
1638 xterm-style mouse- and title-controls, for "screen" which
1639 special-cases TERM beginning with "xterm" or "rxvt" -TD
1640 > patch by Juergen Pfeifer:
1641 + use 64-Bit MinGW toolchain (recommended package from TDM, see
1643 + support pthreads when using the TDM MinGW toolchain
1646 + regenerated html manpages.
1647 + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
1648 + add manpage for sp-funcs.
1649 + add sp-funcs to test/listused.sh, for documentation aids.
1652 + add manpages for summarizing public variables of curses-, terminfo-
1654 + minor fixes to manpages for consistency (patch by Jason McIntyre).
1655 + modify tic's -I/-C dump to reformat acsc strings into canonical form
1656 (sorted, unique mapping) (cf: 971004).
1657 + add configure check for pthread_kill(), needed for some old
1661 + add configure option --without-tests, to suppress building test
1662 programs (request by Frederic L W Meunier).
1665 + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
1666 + add check in terminfo source-reader to provide more informative
1667 message when someone attempts to run tic on a compiled terminal
1668 description (prompted by Debian #593920).
1669 + note in infotocap and captoinfo manpages that they read terminal
1670 descriptions from text-files (Debian #593920).
1671 + improve acsc string for vt52, show arrow keys (patch by Benjamin
1675 + document in manpages that "mv" functions first use wmove() to check
1676 the window pointer and whether the position lies within the window
1677 (suggested by Poul-Henning Kamp).
1678 + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
1679 by Tim van der Molen).
1680 + modify configure script to transform library names for tic- and
1681 tinfo-libraries so that those build properly with Mac OS X shared
1682 library configuration.
1683 + modify configure script to ensure that it removes conftest.dSYM
1684 directory leftover on checks with Mac OS X.
1685 + modify configure script to cleanup after check for symbolic links.
1688 + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
1690 + improve configure checks for location of tic and infocmp programs
1691 used for installing database and for generating fallback data,
1692 e.g., for cross-compiling.
1693 + add Markus Kuhn's wcwidth function for compiling MinGW
1694 + add special case to CF_REGEX for cross-compiling to MinGW target.
1697 + modify initialization check for win32con driver to eliminate need for
1698 special case for TERM "unknown", using terminal database if available
1699 (prompted by discussion with Roumen Petrov).
1700 + for MinGW port, ensure that terminal driver is setup if tgetent()
1701 is called (patch by Roumen Petrov).
1702 + document tabs "-0" and "-8" options in manpage.
1703 + fix Debian "lintian" issues with manpages reported in
1704 http://lintian.debian.org/full/csmall@debian.org.html#ncurses
1707 + add a check in tic for missing set_tab if clear_all_tabs given.
1708 + improve use of symbolic links in makefiles by using "-f" option if
1709 it is supported, to eliminate temporary removal of the target
1710 (prompted by http://www.t2-project.org/packages/ncurses.html)
1711 + minor improvement to test/ncurses.c, reset color pairs in 'd' test
1712 after exit from 'm' main-menu command.
1713 + improved ncu-indent, from mawk changes, allows more than one of
1714 GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
1717 + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
1718 the alternate character set (patch by Nicholas Marriott)
1719 + remove tar-copy.sh and related configure/Makefile chunks, since the
1720 Ada95 binding is now installed using rules in Ada95/src.
1723 + continue integrating changes to use gnatmake project files in Ada95
1724 + add/use configure check to turn on project rules for Ada95/src.
1725 + revert the vfork change from 20100130, since it does not work.
1728 + continue integrating changes to use gnatmake project files in Ada95
1729 + old gnatmake (3.15) does not produce libraries using project-file;
1730 work around by adding script to generate alternate makefile.
1733 + continue integrating changes to use gnatmake project files in Ada95
1734 + add configure --with-ada-sharedlib option, for the test_make rule.
1735 + move Ada95-related logic into aclocal.m4, since additional checks
1736 will be needed to distinguish old/new implementations of gnat.
1739 + start integrating changes to use gnatmake project files in Ada95 tree
1740 + add test_make / test_clean / test_install rules in Ada95/src
1741 + change install-path for adainclude directory to /usr/share/ada (was
1743 + update Ada95/configure.
1744 + add mlterm+256color entry, for mlterm 3.0.0 -TD
1745 + modify test/configure to use macros to ensure consistent order
1746 of updating LIBS variable.
1749 + change search order of options for Solaris in CF_SHARED_OPTS, to
1750 work with 64-bit compiles.
1751 + correct quoting of assignment in CF_SHARED_OPTS case for aix
1755 + regenerated html documentation.
1756 + modify test/configure to support pkg-config for checking X libraries
1758 + add/use configure macro CF_ADD_LIB to force consistency of
1759 assignments to $LIBS, etc.
1760 + fix configure script for combining --with-pthread
1761 and --enable-weak-symbols options.
1764 + correct cross-compiling configure check for CF_MKSTEMP macro, by
1765 adding a check cache variable set by AC_CHECK_FUNC (report by
1767 + simplify include-dependencies of make_hash and make_keys, to reduce
1768 the need for setting BUILD_CPPFLAGS in cross-compiling when the
1769 build- and target-machines differ.
1770 + repair broken-linker configuration by restoring a definition of SP
1771 variable to curses.priv.h, and adjusting for cases where sp-funcs
1773 + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
1774 variable to override (prompted by report by Pablo Cazallas).
1777 + add configure option --enable-pthreads-eintr to control whether the
1778 new EINTR feature is enabled.
1779 + modify logic in pthread configuration to allow EINTR to interrupt
1780 a read operation in wgetch() (Novell #540571, patch by Werner Fink).
1781 + drop mkdirs.sh, use "mkdir -p".
1782 + add configure option --disable-libtool-version, to use the
1783 "-version-number" feature which was added in libtool 1.5 (report by
1784 Peter Haering). The default value for the option uses the newer
1785 feature, which makes libraries generated using libtool compatible
1786 with the standard builds of ncurses.
1787 + updated test/configure to match configure script macros.
1788 + fixes for configure script from lynx changes:
1789 + improve CF_FIND_LINKAGE logic for the case where a function is
1790 found in predefined libraries.
1791 + revert part of change to CF_HEADER (cf: 20100424)
1794 + correct limit-check in wredrawln, accounting for begy/begx values
1795 (patch by David Benjamin).
1796 + fix most compiler warnings from clang.
1797 + amend build-fix for OpenSolaris, to ensure that a system header is
1798 included in curses.h before testing feature symbols, since they
1799 may be defined by that route.
1802 + fix some strict compiler warnings in ncurses library.
1803 + modify configure macro CF_HEADER_PATH to not look for variations in
1804 the predefined include directories.
1805 + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
1806 with gcc 4.x's c89 alias, which gives warning messages for cases
1807 where older versions would produce an error.
1810 + modify _nc_capcmp() to work with cancelled strings.
1811 + correct translation of "^" in _nc_infotocap(), used to transform
1812 terminfo to termcap strings
1813 + add configure --disable-rpath-hack, to allow disabling the feature
1814 which adds rpath options for libraries in unusual places.
1815 + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
1816 directory was already added.
1817 + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
1818 directories (which will be ignored).
1821 + improve win_driver.c handling of mouse:
1822 + discard motion events
1823 + avoid calling _nc_timed_wait when there is a mouse event
1824 + handle 4th and "rightmost" buttons.
1825 + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
1826 cases where there are embedded blanks in the rpath option.
1829 + add configure check for exctags vs ctags, to work around pkgsrc.
1830 + simplify logic in _nc_get_screensize() to make it easier to see how
1831 environment variables may override system- and terminfo-values
1832 (prompted by discussion with Igor Bujna).
1833 + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
1834 + improve handling of color-pairs embedded in attributes for the
1835 extended-colors configuration.
1836 + modify MKlib_gen.sh to build link_test with sp-funcs.
1837 + build-fixes for OpenSolaris aka Solaris 11, for wide-character
1838 configuration as well as for rpath feature in *-config scripts.
1841 + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
1843 + improve configure CF_REGEX, similar fixes.
1844 + improve configure CF_FIND_LINKAGE, adding add check between system
1845 (default) and explicit paths, where we can find the entrypoint in the
1847 + add check if Gpm_Open() returns a -2, e.g., for "xterm". This is
1848 normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
1849 Ensure that Gpm_Close() is called in this case.
1852 + rename atari and st52 terminfo entries to atari-old, st52-old, use
1853 newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
1857 + modify install-rule for manpages so that *-config manpages will
1858 install when building with --srcdir (report by Sven Joachim).
1859 + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
1860 option is not the same as --disable-leaks (GenToo #305889).
1861 + modify #define's for build-compiler to suppress cchar_t symbol from
1862 compile of make_hash and make_keys, improving cross-compilation of
1863 ncursesw (report by Bernhard Rosenkraenzer).
1864 + modify CF_MAN_PAGES configure macro to replace all occurrences of
1865 TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
1869 + generate manpages for the *-config scripts, adapted from help2man
1870 (suggested by Sven Joachim).
1871 + use va_copy() in _nc_printf_string() to avoid conflicting use of
1872 va_list value in _nc_printf_length() (report by Wim Lewis).
1875 + add Ada95/configure script, to use in tar-file created by
1877 + fix typo in wresize.3x (patch by Tim van der Molen).
1878 + modify screen-bce.XXX entries to exclude ech, since screen's color
1879 model does not clear with color for that feature -TD
1882 + add make-tar.sh scripts to Ada95 and test subdirectories to help with
1883 making those separately distributable.
1884 + build-fix for static libraries without dlsym (Debian #556378).
1885 + fix a syntax error in man/form_field_opts.3x (patch by Ingo
1889 + add several screen-bce.XXX entries -TD
1892 + update mrxvt terminfo entry -TD
1893 + modify win_driver.c to support mouse single-clicks.
1894 + correct name for termlib in ncurses*-config, e.g., if it is renamed
1895 to provide a single file for ncurses/ncursesw libraries (patch by
1899 + use vfork in test/ditto.c if available (request by Mike Frysinger).
1900 + miscellaneous cleanup of manpages.
1901 + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
1902 + build-fix for --srcdir (patch by Miroslav Lichvar).
1905 + for term-driver configuration, ensure that the driver pointer is
1906 initialized in setupterm so that terminfo/termcap programs work.
1907 + amend fix for Debian #542031 to ensure that wattrset() returns only
1908 OK or ERR, rather than the attribute value (report by Miroslav
1910 + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
1911 _nc_screen_of() compatible between normal/wide libraries again (patch
1912 by Miroslav Lichvar)
1913 + review/fix include-dependencies in modules files (report by Miroslav
1917 + modify win_driver.c to initialize acs_map for win32 console, so
1918 that line-drawing works.
1919 + modify win_driver.c to initialize TERMINAL struct so that programs
1920 such as test/lrtest.c and test/ncurses.c which test string
1921 capabilities can run.
1922 + modify term-driver modules to eliminate forward-reference
1926 + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
1927 consistently to add new -D's while removing duplicates.
1928 + modify a few configure macros to consistently put new options
1929 before older in the list.
1930 + add tiparm(), based on review of X/Open Curses Issue 7.
1931 + minor documentation cleanup.
1932 + update config.guess, config.sub from
1933 http://savannah.gnu.org/projects/config
1934 (caveat - its maintainer put 2010 copyright date on files dated 2009)
1937 + minor improvement to tic's checking of similar SGR's to allow for the
1938 most common case of SGR 0.
1939 + modify getmouse() to act as its documentation implied, returning on
1940 each call the preceding event until none are left. When no more
1941 events remain, it will return ERR.
1944 + change order of lookup in progs/tput.c, looking for terminfo data
1945 first. This fixes a confusion between termcap "sg" and terminfo
1946 "sgr" or "sgr0", originally from 990123 changes, but exposed by
1947 20091114 fixes for hashing. With this change, only "dl" and "ed" are
1948 ambiguous (Mandriva #56272).
1951 + add bterm terminfo entry, based on bogl 0.1.18 -TD
1952 + minor fix to rxvt+pcfkeys terminfo entry -TD
1953 + build-fixes for Ada95 tree for gnat 4.4 "style".
1956 + remove old check in mvderwin() which prevented moving a derived
1957 window whose origin happened to coincide with its parent's origin
1958 (report by Katarina Machalkova).
1959 + improve test/ncurses.c to put mouse droppings in the proper window.
1960 + update minix terminfo entry -TD
1961 + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
1964 + correct transfer of multicolumn characters in multirow
1965 field_buffer(), which stopped at the end of the first row due to
1966 filling of unused entries in a cchar_t array with nulls.
1967 + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
1968 + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
1970 + use strdup() in set_menu_mark(), restore .marklen struct member on
1972 + eliminate clause 3 from the UCB copyrights in read_termcap.c and
1974 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
1975 (patch by Nicholas Marriott).
1976 + replace a malloc in tic.c with strdup, checking for failure (patch by
1978 + update config.guess, config.sub from
1979 http://savannah.gnu.org/projects/config
1982 + correct layout of working window used to extract data in
1983 wide-character configured by set_field_buffer (patch by Rafael
1985 + improve some limit-checks related to filename length in reading and
1986 writing terminfo entries.
1987 + ensure that filename is always filled in when attempting to read
1988 a terminfo entry, so that infocmp can report the filename (patch
1989 by Nicholas Marriott).
1992 + modify mk-1st.awk to allow tinfo library to be built when term-driver
1994 + add error-check to configure script to ensure that sp-funcs is
1995 enabled if term-driver is, since some internal interfaces rely upon
1999 + fix case where progs/tput is used while sp-funcs is configure; this
2000 requires save/restore of out-character function from _nc_prescreen
2001 rather than the SCREEN structure (report by Charles Wilson).
2002 + fix typo in man/curs_trace.3x which caused incorrect symbolic links
2003 + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
2007 + updated man/curs_trace.3x
2008 + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
2009 + change a variable name in lib_newwin.c to make it clearer which
2010 value is being freed on error (patch by Nicholas Marriott).
2013 + improve test/ncurses.c color-cycling test by reusing attribute-
2014 and color-cycling logic from the video-attributes screen.
2015 + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
2016 library which help make it compatible with interop applications
2017 (patch by Juergen Pfeifer).
2018 + add configure option --enable-interop, for integrating changes
2019 for generic/interop support to form-library by Juergen Pfeifer
2022 + modify use of $CC environment variable which is defined by X/Open
2023 as a curses feature, to ignore it if it is not a single character
2024 (prompted by discussion with Benjamin C W Sittler).
2025 + add START_TRACE in slk_init
2026 + fix a regression in _nc_ripoffline which made test/ncurses.c not show
2027 soft-keys, broken in 20090927 merging.
2028 + change initialization of "hidden" flag for soft-keys from true to
2029 false, broken in 20090704 merging (Ubuntu #464274).
2030 + update nsterm entries (patch by Benjamin C W Sittler, prompted by
2031 discussion with Fabian Groffen in GenToo #206201).
2032 + add test/xterm-256color.dat
2035 + quiet some pedantic gcc warnings.
2036 + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
2037 SIGWINCH, and discard that value, to avoid confusing application
2038 (patch by Eygene Ryabinkin, FreeBSD bin/136223).
2041 + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
2042 a possibly colon-separated list (Debian #550716).
2045 + supply a null-terminator to buffer in _nc_viswibuf().
2046 + fix a sign-extension bug in unget_wch() (report by Mike Gran).
2047 + minor fixes to error-returns in default function for tputs, as well
2051 + add WACS_xxx definitions to wide-character configuration for thick-
2052 and double-lines (discussion with Slava Zanko).
2053 + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
2054 + add ccc and initc capabilities to xterm-16color -TD
2055 > patch by Benjamin C W Sittler:
2057 + correct initc capability of linux-c-nc end-of-range
2058 + similar change for dg+ccc and dgunix+ccc
2061 + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
2062 that module since 20090711 is in libtinfo.
2063 + add configure option --enable-term-driver, to allow compiling with
2064 terminal-driver. That is used in MinGW port, and (being somewhat
2065 more complicated) is an experimental alternative to the conventional
2066 termlib internals. Currently, it requires the sp-funcs feature to
2068 + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
2069 library (some work remains for forms library).
2072 + document return code from define_key (report by Mike Gran).
2073 + make some symbolic links in the terminfo directory-tree shorter
2074 (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
2075 + fix some groff warnings in terminfo.5, etc., from recent Debian
2077 + change ncv and op capabilities in sun-color terminfo entry to match
2078 Sun's entry for this (report by Laszlo Peter).
2079 + improve interix smso terminfo capability by using reverse rather than
2080 bold (report by Kristof Zelechovski).
2083 + add some test programs (and make these use the same special keys
2084 by sharing linedata.h functions):
2087 test/test_addchstr.c
2088 test/test_add_wchstr.c
2089 + correct internal _nc_insert_ch() to use _nc_insert_wch() when
2090 inserting wide characters, since the wins_wch() function that it used
2091 did not update the cursor position (report by Ciprian Craciun).
2094 + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
2096 + add null-pointer checks to other opaque-functions.
2097 + add is_pad() and is_subwin() functions for opaque access to WINDOW
2098 (discussion with Mark Dickinson).
2099 + correct merge to lib_newterm.c, which broke when sp-funcs was
2103 + build-fix for building outside source-tree (report by Sven Joachim).
2104 + fix Debian lintian warning for man/tabs.1 by making section number
2105 agree with file-suffix (report by Sven Joachim).
2106 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2109 + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
2110 amd64 (Debian #542031).
2111 + fix typo in curs_mouse.3x (Debian #429198).
2114 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2117 + correct use of terminfo capabilities for initializing soft-keys,
2118 broken in 20090509 merging.
2119 + modify wgetch() to ensure it checks SIGWINCH when it gets an error
2120 in non-blocking mode (patch by Clemens Ladisch).
2121 + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
2122 help with builds on non-Unix platforms such as OS/2 EMX.
2123 + modify scripting for misc/run_tic.sh to test configure script's
2124 $cross_compiling variable directly rather than comparing host/build
2125 compiler names (prompted by comment in GenToo #249363).
2126 + fix configure script option --with-database, which was coded as an
2128 + build-fixes for --srcdir (report by Frederic L W Meunier).
2131 + separate _nc_find_entry() and _nc_find_type_entry() from
2132 implementation details of hash function.
2135 + add tabs.1 to man/man_db.renames
2136 + modify lib_addch.c to compensate for removal of wide-character test
2137 from unctrl() in 20090704 (Debian #539735).
2140 + improve discussion in INSTALL for use of system's tic/infocmp for
2141 cross-compiling and building fallbacks.
2142 + modify test/demo_termcap.c to correspond better to options in
2143 test/demo_terminfo.c
2144 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2145 + fix logic for 'V' in test/ncurses.c tests f/F.
2148 + correct logic in tigetnum(), which caused tput program to treat all
2149 string capabilities as numeric (report by Rajeev V Pillai,
2153 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2156 + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
2158 + modify _nc_find_type_entry() to use hashing.
2159 + make CCHARW_MAX value configurable, noting that changing this would
2160 change the size of cchar_t, and would be ABI-incompatible.
2161 + modify test-programs, e.g,. test/view.c, to address subtle
2162 differences between Tru64/Solaris and HPUX/AIX getcchar() return
2164 + modify length returned by getcchar() to count the trailing null
2165 which is documented in X/Open (cf: 20020427).
2166 + fixes for test programs to build/work on HPUX and AIX, etc.
2169 + improve performance of tigetstr, etc., by using hashing code from tic.
2170 + minor fixes for memory-leak checking.
2171 + add test/demo_terminfo, for comparison with demo_termcap
2174 + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
2175 + revise wadd_wch() and wecho_wchar() to eliminate dependency on
2177 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2180 + update llib-lncurses[wt] to use sp-funcs.
2181 + various code-fixes to build/work with --disable-macros configure
2183 + add several new files from Juergen Pfeifer which will be used when
2184 integration of "sp-funcs" is complete. This includes a port to
2188 + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
2189 make includes of term.h without curses.h work (report by "Nix").
2190 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2193 + fix a regression in lib_tputs.c, from ongoing merges.
2196 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2199 + fix an infinite recursion when adding a legacy-coding 8-bit value
2200 using insch() (report by Clemens Ladisch).
2201 + free home-terminfo string in del_curterm() (patch by Dan Weber).
2202 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2205 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2208 + work around antique BSD game's manipulation of stdscr, etc., versus
2209 SCREEN's copy of the pointer (Debian #528411).
2210 + add a cast to wattrset macro to avoid compiler warning when comparing
2211 its result against ERR (adapted from patch by Matt Kraii, Debian
2215 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2218 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2219 + add vwmterm terminfo entry (patch by Bryan Christ).
2222 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2225 + build fix for _nc_free_and_exit() change in 20090418 (report by
2229 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2232 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2233 This change finishes merging for menu and panel libraries, does
2234 part of the form library.
2237 + suppress configure check for static/dynamic linker flags for gcc on
2238 Darwin (report by Nelson Beebe).
2241 + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
2242 function key definitions from emx-base for consistency -TD
2243 + correct missing final 'p' in pfkey capability of ansi.sys-old (report
2244 by Kalle Olavi Niemitalo).
2245 + improve test/ncurses.c 'F' test, show combining characters in color.
2246 + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
2247 a temporary variable.
2248 + use _nc_doalloc() rather than realloc() in a few places in ncurses
2249 library to avoid leak in out-of-memory condition (reports by William
2250 Egert and Martin Ettl based on cppcheck tool).
2251 + add --with-ncurses-wrap-prefix option to test/configure (discussion
2252 with Charles Wilson).
2253 + use ncurses*-config scripts if available for test/configure.
2254 + update test/aclocal.m4 and test/configure
2255 > patches by Charles Wilson:
2256 + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
2257 version numbers (e.g. which include alphabetic chars, as well as
2258 digits, after the final '.').
2259 + improve use of -no-undefined option for libtool by setting an
2260 intermediate variable LT_UNDEF in the configure script, and then
2261 using that in the libtool link-commands.
2262 + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
2263 from 2009031 changes.
2264 + improve mk-1st.awk script by writing separate cases for the
2265 LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
2266 termlib) is to be linked.
2267 + modify configure.in to allow broken-linker configurations, not just
2268 enable-reentrant, to set public wrap prefix.
2271 + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
2272 build with tic and term libraries (patch by Charles Wilson).
2273 + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
2274 (report by Charles Wilson).
2275 + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
2276 the form, menu or panel libraries (patch by Charles Wilson).
2277 + add configure option --with-wrap-prefix to allow setting the prefix
2278 for functions used to wrap global variables to something other than
2279 "_nc_" (discussion with Charles Wilson).
2282 + modify scripts to generate ncurses*-config and pc-files to add
2283 dependency for tinfo library (patch by Charles Wilson).
2284 + improve comparison of program-names when checking for linked flavors
2285 such as "reset" by ignoring the executable suffix (reports by Charles
2286 Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
2288 + suppress configure check for static/dynamic linker flags for gcc on
2289 Solaris 10, since gcc is confused by absence of static libc, and
2290 does not switch back to dynamic mode before finishing the libraries
2291 (reports by Joel Bertrand, Alan Pae).
2292 + minor fixes to Intel compiler warning checks in configure script.
2293 + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
2294 + modify set_curterm() to make broken-linker configuration work with
2295 changes from 20090228 (report by Charles Wilson).
2298 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2299 + modify declaration of cur_term when broken-linker is used, but
2300 enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
2303 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2306 + add configure script --enable-sp-funcs to enable the new set of
2308 + start integrating patches by Juergen Pfeifer:
2309 + add extended functions which specify the SCREEN pointer for several
2310 curses functions which use the global SP (these are incomplete;
2311 some internals work is needed to complete these).
2312 + add special cases to configure script for MinGW port.
2315 + update several configure macros from lynx changes
2316 + append (not prepend) to CFLAGS/CPPFLAGS
2317 + change variable from PATHSEP to PATH_SEPARATOR
2318 + improve install-rules for pc-files (patch by Miroslav Lichvar).
2319 + make it work with $DESTDIR
2320 + create the pkg-config library directory if needed.
2323 + modify init_pair() to allow caller to create extra color pairs beyond
2324 the color_pairs limit, which use default colors (request by Emanuele
2326 + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
2327 + fix typo "==" where "=" is needed in ncurses-config.in and
2328 gen-pkgconfig.in files (Debian #512161).
2331 + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
2332 *BSD's, without which "main" might be one of the shared library's
2333 dependencies (report/analysis by Ken Dickey).
2334 + modify waddch_literal(), updating line-pointer after a multicolumn
2335 character is found to not fit on the current row, and wrapping is
2336 done. Since the line-pointer was not updated, the wrapped
2337 multicolumn character was written to the beginning of the current row
2338 (cf: 20041023, reported by "Nick" regarding problem with ncmpc
2339 http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
2342 + add screen.Eterm terminfo entry (GenToo #124887) -TD
2343 + modify adacurses-config to look for ".ali" files in the adalib
2345 + correct install for Ada95, which omitted libAdaCurses.a used in
2347 + change install for adacurses-config to provide additional flavors
2348 such as adacursesw-config, for ncursesw (GenToo #167849).
2351 + remove undeveloped feature in ncurses-config.in for setting
2353 + recent change to ncurses-config.in did not take into account the
2354 --disable-overwrite option, which sets $includedir to the
2355 subdirectory and using just that for a -I option does not work - fix
2356 (report by Frederic L W Meunier).
2359 + modify gen-pkgconfig.in to eliminate a dependency on rpath when
2360 deciding whether to add $LIBS to --libs output; that should be shown
2361 for the ncurses and tinfo libraries without taking rpath into
2363 + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
2364 used in static libraries (report by Marty Jack).
2367 + add a configure-time check to pick a suitable value for
2368 CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
2369 + add configure --with-pkg-config and --enable-pc-files options, along
2370 with misc/gen-pkgconfig.in which can be used to generate ".pc" files
2371 for pkg-config (request by Jan Engelhardt).
2372 + use $includedir symbol in misc/ncurses-config.in, add --includedir
2374 + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
2375 configure check to detect whether a "-" is needed before "ar"
2377 + update config.guess, config.sub from
2378 http://savannah.gnu.org/projects/config
2381 + modify mk-1st.awk to work with extra categories for tinfo library.
2382 + modify configure script to allow building shared libraries with gcc
2383 on AIX 5 or 6 (adapted from patch by Lital Natan).
2386 + modify to omit the opaque-functions from lib_gen.o when
2387 --disable-ext-funcs is used.
2388 + add test/clip_printw.c to illustrate how to use printw without
2390 + modify ncurses 'F' test to demo wborder_set() with colored lines.
2391 + modify ncurses 'f' test to demo wborder() with colored lines.
2394 + add check for failure to open hashed-database needed for db4.6
2396 + corrected --without-manpages option; previous change only suppressed
2397 the auxiliary rules install.man and uninstall.man
2398 + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
2400 + fixes from NetBSD port at
2401 http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
2402 patch-ac (build-fix for DragonFly)
2403 patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
2404 + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
2405 by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
2407 + correct title string for keybound manpage (patch by Frederic Culot,
2408 OpenBSD documentation/6019),
2411 + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
2412 work for progs/clear, progs/tabs, etc.
2413 + correct buffer-size after internal resizing of wide-character
2414 set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
2415 + add "-i" option to test/filter.c to tell it to use initscr() rather
2416 than newterm(), to investigate report on comp.unix.programmer that
2417 ncurses would clear the screen in that case (it does not - the issue
2418 was xterm's alternate screen feature).
2419 + add check in mouse-driver to disable connection if GPM returns a
2420 zero, indicating that the connection is closed (Debian #506717,
2421 adapted from patch by Samuel Thibault).
2424 + improve a workaround in adding wide-characters, when a control
2425 character is found. The library (cf: 20040207) uses unctrl() to
2426 obtain a printable version of the control character, but was not
2427 passing color or video attributes.
2428 + improve test/ncurses.c 'a' test, using unctrl() more consistently to
2429 display meta-characters.
2430 + turn on _XOPEN_CURSES definition in curses.h
2431 + add eterm-color entry (report by Vincent Lefevre) -TD
2432 + correct use of key_name() in test/ncurses.c 'A' test, which only
2433 displays wide-characters, not key-codes since 20070612 (report by
2437 + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
2438 Ada95 (patch by Juergen Pfeifer).
2439 + document in TO-DO an issue with Cygwin's package for GNAT (report
2441 + improve error-checking of command-line options in "tabs" program.
2444 + change several terminfo entries to make consistent use of ANSI
2446 + add "tabs" program (prompted by Debian #502260).
2447 + add configure --without-manpages option (request by Mike Frysinger).
2449 20081102 5.7 release for upload to ftp.gnu.org
2452 + add a manpage to discuss memory leaks.
2453 + add support for shared libraries for QNX (other than libtool, which
2454 does not work well on that platform).
2455 + build-fix for QNX C++ binding.
2458 + build-fixes for OS/2 EMX.
2459 + modify form library to accept control characters such as newline
2460 in set_field_buffer(), which is compatible with Solaris (report by
2462 + modify configure script to assume --without-hashed-db when
2463 --disable-database is used.
2464 + add "-e" option in ncurses/Makefile.in when generating source-files
2465 to force earlier exit if the build environment fails unexpectedly
2466 (prompted by patch by Adrian Bunk).
2467 + change configure script to use CF_UTF8_LIB, improved variant of
2471 + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
2472 original to teraterm2.3 -TD
2473 + update "gnome" terminfo to 2.22.3 -TD
2474 + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
2475 + add "aterm" terminfo -TD
2476 + add "linux2.6.26" terminfo -TD
2477 + add logic to tic for cancelling strings in user-defined capabilities,
2481 + regenerated html documentation.
2482 + add -m and -s options to test/keynames.c and test/key_names.c to test
2483 the meta() function with keyname() or key_name(), respectively.
2484 + correct return value of key_name() on error; it is null.
2485 + document some unresolved issues for rpath and pthreads in TO-DO.
2486 + fix a missing prototype for ioctl() on OpenBSD in tset.c
2487 + add configure option --disable-tic-depends to make explicit whether
2488 tic library depends on ncurses/ncursesw library, amends change from
2489 20080823 (prompted by Debian #501421).
2492 + some build-fixes for configure --disable-ext-funcs (incomplete, but
2493 works for C/C++ parts).
2494 + improve configure-check for awks unable to handle large strings, e.g.
2495 AIX 5.1 whose awk silently gives up on large printf's.
2498 + fix build for --with-dmalloc by workaround for redefinition of
2499 strndup between string.h and dmalloc.h
2500 + fix build for --disable-sigwinch
2501 + add environment variable NCURSES_GPM_TERMS to allow override to use
2502 GPM on terminals other than "linux", etc.
2503 + disable GPM mouse support when $TERM does not happen to contain
2504 "linux", since Gpm_Open() no longer limits its assertion to terminals
2505 that it might handle, e.g., within "screen" in xterm.
2506 + reset mouse file-descriptor when unloading GPM library (report by
2508 + fix build for --disable-leaks --enable-widec --with-termlib
2509 > patch by Juergen Pfeifer:
2510 + use improved initialization for soft-label keys in Ada95 sample code.
2511 + discard internal symbol _nc_slk_format (unused since 20080112).
2512 + move call of slk_paint_info() from _nc_slk_initialize() to
2513 slk_intern_refresh(), improving initialization.
2516 + fix bug in mouse code for GPM from 20080920 changes (reported in
2517 Debian #500103, also Miroslav Lichvar).
2520 + fix shared-library rules for cygwin with tic- and tinfo-libraries.
2521 + fix a memory leak when failure to connect to GPM.
2522 + correct check for notimeout() in wgetch() (report on linux.redhat
2523 newsgroup by FurtiveBertie).
2524 + add an example warning-suppression file for valgrind,
2525 misc/ncurses.supp (based on example from Reuben Thomas)
2528 + change shared-library configuration for OpenBSD, make rpath work.
2529 + build-fixes for using libutf8, e.g., on OpenBSD 3.7
2532 + corrected fix for --enable-weak-symbols (report by Frederic L W
2536 + corrected gcc options for building shared libraries on IRIX64.
2537 + add configure check for awk programs unable to handle big-strings,
2538 use that to improve the default for --enable-big-strings option.
2539 + makefile-fixes for --enable-weak-symbols (report by Frederic L W
2541 + update test/configure script.
2542 + adapt ifdef's from library to make test/view.c build when mbrtowc()
2543 is unavailable, e.g., with HPUX 10.20.
2544 + add configure check for wcsrtombs, mbsrtowcs, which are used in
2545 test/ncurses.c, and use wcstombs, mbstowcs instead if available,
2546 fixing build of ncursew for HPUX 11.00
2549 + fixes to make Ada95 demo_panels() example work.
2550 + modify Ada95 'rain' test program to accept keyboard commands like the
2552 + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
2554 + add configure-check to see if the std namespace is legal for cerr
2555 and endl, to fix a build issue with Tru64.
2556 + consistently use NCURSES_BOOL in lib_gen.c
2557 + filter #line's from lib_gen.c
2558 + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
2559 substitution by IBM xlc to '#' as part of its extensions to digraphs.
2560 + update config.guess, config.sub from
2561 http://savannah.gnu.org/projects/config
2562 (caveat - its maintainer removed support for older Linux systems).
2565 + modify configure check for pthread library to work with OSF/1 5.1,
2566 which uses #define's to associate its header and library.
2567 + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
2568 makes threaded code work on HPUX 11.23
2569 + fix a bug in demo_menus in freeing menus (cf: 20080804).
2570 + modify configure script for the case where tic library is used (and
2571 possibly renamed) to remove its dependency upon ncurses/ncursew
2572 library (patch by Dr Werner Fink).
2573 + correct manpage for menu_fore() which gave wrong default for
2574 the attribute used to display a selected entry (report by Mike Gran).
2575 + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
2579 + add configure option --enable-weak-symbols to turn on new feature.
2580 + add configure-check for availability of weak symbols.
2581 + modify linkage with pthread library to use weak symbols so that
2582 applications not linked to that library will not use the mutexes,
2583 etc. This relies on gcc, and may be platform-specific (patch by Dr
2585 + add note to INSTALL to document limitation of renaming of tic library
2586 using the --with-ticlib configure option (report by Dr Werner Fink).
2587 + document (in manpage) why tputs does not detect I/O errors (prompted
2588 by comments by Samuel Thibault).
2589 + fix remaining warnings from Klocwork report.
2592 + modify _nc_panelhook() data to account for a permanent memory leak.
2593 + fix memory leaks in test/demo_menus
2594 + fix most warnings from Klocwork tool (report by Larry Zhou).
2595 + modify configure script CF_XOPEN_SOURCE macro to add case for
2596 "dragonfly" from xterm #236 changes.
2597 + modify configure script --with-hashed-db to let $LIBS override the
2598 search for the db library (prompted by report by Samson Pierre).
2601 + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
2605 + build-fix (reports by Christian Ebert, Funda Wang).
2608 + compiler-warning fixes for Solaris.
2611 + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
2612 make those work properly with the "--enable-ext-mouse" configuration
2614 + improve documentation of build-cc options in INSTALL.
2615 + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
2616 -static/-dynamic flags properly to linker, causing test/bs to
2620 + correct some ifdef's needed for the broken-linker configuration.
2621 + make debugging library's $BAUDRATE feature work for termcap
2623 + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
2624 by comment on FreeBSD mailing list).
2625 + add screen.mlterm terminfo entry -TD
2626 + improve mlterm and mlterm+pcfkeys terminfo entries -TD
2629 + regenerated html documentation.
2630 + expand manpage description of parameters for form_driver() and
2631 menu_driver() (prompted by discussion with Adam Spragg).
2632 + add null-pointer checks for cur_term in baudrate() and
2633 def_shell_mode(), def_prog_mode()
2634 + fix some memory leaks in delscreen() and wide acs.
2637 + modify test/ditto.c to illustrate multi-threaded use_screen().
2638 + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
2639 + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
2643 + finish changes to wgetch(), making it switch as needed to the
2644 window's actual screen when calling wrefresh() and wgetnstr(). That
2645 allows wgetch() to get used concurrently in different threads with
2646 some minor restrictions, e.g., the application should not delete a
2647 window which is being used in a wgetch().
2648 + simplify mutex's, combining the window- and screen-mutex's.
2651 + modify wgetch() to use the screen which corresponds to its window
2652 parameter rather than relying on SP; some dependent functions still
2654 + factor out most use of SP in lib_mouse.c, using parameter.
2655 + add internal _nc_keyname(), replacing keyname() to associate with a
2656 particular SCREEN rather than the global SP.
2657 + add internal _nc_unctrl(), replacing unctrl() to associate with a
2658 particular SCREEN rather than the global SP.
2659 + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
2660 its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
2661 + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
2662 preference to the global _nc_globals.tracechr_buf buffer.
2665 + modify _nc_keypad() to make it switch temporarily as needed to the
2666 screen which must be updated.
2667 + wrap cur_term variable to help make _nc_keymap() thread-safe, and
2668 always set the screen's copy of this variable in set_curterm().
2669 + restore curs_set() state after endwin()/refresh() (report/patch
2673 + modify configure script to note that --enable-ext-colors and
2674 --enable-ext-mouse are not experimental, but extensions from
2676 + corrected manpage description of setcchar() (discussion with
2677 Emanuele Giaquinta).
2678 + fix for adding a non-spacing character at the beginning of a line
2679 (report/patch by Miroslav Lichvar).
2682 + modify screen.* terminfo entries using new screen+fkeys to fix
2683 overridden keys in screen.rxvt (Debian #478094) -TD
2684 + modify internal interfaces to reduce wgetch()'s dependency on the
2686 + simplify some loops with macros each_screen(), each_window() and
2690 + continue modifying test/ditto.c toward making it demonstrate
2691 multithreaded use_screen(), using fifos to pass data between screens.
2692 + fix typo in form.3x (report by Mike Gran).
2695 + add screen.rxvt terminfo entry -TD
2696 + modify tic -f option to format spaces as \s to prevent them from
2697 being lost when that is read back in unformatted strings.
2698 + improve test/ditto.c, using a "talk"-style layout.
2701 + change test/ditto.c to use openpty() and xterm.
2702 + add locks for copywin(), dupwin(), overlap(), overlay() on their
2704 + add locks for initscr() and newterm() on updates to the SCREEN
2706 + finish table in curs_thread.3x manpage.
2709 + begin table in curs_thread.3x manpage describing the scope of data
2710 used by each function (or symbol) for threading analysis.
2711 + add null-pointer checks to setsyx() and getsyx() (prompted by
2712 discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
2713 python-dev2 mailing list).
2716 + add null-pointer checks in set_term() and delscreen().
2717 + move _nc_windows into _nc_globals, since windows can be pads, which
2718 are not associated with a particular screen.
2719 + change use_screen() to pass the SCREEN* parameter rather than
2720 stdscr to the callback function.
2721 + force libtool to use tag for 'CC' in case it does not detect this,
2722 e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
2723 (report/patch by Michael Haubenwallner).
2724 + override OBJEXT to "lo" when building with libtool, to work on
2725 platforms such as AIX where libtool may use a different suffix for
2726 the object files than ".o" (report/patch by Michael Haubenwallner).
2727 + add configure --with-pthread option, for building with the POSIX
2731 + fill in extended-color pair two more places in wbkgrndset() and
2732 waddch_nosync() (prompted by Sedeno's patch).
2733 + fill in extended-color pair in _nc_build_wch() to make colors work
2734 for wide-characters using extended-colors (patch by Alejandro R
2736 + add x/X toggles to ncurses.c C color test to test/demo
2737 wide-characters with extended-colors.
2738 + add a/A toggles to ncurses.c c/C color tests.
2739 + modify test/ditto.c to use use_screen().
2740 + finish modifying test/rain.c to demonstrate threads.
2743 + start modifying test/rain.c for threading demo.
2744 + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
2745 that the 'F' accepts.
2746 + modify test/worm.c to show trail in reverse-video when other threads
2747 are working concurrently.
2748 + fix a deadlock from improper nesting of mutexes for windowlist and
2752 + fixes from 20080223 resolved issue with mutexes; change to use
2753 recursive mutexes to fix memory leak in delwin() as called from
2754 _nc_free_and_exit().
2757 + fix a size-difference in _nc_globals which caused hanging of mutex
2758 lock/unlock when termlib was built separately.
2761 + avoid using nanosleep() in threaded configuration since that often
2762 is implemented to suspend the entire process.
2765 + update test programs to build/work with various UNIX curses for
2766 comparisons. This was to reinvestigate statement in X/Open curses
2767 that insnstr and winsnstr perform wrapping. None of the Unix-branded
2768 implementations do this, as noted in manpage (cf: 20040228).
2771 + modify _nc_setupscreen() to set the legacy-coding value the same
2772 for both narrow/wide models. It had been set only for wide model,
2773 but is needed to make unctrl() work with locale in the narrow model.
2774 + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
2775 using unctrl() to display illegal bytes rather than trying to append
2776 further bytes to make up a valid sequence (reported by Andrey A
2778 + modify unctrl() to check codes in 128-255 range versus isprint().
2779 If they are not printable, and locale was set, use a "M-" or "~"
2783 + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
2784 handling). Now it hangs in napms(), no matter whether nanosleep()
2785 or poll() or select() are used on Linux.
2788 + fixes to build with --disable-ext-funcs
2789 + add manpage for use_window and use_screen.
2790 + add set_tabsize() and set_escdelay() functions.
2793 + remove recursive-mutex definitions, finish threading demo for worm.c
2794 + remove a redundant adjustment of lines in resizeterm.c's
2795 adjust_window() which caused occasional misadjustment of stdscr when
2799 + several improvements to terminfo entries based on xterm #230 -TD
2800 + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
2801 "link_test" builds properly.
2802 + fix for toe command-line options -u/-U to ensure filename is given.
2803 + fix allocation-size for command-line parsing in infocmp from 20070728
2804 (report by Miroslav Lichvar)
2805 + improve resizeterm() by moving ripped-off lines, and repainting the
2806 soft-keys (report by Katarina Machalkova)
2807 + add clarification in wclear's manpage noting that the screen will be
2808 cleared even if a subwindow is cleared (prompted by Christer Enfors
2810 + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
2813 + continue implementing support for threading demo by adding mutex
2817 + add several functions to C++ binding which wrap C functions that
2818 pass a WINDOW* parameter (request by Chris Lee).
2821 + add note about configure options needed for Berkeley database to the
2823 + improve checks for version of Berkeley database libraries.
2824 + amend fix for rpath to not modify LDFLAGS if the platform has no
2825 applicable transformation (report by Christian Ebert, cf: 20071124).
2828 + modify configure option --with-hashed-db to accept a parameter which
2829 is the install-prefix of a given Berkeley Database (prompted by
2830 pierre4d2 comments).
2831 + rewrite wrapper for wcrtomb(), making it work on Solaris. This is
2832 used in the form library to determine the length of the buffer needed
2833 by field_buffer (report by Alfred Fung).
2834 + remove unneeded window-parameter from C++ binding for wresize (report
2838 + modify the support for filesystems which do not support mixed-case to
2839 generate 2-character (hexadecimal) codes for the lower-level of the
2840 filesystem terminfo database (request by Michail Vidiassov).
2841 + add configure option --enable-mixed-case, to allow overriding the
2842 configure script's check if the filesystem supports mixed-case
2844 + add wresize() to C++ binding (request by Chris Lee).
2845 + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
2846 it simpler to tell if the extended functions and/or colors are
2850 + update memory-leak checks for changes to names.c and codes.c
2851 + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
2854 + continue implementing support for threading demo by adding mutex
2856 + add mrxvt terminfo entry, add/fix xterm building blocks for modified
2858 + compile with FreeBSD "contemporary" TTY interface (patch by
2862 + modify makefile rules to allow clear, tput and tset to be built
2863 without libtic. The other programs (infocmp, tic and toe) rely on
2865 + add/modify null-pointer checks in several functions for SP and/or
2866 the WINDOW* parameter (report by Thorben Krueger).
2867 + fixes for field_buffer() in formw library (see Redhat #310071,
2868 patches by Miroslav Lichvar).
2869 + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
2871 + update/improve mlterm and rxvt terminfo entries, e.g., for
2872 the modified cursor- and keypad-keys -TD
2875 + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
2876 changes the CharEq() macro to an inline function to allow comparing
2877 cchar_t struct's without comparing gaps in a possibly unpacked
2878 memory layout (report by Miroslav Lichvar).
2881 + add new functions to lib_trace.c to setup mutex's for the _tracef()
2882 calls within the ncurses library.
2883 + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
2885 + start modifying test/worm.c to provide threading demo (incomplete).
2886 + separated ifdef's for some BSD-related symbols in tset.c, to make
2887 it compile on LynxOS (report by Greg Gemmer).
2889 + modify Ada95/gen/Makefile to use shlib script, to simplify building
2890 shared-library configuration on platforms lacking rpath support.
2891 + build-fix for Ada95/src/Makefile to reflect changed dependency for
2892 the terminal-interface-curses-aux.adb file which is now generated.
2893 + restructuring test/worm.c, for use_window() example.
2896 + add use_window() and use_screen() functions, to develop into support
2897 for threaded library (incomplete).
2898 + fix typos in man/curs_opaque.3x which kept the install script from
2899 creating symbolic links to two aliases created in 20070818 (report by
2903 + remove a spurious newline from output of html.m4, which caused links
2904 for Ada95 html to be incorrect for the files generated using m4.
2905 + start investigating mutex's for SCREEN manipulation (incomplete).
2906 + minor cleanup of codes.c/names.c for --enable-const
2907 + expand/revise "Routine and Argument Names" section of ncurses manpage
2908 to address report by David Givens in newsgroup discussion.
2909 + fix interaction between --without-progs/--with-termcap configure
2910 options (report by Michail Vidiassov).
2911 + fix typo in "--disable-relink" option (report by Michail Vidiassov).
2914 + fix a sign-extension bug in infocmp's repair_acsc() function
2916 + fix old configure script bug which prevented "--disable-warnings"
2917 option from working (patch by Mike Frysinger).
2920 + add 9term terminal description (request by Juhapekka Tolvanen) -TD
2921 + modify comp_hash.c's string output to avoid misinterpreting a null
2922 "\0" followed by a digit.
2923 + modify MKnames.awk and MKcodes.awk to support big-strings.
2924 This only applies to the cases (broken linker, reentrant) where
2925 the corresponding arrays are accessed via wrapper functions.
2926 + split MKnames.awk into two scripts, eliminating the shell redirection
2927 which complicated the make process and also the bogus timestamp file
2928 which was introduced to fix "make -j".
2929 + add test/test_opaque.c, test/test_arrays.c
2930 + add wgetscrreg() and wgetparent() for applications that may need it
2931 when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
2934 + amend treatment of infocmp "-r" option to retain the 1023-byte limit
2935 unless "-T" is given (cf: 981017).
2936 + modify comp_captab.c generation to use big-strings.
2937 + make _nc_capalias_table and _nc_infoalias_table private accessed via
2938 _nc_get_alias_table() since the tables are used only within the tic
2940 + modify configure script to skip Intel compiler in CF_C_INLINE.
2941 + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
2942 _nc_get_hash_table() since the tables are used only within the tic
2946 + make _nc_capalias_table and _nc_infoalias_table private, accessed via
2947 _nc_get_alias_table() since they are used only by parse_entry.c
2948 + make _nc_key_names private since it is used only by lib_keyname.c
2949 + add --disable-big-strings configure option to control whether
2950 unctrl.c is generated using the big-string optimization - which may
2951 use strings longer than supported by a given compiler.
2952 + reduce relocation tables for tic, infocmp by changing type of
2953 internal hash tables to short, and make those private symbols.
2954 + eliminate large fixed arrays from progs/infocmp.c
2957 + change winnstr() to stop at the end of the line (cf: 970315).
2958 + add test/test_get_wstr.c
2959 + add test/test_getstr.c
2960 + add test/test_inwstr.c
2961 + add test/test_instr.c
2964 + restore a call to obtain screen-size in _nc_setupterm(), which
2965 is used in tput and other non-screen applications via setupterm()
2966 (Debian #433357, reported by Florent Bayle, Christian Ohm,
2970 + add test/savescreen.c test-program
2971 + add check to trace-file open, if the given name is a directory, add
2972 ".log" to the name and try again.
2973 + add konsole-256color entry -TD
2974 + add extra gcc warning options from xterm.
2975 + minor fixes for ncurses/hashmap test-program.
2976 + modify configure script to quiet c++ build with libtool when the
2977 --disable-echo option is used.
2978 + modify configure script to disable ada95 if libtool is selected,
2979 writing a warning message (addresses FreeBSD #114493).
2980 + update config.guess, config.sub
2983 + add continuous-move "M" to demo_panels to help test refresh changes.
2984 + improve fix for refresh of window on top of multi-column characters,
2985 taking into account some split characters on left/right window
2989 + add "widec" row to _tracedump() output to help diagnose remaining
2990 problems with multi-column characters.
2991 + partial fix for refresh of window on top of multi-column characters
2992 which are partly overwritten (report by Sadrul H Chowdhury).
2993 + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
2994 multi-column extension bits are passed there.
2995 + add setlocale() call to demo_panels.c, needed for wide-characters.
2996 + add some output flags to _nc_trace_ttymode to help diagnose a bug
2997 report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
3000 + add test/demo_panels.c
3001 + implement opaque version of setsyx() and getsyx().
3004 + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
3006 + split-out key_name() from MKkeyname.awk since it now depends upon
3007 wunctrl() which is not in libtinfo (report by Rong-En Fan).
3010 + add test/key_name.c
3011 + add stdscr cases to test/inchs.c and test/inch_wide.c
3012 + update test/configure
3013 + correct formatting of DEL (0x7f) in _nc_vischar().
3014 + null-terminate result of wunctrl().
3015 + add null-pointer check in key_name() (report by Andreas Krennmair,
3019 + adapt mouse-handling code from menu library in form-library
3020 (discussion with Clive Nicolson).
3021 + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
3022 illustrate how to use mvcur().
3023 + modify wide-character flavor of SetAttr() to preserve the
3024 WidecExt() value stored in the .attr field, e.g., in case it
3025 is overwritten by chgat (report by Aleksi Torhamo).
3026 + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
3027 + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
3030 + modify keyname() to use "^X" form only if meta() has been called, or
3031 if keyname() is called without initializing curses, e.g., via
3032 initscr() or newterm() (prompted by LinuxBase #1604).
3033 + document some portability issues in man/curs_util.3x
3034 + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
3035 broken by moving that data into SCREEN (cf: 20061230).
3038 + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
3039 problem reported by Sadrul H Chowdhury with repainting parts of
3041 + modify slk_init() so that if there are preceding calls to
3042 ripoffline(), those affect the available lines for soft-keys (adapted
3043 from patch by Clive Nicolson).
3044 + document some portability issues in man/curs_getyx.3x
3047 + fix a bug in Ada95/samples/ncurses which caused a variable to
3048 become uninitialized in the "b" test.
3049 + fix Ada95/gen/Makefile.in adahtml rule to account for recent
3050 movement of files, fix a few incorrect manpage references in the
3052 + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
3054 + correct some functions in Ada95 binding which were using return value
3055 from C where none was returned: idcok(), immedok() and wtimeout().
3056 + amend recent changes for Ada95 binding to make it build with
3057 Cygwin's linker, e.g., with configure options
3058 --enable-broken-linker --with-ticlib
3061 + add a configure check for gcc's options for inlining, use that to
3062 quiet a warning message where gcc's default behavior changed from
3064 + improve warning message when checking if GPM is linked to curses
3065 library by not warning if its use of "wgetch" is via a weak symbol.
3066 + add loader options when building with static libraries to ensure that
3067 an installed shared library for ncurses does not conflict. This is
3068 reported as problem with Tru64, but could affect other platforms
3069 (report Martin Mokrejs, analysis by Tim Mooney).
3070 + fix build on cygwin after recent ticlib/termlib changes, i.e.,
3071 + adjust TINFO_SUFFIX value to work with cygwin's dll naming
3072 + revert a change from 20070303 which commented out dependency of
3073 SHLIB_LIST in form/menu/panel/c++ libraries.
3074 + fix initialization of ripoff stack pointer (cf: 20070421).
3077 + move most static variables into structures _nc_globals and
3078 _nc_prescreen, to simplify storage.
3079 + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
3080 type for data manipulated by signal handlers (prompted by comments
3081 in mailing.openbsd.bugs newsgroup).
3082 + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
3083 to the libtool create- and link-operations.
3086 + fix whitespace in curs_opaque.3x which caused a spurious ';' in
3087 the installed aliases (report by Peter Santoro).
3088 + fix configure script to not try to generate adacurses-config when
3089 Ada95 tree is not built.
3092 + add man/curs_legacy.3x, man/curs_opaque.3x
3093 + fix acs_map binding for Ada95 when --enable-reentrant is used.
3094 + add adacurses-config to the Ada95 install, based on version from
3095 FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
3096 comment on comp.lang.ada newsgroup).
3097 + fix includes in c++ binding to build with Intel compiler
3099 + update install rule in Ada95 to use mkdirs.sh
3100 > other fixes prompted by inspection for Coverity report:
3101 + modify ifdef's for c++ binding to use try/catch/throw statements
3102 + add a null-pointer check in tack/ansi.c request_cfss()
3103 + fix a memory leak in ncurses/base/wresize.c
3104 + corrected check for valid memu/meml capabilities in
3105 progs/dump_entry.c when handling V_HPUX case.
3106 > fixes based on Coverity report:
3107 + remove dead code in test/bs.c
3108 + remove dead code in test/demo_defkey.c
3109 + remove an unused assignment in progs/infocmp.c
3110 + fix a limit check in tack/ansi.c tools_charset()
3111 + fix tack/ansi.c tools_status() to perform the VT320/VT420
3112 tests in request_cfss(). The function had exited too soon.
3113 + fix a memory leak in tic.c's make_namelist()
3114 + fix a couple of places in tack/output.c which did not check for EOF.
3115 + fix a loop-condition in test/bs.c
3116 + add index checks in lib_color.c for color palettes
3117 + add index checks in progs/dump_entry.c for version_filter() handling
3119 + fix a possible null-pointer dereference in copywin()
3120 + fix a possible null-pointer dereference in waddchnstr()
3121 + add a null-pointer check in _nc_expand_try()
3122 + add a null-pointer check in tic.c's make_namelist()
3123 + add a null-pointer check in _nc_expand_try()
3124 + add null-pointer checks in test/cardfile.c
3125 + fix a double-free in ncurses/tinfo/trim_sgr0.c
3126 + fix a double-free in ncurses/base/wresize.c
3127 + add try/catch block to c++/cursesmain.cc
3130 + modify Ada95 binding to build with --enable-reentrant by wrapping
3131 global variables (bug: acs_map does not yet work).
3132 + modify Ada95 binding to use the new access-functions, allowing it
3133 to build/run when NCURSES_OPAQUE is set.
3134 + add access-functions and macros to return properties of the WINDOW
3135 structure, e.g., when NCURSES_OPAQUE is set.
3136 + improved install-sh's quoting.
3137 + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
3141 + eliminate part of the direct use of WINDOW data from Ada95 interface.
3142 + fix substitutions for termlib filename to make configure option
3143 --enable-reentrant work with --with-termlib.
3144 + change a constructor for NCursesWindow to allow compiling with
3145 NCURSES_OPAQUE set, since we cannot pass a reference to
3149 + ignore --with-chtype=unsigned since unsigned is always added to
3150 the type in curses.h; do the same for --with-mmask-t.
3151 + change warning regarding --enable-ext-colors and wide-character
3152 in the configure script to an error.
3153 + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
3154 such as Darwin's libtool program (report by Michail Vidiassov)
3155 + modify edit_man.sh to allow for multiple substitutions per line.
3156 + set locale in misc/ncurses-config.in since it uses a range
3157 + change permissions libncurses++.a install (report by Michail
3159 + corrected length of temporary buffer in wide-character version
3160 of set_field_buffer() (related to report by Bryan Christ).
3163 + fix mk-1st.awk script install_shlib() function, broken in 20070224
3164 changes for cygwin (report by Michail Vidiassov).
3167 + increase size of array in _nc_visbuf2n() to make "tic -v" work
3168 properly in its similar_sgr() function (report/analysis by Peter
3170 + add --enable-reentrant configure option for ongoing changes to
3171 implement a reentrant version of ncurses:
3172 + libraries are suffixed with "t"
3173 + wrap several global variables (curscr, newscr, stdscr, ttytype,
3174 COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
3175 functions returning values stored in SCREEN or cur_term.
3176 + move some initialization (LINES, COLS) from lib_setup.c,
3177 i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
3180 + regenerated html documentation.
3181 + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
3182 opaque in selected configurations.
3183 + move the chunk in lib_acs.c which resets acs capabilities when
3184 running on a terminal whose locale interferes with those into
3185 _nc_setupscreen(), so the libtinfo/libtinfow files can be made
3186 identical (requested by Miroslav Lichvar).
3187 + do not use configure variable SHLIB_LIBS for building libraries
3188 outside the ncurses directory, since that symbol is customized
3189 only for that directory, and using it introduces an unneeded
3190 dependency on libdl (requested by Miroslav Lichvar).
3191 + modify mk-1st.awk so the generated makefile rules for linking or
3192 installing shared libraries do not first remove the library, in
3193 case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
3195 + revised section "Using NCURSES under XTERM" in ncurses-intro.html
3196 (prompted by newsgroup comment by Nick Guenther).
3199 + change internal return codes of _nc_wgetch() to check for cases
3200 where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
3201 ungetch'd, and read by wget_wch().
3202 + fix static-library build broken in 20070217 changes to remove "-ldl"
3203 (report by Miroslav Lichvar).
3204 + change makefile/scripts for cygwin to allow building termlib.
3205 + use Form_Hook in manpages to match form.h
3206 + use Menu_Hook in manpages, as well as a few places in menu.h
3207 + correct form- and menu-manpages to use specific Field_Options,
3208 Menu_Options and Item_Options types.
3209 + correct prototype for _tracechar() in manpage (cf: 20011229).
3210 + correct prototype for wunctrl() in manpage.
3213 + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
3215 + modify relinking of shared libraries to apply only when rpath is
3216 enabled, and add --disable-relink option which can be used to
3217 disable the feature altogether (reports by Michail Vidiassov,
3219 + fix --with-termlib option for wide-character configuration, stripping
3220 the "w" suffix in one place (report by Miroslav Lichvar).
3221 + remove "-ldl" from some library lists to reduce dependencies in
3222 programs (report by Miroslav Lichvar).
3223 + correct description of --enable-signed-char in configure --help
3224 (report by Michail Vidiassov).
3225 + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
3226 which matches an earlier change to CF_SHARED_OPTS, from xterm #224
3228 + remove "${DESTDIR}" from -install_name option used for linking
3229 shared libraries on Darwin (report by Michail Vidiassov).
3232 + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
3233 + remove libdl from library list for termlib (report by Miroslav
3235 + fix configure.in to allow --without-progs --with-termlib (patch by
3237 + modify win_wchnstr() to ensure that only a base cell is returned
3238 for each multi-column character (prompted by report by Wei Kong
3239 regarding change in mvwin_wch() cf: 20041023).
3242 + modify fix_wchnstr() in form library to strip attributes (and color)
3243 from the cchar_t array (field cells) read from a field's window.
3244 Otherwise, when copying the field cells back to the window, the
3245 associated color overrides the field's background color (report by
3247 + improve tracing for form library, showing created forms, fields, etc.
3248 + ignore --enable-rpath configure option if --with-shared was omitted.
3249 + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
3250 to allow leak-checking when both tic- and tinfo-libraries are built.
3251 + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
3252 no longer relies on it.
3253 + disallow combining configure script options --with-ticlib and
3254 --enable-termcap (report by Rong-En Fan).
3255 + remove tack from ncurses tree.
3258 + fix typo in configure script that broke --with-termlib option
3259 (report by Rong-En Fan).
3262 + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
3263 to tgetent() (report by Rong-en Fan).
3264 + update tack/HISTORY and tack/README to tell how to build it after
3265 it is removed from the ncurses tree.
3266 + fix configure check for libtool's version to trim blank lines
3267 (report by sci-fi@hush.ai).
3268 + review/eliminate other original-file artifacts in cursesw.cc, making
3269 its license consistent with ncurses.
3270 + use ncurses vw_scanw() rather than reading into a fixed buffer in
3271 the c++ binding for scanw() methods (prompted by report by Nuno Dias).
3272 + eliminate fixed-buffer vsprintf() calls in c++ binding.
3275 + add _nc_leaks_tic() to separate leak-checking of tic library from
3276 term/ncurses libraries, and thereby eliminate a library dependency.
3277 + fix test/mk-test.awk to ignore blank lines.
3278 + correct paths in include/headers, for --srcdir (patch by Miroslav
3282 + add a break-statement in misc/shlib to ensure that it exits on the
3283 _first_ matched directory (report by Paul Novak).
3284 + add tack/configure, which can be used to build tack outside the
3286 + add --with-ticlib option, to build/install the tic-support functions
3287 in a separate library (suggested by Miroslav Lichvar).
3290 + change MKunctrl.awk to reduce relocation table for unctrl.o
3291 + change MKkeyname.awk to reduce relocation table for keyname.o
3292 (patch by Miroslav Lichvar).
3295 + modify configure check for libtool's version to trim blank lines
3296 (report by sci-fi@hush.ai).
3297 + modify some modules to allow them to be reentrant if _REENTRANT is
3298 defined: lib_baudrate.c, resizeterm.c (local data only)
3299 + eliminate static data from some modules: add_tries.c, hardscroll.c,
3300 lib_ttyflags.c, lib_twait.c
3301 + improve manpage install to add aliases for the transformed program
3302 names, e.g., from --program-prefix.
3303 + used linklint to verify links in the HTML documentation, made fixes
3304 to manpages as needed.
3305 + fix a typo in curs_mouse.3x (report by William McBrine).
3306 + fix install-rule for ncurses5-config to make the bin-directory.
3309 + modify configure script to omit the tic (terminfo compiler) support
3310 from ncurses library if --without-progs option is given.
3311 + modify install rule for ncurses5-config to do this via "install.libs"
3312 + modify shared-library rules to allow FreeBSD 3.x to use rpath.
3313 + update config.guess, config.sub
3315 20061217 5.6 release for upload to ftp.gnu.org
3318 + add ifdef's for <wctype.h> for HPUX, which has the corresponding
3319 definitions in <wchar.h>.
3320 + revert the va_copy() change from 20061202, since it was neither
3321 correct nor portable.
3322 + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
3324 + ignore wide-acs line-drawing characters that wcwidth() claims are
3325 not one-column. This is a workaround for Solaris' broken locale
3329 + modify configure --with-gpm option to allow it to accept a parameter,
3330 i.e., the name of the dynamic GPM library to load via dlopen()
3331 (requested by Bryan Henderson).
3332 + add configure option --with-valgrind, changes from vile.
3333 + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
3334 'return' in preference to 'exit()'.
3337 + change default for --with-develop back to "no".
3338 + add XTABS to tracing of TTY bits.
3339 + updated autoconf patch to ifdef-out the misfeature which declares
3340 exit() for configure tests. This fixes a redefinition warning on
3342 + use ${CC} rather than ${LD} in shared library rules for IRIX64,
3343 Solaris to help ensure that initialization sections are provided for
3344 extra linkage requirements, e.g., of C++ applications (prompted by
3345 comment by Casper Dik in newsgroup).
3346 + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
3347 from the autoconf predefined symbol. There was no conflict,
3348 since "$target" was used only in the generated edit_man.sh file,
3349 but SuSE's rpm package contains a patch.
3352 + update man/term.5 to reflect extended terminfo support and hashed
3353 database configuration.
3354 + updates for test/configure script.
3355 + adapted from SuSE rpm package:
3356 + remove long-obsolete workaround for broken-linker which declared
3358 + improve error recovery in PUTC() macro when wcrtomb() does not
3359 return usable results for an 8-bit character.
3360 + patches from rpm package (SuSE):
3361 + use va_copy() in extra varargs manipulation for tracing version
3363 + use a va_list rather than a null in _nc_freeall()'s call to
3364 _nc_printf_string().
3365 + add some see-also references in manpages to show related
3366 wide-character functions (suggested by Claus Fischer).
3369 + add a check in lib_color.c to ensure caller does not increase COLORS
3370 above max_colors, which is used as an array index (discussion with
3372 + add ifdef's allowing ncurses to be built with tparm() using either
3373 varargs (the existing status), or using a fixed-parameter list (to
3377 + fix redrawing of windows other than stdscr using wredrawln() by
3378 touching the corresponding rows in curscr (discussion with Dan
3381 + add test/echochar.c
3382 + review/cleanup manpage descriptions of error-returns for form- and
3383 menu-libraries (prompted by FreeBSD docs/46196).
3386 + add AUTHORS file -TD
3387 + omit the -D options from output of the new config script --cflags
3388 option (suggested by Ralf S Engelschall).
3389 + make NCURSES_INLINE unconditionally defined in curses.h
3392 + revert change to accommodate bash 3.2, since that breaks other
3393 platforms, e.g., Solaris.
3394 + minor fixes to NEWS file to simplify scripting to obtain list of
3396 + improve some shared-library configure scripting for Linux, FreeBSD
3397 and NetBSD to make "--with-shlib-version" work.
3398 + change configure-script rules for FreeBSD shared libraries to allow
3399 for rpath support in versions past 3.
3400 + use $(DESTDIR) in makefile rules for installing/uninstalling the
3401 package config script (reports/patches by Christian Wiese,
3402 Ralf S Engelschall).
3403 + fix a warning in the configure script for NetBSD 2.0, working around
3404 spurious blanks embedded in its ${MAKEFLAGS} symbol.
3405 + change test/Makefile to simplify installing test programs in a
3406 different directory when --enable-rpath is used.
3409 + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
3410 + add/install a package config script, e.g., "ncurses5-config" or
3411 "ncursesw5-config", according to configuration options.
3414 + add several GNU Screen terminfo variations with 16- and 256-colors,
3415 and status line (Alain Bench).
3416 + change the way shared libraries (other than libtool) are installed.
3417 Rather than copying the build-tree's libraries, link the shared
3418 objects into the install directory. This makes the --with-rpath
3419 option work except with $(DESTDIR) (cf: 20000930).
3422 + fix ifdef in c++/internal.h for QNX 6.1
3423 + test-compiled with (old) egcs-1.1.2, modified configure script to
3424 not unset the $CXX and related variables which would prevent this.
3425 + fix a few terminfo.src typos exposed by improvments to "-f" option.
3426 + improve infocmp/tic "-f" option formatting.
3429 + make --disable-largefile option work (report by Thomas M Ott).
3430 + updated html documentation.
3431 + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
3432 + minor improvements to rxvt+pcfkeys -TD
3435 + move static data from lib_mouse.c into SCREEN struct.
3436 + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
3437 (report by Michail Vidiassov).
3438 + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
3439 option (from lynx changes) -TD
3440 + adapt AC_PROG_EGREP check, noting that this is likely to be another
3441 place aggravated by POSIXLY_CORRECT.
3442 + modify configure check for awk to ensure that it is found (prompted
3443 by report by Christopher Parker).
3447 + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
3448 + remove invis capability from klone+sgr, mainly used by linux entry,
3449 since it does not really do this -TD
3452 + correct logic in wadd_wch() and wecho_wch(), which did not guard
3453 against passing the multi-column attribute into a call on waddch(),
3454 e.g., using data returned by win_wch() (cf: 20041023)
3455 (report by Sadrul H Chowdhury).
3458 + fix kterm's acsc string -TD
3459 + fix for change to tic/infocmp in 20060819 to ensure no blank is
3460 embedded into a termcap description.
3461 + workaround for 20050806 ifdef's change to allow visbuf.c to compile
3462 when using --with-termlib --with-trace options.
3463 + improve tgetstr() by making the return value point into the user's
3464 buffer, if provided (patch by Miroslav Lichvar (see Redhat #202480)).
3465 + correct libraries needed for foldkeys (report by Stanislav Ievlev)
3468 + add terminfo entries for xfce terminal (xfce) and multi gnome
3470 + add test/foldkeys.c
3473 + modify tic and infocmp to avoid writing trailing blanks on terminfo
3474 source output (Debian #378783).
3475 + modify configure script to ensure that if the C compiler is used
3476 rather than the loader in making shared libraries, the $(CFLAGS)
3477 variable is also used (Redhat #199369).
3478 + port hashed-db code to db2 and db3.
3479 + fix a bug in tgetent() from 20060625 and 20060715 changes
3480 (patch/analysis by Miroslav Lichvar (see Redhat #202480)).
3483 + updated xterm function-keys terminfo to match xterm #216 -TD
3484 + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
3485 e.g., the db 1.8.5 interface).
3488 + modify toe to access termcap data, e.g., via cgetent() functions,
3489 or as a text file if those are not available.
3490 + use _nc_basename() in tset to improve $SHELL check for csh/sh.
3491 + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
3492 can access termcap data when the terminfo database is disabled.
3495 + widen the test for xterm kmous a little to allow for other strings
3496 than \E[M, e.g., for xterm-sco functionality in xterm.
3497 + update xterm-related terminfo entries to match xterm patch #216 -TD
3498 + update config.guess, config.sub
3501 + fix for install-rule in Ada95 to add terminal_interface.ads
3502 and terminal_interface.ali (anonymous posting in comp.lang.ada).
3503 + correction to manpage for getcchar() (report by William McBrine).
3505 + modify wchgat() to mark updated cells as changed so a refresh will
3506 repaint those cells (comments by Sadrul H Chowdhury and William
3508 + split up dependency of names.c and codes.c in ncurses/Makefile to
3509 work with parallel make (report/analysis by Joseph S Myers).
3510 + suppress a warning message (which is ignored) for systems without
3511 an ldconfig program (patch by Justin Hibbits).
3512 + modify configure script --disable-symlinks option to allow one to
3513 disable symlink() in tic even when link() does not work (report by
3515 + modify MKfallback.sh to use tic -x when constructing fallback tables
3516 to allow extended capabilities to be retrieved from a fallback entry.
3517 + improve leak-checking logic in tgetent() from 20060625 to ensure that
3518 it does not free the current screen (report by Miroslav Lichvar).
3521 + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
3522 + correct _nc_free_entries() and related functions used for memory leak
3526 + revert a minor change for magic-cookie support from 20060513, which
3527 caused unexpected reset of attributes, e.g., when resizing test/view
3529 + note in clear manpage that the program ignores command-line
3530 parameters (prompted by Debian #371855).
3531 + fixes to make lib_gen.c build properly with changes to the configure
3532 --disable-macros option and NCURSES_NOMACROS (cf: 20060527)
3533 + update/correct several terminfo entries -TD
3534 + add some notes regarding copyright to terminfo.src -TD
3537 + fixes to build Ada95 binding with gnat-4.1.0
3538 + modify read_termtype() so the term_names data is always allocated as
3539 part of the str_table, a better fix for a memory leak (cf: 20030809).
3540 + reduce memory leaks in repeated calls to tgetent() by remembering the
3541 last TERMINAL* value allocated to hold the corresponding data and
3542 freeing that if the tgetent() result buffer is the same as the
3543 previous call (report by "Matt" for FreeBSD gnu/98975).
3544 + modify tack to test extended capability function-key strings.
3545 + improved gnome terminfo entry (GenToo #122566).
3546 + improved xterm-256color terminfo entry (patch by Alain Bench).
3549 + fix two small memory leaks related to repeated tgetent() calls
3550 with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
3551 + add --enable-signed-char to simplify Debian package.
3552 + reduce name-pollution in term.h by removing #define's for HAVE_xxx
3554 + correct typo in curs_terminfo.3x (Debian #369168).
3557 + enable the mouse in test/movewindow.c
3558 + improve a limit-check in frm_def.c (John Heasley).
3559 + minor copyright fixes.
3560 + change configure script to produce test/Makefile from data file.
3563 + add a configure option --enable-wgetch-events to enable
3564 NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
3565 lib_twait.c (report by Bernd Jendrissek).
3566 + remove include/nomacros.h from build, since the ifdef for
3567 NCURSES_NOMACROS makes that obsolete.
3568 + add entrypoints for some functions which were only provided as macros
3569 to make NCURSES_NOMACROS ifdef work properly: getcurx(), getcury(),
3570 getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
3572 + provide ifdef for NCURSES_NOMACROS which suppresses most macro
3573 definitions from curses.h, i.e., where a macro is defined to override
3574 a function to improve performance. Allowing a developer to suppress
3575 these definitions can simplify some application (discussion with
3577 + improve description of memu/meml in terminfo manpage.
3580 + if msgr is false, reset video attributes when doing an automargin
3581 wrap to the next line. This makes the ncurses 'k' test work properly
3583 + correct caching of keyname(), which was using only half of its table.
3584 + minor fixes to memory-leak checking.
3585 + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
3586 arrays, making ACS_LEN less visible to applications (suggested by
3588 + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
3589 _screen_acs_map will have the same offset in both ncurses/ncursesw,
3590 making the corresponding tinfo/tinfow libraries binary-compatible
3591 (cf: 20041016, report by Stanislav Ievlev).
3594 + improve debug-tracing for EmitRange().
3595 + change default for --with-develop to "yes". Add NCURSES_NO_HARD_TABS
3596 and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
3597 suppression of the related hard-tabs and xmc-glitch features.
3598 + add ncurses version number to top-level manpages, e.g., ncurses, tic,
3599 infocmp, terminfo as well as form, menu, panel.
3600 + update config.guess, config.sub
3601 + modify ncurses.c to work around a bug in NetBSD 3.0 curses
3602 (field_buffer returning null for a valid field). The 'r' test
3603 appears to not work with that configuration since the new_fieldtype()
3604 function is broken in that implementation.
3607 + add hpterm-color terminfo entry -TD
3608 + fixes to compile test-programs with HPUX 11.23
3611 + add copyright notices to files other than those that are generated,
3612 data or adapted from pdcurses (reports by William McBrine, David
3614 + improve rendering on hpterm by not resetting attributes at the end
3615 of doupdate() if the terminal has the magic-cookie feature (report
3617 + add 256color variants of terminfo entries for programs which are
3618 reported to implement this feature -TD
3621 + fix typo in change to NewChar() macro from 20060311 changes, which
3622 broke tab-expansion (report by Frederic L W Meunier).
3625 + document -U option of tic and infocmp.
3626 + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
3627 due to size limit, e.g., converting to termcap format. Also
3628 suppress them if the output format does not contain acsc and it
3629 was not VT100-like, i.e., a one-one mapping (Novell #163715).
3630 + add configure check to ensure that SIGWINCH is defined on platforms
3631 such as OS X which exclude that when _XOPEN_SOURCE, etc., are
3632 defined (report by Nicholas Cole)
3635 + modify write_object() to not write coincidental extensions of an
3636 entry made due to it being referenced in a use= clause (report by
3638 + another fix for infocmp -i option, which did not ensure that some
3639 escape sequences had comparable prefixes (report by Alain Bench).
3642 + improve discussion of init/reset in terminfo and tput manpages
3643 (report by Alain Bench).
3644 + use is3 string for a fallback of rs3 in the reset program; it was
3645 using is2 (report by Alain Bench).
3646 + correct logic for infocmp -i option, which did not account for
3647 multiple digits in a parameter (cf: 20040828) (report by Alain
3649 + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
3650 option work after 20060114 changes (report by Arkadiusz Miskiewicz).
3651 + add copyright notices to test-programs as needed (report by William
3655 + modify ncurses.c 'F' test to combine the wide-characters with color
3656 and/or video attributes.
3657 + modify test/ncurses to use CTL/Q or ESC consistently for exiting
3658 a test-screen (some commands used 'x' or 'q').
3661 + fix an off-by-one in the scrolling-region change (cf_ 20060311).
3664 + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
3665 a null character is found (report by Igor Bogomazov).
3666 + modify progs/Makefile.in to make "tput init" work properly with
3667 cygwin, i.e., do not pass a ".exe" in the reference string used
3668 in check_aliases (report by Samuel Thibault).
3669 + add some checks to ensure current position is within scrolling
3670 region before scrolling on a new line (report by Dan Gookin).
3671 + change some NewChar() usage to static variables to work around
3672 stack garbage introduced when cchar_t is not packed (Redhat #182024).
3675 + workarounds to build test/movewindow with PDcurses 2.7.
3676 + fix for nsterm-16color entry (patch by Alain Bench).
3677 + correct a typo in infocmp manpage (Debian #354281).
3680 + add nsterm-16color entry -TD
3681 + updated mlterm terminfo entry -TD
3682 + remove 970913 feature for copying subwindows as they are moved in
3683 mvwin() (discussion with Bryan Christ).
3684 + modify test/demo_menus.c to demonstrate moving a menu (both the
3685 window and subwindow) using shifted cursor-keys.
3686 + start implementing recursive mvwin() in movewindow.c (incomplete).
3687 + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
3688 for movewindow.c (report by William McBrine).
3689 + add help-message to test/movewindow.c
3692 + add test/movewindow.c, to test mvderwin().
3693 + fix ncurses soft-key test so color changes are shown immediately
3694 rather than delayed.
3695 + modify ncurses soft-key test to hide the keys when exiting the test
3697 + fixes to build test programs with PDCurses 2.7, e.g., its headers
3698 rely on autoconf symbols, and it declares stubs for nonfunctional
3699 terminfo and termcap entrypoints.
3702 + improved test/configure to build test/ncurses on HPUX 11 using the
3704 + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
3705 benefit of developers who do not read INSTALL.
3708 + correct form library Window_To_Buffer() change (cf: 20040516), which
3709 should ignore the video attributes (report by Ricardo Cantu).
3712 + minor fixes to xmc-glitch experimental code:
3713 + suppress line-drawing
3714 + implement max_attributes
3716 + minor fixes for the database iterator.
3717 + fix some buffer limits in c++ demo (comment by Falk Hueffner in
3721 + add toe -a option, to show all databases. This uses new private
3722 interfaces in the ncurses library for iterating through the list of
3724 + fix toe from 20000909 changes which made it not look at
3726 + make toe's -v option parameter optional as per manpage.
3727 + improve SIGWINCH handling by postponing its effect during newterm(),
3728 etc., when allocating screens.
3731 + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs. Use
3732 this in test/filter.c
3733 + fix an error in filter() modification which caused some applications
3737 + check if filter() was called when getting the screensize. Keep it
3738 at 1 if so (based on Redhat #174498).
3739 + add extension nofilter().
3740 + refined the workaround for ACS mapping.
3741 + make ifdef's consistent in curses.h for the extended colors so the
3742 header file can be used for the normal curses library. The header
3743 file installed for extended colors is a variation of the
3744 wide-character configuration (report by Frederic L W Meunier).
3747 + add a workaround to ACS mapping to allow applications such as
3748 test/blue.c to use the "PC ROM" characters by masking them with
3749 A_ALTCHARSET. This worked up til 5.5, but was lost in the revision
3750 of legacy coding (report by Michael Deutschmann).
3751 + add a null-pointer check in the wide-character version of
3752 calculate_actual_width() (report by Victor Julien).
3753 + improve test/ncurses 'd' (color-edit) test by allowing the RGB
3754 values to be set independently (patch by William McBrine).
3755 + modify test/configure script to allow building test programs with
3757 + modified test programs to allow some to work with NetBSD curses.
3758 Several do not because NetBSD curses implements a subset of X/Open
3759 curses, and also lacks much of SVr4 additions. But it's enough for
3761 + update config.guess and config.sub
3764 + use BSD-specific fix for return-value from cgetent() from CVS where
3765 an unknown terminal type would be reportd as "database not found".
3766 + make tgetent() return code more readable using new symbols
3768 + remove references to non-existent "tctest" program.
3769 + remove TESTPROGS from progs/Makefile.in (it was referring to code
3770 that was never built in that directory).
3771 + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
3774 + add use_legacy_coding() function to support lynx's font-switching
3776 + fix formatting in curs_termcap.3x (report by Mike Frysinger).
3777 + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
3781 + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
3782 overwrite() and copywin() with different combinations of colors and
3783 attributes (including background color) to make it easy to see the
3784 effect of the different functions.
3785 + corrections to menu/m_global.c for wide-characters (report by
3789 + add configure option --without-dlsym, allowing developers to
3790 configure GPM support without using dlsym() (discussion with Michael
3792 + fix wins_nwstr(), which did not handle single-column non-8bit codes
3796 + move prototypes for wide-character trace functions from curses.tail
3797 to curses.wide to avoid accidental reference to those if
3798 _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
3800 + add/use NCURSES_INLINE definition.
3801 + change some internal functions to use int/unsigned rather than the
3805 + remove a redundant check in lib_color.c (Debian #335655).
3806 + use ld's -search_paths_first option on Darwin to work around odd
3807 search rules on that platform (report by Christian Gennerat, analysis
3809 + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
3810 + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
3811 + fix several bugs in test/bs.c (patch by Stephen Lindholm).
3814 + other minor fixes to cygwin based on tack -TD
3815 + correct smacs in cygwin (Debian #338234, report by Baurzhan
3816 Ismagulov, who noted that it was fixed in Cygwin).
3819 + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
3820 + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
3821 since those record the state of multicolumn characters (Debian
3823 + modify werase to clear multicolumn characters that extend into
3824 a derived window (Debian #316663).
3827 + move assignment from environment variable ESCDELAY from initscr()
3828 down to newterm() so the environment variable affects timeouts for
3829 terminals opened with newterm() as well.
3830 + fix a memory leak in keyname().
3831 + add test/demo_altkeys.c
3832 + modify test/demo_defkey.c to exit from loop via 'q' to allow
3833 leak-checking, as well as fix a buffer size in winnstr() call.
3836 + correct order of use-clauses in rxvt-basic entry which made codes for
3837 f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
3838 + suppress configure check for gnatmake if Ada95/Makefile.in is not
3840 + correct a typo in configure --with-bool option for the case where
3841 --without-cxx is used (report by Daniel Jacobowitz).
3842 + add a note to INSTALL's discussion of --with-normal, pointing out
3843 that one may wish to use --without-gpm to ensure a completely
3844 static link (prompted by report by Felix von Leitner).
3846 20051010 5.5 release for upload to ftp.gnu.org
3849 + document in demo_forms.c some portability issues.
3852 + document side-effect of werase() which sets the cursor position.
3853 + save/restore the current position in form field editing to make
3857 + correct header dependencies in progs, allowing parallel make (report
3858 by Daniel Jacobowitz).
3859 + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
3860 the configure check for --with-build-cc (report by Daniel Jacobowitz).
3861 + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
3863 + update config.guess and config.sub from
3864 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
3867 + modify sed expression which computes path for /usr/lib/terminfo
3868 symbolic link in install to ensure that it does not change unexpected
3869 levels of the path (Gentoo #42336).
3870 + modify default for --disable-lp64 configure option to reduce impact
3871 on existing 64-bit builds. Enabling the _LP64 option may change the
3872 size of chtype and mmask_t. However, for ABI 6, it is enabled by
3873 default (report by Mike Frysinger).
3874 + add configure script check for --enable-ext-mouse, bump ABI to 6 by
3875 default if it is used.
3876 + improve configure script logic for bumping ABI to omit this if the
3877 --with-abi-version option was used.
3878 + update address for Free Software Foundation in tack's source.
3879 + correct wins_wch(), which was not marking the filler-cells of
3880 multi-column characters (cf: 20041023).
3883 + modify mouse initialization to ensure that Gpm_Open() is called only
3884 once. Otherwise GPM gets confused in its initialization of signal
3885 handlers (Debian #326709).
3888 + modify logic for backspacing in a multiline form field to ensure that
3889 it works even when the preceding line is full (report by Frank van
3891 + remove comment about BUGS section of ncurses manpage (Debian #325481)
3894 + document some workarounds for shared and libtool library
3895 configurations in INSTALL (see --with-shared and --with-libtool).
3896 + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
3897 cross-compilers which emit the platform name in their version
3899 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
3900 (report by Frank van Vugt).
3903 + start updating documentation for upcoming 5.5 release.
3904 + fix to make libtool and libtinfo work together again (cf: 20050122).
3905 + fixes to allow building traces into libtinfo
3906 + add debug trace to tic that shows if/how ncurses will write to the
3907 lower corner of a terminal's screen.
3908 + update llib-l* files.
3911 + modify initializers in c++ binding to build with old versions of g++.
3912 + improve special case for 20050115 repainting fix, ensuring that if
3913 the first changed cell is not a character that the range to be
3914 repainted is adjusted to start at a character's beginning (Debian
3918 + fixes to build on QNX 6.1
3919 + improve configure script checks for Intel 9.0 compiler.
3920 + remove #include's for libc.h (obsolete).
3921 + adjust ifdef's in curses.priv.h so that when cross-compiling to
3922 produce comp_hash and make_keys, no dependency on wchar.h is needed.
3923 That simplifies the build-cppflags (report by Frank van Vugt).
3924 + move modules related to key-binding into libtinfo to fix linkage
3925 problem caused by 20050430 changes to MKkeyname.sh (report by
3926 Konstantin Andreev).
3929 + updates/fixes for configure script macros from vile -TD
3930 + make prism9's sgr string agree with the rest of the terminfo -TD
3931 + make vt220's sgr0 string consistent with sgr string, do this for
3932 several related cases -TD
3933 + improve translation to termcap by filtering the 'me' (sgr0) strings
3934 as in the runtime call to tgetent() (prompted by a discussion with
3936 + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
3937 resets line-drawing.
3940 + fix special cases for trimming sgr0 for hurd and vt220 (Debian
3942 + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
3943 allow it to be used by tic to provide information about the runtime
3944 changes that would be made to sgr0 for termcap applications.
3945 + modify make_sed.sh to make the group-name in the NAME section of
3946 form/menu library manpage agree with the TITLE string when renaming
3947 is done for Debian (Debian #78866).
3950 + modify parameter type in c++ binding for insch() and mvwinsch() to
3951 be consistent with underlying ncurses library (was char, is chtype).
3952 + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
3954 + improve configure check for nanosleep(), checking that it works since
3955 some older systems such as AIX 4.3 have a nonworking version.
3958 + update config.guess and config.sub from
3959 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
3960 + modify misc/shlib to work in test-directory.
3961 + suppress $suffix in misc/run_tic.sh when cross-compiling. This
3962 allows cross-compiles to use the host's tic program to handle the
3963 "make install.data" step.
3964 + improve description of $LINES and $COLUMNS variables in manpages
3965 (prompted by report by Dave Ulrick).
3966 + improve description of cross-compiling in INSTALL
3967 + add NCURSES-Programming-HOWTO.html by Pradeep Padala
3968 (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
3969 + modify configure script to obtain soname for GPM library (discussion
3970 with Daniel Jacobowitz).
3971 + modify configure script so that --with-chtype option will still
3972 compute the unsigned literals suffix for constants in curses.h
3973 (report by Daniel Jacobowitz:
3974 + patches from Daniel Jacobowitz:
3975 + the man_db.renames entry for tack.1 was backwards.
3976 + tack.1 had some 1m's that should have been 1M's.
3977 + the section for curs_inwstr.3 was wrong.
3980 + correction to --with-chtype option (report by Daniel Jacobowitz).
3983 + move build-time edit_man.sh and edit_man.sed scripts to top directory
3984 to simplify reusing them for renaming tack's manpage (prompted by a
3985 review of Debian package).
3986 + revert minor optimization from 20041030 (Debian #313609).
3987 + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
3988 1.5.10 and 1.5.18 (all work except as noted previously for the c++
3989 install using libtool 1.5.0):
3990 + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
3992 + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
3993 + add configure options --with-chtype and --with-mmask-t, to allow
3994 overriding of the non-LP64 model's use of the corresponding types.
3995 + revise test for size of chtype (and mmask_t), which always returned
3996 "long" due to an uninitialized variable (report by Daniel Jacobowitz).
3999 + change _tracef's that used "%p" format for va_list values to ignore
4000 that, since on some platforms those are not pointers.
4001 + fixes for long-formats in printf's due to largefile support.
4004 + fixes for termcap support:
4005 + reset pointer to _nc_curr_token.tk_name when the input stream is
4006 closed, which could point to free memory (cf: 20030215).
4007 + delink TERMTYPE data which is used by the termcap reader, so that
4008 extended names data will be freed consistently.
4009 + free pointer to TERMTYPE data in _nc_free_termtype() rather than
4011 + add some entrypoints for freeing permanently allocated data via
4012 _nc_freeall() when NO_LEAKS is defined.
4013 + amend 20041030 change to _nc_do_color to ensure that optimization is
4014 applied only when the terminal supports back_color_erase (bce).