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.2180 2014/03/15 20:39:44 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 + modify _nc_New_TopRow_and_CurrentItem() to ensure that the menu's
50 top-row is adjusted as needed to ensure that the current item is
51 on the screen (patch by Johann Klammer).
52 + add wgetdelay() to retrieve _delay member of WINDOW if it happens to
53 be opaque, e.g., in the pthread configuration (prompted by patch by
57 + modify ifdef in read_entry.c to handle the case where
58 NCURSES_USE_DATABASE is not defined (patch by Xin Li).
59 + add cast in form_driver_w() to fix ARM build (patch by Xin Li).
60 + add logic to win_driver.c to save/restore screen contents when not
61 allocating a console-buffer (cf: 20140215).
64 + clarify error-returns from newwin (report by Ruslan Nabioullin).
67 + fix some compiler warnings in win_driver.c
68 + updated notes for wsvt25 based on tack and vttest -TD
69 + add teken entry to show actual properties of FreeBSD's "xterm"
73 + in-progress changes to win_driver.c to implement output without
74 allocating a console-buffer. This uses a pre-existing environment
75 variable NCGDB used by Juergen Pfeifer for debugging (prompted by
76 discussion with Erwin Waterlander regarding Console2, which hangs
77 when reading in an allocated console-buffer).
78 + add -t option to gdc.c, and modify to accept "S" to step through the
80 + regenerate NCURSES-Programming-HOWTO.html to fix some of the broken
81 html emitted by docbook.
84 + modify CF_XOPEN_SOURCE macro to omit followup check to determine if
85 _XOPEN_SOURCE can/should be defined. g++ 4.7.2 built on Solaris 10
86 has some header breakage due to its own predefinition of this symbol
87 (report by Jean-Pierre Flori, Sage #15796).
90 + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
91 which "short" types are for color pairs and which are color values.
92 + fix build for s390x, by correcting field bit offsets in generated
93 representation clauses when int=32 long=64 and endian=big, or at
94 least on s390x (patch by Nicolas Boulenguez).
95 + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
98 + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
99 not work as is with gcc 4.8 due to fixes using chtype cast made for
100 new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
101 by Nicolas Boulenguez).
104 + apply includesubdir variable which was introduced in 20130805 to
105 gen-pkgconfig.in (Debian #735782).
108 + further improved man2html, used this to fix broken links in html
110 ftp://invisible-island.net/ncurses/patches/man2html
113 + modify configure-script/ifdef's to allow OLD_TTY feature to be
114 suppressed if the type of ospeed is configured using the option
115 --with-ospeed to not be a short. By default, it is a short for
116 termcap-compatibility (adapted from suggestion by Christian
118 + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
120 + fix a few -Wlogical-op warnings.
121 + updated llib-l* files.
124 + add form_driver_w() entrypoint to wide-character forms library, as
125 well as test program form_driver_w (adapted from patch by Gaute
129 + minor fix for CF_GCC_WARNINGS to special-case options which are not
133 + add special case to configure script to move _XOPEN_SOURCE_EXTENDED
134 definition from CPPFLAGS to CFLAGS if it happens to be needed for
135 Solaris, because g++ errors with that definition (report by
136 Jean-Pierre Flori, Sage #15268).
137 + correct logic in infocmp's -i option which was intended to ignore
138 strings which correspond to function-keys as candidates for piecing
139 together initialization- or reset-strings. The problem dates to
140 1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
141 gcc 4.8 (report by David Binderman).
142 + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, adding
143 checks for -Wextra, -Wignored-qualifiers and -Wlogical-op
144 + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
145 checks for -Wextra and -Wdeclaration-after-statement into the macro,
146 and adding checks for -Wignored-qualifiers, -Wlogical-op and
148 + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
150 + update config.sub from
151 http://git.savannah.gnu.org/cgit/config.git
154 + minor cleanup of terminfo.tail
157 + use TS extension to describe xterm's title-escapes -TD
158 + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
159 + update hurd.ti, add xenl to reflect 2011-03-06 change in
160 http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
162 + simplify pfkey expression in ansi.sys -TD
165 + correct/simplify ifdef's for cur_term versus broken-linker and
166 reentrant options (report by Jean-Pierre Flori, cf: 20090530).
167 + modify release/version combinations in test build-scripts to make
168 them more consistent with other packages.
171 + add nc_mingw.h to installed headers for MinGW port; needed for
172 compiling ncurses-examples.
173 + add rpm-script for testing cross-compile of ncurses-examples.
176 + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
179 + fix a few compiler warnings in progs and test.
180 + minor fix to package/debian-mingw/rules, do not strip dll's.
181 + minor fixes to configure script for empty $prefix, e.g., when doing
182 cross-compiles to MinGW.
183 + add script for building test-packages of binaries cross-compiled to
187 + minor fixes for ncurses-example package and makefile.
188 + add scripts for test-builds of cross-compiler packages for ncurses6
192 + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
193 it lacks some common functions such as use_env() which is not yet
195 + build-fix and some compiler warning fixes for ncurses-examples with
197 + fix a possible null-pointer reference in a trace message from newterm.
198 + quiet a few warnings from NetBSD 6.0 namespace pollution by
199 nonstandard popcount() function in standard strings.h header.
200 + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
201 + fix a few overlooked places for --enable-string-hacks option.
204 + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
205 + build-fix for --with-shared option for DragonFly and FreeBSD (report
206 by Rong-En Fan, cf: 20130727).
209 + build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
211 + revert change to two of the dpkg format files, to work with dpkg
212 before/after Debian #700177.
213 + fix gcc -Wconversion warning in wattr_get() macro.
214 + add msys and msysdll to known host/configuration types (patch by
216 + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
217 of sort, improving portability.
218 + minor improvements for test-programs from reviewing Solaris port.
219 + update config.guess, config.sub from
220 http://git.savannah.gnu.org/cgit/config.git
223 + modify test/ncurses.c b/B tests to display lines only for the
224 attributes which a given terminal supports, to make room for an
226 + completed ncv table in terminfo.tail; it did not list the wide
227 character codes listed in X/Open Curses issue 7.
228 + add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
231 + fix some gcc 4.8 -Wconversion warnings.
232 + change format of dpkg test-scripts to quilted to work around bug
233 introduced by Debian #700177.
234 + discard cached keyname() values if meta() is changed after a value
235 was cached using (report by Kurban Mallachiev).
238 + add checks in tic to warn about terminals which lack cursor
239 addressing, capabilities or having those, are marked as hard_copy or
241 + use --without-progs in mingw-ncurses rpm.
242 + split out _nc_init_termtype() from alloc_entry.c to use in MinGW
243 port when tic and other programs are not needed.
246 + minor fixes to the --disable-overwrite logic, to ensure that the
247 configured $(includedir) is not cancelled by the mingwxx-filesystem
249 + add --disable-db-install configure option, to simplify building
250 cross-compile support packages.
251 + add mingw-ncurses.spec file, for testing cross-compiles.
254 + improve configure macros from ongoing work on cdk, dialog, xterm:
255 + CF_ADD_LIB_AFTER - fix a problem with -Wl options
256 + CF_RPATH_HACK - add missing result-message
257 + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
258 dll symbols (which can be overridden) rather than explicit "../".
259 + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
260 rather than ${LD} to improve rpath support.
261 + CF_SHARED_OPTS - add a symbol to denote the temporary files that
262 are created by the macro, to simplify clean-rules.
263 + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
264 + fix a regression in hashed-database support for NetBSD, which uses
265 the key-size differently from other implementations (cf: 20121229).
268 + further improvements for setupterm manpage, clarifying the
269 initialization of cur_term.
272 + improve manpages for initscr and setupterm.
273 + minor compiler-warning fixes
276 + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
277 + add check for size of wchar_t, use that to suppress a chunk of
278 wcwidth.h in MinGW port.
279 + quiet linker warnings for MinGW cross-compile with dll's using the
280 --enable-auto-import flag.
281 + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
285 + modify the clear program to take into account the E3 extended
286 capability to clear the terminal's scrollback buffer (patch by
287 Miroslav Lichvar, Redhat #815790).
288 + clarify in resizeterm manpage that LINES and COLS are updated.
289 + updated ansi example in terminfo.tail, correct misordered example
291 + fix other doclifter warnings for manpages
292 + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
293 (patch by Eric Raymond).
296 + minor changes to some configure macros to make them more reusable.
297 + fixes for tabs program (prompted by report by Nick Andrik):
298 + corrected logic in command-line parsing of -a and -c predefined
300 + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
301 + make warning messages more consistent with the other utilities by
302 not printing the full pathname of the program.
303 + add -V option for consistency with other utilities.
304 + fix off-by-one in columns for tabs program when processing an option
305 such as "-5" (patch by Nick Andrik).
308 + add to test/demo_forms.c examples of using the menu-hooks as well
309 as showing how the menu item user-data can be used to pass a callback
311 + add test/dots_termcap.c
312 + remove setupterm call from test/demo_termcap.c
313 + build-fix if --disable-ext-funcs configure option is used.
314 + modified test/edit_field.c and test/demo_forms.c to move the lengths
315 into a user-data structure, keeping the original string for later
316 expansion to free-format input/out demo.
317 + modified test/demo_forms.c to load data from file.
318 + added note to clarify Terminal.app's non-emulation of the various
319 terminal types listed in the preferences dialog -TD
320 + fix regression in error-reporting in lib_setup.c (Debian #711134,
322 + build-fix for a case where --enable-broken_linker and
323 --enable-reentrant options are combined (report by George R Goffe).
326 + modify mvcur() to distinguish between internal use by the ncurses
327 library, and external callers, preventing it from reading the content
328 of the screen which is only nonblank when curses calls have updated
329 it. This makes test/dots_mvcur.c avoid painting colored cells in
330 the left margin of the display.
331 + minor fix to test/dots_mvcur.c
332 + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
333 NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
334 use of these symbols in term_entry.h
337 + corrected ifdefs in test/testcurs.c to allow comparison of mouse
338 interface versus pdcurses (cf: 20130316).
339 + add pow() to configure-check for math library, needed since
340 20121208 for test/hanoi (Debian #708056).
341 + regenerated html manpages.
342 + update doctype used for html documentation.
345 + move nsterm-related entries out of "obsolete" section to more
346 plausible "ansi consoles" -TD
347 + additional cleanup of table-of-contents by reordering -TD
348 + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
349 prevented inserts when video attributes were attached to the data
350 (cf: 20121215) (Redhat #959534).
353 + fixes for issues found by Coverity:
354 + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
355 display when infocmp's -R option is used for HP or AIX subsets.
356 + fix dead-code issue with test/movewindow.c
357 + improve limited-checking in _nc_read_termtype().
360 + fix clang 3.2 warning in progs/dump_entry.c
361 + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
364 + add MinGW to cases where ncurses installs by default into /usr
365 (prompted by discussion with Daniel Silva Ferreira).
366 + add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
367 + add a missing 'int' type for main function in configure check for
368 type of bool variable, to work with clang 3.2 (report by Dmitri
370 + improve configure check for static_cast, to work with clang 3.2
371 (report by Dmitri Gribenko).
372 + re-order rule for demo.o and macros defining header dependencies in
373 c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
376 + improve parameter checking in copywin().
377 + modify configure script to work around OS X's "libtool" program, to
378 choose glibtool instead. At the same time, chance the autoconf macro
379 to look for a "tool" rather than a "prog", to help with potential use
381 + separate the rpath usage for c++ library from demo program
383 + update/correct header-dependencies in c++ makefile (report by Werner
385 + add --with-cxx-shared to dpkg-script, as done for rpm-script.
388 + build-fix for libtool configuration (reports by Daniel Silva Ferreira
392 + build-fix for OS X, to handle changes for --with-cxx-shared feature
393 (report by Christian Ebert).
394 + change initialization for vt220, similar entries for consistency
395 with cursor-key strings (NetBSD #47674) -TD
396 + further improvements to linux-16color (Benjamin Sittler)
399 + additional fix for tic.c, to allocate missing buffer space.
400 + eliminate configure-script warnings for gen-pkgconfig.in
401 + correct typo in sgr string for sun-color,
402 add bold for consistency with sgr,
403 change smso for consistency with sgr -TD
404 + correct typo in sgr string for terminator -TD
405 + add blink to the attributes masked by ncv in linux-16color (report
407 + improve warning message from post-load checking for missing "%?"
408 operator by tic/infocmp by showing the entry name and capability.
409 + minor formatting improvement to tic/infocmp -f option to ensure
410 line split after "%;".
411 + amend scripting for --with-cxx-shared option to handle the debug
412 library "libncurses++_g.a" (report by Sven Joachim).
415 + amend change to toe.c for reading from /dev/zero, to ensure that
416 there is a buffer for the temporary filename (cf: 20120324).
417 + regenerated html manpages.
418 + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
419 + updated some autoconf macros:
420 + CF_ACVERSION_CHECK, from byacc 1.9 20130304
421 + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
422 + add configure option --with-cxx-shared to permit building
423 libncurses++ as a shared library when using g++, e.g., the same
424 limitations as libtool but better integrated with the usual build
425 configuration (Redhat #911540).
426 + modify MKkey_defs.sh to filter out build-path which was unnecessarily
427 shown in curses.h (Debian #689131).
430 + add section to terminfo manpage discussing user-defined capabilities.
431 + update manpage description of NCURSES_NO_SETBUF, explaining why it
433 + add a check in waddch_nosync() to ensure that tab characters are
434 treated as control characters; some broken locales claim they are
436 + add some traces to the Windows console driver.
437 + initialize a temporary array in _nc_mbtowc, needed for some cases
438 of raw input in MinGW port.
441 + correct ifdef on change to lib_twait.c (report by Werner Fink).
442 + update config.guess, config.sub
445 + modify test/testcurs.c to work with mouse for ncurses as it does for
447 + modify test/knight.c to work with mouse for pdcurses as it does for
449 + modify internal recursion in wgetch() which handles cooked mode to
450 check if the call to wgetnstr() returned an error. This can happen
451 when both nocbreak() and nodelay() are set, for instance (report by
452 Nils Christopher Brause) (cf: 960418).
453 + fixes for issues found by Coverity:
454 + add a check for valid position in ClearToEOS()
455 + fix in lib_twait.c when --enable-wgetch-events is used, pointer
457 + improve a limit-check in make_hash.c
458 + fix a memory leak in hashed_db.c
461 + modify test/configure script to make it simpler to override names
462 of curses-related libraries, to help with linking with pdcurses in
464 + if the --with-terminfo-dirs configure option is not used, there is
465 no corresponding compiled-in value for that. Fill in "no default
466 value" for that part of the manpage substitution.
469 + correct initialization in knight.c which let it occasionally make
470 an incorrect move (cf: 20001028).
471 + improve documentation of the terminfo/termcap search path.
474 + further fixes to mvcur to pass callback function (cf: 20130112),
475 needed to make test/dots_mvcur work.
476 + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
478 + modify configure script to omit "+b" from linker options for very
479 old HP-UX systems (report by Dennis Grevenstein)
480 + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
481 by Dennis Grevenstein).
482 + restore memmove/strdup support for antique systems (request by
484 + change %l behavior in tparm to push the string length onto the stack
485 rather than saving the formatted length into the output buffer
486 (report by Roy Marples, cf: 980620).
489 + fixes for issues found by Coverity:
490 + fix memory leak in safe_sprintf.c
491 + add check for return-value in tty_update.c
492 + correct initialization for -s option in test/view.c
493 + add check for numeric overflow in lib_instr.c
494 + improve error-checking in copywin
495 + add advice in infocmp manpage for termcap users (Debian #698469).
496 + add "-y" option to test/demo_termcap and test/demo_terminfo to
497 demonstrate behavior with/without extended capabilities.
498 + updated termcap manpage to document legacy termcap behavior for
499 matching capability names.
500 + modify name-comparison for tgetstr, etc., to accommodate legacy
501 applications as well as to improve compatbility with BSD 4.2
502 termcap implementations (Debian #698299) (cf: 980725).
505 + correct prototype in manpage for vid_puts.
506 + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
507 are unused in the current driver model.
508 + modify mvcur to use stdout except when called within the ncurses
510 + modify vidattr and vid_attr to use stdout as documented in manpage.
511 + amend changes made to buffering in 20120825 so that the low-level
512 putp() call uses stdout rather than ncurses' internal buffering.
513 The putp_sp() call does the same, for consistency (Redhat #892674).
516 + add "-s" option to test/view.c to allow it to start in single-step
517 mode, reducing size of trace files when it is used for debugging
519 + revert part of 20121222 change to tinfo_driver.c
520 + add experimental logic in win_driver.c to improve optimization of
521 screen updates. This does not yet work with double-width characters,
522 so it is ifdef'd out for the moment (prompted by report by Erwin
523 Waterlander regarding screen flicker).
526 + fix coverity warnings regarding copying into fixed-size buffers.
527 + add throw-declarations in the c++ binding per Coverity warning.
528 + minor changes to new-items for consistent reference to bug-report
532 + add *.dSYM directories to clean-rule in ncurses directory makefile,
534 + add a configure check for gcc option -no-cpp-precomp, which is not
535 available in all Mac OS X configurations (report by Andras Salamon,
537 + improve 20021221 workaround for broken acs, handling a case where
538 that ACS_xxx character is not in the acsc string but there is a known
539 wide-character which can be used.
542 + fix several warnings from clang 3.1 --analyze, includes correcting
543 a null-pointer check in _nc_mvcur_resume.
544 + correct display of double-width characters with MinGW port (report
545 by Erwin Waterlander).
546 + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
547 > fixes based on Coverity report:
548 + correct coloring in test/bs.c
549 + correct check for 8-bit value in _nc_insert_ch().
550 + remove dead code in progs/tset.c, test/linedata.h
551 + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
555 + modify test/knight.c to show the number of choices possible for
556 each position in automove option, e.g., to allow user to follow
557 Warnsdorff's rule to solve the puzzle.
558 + modify test/hanoi.c to show the minimum number of moves possible for
559 the given number of tiles (prompted by patch by Lucas Gioia).
560 > fixes based on Coverity report:
561 + remove a few redundant checks.
562 + correct logic in test/bs.c, when randomly placing a specific type of
564 + check return value from remove/unlink in tic.
565 + check return value from sscanf in test/ncurses.c
566 + fix a null dereference in c++/cursesw.cc
567 + fix two instances of uninitialized variables when configuring for the
569 + correct scope of variable used in SetSafeOutcWrapper macro.
570 + set umask when calling mkstemp in tic.
571 + initialize wbkgrndset() temporary variable when extended-colors are
575 + also replace MinGW's wctomb(), fixing a problem with setcchar().
576 + modify test/view.c to load UTF-8 when built with MinGW by using
577 regular win32 API because the MinGW functions mblen() and mbtowc()
581 + correct order of color initialization versus display in some of the
582 test-programs, e.g., test_addstr.c
583 > fixes based on Coverity report:
584 + delete windows on exit from some of the test-programs.
587 > fixes based on Coverity report:
588 + add missing braces around FreeAndNull in two places.
589 + various fixes in test/ncurses.c
590 + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
591 + correct malloc size in progs/infocmp.c
592 + guard against negative array indices in test/knight.c
593 + fix off-by-one limit check in test/color_name.h
594 + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
596 + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
597 test/clip_printw.c, test/demo_menus.c
598 + delete unused windows in test/chgat.c, test/clip_printw.c,
599 test/insdelln.c, test/newdemo.c on error-return.
602 + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
603 local -I include options in case someone has set conflicting -I
604 options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
606 + modify the ncurses*-config scripts to eliminate relative paths from
607 the RPATH_LIST variable, e.g., "../lib" as used in installing shared
608 libraries or executables.
611 + realign these related pages:
616 and fix a long-ago error in curs_addstr.3x which said that a -1
617 length parameter would only write as much as fit onto one line
618 (report by Reuben Thomas).
619 + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
620 + remove obsolete fallback _nc_strdup() for strdup().
621 + cancel any debug-rpm in package/ncurses.spec
622 + reviewed vte-2012, reverted most of the change since it was incorrect
623 based on testing with tack -TD
624 + un-cancel the initc in vte-256color, since this was implemented
625 starting with version 0.20 in 2009 -TD
628 + improve malloc/realloc checking (prompted by discussion in Redhat
630 + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
631 + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST. The
632 first corrects pattern used for Mac OS X's customization of gcc.
635 + fix change to _nc_scroll_optimize(), which incorrectly freed memory
639 + add vte-2012, gnome-2012, making these the defaults for vte/gnome
640 (patch by Christian Persch).
643 + improve CF_GCC_VERSION to work around Debian's customization of gcc
645 + improve configure macros as done in byacc:
646 + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
647 has used that for a while.
648 + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
649 for experimental use.
650 + remove unused configure macros.
651 + modify configure script and makefiles to quiet new autoconf warning
652 for LIBS_TO_MAKE variable.
653 + modify configure script to show $PATH_SEPARATOR variable.
654 + update config.guess, config.sub
657 + modify setupterm to set its copy of TERM to "unknown" if configured
658 for the terminal driver and TERM was null or empty.
659 + modify treatment of TERM variable for MinGW port to allow explicit
660 use of the windows console driver by checking if $TERM is set to
661 "#win32con" or an abbreviation of that.
662 + undo recent change to fallback definition of vsscanf() to build with
663 older Solaris compilers (cf: 20120728).
666 + add test-screens to test/ncurses to show 256-characters at a time,
667 to help with MinGW port.
670 + simplify varargs logic in lib_printw.c; va_copy is no longer needed
672 + modifications for MinGW port to make wide-character display usable.
675 + regenerate configure script (report by Sven Joachim, cf: 20120901).
678 + add a null-pointer check in _nc_flush (cf: 20120825).
679 + fix a case in _nc_scroll_optimize() where the _oldnums_list array
680 might not be allocated.
681 + improve comparisons in configure.in for unset shell variables.
684 + increase size of ncurses' output-buffer, in case of very small
685 initial screen-sizes.
686 + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
687 after changes to use --datarootdir (reports by Gabriele Balducci,
691 + change output buffering scheme, using buffer maintained by ncurses
692 rather than stdio, to avoid problems with SIGTSTP handling (report
696 + update autoconf patch to 2.52.20120811, adding --datarootdir
697 (prompted by discussion with Erwin Waterlander).
698 + improve description of --enable-reentrant option in README and the
700 + add nsterm-256color, make this the default nsterm -TD
701 + remove bw from nsterm-bce, per testing with tack -TD
704 + update test/configure, adding check for tinfo library.
705 + improve limit-checks for the getch fifo (report by Werner Fink).
706 + fix a remaining mismatch between $with_echo and the symbols updated
707 for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
708 Sven Joachim, cf: 20120317).
709 + modify followup check for pkg-config's library directory in the
710 --enable-pc-files option to validate syntax (report by Sven Joachim,
714 + correct path for ncurses_mingw.h in include/headers, in case build
715 is done outside source-tree (patch by Roumen Petrov).
716 + modify some older xterm entries to align with xterm source -TD
717 + separate "xterm-old" alias from "xterm-r6" -TD
718 + add E3 extended capability to xterm-basic and putty -TD
719 + parenthesize parameters of other macros in curses.h -TD
720 + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
721 in case it happens to be a comma-expression, etc. (patch by Nick
725 + improved form_request_by_name() and menu_request_by_name().
726 + eliminate two fixed-size buffers in toe.c
727 + extend use_tioctl() to have expected behavior when use_env(FALSE) and
728 use_tioctl(TRUE) are called.
729 + modify ncurses test-program, adding -E and -T options to demonstrate
730 use_env() versus use_tioctl().
733 + add use_tioctl() function (adapted from patch by Werner Fink,
737 + add ncurses_mingw.h to installed headers (prompted by patch by
739 + clarify return-codes from wgetch() in response to SIGWINCH (prompted
741 + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
742 if screensize is unchanged. Modify _nc_update_screensize() to push a
743 KEY_RESIZE if there was a SIGWINCH, even if it does not call
744 resizeterm(). These changes eliminate the case where a SIGWINCH is
745 received, but ERR returned from wgetch or wgetnstr because the screen
746 dimensions did not change (Novell #769788).
749 + add --enable-interop to sample package scripts (suggested by Juergen
751 + update CF_PATH_SYNTAX macro, from mawk changes.
752 + modify mk-0th.awk to allow for generating llib-ltic, etc., though
753 some work is needed on cproto to work with lib_gen.c to update
755 + remove redundant getenv() cal in database-iterator leftover from
756 cleanup in 20120622 changes (report by Sven Joachim).
759 + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
760 + fix caching of environment variables in database-iterator (patch by
761 Philippe Troin, Redhat #831366).
764 + add configure check to distinguish clang from gcc to eliminate
765 warnings about unused command-line parameters when compiler warnings
767 + improve behavior when updating terminfo entries which are hardlinked
768 by allowing for the possibility that an alias has been repurposed to
770 + fix some strict compiler warnings based on package scripts.
771 + further fixes for configure check for working poll (Debian #676461).
774 + fix an uninitialized variable in -c/-n logic for infocmp changes
776 + corrected fix for building c++ binding with clang 3.0 (report/patch
777 by Richard Yao, Gentoo #417613, cf: 20110409)
778 + correct configure check for working poll, fixing the case where stdin
779 is redirected, e.g., in rpm/dpkg builds (Debian #676461).
780 + add rpm- and dpkg-scripts, to test those build-environments.
781 The resulting packages are used only for testing.
784 + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
785 + add kdch1, etc., to qvt108 -TD
786 + add dl1/il1 to some entries based on dl/il values -TD
787 + add dl to simpleterm -TD
788 + add consistency-checks in tic for insert-line vs delete-line
789 controls, and insert/delete-char keys
790 + correct no-leaks logic in infocmp when doing comparisons, fixing
791 duplicate free of entries given via the command-line, and freeing
792 entries loaded from the last-but-one of files specified on the
794 + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
795 analysis by Martin Husemann).
796 + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
797 Onno van der Linden).
800 + extend -c and -n options of infocmp to allow comparing more than two
802 + correct check in infocmp for number of terminal names when more than
804 + correct typo in curs_threads.3x (report by Yanhui Shen on
805 freebsd-hackers mailing list).
808 + corrected 'op' for bterm (report by Samuel Thibault) -TD
809 + modify test/background.c to demonstrate a background character
810 holding a colored ACS_HLINE. The behavior differs from SVr4 due to
811 the thick- and double-line extension (cf: 20091003).
812 + modify handling of acs characters in PutAttrChar to avoid mapping an
813 unmapped character to a space with A_ALTCHARSET set.
814 + rewrite vt520 entry based on vt420 -TD
817 + remove p6 (bold) from opus3n1+ for consistency -TD
818 + remove acs stuff from env230 per clues in Ingres termcap -TD
819 + modify env230 sgr/sgr0 to match other capabilities -TD
820 + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
821 + make sgr for dku7202 agree with other caps -TD
822 + make sgr for ibmpc agree with other caps -TD
823 + make sgr for tek4107 agree with other caps -TD
824 + make sgr for ndr9500 agree with other caps -TD
825 + make sgr for sco-ansi agree with other caps -TD
826 + make sgr for d410 agree with other caps -TD
827 + make sgr for d210 agree with other caps -TD
828 + make sgr for d470c, d470c-7b agree with other caps -TD
829 + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
830 + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
831 configured with --enable-termcap and --disable-getcap.
834 + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
835 + add eslok flag to dec+sl -TD
836 + dec+sl applies to vt320 and up -TD
837 + drop wsl width from xterm+sl -TD
838 + reuse xterm+sl in putty and nsca-m -TD
839 + add ansi+tabs to vt520 -TD
840 + add ansi+enq to vt220-vt520 -TD
841 + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
842 + added paragraph in keyname manpage telling how extended capabilities
843 are interpreted as key definitions.
844 + modify tic's check of conflicting key definitions to include extended
845 capability strings in addition to the existing check on predefined
849 + improve cleanup of temporary files in tic using atexit().
850 + add msgr to vt420, similar DEC vtXXX entries -TD
851 + add several missing vt420 capabilities from vt220 -TD
852 + factor out ansi+pp from several entries -TD
853 + change xterm+sl and xterm+sl-twm to include only the status-line
854 capabilities and not "use=xterm", making them more generally useful
855 as building-blocks -TD
856 + add dec+sl building block, as example -TD
859 + add XT to some terminfo entries to improve usefulness for other
860 applications than screen, which would like to pretend that xterm's
861 title is a status-line. -TD
862 + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
863 of ordering and overrides -TD
864 + add consistency check in tic for screen's "XT" capability.
865 + add section in terminfo.src summarizing the user-defined capabilities
866 used in that file -TD
869 + fix an inconsistency between tic/infocmp "-x" option; tic omits all
870 non-standard capabilities, while infocmp was ignoring only the user
871 definable capabilities.
872 + improve special case in tic parsing of description to allow it to be
873 followed by terminfo capabilities. Previously the description had to
874 be the last field on an input line to allow tic to distinguish
875 between termcap and terminfo format while still allowing commas to be
876 embedded in the description.
877 + correct variable name in gen_edit.sh which broke configurability of
878 the --with-xterm-kbs option.
879 + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
880 + further amend 20110910 change, providing for configure-script
881 override of the "linux" terminfo entry to install and changing the
882 default for that to "linux2.2" (Debian #665959).
885 + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
886 + correct order of use-clauses in st-256color -TD
887 + modify configure script to look for gnatgcc if the Ada95 binding
888 is built, in preference to the default gcc/cc (suggested by
890 + modify configure script to ensure that the same -On option used for
891 the C compiler in CFLAGS is used for ADAFLAGS rather than simply
892 using "-O3" (suggested by Nicolas Boulenguez)
895 + amend an old fix so that next_char() exits properly for empty files,
896 e.g., from reading /dev/null (cf: 20080804).
897 + modify tic so that it can read from the standard input, or from
898 a character device. Because tic uses seek's, this requires writing
899 the data to a temporary file first (prompted by remark by Sven
900 Joachim) (cf: 20000923).
903 + correct a check made in lib_napms.c, so that terminfo applications
904 can again use napms() (cf: 20110604).
905 + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
907 + correct scripting for --disable-echo option in test/configure.
908 + amend check for missing c++ compiler to work when no error is
909 reported, and no variables set (cf: 20021206).
910 + add/use configure macro CF_DISABLE_ECHO.
913 + fix some strict compiler warnings for abi6 and 64-bits.
914 + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
915 + improve a limit-check in infocmp.c (Werner Fink):
918 + minor tidying of terminfo.tail, clarify reason for limitation
919 regarding mapping of \0 to \200
920 + minor improvement to _nc_copy_termtype(), using memcpy to replace
922 + fix no-leaks checking in test/demo_termcap.c to account for multiple
923 calls to setupterm().
924 + modified the libgpm change to show previous load as a problem in the
926 > merge some patches from OpenSUSE rpm (Werner Fink):
927 + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
928 + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
930 + ncurses-5.6-fallback.dif, do not free arrays and strings from static
934 + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
937 + modify configure script to allow creating dll's for MinGW when
939 + add --enable-string-hacks option to control whether strlcat and
940 strlcpy may be used. The same issue applies to OpenBSD's warnings
941 about snprintf, noting that this function is weakly standardized.
942 + add configure checks for strlcat, strlcpy and snprintf, to help
943 reduce bogus warnings with OpenBSD builds.
944 + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
946 + update config.guess, config.sub
949 + correct CF_ETIP_DEFINES configure macro, making it exit properly on
950 the first success (patch by Pierre Labastie).
951 + improve configure macro CF_MKSTEMP by moving existence-check for
952 mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
953 + improve configure macro CF_FUNC_POLL from luit changes to detect
954 broken implementations, e.g., with Mac OS X.
955 + add configure option --with-tparm-arg
956 + build-fix for MinGW cross-compiling, so that make_hash does not
957 depend on TTY definition (cf: 20111008).
960 + make sgr for xterm-pcolor agree with other caps -TD
961 + make sgr for att5425 agree with other caps -TD
962 + make sgr for att630 agree with other caps -TD
963 + make sgr for linux entries agree with other caps -TD
964 + make sgr for tvi9065 agree with other caps -TD
965 + make sgr for ncr260vt200an agree with other caps -TD
966 + make sgr for ncr160vt100pp agree with other caps -TD
967 + make sgr for ncr260vt300an agree with other caps -TD
968 + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
969 + make sgr for cygwin, cygwinDBG agree with other caps -TD
970 + add configure option --with-xterm-kbs to simplify configuration for
971 Linux versus most other systems.
974 + improved tic -D option, avoid making target directory and provide
978 + add mach-gnu (Debian #614316, patch by Samuel Thibault)
979 + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
980 + make sgr for sun-color agree with smso -TD
981 + make sgr for prism9 agree with other caps -TD
982 + make sgr for icl6404 agree with other caps -TD
983 + make sgr for ofcons agree with other caps -TD
984 + make sgr for att5410v1, att4415, att620 agree with other caps -TD
985 + make sgr for aaa-unk, aaa-rv agree with other caps -TD
986 + make sgr for avt-ns agree with other caps -TD
987 + amend fix intended to separate fixups for acsc to allow "tic -cv" to
988 give verbose warnings (cf: 20110730).
989 + modify misc/gen-edit.sh to make the location of the tabset directory
990 consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
991 (Debian #653435, patch by Sven Joachim).
994 + add --with-lib-prefix option to allow configuring for old/new flavors
996 + modify check for gnat version to allow for year, as used in FreeBSD
998 + modify check_existence() in db_iterator.c to simply check if the
999 path is a directory or file, according to the need. Checking for
1000 directory size also gives no usable result with OS/2 (cf: 20120107).
1001 + support OS/2 kLIBC (patch by KO Myung-Han).
1004 + several improvements to test/movewindow.c (prompted by discussion on
1006 + modify movement commands to make them continuous
1007 + rewrote the test for mvderwin
1008 + rewrote the test for recursive mvwin
1009 + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
1010 + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
1012 + regenerated html manpages.
1015 + various improvments for MinGW (Juergen Pfeifer):
1016 + modify stat() calls to ignore the st_size member
1017 + drop mk-dlls.sh script.
1018 + change recommended regular expression library.
1019 + modify rain.c to allow for threaded configuraton.
1020 + modify tset.c to allow for case when size-change logic is not used.
1023 + modify toe's report when -a and -s options are combined, to add
1024 a column showing which entries belong to a given database.
1025 + add -s option to toe, to sort its output.
1026 + modify progs/toe.c, simplifying use of db-iterator results to use
1027 caching improvements from 20111001 and 20111126.
1028 + correct generation of pc-files when ticlib or termlib options are
1029 given to rename the corresponding tic- or tinfo-libraries (report
1033 + document a portability issue with tput, i.e., that scripts which work
1034 with ncurses may fail in other implementations that do no parameter
1036 + add putty-sco entry -TD
1039 + review/fix places in manpages where --program-prefix configure option
1041 + add -D option to infocmp, to show the database locations that it
1043 + fix build for the special case where term-driver, ticlib and termlib
1044 are all enabled. The terminal driver depends on a few features in
1045 the base ncurses library, so tic's dependencies include both ncurses
1047 + fix build work for term-driver when --enable-wgetch-events option is
1049 + use <stdint.h> types to fix some questionable casts to void*.
1052 + modify configure script to check if thread library provides
1053 pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
1054 + modify configure script to suppress check to define _XOPEN_SOURCE
1055 for IRIX64, since its header files have a conflict versus
1057 + modify configure script to add ".pc" files for tic- and
1058 tinfo-libraries, which were omitted in recent change (cf: 20111126).
1059 + fix inconsistent checks on $PKG_CONFIG variable in configure script.
1062 + modify configure-check for etip.h dependencies, supplying a temporary
1063 copy of ncurses_dll.h since it is a generated file (prompted by
1065 + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
1068 + correct database iterator's check for duplicate entries
1070 + modify database iterator to ignore $TERMCAP when it is not an
1072 + add -D option to tic, to show the database locations that it could
1074 + improve description of database locations in tic manpage.
1075 + modify the configure script to generate a list of the ".pc" files to
1076 generate, rather than deriving the list from the libraries which have
1077 been built (patch by Mike Frysinger).
1078 + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
1079 ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
1080 from patch by Mike Frysinger).
1083 + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
1084 from curses.priv.h, fixing a regression with IRIX64 and Tru64
1086 + modify _nc_tic_dir() to ensure that its return-value is nonnull,
1087 i.e., the database iterator was not initialized. This case is needed
1088 to when tic is translating to termcap, rather than loading the
1089 database (cf: 20111001).
1092 + add pccon entries for OpenBSD console (Alexei Malinin).
1093 + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
1094 600 to work around inconsistent ifdef'ing of wcstof between C and
1096 + modify capconvert script to accept more than exact match on "xterm",
1097 e.g., the "xterm-*" variants, to exclude from the conversion (patch
1099 + add -lc_r as alternative for -lpthread, allows build of threaded code
1100 in older FreeBSD machines.
1101 + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
1102 _POSIX_SOURCE are defined.
1103 + fix a typo misc/Makefile.in, used in uninstalling pc-files.
1106 + modify make_db_path() to allow creating "terminfo.db" in the same
1107 directory as an existing "terminfo" directory. This fixes a case
1108 where switching between hashed/filesystem databases would cause the
1109 new hashed database to be installed in the next best location -
1110 root's home directory.
1111 + add variable cf_cv_prog_gnat_correct to those passed to
1112 config.status, fixing a problem with Ada95 builds (cf: 20111022).
1113 + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
1114 accommodate broken implementations for _XPG6.
1115 + eliminate usage of NULL symbol from etip.h, to reduce header
1117 + add configure check to decide when to add _XOPEN_SOURCE define to
1118 compiler options, i.e., for Solaris 10 and later (cf: 20100403).
1119 This is a workaround for gcc 4.6, which fails to build the c++
1120 binding if that symbol is defined by the application, due to
1121 incorrectly combining the corresponding feature test macros
1122 (report by Peter Kruse).
1125 + correct logic for discarding mouse events, retaining the partial
1126 events used to build up click, double-click, etc, until needed
1128 + fix configure script to avoid creating unused Ada95 makefile when
1130 + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
1131 internal functions of libncurses. The external interface of courses
1132 uses bool, which still produces these warnings.
1135 + improve description of --disable-tic-depends option to make it
1136 clear that it may be useful whether or not the --with-termlib
1137 option is also given (report by Sven Joachim).
1138 + amend termcap equivalent for set_pglen_inch to use the X/Open
1139 "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
1140 + improve manpage for tgetent differences from termcap library.
1143 + moved static data from db_iterator.c to lib_data.c
1144 + modify db_iterator.c for memory-leak checking, fix one leak.
1145 + modify misc/gen-pkgconfig.in to use Requires.private for the parts
1146 of ncurses rather than Requires, as well as Libs.private for the
1147 other library dependencies (prompted by Debian #644728).
1150 + modify tic "-K" option to only set the strict-flag rather than force
1151 source-output. That allows the same flag to control the parser for
1152 input and output of termcap source.
1153 + modify _nc_getent() to ignore backslash at the end of a comment line,
1154 making it consistent with ncurses' parser.
1155 + restore a special-case check for directory needed to make termcap
1156 text files load as if they were databases (cf: 20110924).
1157 + modify tic's resolution/collision checking to attempt to remove the
1158 conflicting alias from the second entry in the pair, which is
1159 normally following in the source file. Also improved the warning
1160 message to make it simpler to see which alias is the problem.
1161 + improve performance of the database iterator by caching search-list.
1164 + add a missing "else" in changes to _nc_read_tic_entry().
1167 + modify _nc_read_tic_entry() so that hashed-database is checked before
1169 + updated CF_CURSES_LIBS check in test/configure script.
1170 + modify configure script and makefiles to split TIC_ARGS and
1171 TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
1172 to help separate searches for tic- and tinfo-libraries (patch by Nick
1174 + build-fix for lib_mouse.c changes (cf: 20110917).
1177 + fix compiler warning for clang 2.9
1178 + improve merging of mouse events (integrated patch by Damien
1180 + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
1181 (patch by Damien Guibouret).
1184 + modify misc/gen_edit.sh to select a "linux" entry which works with
1185 the current kernel rather than assuming it is always "linux3.0"
1187 + revert a change to getmouse() which had the undesirable side-effect
1188 of suppressing button-release events (report by Damien Guibouret,
1190 + add xterm+kbs fragment from xterm #272 -TD
1191 + add configure option --with-pkg-config-libdir to provide control over
1192 the actual directory into which pc-files are installed, do not use
1193 the pkg-config environment variables (discussion with Frederic L W
1195 + add link to mailing-list archive in announce.html.in, as done in
1196 FAQ (prompted by question by Andrius Bentkus).
1197 + improve manpage install by adjusting the "#include" examples to
1198 show the ncurses-subdirectory used when --disable-overwrite option
1200 + install an alias for "curses" to the ncurses manpage, tied to the
1201 --with-curses-h configure option (suggested by Reuben Thomas).
1204 + propagate error-returns from wresize, i.e., the internal
1205 increase_size and decrease_size functions through resize_term (report
1206 by Tim van der Molen, cf: 20020713).
1207 + fix typo in tset manpage (patch by Sven Joachim).
1210 + add a check to ensure that termcap files which might have "^?" do
1211 not use the terminfo interpretation as "\177".
1212 + minor cleanup of X-terminal emulator section of terminfo.src -TD
1213 + add terminator entry -TD
1214 + add simpleterm entry -TD
1215 + improve wattr_get macros by ensuring that if the window pointer is
1216 null, then the attribute and color values returned will be zero
1220 + add substitution for $RPATH_LIST to misc/ncurses-config.in
1221 + improve performance of tic with hashed-database by caching the
1222 database connection, using atexit() to cleanup.
1223 + modify treatment of 2-character aliases at the beginning of termcap
1224 entries so they are not counted in use-resolution, since these are
1225 guaranteed to be unique. Also ignore these aliases when reporting
1226 the primary name of the entry (cf: 20040501)
1227 + double-check gn (generic) flag in terminal descriptions to
1228 accommodate old/buggy termcap databases which misused that feature.
1229 + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
1233 + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
1234 variable is defined in the makefiles which use it.
1235 + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
1236 + build-fixes for NetBSD 5.1 with termcap support enabled.
1237 + corrected k9 in dg460-ansi, add other features based on manuals -TD
1238 + improve trimming of whitespace at the end of terminfo/termcap output
1240 + when writing termcap source, ensure that colons in the description
1241 field are translated to a non-delimiter, i.e., "=".
1242 + add "-0" option to tic/infocmp, to make the termcap/terminfo source
1244 + add a null-pointer check when handling the $CC variable.
1247 + modify configure script and makefiles in c++ and progs to allow the
1248 directory used for rpath option to be overridden, e.g., to work
1249 around updates to the variables used by tic during an install.
1250 + add -K option to tic/infocmp, to provide stricter BSD-compatibility
1252 + add _nc_strict_bsd variable in tic library which controls the
1253 "strict" BSD termcap compatibility from 20110723, plus these
1255 + allow escapes such as "\8" and "\9" when reading termcap
1256 + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
1257 termcap files, passing through "a", "e", etc.
1258 + expand "\:" as "\072" on output.
1259 + modify _nc_get_token() to reset the token's string value in case
1260 there is a string-typed token lacking the "=" marker.
1261 + fix a few memory leaks in _nc_tgetent.
1262 + fix a few places where reading from a termcap file could refer to
1264 + add an overflow check when converting terminfo/termcap numeric
1265 values, since terminfo stores those in a short, and they must be
1267 + correct internal variables used for translating to termcap "%>"
1268 feature, and translating from termcap %B to terminfo, needed by
1269 tctest (cf: 19991211).
1270 + amend a minor fix to acsc when loading a termcap file to separate it
1271 from warnings needed for tic (cf: 20040710)
1272 + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
1273 a termcap file to be handled via TERMINFO_DIRS.
1274 + modify _nc_infotocap() to include non-mandatory padding when
1275 translating to termcap.
1276 + modify _nc_read_termcap_entry(), passing a flag in the case where
1277 getcap is used, to reduce interactive warning messages.
1280 + add a check in start_color() to limit color-pairs to 256 when
1281 extended colors are not supported (patch by David Benjamin).
1282 + modify setcchar to omit no-longer-needed OR'ing of color pair in
1283 the SetAttr() macro (patch by David Benjamin).
1284 + add kich1 to sun terminfo entry (Yuri Pankov)
1285 + use bold rather than reverse for smso in sun-color terminfo entry
1287 + improve generation of termcap using tic/infocmp -C option, e.g.,
1288 to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
1289 regarding Schilling's test program):
1290 + translate %02 and %03 to %2 and %3 respectively.
1291 + suppress string capabilities which use %s, not supported by tgoto
1292 + use \040 rather than \s
1293 + expand null characters as \200 rather than \0
1294 + modify configure script to support shared libraries for DragonFlyBSD.
1297 + replace an assert() in _nc_Free_Argument() with a regular null
1298 pointer check (report/analysis by Franjo Ivancic).
1299 + modify configure --enable-pc-files option to take into account the
1300 PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
1301 + add/use xterm+tmux chunk from xterm #271 -TD
1302 + resync xterm-new entry from xterm #271 -TD
1303 + add E3 extended capability to linux-basic (Miroslav Lichvar)
1304 + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
1305 + add SI/SO change to linux2.6 entry (Debian #515609) -TD
1306 + fix inconsistent tabset path in pcmw (Todd C. Miller).
1307 + remove a backslash which continued comment, obscuring altos3
1308 definition with OpenBSD toolset (Nicholas Marriott).
1311 + add workaround from xterm #271 changes to ensure that compiler flags
1312 are not used in the $CC variable.
1313 + improve support for shared libraries, tested with AIX 5.3, 6.1 and
1314 7.1 with both gcc 4.2.4 and cc.
1315 + modify configure checks for AIX to include release 7.x
1316 + add loader flags/libraries to libtool options so that dynamic loading
1317 works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
1318 at gentoo prefix repository (patch by Michael Haubenwallner).
1321 + move include of nc_termios.h out of term_entry.h, since the latter
1322 is installed, e.g., for tack while the former is not (report by
1326 + improve cleanup() function in lib_tstp.c, using _exit() rather than
1327 exit() and checking for SIGTERM rather than SIGQUIT (prompted by
1328 comments forwarded by Nicholas Marriott).
1329 + reduce name pollution from term.h, moving fallback #define's for
1330 tcgetattr(), etc., to new private header nc_termios.h (report by
1332 + two minor fixes for tracing (patch by Vassili Courzakis).
1333 + improve trace initialization by starting it in use_env() and
1335 + review old email, add details for some changelog entries.
1338 + update minix entry to minix 3.2 (Thomas Cort).
1339 + fix a strict compiler warning in change to wattr_get (cf: 20110528).
1342 + fixes for MirBSD port:
1343 + set default prefix to /usr.
1344 + add support for shared libraries in configure script.
1345 + use S_ISREG and S_ISDIR consistently, with fallback definitions.
1346 + add a few more checks based on ncurses/link_test.
1347 + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
1350 + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
1351 + used ncurses/link_test to check for behavior when the terminal has
1352 not been initialized and when an application passes null pointers
1353 to the library. Added checks to cover this (prompted by Redhat
1355 + modify MKlib_gen.sh to make its main() function call each function
1356 with zero parameters, to help find inconsistent checking for null
1360 + fix warnings from clang 2.7 "--analyze"
1363 + compiler-warning fixes in panel and progs.
1364 + modify CF_PKG_CONFIG macro, from changes to tin -TD
1365 + modify CF_CURSES_FUNCS configure macro, used in test directory
1367 + work around (non-optimizer) bug in gcc 4.2.1 which caused
1368 test-expression to be omitted from executable.
1369 + force the linker to see a link-time expression of a symbol, to
1370 help work around weak-symbol issues.
1373 + update discussion of MKfallback.sh script in INSTALL; normally the
1374 script is used automatically via the configured makefiles. However
1375 there are still occasions when it might be used directly by packagers
1376 (report by Gunter Schaffler).
1377 + modify misc/ncurses-config.in to omit the "-L" option from the
1378 "--libs" output if the library directory is /usr/lib.
1379 + change order of tests for curses.h versus ncurses.h headers in the
1380 configure scripts for Ada95 and test-directories, to look for
1381 ncurses.h, from fixes to tin -TD
1382 + modify ncurses/tinfo/access.c to account for Tandem's root uid
1383 (report by Joachim Schmitz).
1386 + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
1387 is not used when building a static library (report by Nicolas
1389 + Ada95 build-fix for big-endian architectures such as sparc. This
1390 undoes one of the fixes from 20110319, which added an "Unused" member
1391 to representation clauses, replacing that with pragmas to suppress
1392 warnings about unused bits (patch by Nicolas Boulenguez):
1395 + add check in test/configure for use_window, use_screen.
1396 + add configure-checks for getopt's variables, which may be declared
1397 as different types on some Unix systems.
1398 + add check in test/configure for some legacy curses types of the
1399 function pointer passed to tputs().
1400 + modify init_pair() to accept -1's for color value after
1401 assume_default_colors() has been called (Debian #337095).
1402 + modify test/background.c, adding commmand-line options to demonstrate
1403 assume_default_colors() and use_default_colors().
1406 + modify configure script/source-code to only define _POSIX_SOURCE if
1407 the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
1408 and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
1409 + update config.guess, config.sub
1412 + fixes to build c++ binding with clang 3.0 (patch by Alexander
1414 + add check for unctrl.h in test/configure, to work around breakage in
1415 some ncurses packages.
1416 + add "--disable-widec" option to test/configure script.
1417 + add "--with-curses-colr" and "--with-curses-5lib" options to the
1418 test/configure script to address testing with very old machines.
1420 20110404 5.9 release for upload to ftp.gnu.org
1423 + various build-fixes for the rpm/dpkg scripts.
1424 + add "--enable-rpath-link" option to Ada95/configure, to allow
1425 packages to suppress the rpath feature which is normally used for
1426 the in-tree build of sample programs.
1427 + corrected definition of libdir variable in Ada95/src/Makefile.in,
1428 needed for rpm script.
1429 + add "--with-shared" option to Ada95/configure script, to allow
1430 making the C-language parts of the binding use appropriate compiler
1431 options if building a shared library with gnat.
1434 > portability fixes for Ada95 binding:
1435 + add configure check to ensure that SIGINT works with gnat. This is
1436 needed for the "rain" sample program. If SIGINT does not work, omit
1437 that sample program.
1438 + correct typo in check of $PKG_CONFIG variable in Ada95/configure
1439 + add ncurses_compat.c, to supply functions used in the Ada95 binding
1440 which were added in 5.7 and later.
1441 + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
1445 + add special check in Ada95/configure script for ncurses6 reentrant
1447 + regen Ada html documentation.
1448 + build-fix for Ada shared libraries versus the varargs workaround.
1449 + add rpm and dpkg scripts for Ada95 and test directories, for test
1451 + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
1453 + add configure check to determine if gnat's project feature supports
1454 libraries, i.e., collections of .ali files.
1455 + make all dereferences in Ada95 samples explicit.
1456 + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
1457 + add configure check for, ifdef's for math.h which is in a separate
1458 package on Solaris and potentially not installed (report by Petr
1460 > fixes for Ada95 binding (Nicolas Boulenguez):
1461 + improve type-checking in Ada95 by eliminating a few warning-suppress
1463 + suppress unreferenced warnings.
1464 + make all dereferences in binding explicit.
1467 + regen Ada html documentation.
1468 + change order of -I options from ncurses*-config script when the
1469 --disable-overwrite option was used, so that the subdirectory include
1471 + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
1472 + modify configure script to provide value for HTML_DIR in
1473 Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
1474 distributed separately (report by Nicolas Boulenguez).
1475 + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
1476 CFLAGS for the build has these options.
1477 + amend change from 20070324, to not add 1 to the result of getmaxx
1478 and getmaxy in the Ada binding (report by Nicolas Boulenguez for
1479 thread in comp.lang.ada).
1480 + build-fix Ada95/samples for gnat 4.5
1481 + spelling fixes for Ada95/samples/explain.txt
1482 > fixes for Ada95 binding (Nicolas Boulenguez):
1483 + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
1484 + add workaround for binding to set_field_type(), which uses varargs.
1485 The original binding from 990220 relied on the prevalent
1486 implementation of varargs which did not support or need va_copy().
1487 + add dependency on gen/Makefile.in needed for *-panels.ads
1488 + add Library_Options to library.gpr
1489 + add Languages to library.gpr, for gprbuild
1492 + revert changes to limit-checks from 20110122 (Debian #616711).
1493 > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
1494 + corrected a minor sign error in a field of Low_Level_Field_Type, to
1496 + replaced C_Int by Curses_Bool as return type for some callbacks, see
1498 + modify samples/sample-explain.adb to provide explicit message when
1499 explain.txt is not found.
1502 + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
1503 + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
1504 for compiler warnings (report by Nicolas Boulenguez).
1505 + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
1506 needed to compile when chtype is 64-bits using gnat 4.4.5
1508 20110226 5.8 release for upload to ftp.gnu.org
1511 + update release notes, for 5.8.
1512 + regenerated html manpages.
1513 + change open() in _nc_read_file_entry() to fopen() for consistency
1515 + modify misc/run_tic.in to create parent directory, in case this is
1516 a new install of hashed database.
1517 + fix typo in Ada95/mk-1st.awk which causes error with original awk.
1520 + configure script rpath fixes from xterm #269.
1521 + workaround for cygwin's non-functional features.h, to force ncurses'
1522 configure script to define _XOPEN_SOURCE_EXTENDED when building
1523 wide-character configuration.
1524 + build-fix in run_tic.sh for OS/2 EMX install
1525 + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
1528 + regenerated html manpages.
1529 + use _tracef() in show_where() function of tic, to work correctly with
1530 special case of trace configuration.
1533 + add xterm-utf8 entry as a demo of the U8 feature -TD
1534 + add U8 feature to denote entries for terminal emulators which do not
1535 support VT100 SI/SO when processing UTF-8 encoding -TD
1536 + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
1537 extended terminfo capability U8 (prompted by mailing list
1541 + start documenting interface changes for upcoming 5.8 release.
1542 + correct limit-checks in derwin().
1543 + correct limit-checks in newwin(), to ensure that windows have nonzero
1544 size (report by Garrett Cooper).
1545 + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
1547 + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
1548 by discussion with Kevin Martin).
1551 + modify Ada95/configure script to make the --with-curses-dir option
1552 work without requiring the --with-ncurses option.
1553 + modify test programs to allow them to be built with NetBSD curses.
1554 + document thick- and double-line symbols in curs_add_wch.3x manpage.
1555 + document WACS_xxx constants in curs_add_wch.3x manpage.
1556 + fix some warnings for clang 2.6 "--analyze"
1557 + modify Ada95 makefiles to make html-documentation with the project
1558 file configuration if that is used.
1559 + update config.guess, config.sub
1562 + regenerated html manpages.
1563 + minor fixes to enable lint when trace is not enabled, e.g., with
1565 + fix typo in man/default_colors.3x (patch by Tim van der Molen).
1566 + update ncurses/llib-lncurses*
1569 + fix remaining strict compiler warnings in ncurses library ABI=5,
1570 except those dealing with function pointers, etc.
1573 + modify nc_tparm.h, adding guards against repeated inclusion, and
1574 allowing TPARM_ARG to be overridden.
1575 + fix some strict compiler warnings in ncurses library.
1578 + suppress ncv in screen entry, allowing underline (patch by Alejandro
1580 + also suppress ncv in konsole-base -TD
1581 + fixes in wins_nwstr() and related functions to ensure that special
1582 characters, i.e., control characters are handled properly with the
1583 wide-character configuration.
1584 + correct a comparison in wins_nwstr() (Redhat #661506).
1585 + correct help-messages in some of the test-programs, which still
1586 referred to quitting with 'q'.
1589 + add special case to _nc_infotocap() to recognize the setaf/setab
1590 strings from xterm+256color and xterm+88color, and provide a reduced
1591 version which works with termcap.
1592 + remove obsolete emacs "Local Variables" section from documentation
1593 (request by Sven Joachim).
1594 + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
1595 (report by Sven Joachim).
1598 + modify test/configure and test/Makefile.in to handle this special
1599 case of building within a build-tree (Debian #34182):
1600 mkdir -p build && cd build && ../test/configure && make
1603 + miscellaneous build-fixes for Ada95 and test-directories when built
1605 + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
1606 + fix typo in rmso for tek4106 entry -Goran Weinholt
1609 + improve checks in test/configure for X libraries, from xterm #267
1611 + modify test/configure to allow it to use the build-tree's libraries
1612 e.g., when using that to configure the test-programs without the
1613 rpath feature (request by Sven Joachim).
1614 + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
1615 for compatibility, but generally deprecating those since the VTE
1616 library is what actually defines the behavior of "gnome", etc.,
1620 + compiler warning fixes for test programs.
1621 + various build-fixes for test-programs with pdcurses.
1622 + updated configure checks for X packages in test/configure from xterm
1624 + add configure check to gnatmake, to accommodate cygwin.
1627 + correct list of sub-directories needed in Ada95 tree for building as
1629 + modify scripts in test-directory to improve builds as a separate
1633 + correct parsing of relative tab-stops in tabs program (report by
1635 + adjust configure script so that "t" is not added to library suffix
1636 when weak-symbols are used, allowing the pthread configuration to
1637 more closely match the non-thread naming (report by Werner Fink).
1638 + modify configure check for tic program, used for fallbacks, to a
1639 warning if not found. This makes it simpler to use additonal
1640 scripts to bootstrap the fallbacks code using tic from the build
1641 tree (report by Werner Fink).
1642 + fix several places in configure script using ${variable-value} form.
1643 + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
1644 which do not support selectively linking against static libraries
1645 (report by John P. Hartmann)
1646 + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
1649 + correct comparison used for setting 16-colors in linux-16color
1650 entry (Novell #644831) -TD
1651 + improve linux-16color entry, using "dim" for color-8 which makes it
1652 gray rather than black like color-0 -TD
1653 + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
1654 external package "cindent".
1657 + improve linkages in html manpages, adding references to the newer
1658 pages, e.g., *_variables, curs_sp_funcs, curs_threads.
1659 + add checks in tic for inconsistent cursor-movement controls, and for
1660 inconsistent printer-controls.
1661 + fill in no-parameter forms of cursor-movement where a parameterized
1662 form is available -TD
1663 + fill in missing cursor controls where the form of the controls is
1665 + fix inconsistent punctuation in form_variables manpage (patch by
1667 + add parameterized cursor-controls to linux-basic (report by Dae) -TD
1668 > patch by Juergen Pfeifer:
1669 + document how to build 32-bit libraries in README.MinGW
1670 + fixes to filename computation in mk-dlls.sh.in
1671 + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
1673 + add a check in mk-dlls.sh.in to obtain the size of a pointer to
1674 distinguish between 32-bit and 64-bit hosts. The result is stored
1678 + add "XT" capability to entries for terminals that support both
1679 xterm-style mouse- and title-controls, for "screen" which
1680 special-cases TERM beginning with "xterm" or "rxvt" -TD
1681 > patch by Juergen Pfeifer:
1682 + use 64-Bit MinGW toolchain (recommended package from TDM, see
1684 + support pthreads when using the TDM MinGW toolchain
1687 + regenerated html manpages.
1688 + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
1689 + add manpage for sp-funcs.
1690 + add sp-funcs to test/listused.sh, for documentation aids.
1693 + add manpages for summarizing public variables of curses-, terminfo-
1695 + minor fixes to manpages for consistency (patch by Jason McIntyre).
1696 + modify tic's -I/-C dump to reformat acsc strings into canonical form
1697 (sorted, unique mapping) (cf: 971004).
1698 + add configure check for pthread_kill(), needed for some old
1702 + add configure option --without-tests, to suppress building test
1703 programs (request by Frederic L W Meunier).
1706 + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
1707 + add check in terminfo source-reader to provide more informative
1708 message when someone attempts to run tic on a compiled terminal
1709 description (prompted by Debian #593920).
1710 + note in infotocap and captoinfo manpages that they read terminal
1711 descriptions from text-files (Debian #593920).
1712 + improve acsc string for vt52, show arrow keys (patch by Benjamin
1716 + document in manpages that "mv" functions first use wmove() to check
1717 the window pointer and whether the position lies within the window
1718 (suggested by Poul-Henning Kamp).
1719 + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
1720 by Tim van der Molen).
1721 + modify configure script to transform library names for tic- and
1722 tinfo-libraries so that those build properly with Mac OS X shared
1723 library configuration.
1724 + modify configure script to ensure that it removes conftest.dSYM
1725 directory leftover on checks with Mac OS X.
1726 + modify configure script to cleanup after check for symbolic links.
1729 + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
1731 + improve configure checks for location of tic and infocmp programs
1732 used for installing database and for generating fallback data,
1733 e.g., for cross-compiling.
1734 + add Markus Kuhn's wcwidth function for compiling MinGW
1735 + add special case to CF_REGEX for cross-compiling to MinGW target.
1738 + modify initialization check for win32con driver to eliminate need for
1739 special case for TERM "unknown", using terminal database if available
1740 (prompted by discussion with Roumen Petrov).
1741 + for MinGW port, ensure that terminal driver is setup if tgetent()
1742 is called (patch by Roumen Petrov).
1743 + document tabs "-0" and "-8" options in manpage.
1744 + fix Debian "lintian" issues with manpages reported in
1745 http://lintian.debian.org/full/csmall@debian.org.html#ncurses
1748 + add a check in tic for missing set_tab if clear_all_tabs given.
1749 + improve use of symbolic links in makefiles by using "-f" option if
1750 it is supported, to eliminate temporary removal of the target
1751 (prompted by http://www.t2-project.org/packages/ncurses.html)
1752 + minor improvement to test/ncurses.c, reset color pairs in 'd' test
1753 after exit from 'm' main-menu command.
1754 + improved ncu-indent, from mawk changes, allows more than one of
1755 GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
1758 + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
1759 the alternate character set (patch by Nicholas Marriott)
1760 + remove tar-copy.sh and related configure/Makefile chunks, since the
1761 Ada95 binding is now installed using rules in Ada95/src.
1764 + continue integrating changes to use gnatmake project files in Ada95
1765 + add/use configure check to turn on project rules for Ada95/src.
1766 + revert the vfork change from 20100130, since it does not work.
1769 + continue integrating changes to use gnatmake project files in Ada95
1770 + old gnatmake (3.15) does not produce libraries using project-file;
1771 work around by adding script to generate alternate makefile.
1774 + continue integrating changes to use gnatmake project files in Ada95
1775 + add configure --with-ada-sharedlib option, for the test_make rule.
1776 + move Ada95-related logic into aclocal.m4, since additional checks
1777 will be needed to distinguish old/new implementations of gnat.
1780 + start integrating changes to use gnatmake project files in Ada95 tree
1781 + add test_make / test_clean / test_install rules in Ada95/src
1782 + change install-path for adainclude directory to /usr/share/ada (was
1784 + update Ada95/configure.
1785 + add mlterm+256color entry, for mlterm 3.0.0 -TD
1786 + modify test/configure to use macros to ensure consistent order
1787 of updating LIBS variable.
1790 + change search order of options for Solaris in CF_SHARED_OPTS, to
1791 work with 64-bit compiles.
1792 + correct quoting of assignment in CF_SHARED_OPTS case for aix
1796 + regenerated html documentation.
1797 + modify test/configure to support pkg-config for checking X libraries
1799 + add/use configure macro CF_ADD_LIB to force consistency of
1800 assignments to $LIBS, etc.
1801 + fix configure script for combining --with-pthread
1802 and --enable-weak-symbols options.
1805 + correct cross-compiling configure check for CF_MKSTEMP macro, by
1806 adding a check cache variable set by AC_CHECK_FUNC (report by
1808 + simplify include-dependencies of make_hash and make_keys, to reduce
1809 the need for setting BUILD_CPPFLAGS in cross-compiling when the
1810 build- and target-machines differ.
1811 + repair broken-linker configuration by restoring a definition of SP
1812 variable to curses.priv.h, and adjusting for cases where sp-funcs
1814 + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
1815 variable to override (prompted by report by Pablo Cazallas).
1818 + add configure option --enable-pthreads-eintr to control whether the
1819 new EINTR feature is enabled.
1820 + modify logic in pthread configuration to allow EINTR to interrupt
1821 a read operation in wgetch() (Novell #540571, patch by Werner Fink).
1822 + drop mkdirs.sh, use "mkdir -p".
1823 + add configure option --disable-libtool-version, to use the
1824 "-version-number" feature which was added in libtool 1.5 (report by
1825 Peter Haering). The default value for the option uses the newer
1826 feature, which makes libraries generated using libtool compatible
1827 with the standard builds of ncurses.
1828 + updated test/configure to match configure script macros.
1829 + fixes for configure script from lynx changes:
1830 + improve CF_FIND_LINKAGE logic for the case where a function is
1831 found in predefined libraries.
1832 + revert part of change to CF_HEADER (cf: 20100424)
1835 + correct limit-check in wredrawln, accounting for begy/begx values
1836 (patch by David Benjamin).
1837 + fix most compiler warnings from clang.
1838 + amend build-fix for OpenSolaris, to ensure that a system header is
1839 included in curses.h before testing feature symbols, since they
1840 may be defined by that route.
1843 + fix some strict compiler warnings in ncurses library.
1844 + modify configure macro CF_HEADER_PATH to not look for variations in
1845 the predefined include directories.
1846 + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
1847 with gcc 4.x's c89 alias, which gives warning messages for cases
1848 where older versions would produce an error.
1851 + modify _nc_capcmp() to work with cancelled strings.
1852 + correct translation of "^" in _nc_infotocap(), used to transform
1853 terminfo to termcap strings
1854 + add configure --disable-rpath-hack, to allow disabling the feature
1855 which adds rpath options for libraries in unusual places.
1856 + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
1857 directory was already added.
1858 + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
1859 directories (which will be ignored).
1862 + improve win_driver.c handling of mouse:
1863 + discard motion events
1864 + avoid calling _nc_timed_wait when there is a mouse event
1865 + handle 4th and "rightmost" buttons.
1866 + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
1867 cases where there are embedded blanks in the rpath option.
1870 + add configure check for exctags vs ctags, to work around pkgsrc.
1871 + simplify logic in _nc_get_screensize() to make it easier to see how
1872 environment variables may override system- and terminfo-values
1873 (prompted by discussion with Igor Bujna).
1874 + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
1875 + improve handling of color-pairs embedded in attributes for the
1876 extended-colors configuration.
1877 + modify MKlib_gen.sh to build link_test with sp-funcs.
1878 + build-fixes for OpenSolaris aka Solaris 11, for wide-character
1879 configuration as well as for rpath feature in *-config scripts.
1882 + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
1884 + improve configure CF_REGEX, similar fixes.
1885 + improve configure CF_FIND_LINKAGE, adding add check between system
1886 (default) and explicit paths, where we can find the entrypoint in the
1888 + add check if Gpm_Open() returns a -2, e.g., for "xterm". This is
1889 normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
1890 Ensure that Gpm_Close() is called in this case.
1893 + rename atari and st52 terminfo entries to atari-old, st52-old, use
1894 newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
1898 + modify install-rule for manpages so that *-config manpages will
1899 install when building with --srcdir (report by Sven Joachim).
1900 + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
1901 option is not the same as --disable-leaks (GenToo #305889).
1902 + modify #define's for build-compiler to suppress cchar_t symbol from
1903 compile of make_hash and make_keys, improving cross-compilation of
1904 ncursesw (report by Bernhard Rosenkraenzer).
1905 + modify CF_MAN_PAGES configure macro to replace all occurrences of
1906 TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
1910 + generate manpages for the *-config scripts, adapted from help2man
1911 (suggested by Sven Joachim).
1912 + use va_copy() in _nc_printf_string() to avoid conflicting use of
1913 va_list value in _nc_printf_length() (report by Wim Lewis).
1916 + add Ada95/configure script, to use in tar-file created by
1918 + fix typo in wresize.3x (patch by Tim van der Molen).
1919 + modify screen-bce.XXX entries to exclude ech, since screen's color
1920 model does not clear with color for that feature -TD
1923 + add make-tar.sh scripts to Ada95 and test subdirectories to help with
1924 making those separately distributable.
1925 + build-fix for static libraries without dlsym (Debian #556378).
1926 + fix a syntax error in man/form_field_opts.3x (patch by Ingo
1930 + add several screen-bce.XXX entries -TD
1933 + update mrxvt terminfo entry -TD
1934 + modify win_driver.c to support mouse single-clicks.
1935 + correct name for termlib in ncurses*-config, e.g., if it is renamed
1936 to provide a single file for ncurses/ncursesw libraries (patch by
1940 + use vfork in test/ditto.c if available (request by Mike Frysinger).
1941 + miscellaneous cleanup of manpages.
1942 + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
1943 + build-fix for --srcdir (patch by Miroslav Lichvar).
1946 + for term-driver configuration, ensure that the driver pointer is
1947 initialized in setupterm so that terminfo/termcap programs work.
1948 + amend fix for Debian #542031 to ensure that wattrset() returns only
1949 OK or ERR, rather than the attribute value (report by Miroslav
1951 + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
1952 _nc_screen_of() compatible between normal/wide libraries again (patch
1953 by Miroslav Lichvar)
1954 + review/fix include-dependencies in modules files (report by Miroslav
1958 + modify win_driver.c to initialize acs_map for win32 console, so
1959 that line-drawing works.
1960 + modify win_driver.c to initialize TERMINAL struct so that programs
1961 such as test/lrtest.c and test/ncurses.c which test string
1962 capabilities can run.
1963 + modify term-driver modules to eliminate forward-reference
1967 + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
1968 consistently to add new -D's while removing duplicates.
1969 + modify a few configure macros to consistently put new options
1970 before older in the list.
1971 + add tiparm(), based on review of X/Open Curses Issue 7.
1972 + minor documentation cleanup.
1973 + update config.guess, config.sub from
1974 http://savannah.gnu.org/projects/config
1975 (caveat - its maintainer put 2010 copyright date on files dated 2009)
1978 + minor improvement to tic's checking of similar SGR's to allow for the
1979 most common case of SGR 0.
1980 + modify getmouse() to act as its documentation implied, returning on
1981 each call the preceding event until none are left. When no more
1982 events remain, it will return ERR.
1985 + change order of lookup in progs/tput.c, looking for terminfo data
1986 first. This fixes a confusion between termcap "sg" and terminfo
1987 "sgr" or "sgr0", originally from 990123 changes, but exposed by
1988 20091114 fixes for hashing. With this change, only "dl" and "ed" are
1989 ambiguous (Mandriva #56272).
1992 + add bterm terminfo entry, based on bogl 0.1.18 -TD
1993 + minor fix to rxvt+pcfkeys terminfo entry -TD
1994 + build-fixes for Ada95 tree for gnat 4.4 "style".
1997 + remove old check in mvderwin() which prevented moving a derived
1998 window whose origin happened to coincide with its parent's origin
1999 (report by Katarina Machalkova).
2000 + improve test/ncurses.c to put mouse droppings in the proper window.
2001 + update minix terminfo entry -TD
2002 + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
2005 + correct transfer of multicolumn characters in multirow
2006 field_buffer(), which stopped at the end of the first row due to
2007 filling of unused entries in a cchar_t array with nulls.
2008 + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
2009 + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
2011 + use strdup() in set_menu_mark(), restore .marklen struct member on
2013 + eliminate clause 3 from the UCB copyrights in read_termcap.c and
2015 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
2016 (patch by Nicholas Marriott).
2017 + replace a malloc in tic.c with strdup, checking for failure (patch by
2019 + update config.guess, config.sub from
2020 http://savannah.gnu.org/projects/config
2023 + correct layout of working window used to extract data in
2024 wide-character configured by set_field_buffer (patch by Rafael
2026 + improve some limit-checks related to filename length in reading and
2027 writing terminfo entries.
2028 + ensure that filename is always filled in when attempting to read
2029 a terminfo entry, so that infocmp can report the filename (patch
2030 by Nicholas Marriott).
2033 + modify mk-1st.awk to allow tinfo library to be built when term-driver
2035 + add error-check to configure script to ensure that sp-funcs is
2036 enabled if term-driver is, since some internal interfaces rely upon
2040 + fix case where progs/tput is used while sp-funcs is configure; this
2041 requires save/restore of out-character function from _nc_prescreen
2042 rather than the SCREEN structure (report by Charles Wilson).
2043 + fix typo in man/curs_trace.3x which caused incorrect symbolic links
2044 + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
2048 + updated man/curs_trace.3x
2049 + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
2050 + change a variable name in lib_newwin.c to make it clearer which
2051 value is being freed on error (patch by Nicholas Marriott).
2054 + improve test/ncurses.c color-cycling test by reusing attribute-
2055 and color-cycling logic from the video-attributes screen.
2056 + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
2057 library which help make it compatible with interop applications
2058 (patch by Juergen Pfeifer).
2059 + add configure option --enable-interop, for integrating changes
2060 for generic/interop support to form-library by Juergen Pfeifer
2063 + modify use of $CC environment variable which is defined by X/Open
2064 as a curses feature, to ignore it if it is not a single character
2065 (prompted by discussion with Benjamin C W Sittler).
2066 + add START_TRACE in slk_init
2067 + fix a regression in _nc_ripoffline which made test/ncurses.c not show
2068 soft-keys, broken in 20090927 merging.
2069 + change initialization of "hidden" flag for soft-keys from true to
2070 false, broken in 20090704 merging (Ubuntu #464274).
2071 + update nsterm entries (patch by Benjamin C W Sittler, prompted by
2072 discussion with Fabian Groffen in GenToo #206201).
2073 + add test/xterm-256color.dat
2076 + quiet some pedantic gcc warnings.
2077 + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
2078 SIGWINCH, and discard that value, to avoid confusing application
2079 (patch by Eygene Ryabinkin, FreeBSD bin/136223).
2082 + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
2083 a possibly colon-separated list (Debian #550716).
2086 + supply a null-terminator to buffer in _nc_viswibuf().
2087 + fix a sign-extension bug in unget_wch() (report by Mike Gran).
2088 + minor fixes to error-returns in default function for tputs, as well
2092 + add WACS_xxx definitions to wide-character configuration for thick-
2093 and double-lines (discussion with Slava Zanko).
2094 + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
2095 + add ccc and initc capabilities to xterm-16color -TD
2096 > patch by Benjamin C W Sittler:
2098 + correct initc capability of linux-c-nc end-of-range
2099 + similar change for dg+ccc and dgunix+ccc
2102 + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
2103 that module since 20090711 is in libtinfo.
2104 + add configure option --enable-term-driver, to allow compiling with
2105 terminal-driver. That is used in MinGW port, and (being somewhat
2106 more complicated) is an experimental alternative to the conventional
2107 termlib internals. Currently, it requires the sp-funcs feature to
2109 + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
2110 library (some work remains for forms library).
2113 + document return code from define_key (report by Mike Gran).
2114 + make some symbolic links in the terminfo directory-tree shorter
2115 (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
2116 + fix some groff warnings in terminfo.5, etc., from recent Debian
2118 + change ncv and op capabilities in sun-color terminfo entry to match
2119 Sun's entry for this (report by Laszlo Peter).
2120 + improve interix smso terminfo capability by using reverse rather than
2121 bold (report by Kristof Zelechovski).
2124 + add some test programs (and make these use the same special keys
2125 by sharing linedata.h functions):
2128 test/test_addchstr.c
2129 test/test_add_wchstr.c
2130 + correct internal _nc_insert_ch() to use _nc_insert_wch() when
2131 inserting wide characters, since the wins_wch() function that it used
2132 did not update the cursor position (report by Ciprian Craciun).
2135 + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
2137 + add null-pointer checks to other opaque-functions.
2138 + add is_pad() and is_subwin() functions for opaque access to WINDOW
2139 (discussion with Mark Dickinson).
2140 + correct merge to lib_newterm.c, which broke when sp-funcs was
2144 + build-fix for building outside source-tree (report by Sven Joachim).
2145 + fix Debian lintian warning for man/tabs.1 by making section number
2146 agree with file-suffix (report by Sven Joachim).
2147 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2150 + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
2151 amd64 (Debian #542031).
2152 + fix typo in curs_mouse.3x (Debian #429198).
2155 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2158 + correct use of terminfo capabilities for initializing soft-keys,
2159 broken in 20090509 merging.
2160 + modify wgetch() to ensure it checks SIGWINCH when it gets an error
2161 in non-blocking mode (patch by Clemens Ladisch).
2162 + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
2163 help with builds on non-Unix platforms such as OS/2 EMX.
2164 + modify scripting for misc/run_tic.sh to test configure script's
2165 $cross_compiling variable directly rather than comparing host/build
2166 compiler names (prompted by comment in GenToo #249363).
2167 + fix configure script option --with-database, which was coded as an
2169 + build-fixes for --srcdir (report by Frederic L W Meunier).
2172 + separate _nc_find_entry() and _nc_find_type_entry() from
2173 implementation details of hash function.
2176 + add tabs.1 to man/man_db.renames
2177 + modify lib_addch.c to compensate for removal of wide-character test
2178 from unctrl() in 20090704 (Debian #539735).
2181 + improve discussion in INSTALL for use of system's tic/infocmp for
2182 cross-compiling and building fallbacks.
2183 + modify test/demo_termcap.c to correspond better to options in
2184 test/demo_terminfo.c
2185 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2186 + fix logic for 'V' in test/ncurses.c tests f/F.
2189 + correct logic in tigetnum(), which caused tput program to treat all
2190 string capabilities as numeric (report by Rajeev V Pillai,
2194 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2197 + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
2199 + modify _nc_find_type_entry() to use hashing.
2200 + make CCHARW_MAX value configurable, noting that changing this would
2201 change the size of cchar_t, and would be ABI-incompatible.
2202 + modify test-programs, e.g,. test/view.c, to address subtle
2203 differences between Tru64/Solaris and HPUX/AIX getcchar() return
2205 + modify length returned by getcchar() to count the trailing null
2206 which is documented in X/Open (cf: 20020427).
2207 + fixes for test programs to build/work on HPUX and AIX, etc.
2210 + improve performance of tigetstr, etc., by using hashing code from tic.
2211 + minor fixes for memory-leak checking.
2212 + add test/demo_terminfo, for comparison with demo_termcap
2215 + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
2216 + revise wadd_wch() and wecho_wchar() to eliminate dependency on
2218 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2221 + update llib-lncurses[wt] to use sp-funcs.
2222 + various code-fixes to build/work with --disable-macros configure
2224 + add several new files from Juergen Pfeifer which will be used when
2225 integration of "sp-funcs" is complete. This includes a port to
2229 + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
2230 make includes of term.h without curses.h work (report by "Nix").
2231 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2234 + fix a regression in lib_tputs.c, from ongoing merges.
2237 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2240 + fix an infinite recursion when adding a legacy-coding 8-bit value
2241 using insch() (report by Clemens Ladisch).
2242 + free home-terminfo string in del_curterm() (patch by Dan Weber).
2243 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2246 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2249 + work around antique BSD game's manipulation of stdscr, etc., versus
2250 SCREEN's copy of the pointer (Debian #528411).
2251 + add a cast to wattrset macro to avoid compiler warning when comparing
2252 its result against ERR (adapted from patch by Matt Kraii, Debian
2256 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2259 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2260 + add vwmterm terminfo entry (patch by Bryan Christ).
2263 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2266 + build fix for _nc_free_and_exit() change in 20090418 (report by
2270 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2273 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2274 This change finishes merging for menu and panel libraries, does
2275 part of the form library.
2278 + suppress configure check for static/dynamic linker flags for gcc on
2279 Darwin (report by Nelson Beebe).
2282 + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
2283 function key definitions from emx-base for consistency -TD
2284 + correct missing final 'p' in pfkey capability of ansi.sys-old (report
2285 by Kalle Olavi Niemitalo).
2286 + improve test/ncurses.c 'F' test, show combining characters in color.
2287 + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
2288 a temporary variable.
2289 + use _nc_doalloc() rather than realloc() in a few places in ncurses
2290 library to avoid leak in out-of-memory condition (reports by William
2291 Egert and Martin Ettl based on cppcheck tool).
2292 + add --with-ncurses-wrap-prefix option to test/configure (discussion
2293 with Charles Wilson).
2294 + use ncurses*-config scripts if available for test/configure.
2295 + update test/aclocal.m4 and test/configure
2296 > patches by Charles Wilson:
2297 + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
2298 version numbers (e.g. which include alphabetic chars, as well as
2299 digits, after the final '.').
2300 + improve use of -no-undefined option for libtool by setting an
2301 intermediate variable LT_UNDEF in the configure script, and then
2302 using that in the libtool link-commands.
2303 + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
2304 from 2009031 changes.
2305 + improve mk-1st.awk script by writing separate cases for the
2306 LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
2307 termlib) is to be linked.
2308 + modify configure.in to allow broken-linker configurations, not just
2309 enable-reentrant, to set public wrap prefix.
2312 + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
2313 build with tic and term libraries (patch by Charles Wilson).
2314 + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
2315 (report by Charles Wilson).
2316 + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
2317 the form, menu or panel libraries (patch by Charles Wilson).
2318 + add configure option --with-wrap-prefix to allow setting the prefix
2319 for functions used to wrap global variables to something other than
2320 "_nc_" (discussion with Charles Wilson).
2323 + modify scripts to generate ncurses*-config and pc-files to add
2324 dependency for tinfo library (patch by Charles Wilson).
2325 + improve comparison of program-names when checking for linked flavors
2326 such as "reset" by ignoring the executable suffix (reports by Charles
2327 Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
2329 + suppress configure check for static/dynamic linker flags for gcc on
2330 Solaris 10, since gcc is confused by absence of static libc, and
2331 does not switch back to dynamic mode before finishing the libraries
2332 (reports by Joel Bertrand, Alan Pae).
2333 + minor fixes to Intel compiler warning checks in configure script.
2334 + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
2335 + modify set_curterm() to make broken-linker configuration work with
2336 changes from 20090228 (report by Charles Wilson).
2339 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2340 + modify declaration of cur_term when broken-linker is used, but
2341 enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
2344 + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2347 + add configure script --enable-sp-funcs to enable the new set of
2349 + start integrating patches by Juergen Pfeifer:
2350 + add extended functions which specify the SCREEN pointer for several
2351 curses functions which use the global SP (these are incomplete;
2352 some internals work is needed to complete these).
2353 + add special cases to configure script for MinGW port.
2356 + update several configure macros from lynx changes
2357 + append (not prepend) to CFLAGS/CPPFLAGS
2358 + change variable from PATHSEP to PATH_SEPARATOR
2359 + improve install-rules for pc-files (patch by Miroslav Lichvar).
2360 + make it work with $DESTDIR
2361 + create the pkg-config library directory if needed.
2364 + modify init_pair() to allow caller to create extra color pairs beyond
2365 the color_pairs limit, which use default colors (request by Emanuele
2367 + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
2368 + fix typo "==" where "=" is needed in ncurses-config.in and
2369 gen-pkgconfig.in files (Debian #512161).
2372 + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
2373 *BSD's, without which "main" might be one of the shared library's
2374 dependencies (report/analysis by Ken Dickey).
2375 + modify waddch_literal(), updating line-pointer after a multicolumn
2376 character is found to not fit on the current row, and wrapping is
2377 done. Since the line-pointer was not updated, the wrapped
2378 multicolumn character was written to the beginning of the current row
2379 (cf: 20041023, reported by "Nick" regarding problem with ncmpc
2380 http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
2383 + add screen.Eterm terminfo entry (GenToo #124887) -TD
2384 + modify adacurses-config to look for ".ali" files in the adalib
2386 + correct install for Ada95, which omitted libAdaCurses.a used in
2388 + change install for adacurses-config to provide additional flavors
2389 such as adacursesw-config, for ncursesw (GenToo #167849).
2392 + remove undeveloped feature in ncurses-config.in for setting
2394 + recent change to ncurses-config.in did not take into account the
2395 --disable-overwrite option, which sets $includedir to the
2396 subdirectory and using just that for a -I option does not work - fix
2397 (report by Frederic L W Meunier).
2400 + modify gen-pkgconfig.in to eliminate a dependency on rpath when
2401 deciding whether to add $LIBS to --libs output; that should be shown
2402 for the ncurses and tinfo libraries without taking rpath into
2404 + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
2405 used in static libraries (report by Marty Jack).
2408 + add a configure-time check to pick a suitable value for
2409 CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
2410 + add configure --with-pkg-config and --enable-pc-files options, along
2411 with misc/gen-pkgconfig.in which can be used to generate ".pc" files
2412 for pkg-config (request by Jan Engelhardt).
2413 + use $includedir symbol in misc/ncurses-config.in, add --includedir
2415 + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
2416 configure check to detect whether a "-" is needed before "ar"
2418 + update config.guess, config.sub from
2419 http://savannah.gnu.org/projects/config
2422 + modify mk-1st.awk to work with extra categories for tinfo library.
2423 + modify configure script to allow building shared libraries with gcc
2424 on AIX 5 or 6 (adapted from patch by Lital Natan).
2427 + modify to omit the opaque-functions from lib_gen.o when
2428 --disable-ext-funcs is used.
2429 + add test/clip_printw.c to illustrate how to use printw without
2431 + modify ncurses 'F' test to demo wborder_set() with colored lines.
2432 + modify ncurses 'f' test to demo wborder() with colored lines.
2435 + add check for failure to open hashed-database needed for db4.6
2437 + corrected --without-manpages option; previous change only suppressed
2438 the auxiliary rules install.man and uninstall.man
2439 + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
2441 + fixes from NetBSD port at
2442 http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
2443 patch-ac (build-fix for DragonFly)
2444 patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
2445 + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
2446 by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
2448 + correct title string for keybound manpage (patch by Frederic Culot,
2449 OpenBSD documentation/6019),
2452 + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
2453 work for progs/clear, progs/tabs, etc.
2454 + correct buffer-size after internal resizing of wide-character
2455 set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
2456 + add "-i" option to test/filter.c to tell it to use initscr() rather
2457 than newterm(), to investigate report on comp.unix.programmer that
2458 ncurses would clear the screen in that case (it does not - the issue
2459 was xterm's alternate screen feature).
2460 + add check in mouse-driver to disable connection if GPM returns a
2461 zero, indicating that the connection is closed (Debian #506717,
2462 adapted from patch by Samuel Thibault).
2465 + improve a workaround in adding wide-characters, when a control
2466 character is found. The library (cf: 20040207) uses unctrl() to
2467 obtain a printable version of the control character, but was not
2468 passing color or video attributes.
2469 + improve test/ncurses.c 'a' test, using unctrl() more consistently to
2470 display meta-characters.
2471 + turn on _XOPEN_CURSES definition in curses.h
2472 + add eterm-color entry (report by Vincent Lefevre) -TD
2473 + correct use of key_name() in test/ncurses.c 'A' test, which only
2474 displays wide-characters, not key-codes since 20070612 (report by
2478 + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
2479 Ada95 (patch by Juergen Pfeifer).
2480 + document in TO-DO an issue with Cygwin's package for GNAT (report
2482 + improve error-checking of command-line options in "tabs" program.
2485 + change several terminfo entries to make consistent use of ANSI
2487 + add "tabs" program (prompted by Debian #502260).
2488 + add configure --without-manpages option (request by Mike Frysinger).
2490 20081102 5.7 release for upload to ftp.gnu.org
2493 + add a manpage to discuss memory leaks.
2494 + add support for shared libraries for QNX (other than libtool, which
2495 does not work well on that platform).
2496 + build-fix for QNX C++ binding.
2499 + build-fixes for OS/2 EMX.
2500 + modify form library to accept control characters such as newline
2501 in set_field_buffer(), which is compatible with Solaris (report by
2503 + modify configure script to assume --without-hashed-db when
2504 --disable-database is used.
2505 + add "-e" option in ncurses/Makefile.in when generating source-files
2506 to force earlier exit if the build environment fails unexpectedly
2507 (prompted by patch by Adrian Bunk).
2508 + change configure script to use CF_UTF8_LIB, improved variant of
2512 + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
2513 original to teraterm2.3 -TD
2514 + update "gnome" terminfo to 2.22.3 -TD
2515 + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
2516 + add "aterm" terminfo -TD
2517 + add "linux2.6.26" terminfo -TD
2518 + add logic to tic for cancelling strings in user-defined capabilities,
2522 + regenerated html documentation.
2523 + add -m and -s options to test/keynames.c and test/key_names.c to test
2524 the meta() function with keyname() or key_name(), respectively.
2525 + correct return value of key_name() on error; it is null.
2526 + document some unresolved issues for rpath and pthreads in TO-DO.
2527 + fix a missing prototype for ioctl() on OpenBSD in tset.c
2528 + add configure option --disable-tic-depends to make explicit whether
2529 tic library depends on ncurses/ncursesw library, amends change from
2530 20080823 (prompted by Debian #501421).
2533 + some build-fixes for configure --disable-ext-funcs (incomplete, but
2534 works for C/C++ parts).
2535 + improve configure-check for awks unable to handle large strings, e.g.
2536 AIX 5.1 whose awk silently gives up on large printf's.
2539 + fix build for --with-dmalloc by workaround for redefinition of
2540 strndup between string.h and dmalloc.h
2541 + fix build for --disable-sigwinch
2542 + add environment variable NCURSES_GPM_TERMS to allow override to use
2543 GPM on terminals other than "linux", etc.
2544 + disable GPM mouse support when $TERM does not happen to contain
2545 "linux", since Gpm_Open() no longer limits its assertion to terminals
2546 that it might handle, e.g., within "screen" in xterm.
2547 + reset mouse file-descriptor when unloading GPM library (report by
2549 + fix build for --disable-leaks --enable-widec --with-termlib
2550 > patch by Juergen Pfeifer:
2551 + use improved initialization for soft-label keys in Ada95 sample code.
2552 + discard internal symbol _nc_slk_format (unused since 20080112).
2553 + move call of slk_paint_info() from _nc_slk_initialize() to
2554 slk_intern_refresh(), improving initialization.
2557 + fix bug in mouse code for GPM from 20080920 changes (reported in
2558 Debian #500103, also Miroslav Lichvar).
2561 + fix shared-library rules for cygwin with tic- and tinfo-libraries.
2562 + fix a memory leak when failure to connect to GPM.
2563 + correct check for notimeout() in wgetch() (report on linux.redhat
2564 newsgroup by FurtiveBertie).
2565 + add an example warning-suppression file for valgrind,
2566 misc/ncurses.supp (based on example from Reuben Thomas)
2569 + change shared-library configuration for OpenBSD, make rpath work.
2570 + build-fixes for using libutf8, e.g., on OpenBSD 3.7
2573 + corrected fix for --enable-weak-symbols (report by Frederic L W
2577 + corrected gcc options for building shared libraries on IRIX64.
2578 + add configure check for awk programs unable to handle big-strings,
2579 use that to improve the default for --enable-big-strings option.
2580 + makefile-fixes for --enable-weak-symbols (report by Frederic L W
2582 + update test/configure script.
2583 + adapt ifdef's from library to make test/view.c build when mbrtowc()
2584 is unavailable, e.g., with HPUX 10.20.
2585 + add configure check for wcsrtombs, mbsrtowcs, which are used in
2586 test/ncurses.c, and use wcstombs, mbstowcs instead if available,
2587 fixing build of ncursew for HPUX 11.00
2590 + fixes to make Ada95 demo_panels() example work.
2591 + modify Ada95 'rain' test program to accept keyboard commands like the
2593 + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
2595 + add configure-check to see if the std namespace is legal for cerr
2596 and endl, to fix a build issue with Tru64.
2597 + consistently use NCURSES_BOOL in lib_gen.c
2598 + filter #line's from lib_gen.c
2599 + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
2600 substitution by IBM xlc to '#' as part of its extensions to digraphs.
2601 + update config.guess, config.sub from
2602 http://savannah.gnu.org/projects/config
2603 (caveat - its maintainer removed support for older Linux systems).
2606 + modify configure check for pthread library to work with OSF/1 5.1,
2607 which uses #define's to associate its header and library.
2608 + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
2609 makes threaded code work on HPUX 11.23
2610 + fix a bug in demo_menus in freeing menus (cf: 20080804).
2611 + modify configure script for the case where tic library is used (and
2612 possibly renamed) to remove its dependency upon ncurses/ncursew
2613 library (patch by Dr Werner Fink).
2614 + correct manpage for menu_fore() which gave wrong default for
2615 the attribute used to display a selected entry (report by Mike Gran).
2616 + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
2620 + add configure option --enable-weak-symbols to turn on new feature.
2621 + add configure-check for availability of weak symbols.
2622 + modify linkage with pthread library to use weak symbols so that
2623 applications not linked to that library will not use the mutexes,
2624 etc. This relies on gcc, and may be platform-specific (patch by Dr
2626 + add note to INSTALL to document limitation of renaming of tic library
2627 using the --with-ticlib configure option (report by Dr Werner Fink).
2628 + document (in manpage) why tputs does not detect I/O errors (prompted
2629 by comments by Samuel Thibault).
2630 + fix remaining warnings from Klocwork report.
2633 + modify _nc_panelhook() data to account for a permanent memory leak.
2634 + fix memory leaks in test/demo_menus
2635 + fix most warnings from Klocwork tool (report by Larry Zhou).
2636 + modify configure script CF_XOPEN_SOURCE macro to add case for
2637 "dragonfly" from xterm #236 changes.
2638 + modify configure script --with-hashed-db to let $LIBS override the
2639 search for the db library (prompted by report by Samson Pierre).
2642 + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
2646 + build-fix (reports by Christian Ebert, Funda Wang).
2649 + compiler-warning fixes for Solaris.
2652 + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
2653 make those work properly with the "--enable-ext-mouse" configuration
2655 + improve documentation of build-cc options in INSTALL.
2656 + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
2657 -static/-dynamic flags properly to linker, causing test/bs to
2661 + correct some ifdef's needed for the broken-linker configuration.
2662 + make debugging library's $BAUDRATE feature work for termcap
2664 + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
2665 by comment on FreeBSD mailing list).
2666 + add screen.mlterm terminfo entry -TD
2667 + improve mlterm and mlterm+pcfkeys terminfo entries -TD
2670 + regenerated html documentation.
2671 + expand manpage description of parameters for form_driver() and
2672 menu_driver() (prompted by discussion with Adam Spragg).
2673 + add null-pointer checks for cur_term in baudrate() and
2674 def_shell_mode(), def_prog_mode()
2675 + fix some memory leaks in delscreen() and wide acs.
2678 + modify test/ditto.c to illustrate multi-threaded use_screen().
2679 + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
2680 + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
2684 + finish changes to wgetch(), making it switch as needed to the
2685 window's actual screen when calling wrefresh() and wgetnstr(). That
2686 allows wgetch() to get used concurrently in different threads with
2687 some minor restrictions, e.g., the application should not delete a
2688 window which is being used in a wgetch().
2689 + simplify mutex's, combining the window- and screen-mutex's.
2692 + modify wgetch() to use the screen which corresponds to its window
2693 parameter rather than relying on SP; some dependent functions still
2695 + factor out most use of SP in lib_mouse.c, using parameter.
2696 + add internal _nc_keyname(), replacing keyname() to associate with a
2697 particular SCREEN rather than the global SP.
2698 + add internal _nc_unctrl(), replacing unctrl() to associate with a
2699 particular SCREEN rather than the global SP.
2700 + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
2701 its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
2702 + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
2703 preference to the global _nc_globals.tracechr_buf buffer.
2706 + modify _nc_keypad() to make it switch temporarily as needed to the
2707 screen which must be updated.
2708 + wrap cur_term variable to help make _nc_keymap() thread-safe, and
2709 always set the screen's copy of this variable in set_curterm().
2710 + restore curs_set() state after endwin()/refresh() (report/patch
2714 + modify configure script to note that --enable-ext-colors and
2715 --enable-ext-mouse are not experimental, but extensions from
2717 + corrected manpage description of setcchar() (discussion with
2718 Emanuele Giaquinta).
2719 + fix for adding a non-spacing character at the beginning of a line
2720 (report/patch by Miroslav Lichvar).
2723 + modify screen.* terminfo entries using new screen+fkeys to fix
2724 overridden keys in screen.rxvt (Debian #478094) -TD
2725 + modify internal interfaces to reduce wgetch()'s dependency on the
2727 + simplify some loops with macros each_screen(), each_window() and
2731 + continue modifying test/ditto.c toward making it demonstrate
2732 multithreaded use_screen(), using fifos to pass data between screens.
2733 + fix typo in form.3x (report by Mike Gran).
2736 + add screen.rxvt terminfo entry -TD
2737 + modify tic -f option to format spaces as \s to prevent them from
2738 being lost when that is read back in unformatted strings.
2739 + improve test/ditto.c, using a "talk"-style layout.
2742 + change test/ditto.c to use openpty() and xterm.
2743 + add locks for copywin(), dupwin(), overlap(), overlay() on their
2745 + add locks for initscr() and newterm() on updates to the SCREEN
2747 + finish table in curs_thread.3x manpage.
2750 + begin table in curs_thread.3x manpage describing the scope of data
2751 used by each function (or symbol) for threading analysis.
2752 + add null-pointer checks to setsyx() and getsyx() (prompted by
2753 discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
2754 python-dev2 mailing list).
2757 + add null-pointer checks in set_term() and delscreen().
2758 + move _nc_windows into _nc_globals, since windows can be pads, which
2759 are not associated with a particular screen.
2760 + change use_screen() to pass the SCREEN* parameter rather than
2761 stdscr to the callback function.
2762 + force libtool to use tag for 'CC' in case it does not detect this,
2763 e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
2764 (report/patch by Michael Haubenwallner).
2765 + override OBJEXT to "lo" when building with libtool, to work on
2766 platforms such as AIX where libtool may use a different suffix for
2767 the object files than ".o" (report/patch by Michael Haubenwallner).
2768 + add configure --with-pthread option, for building with the POSIX
2772 + fill in extended-color pair two more places in wbkgrndset() and
2773 waddch_nosync() (prompted by Sedeno's patch).
2774 + fill in extended-color pair in _nc_build_wch() to make colors work
2775 for wide-characters using extended-colors (patch by Alejandro R
2777 + add x/X toggles to ncurses.c C color test to test/demo
2778 wide-characters with extended-colors.
2779 + add a/A toggles to ncurses.c c/C color tests.
2780 + modify test/ditto.c to use use_screen().
2781 + finish modifying test/rain.c to demonstrate threads.
2784 + start modifying test/rain.c for threading demo.
2785 + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
2786 that the 'F' accepts.
2787 + modify test/worm.c to show trail in reverse-video when other threads
2788 are working concurrently.
2789 + fix a deadlock from improper nesting of mutexes for windowlist and
2793 + fixes from 20080223 resolved issue with mutexes; change to use
2794 recursive mutexes to fix memory leak in delwin() as called from
2795 _nc_free_and_exit().
2798 + fix a size-difference in _nc_globals which caused hanging of mutex
2799 lock/unlock when termlib was built separately.
2802 + avoid using nanosleep() in threaded configuration since that often
2803 is implemented to suspend the entire process.
2806 + update test programs to build/work with various UNIX curses for
2807 comparisons. This was to reinvestigate statement in X/Open curses
2808 that insnstr and winsnstr perform wrapping. None of the Unix-branded
2809 implementations do this, as noted in manpage (cf: 20040228).
2812 + modify _nc_setupscreen() to set the legacy-coding value the same
2813 for both narrow/wide models. It had been set only for wide model,
2814 but is needed to make unctrl() work with locale in the narrow model.
2815 + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
2816 using unctrl() to display illegal bytes rather than trying to append
2817 further bytes to make up a valid sequence (reported by Andrey A
2819 + modify unctrl() to check codes in 128-255 range versus isprint().
2820 If they are not printable, and locale was set, use a "M-" or "~"
2824 + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
2825 handling). Now it hangs in napms(), no matter whether nanosleep()
2826 or poll() or select() are used on Linux.
2829 + fixes to build with --disable-ext-funcs
2830 + add manpage for use_window and use_screen.
2831 + add set_tabsize() and set_escdelay() functions.
2834 + remove recursive-mutex definitions, finish threading demo for worm.c
2835 + remove a redundant adjustment of lines in resizeterm.c's
2836 adjust_window() which caused occasional misadjustment of stdscr when
2840 + several improvements to terminfo entries based on xterm #230 -TD
2841 + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
2842 "link_test" builds properly.
2843 + fix for toe command-line options -u/-U to ensure filename is given.
2844 + fix allocation-size for command-line parsing in infocmp from 20070728
2845 (report by Miroslav Lichvar)
2846 + improve resizeterm() by moving ripped-off lines, and repainting the
2847 soft-keys (report by Katarina Machalkova)
2848 + add clarification in wclear's manpage noting that the screen will be
2849 cleared even if a subwindow is cleared (prompted by Christer Enfors
2851 + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
2854 + continue implementing support for threading demo by adding mutex
2858 + add several functions to C++ binding which wrap C functions that
2859 pass a WINDOW* parameter (request by Chris Lee).
2862 + add note about configure options needed for Berkeley database to the
2864 + improve checks for version of Berkeley database libraries.
2865 + amend fix for rpath to not modify LDFLAGS if the platform has no
2866 applicable transformation (report by Christian Ebert, cf: 20071124).
2869 + modify configure option --with-hashed-db to accept a parameter which
2870 is the install-prefix of a given Berkeley Database (prompted by
2871 pierre4d2 comments).
2872 + rewrite wrapper for wcrtomb(), making it work on Solaris. This is
2873 used in the form library to determine the length of the buffer needed
2874 by field_buffer (report by Alfred Fung).
2875 + remove unneeded window-parameter from C++ binding for wresize (report
2879 + modify the support for filesystems which do not support mixed-case to
2880 generate 2-character (hexadecimal) codes for the lower-level of the
2881 filesystem terminfo database (request by Michail Vidiassov).
2882 + add configure option --enable-mixed-case, to allow overriding the
2883 configure script's check if the filesystem supports mixed-case
2885 + add wresize() to C++ binding (request by Chris Lee).
2886 + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
2887 it simpler to tell if the extended functions and/or colors are
2891 + update memory-leak checks for changes to names.c and codes.c
2892 + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
2895 + continue implementing support for threading demo by adding mutex
2897 + add mrxvt terminfo entry, add/fix xterm building blocks for modified
2899 + compile with FreeBSD "contemporary" TTY interface (patch by
2903 + modify makefile rules to allow clear, tput and tset to be built
2904 without libtic. The other programs (infocmp, tic and toe) rely on
2906 + add/modify null-pointer checks in several functions for SP and/or
2907 the WINDOW* parameter (report by Thorben Krueger).
2908 + fixes for field_buffer() in formw library (see Redhat #310071,
2909 patches by Miroslav Lichvar).
2910 + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
2912 + update/improve mlterm and rxvt terminfo entries, e.g., for
2913 the modified cursor- and keypad-keys -TD
2916 + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
2917 changes the CharEq() macro to an inline function to allow comparing
2918 cchar_t struct's without comparing gaps in a possibly unpacked
2919 memory layout (report by Miroslav Lichvar).
2922 + add new functions to lib_trace.c to setup mutex's for the _tracef()
2923 calls within the ncurses library.
2924 + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
2926 + start modifying test/worm.c to provide threading demo (incomplete).
2927 + separated ifdef's for some BSD-related symbols in tset.c, to make
2928 it compile on LynxOS (report by Greg Gemmer).
2930 + modify Ada95/gen/Makefile to use shlib script, to simplify building
2931 shared-library configuration on platforms lacking rpath support.
2932 + build-fix for Ada95/src/Makefile to reflect changed dependency for
2933 the terminal-interface-curses-aux.adb file which is now generated.
2934 + restructuring test/worm.c, for use_window() example.
2937 + add use_window() and use_screen() functions, to develop into support
2938 for threaded library (incomplete).
2939 + fix typos in man/curs_opaque.3x which kept the install script from
2940 creating symbolic links to two aliases created in 20070818 (report by
2944 + remove a spurious newline from output of html.m4, which caused links
2945 for Ada95 html to be incorrect for the files generated using m4.
2946 + start investigating mutex's for SCREEN manipulation (incomplete).
2947 + minor cleanup of codes.c/names.c for --enable-const
2948 + expand/revise "Routine and Argument Names" section of ncurses manpage
2949 to address report by David Givens in newsgroup discussion.
2950 + fix interaction between --without-progs/--with-termcap configure
2951 options (report by Michail Vidiassov).
2952 + fix typo in "--disable-relink" option (report by Michail Vidiassov).
2955 + fix a sign-extension bug in infocmp's repair_acsc() function
2957 + fix old configure script bug which prevented "--disable-warnings"
2958 option from working (patch by Mike Frysinger).
2961 + add 9term terminal description (request by Juhapekka Tolvanen) -TD
2962 + modify comp_hash.c's string output to avoid misinterpreting a null
2963 "\0" followed by a digit.
2964 + modify MKnames.awk and MKcodes.awk to support big-strings.
2965 This only applies to the cases (broken linker, reentrant) where
2966 the corresponding arrays are accessed via wrapper functions.
2967 + split MKnames.awk into two scripts, eliminating the shell redirection
2968 which complicated the make process and also the bogus timestamp file
2969 which was introduced to fix "make -j".
2970 + add test/test_opaque.c, test/test_arrays.c
2971 + add wgetscrreg() and wgetparent() for applications that may need it
2972 when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
2975 + amend treatment of infocmp "-r" option to retain the 1023-byte limit
2976 unless "-T" is given (cf: 981017).
2977 + modify comp_captab.c generation to use big-strings.
2978 + make _nc_capalias_table and _nc_infoalias_table private accessed via
2979 _nc_get_alias_table() since the tables are used only within the tic
2981 + modify configure script to skip Intel compiler in CF_C_INLINE.
2982 + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
2983 _nc_get_hash_table() since the tables are used only within the tic
2987 + make _nc_capalias_table and _nc_infoalias_table private, accessed via
2988 _nc_get_alias_table() since they are used only by parse_entry.c
2989 + make _nc_key_names private since it is used only by lib_keyname.c
2990 + add --disable-big-strings configure option to control whether
2991 unctrl.c is generated using the big-string optimization - which may
2992 use strings longer than supported by a given compiler.
2993 + reduce relocation tables for tic, infocmp by changing type of
2994 internal hash tables to short, and make those private symbols.
2995 + eliminate large fixed arrays from progs/infocmp.c
2998 + change winnstr() to stop at the end of the line (cf: 970315).
2999 + add test/test_get_wstr.c
3000 + add test/test_getstr.c
3001 + add test/test_inwstr.c
3002 + add test/test_instr.c
3005 + restore a call to obtain screen-size in _nc_setupterm(), which
3006 is used in tput and other non-screen applications via setupterm()
3007 (Debian #433357, reported by Florent Bayle, Christian Ohm,
3011 + add test/savescreen.c test-program
3012 + add check to trace-file open, if the given name is a directory, add
3013 ".log" to the name and try again.
3014 + add konsole-256color entry -TD
3015 + add extra gcc warning options from xterm.
3016 + minor fixes for ncurses/hashmap test-program.
3017 + modify configure script to quiet c++ build with libtool when the
3018 --disable-echo option is used.
3019 + modify configure script to disable ada95 if libtool is selected,
3020 writing a warning message (addresses FreeBSD #114493).
3021 + update config.guess, config.sub
3024 + add continuous-move "M" to demo_panels to help test refresh changes.
3025 + improve fix for refresh of window on top of multi-column characters,
3026 taking into account some split characters on left/right window
3030 + add "widec" row to _tracedump() output to help diagnose remaining
3031 problems with multi-column characters.
3032 + partial fix for refresh of window on top of multi-column characters
3033 which are partly overwritten (report by Sadrul H Chowdhury).
3034 + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
3035 multi-column extension bits are passed there.
3036 + add setlocale() call to demo_panels.c, needed for wide-characters.
3037 + add some output flags to _nc_trace_ttymode to help diagnose a bug
3038 report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
3041 + add test/demo_panels.c
3042 + implement opaque version of setsyx() and getsyx().
3045 + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
3047 + split-out key_name() from MKkeyname.awk since it now depends upon
3048 wunctrl() which is not in libtinfo (report by Rong-En Fan).
3051 + add test/key_name.c
3052 + add stdscr cases to test/inchs.c and test/inch_wide.c
3053 + update test/configure
3054 + correct formatting of DEL (0x7f) in _nc_vischar().
3055 + null-terminate result of wunctrl().
3056 + add null-pointer check in key_name() (report by Andreas Krennmair,
3060 + adapt mouse-handling code from menu library in form-library
3061 (discussion with Clive Nicolson).
3062 + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
3063 illustrate how to use mvcur().
3064 + modify wide-character flavor of SetAttr() to preserve the
3065 WidecExt() value stored in the .attr field, e.g., in case it
3066 is overwritten by chgat (report by Aleksi Torhamo).
3067 + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
3068 + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
3071 + modify keyname() to use "^X" form only if meta() has been called, or
3072 if keyname() is called without initializing curses, e.g., via
3073 initscr() or newterm() (prompted by LinuxBase #1604).
3074 + document some portability issues in man/curs_util.3x
3075 + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
3076 broken by moving that data into SCREEN (cf: 20061230).
3079 + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
3080 problem reported by Sadrul H Chowdhury with repainting parts of
3082 + modify slk_init() so that if there are preceding calls to
3083 ripoffline(), those affect the available lines for soft-keys (adapted
3084 from patch by Clive Nicolson).
3085 + document some portability issues in man/curs_getyx.3x
3088 + fix a bug in Ada95/samples/ncurses which caused a variable to
3089 become uninitialized in the "b" test.
3090 + fix Ada95/gen/Makefile.in adahtml rule to account for recent
3091 movement of files, fix a few incorrect manpage references in the
3093 + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
3095 + correct some functions in Ada95 binding which were using return value
3096 from C where none was returned: idcok(), immedok() and wtimeout().
3097 + amend recent changes for Ada95 binding to make it build with
3098 Cygwin's linker, e.g., with configure options
3099 --enable-broken-linker --with-ticlib
3102 + add a configure check for gcc's options for inlining, use that to
3103 quiet a warning message where gcc's default behavior changed from
3105 + improve warning message when checking if GPM is linked to curses
3106 library by not warning if its use of "wgetch" is via a weak symbol.
3107 + add loader options when building with static libraries to ensure that
3108 an installed shared library for ncurses does not conflict. This is
3109 reported as problem with Tru64, but could affect other platforms
3110 (report Martin Mokrejs, analysis by Tim Mooney).
3111 + fix build on cygwin after recent ticlib/termlib changes, i.e.,
3112 + adjust TINFO_SUFFIX value to work with cygwin's dll naming
3113 + revert a change from 20070303 which commented out dependency of
3114 SHLIB_LIST in form/menu/panel/c++ libraries.
3115 + fix initialization of ripoff stack pointer (cf: 20070421).
3118 + move most static variables into structures _nc_globals and
3119 _nc_prescreen, to simplify storage.
3120 + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
3121 type for data manipulated by signal handlers (prompted by comments
3122 in mailing.openbsd.bugs newsgroup).
3123 + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
3124 to the libtool create- and link-operations.
3127 + fix whitespace in curs_opaque.3x which caused a spurious ';' in
3128 the installed aliases (report by Peter Santoro).
3129 + fix configure script to not try to generate adacurses-config when
3130 Ada95 tree is not built.
3133 + add man/curs_legacy.3x, man/curs_opaque.3x
3134 + fix acs_map binding for Ada95 when --enable-reentrant is used.
3135 + add adacurses-config to the Ada95 install, based on version from
3136 FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
3137 comment on comp.lang.ada newsgroup).
3138 + fix includes in c++ binding to build with Intel compiler
3140 + update install rule in Ada95 to use mkdirs.sh
3141 > other fixes prompted by inspection for Coverity report:
3142 + modify ifdef's for c++ binding to use try/catch/throw statements
3143 + add a null-pointer check in tack/ansi.c request_cfss()
3144 + fix a memory leak in ncurses/base/wresize.c
3145 + corrected check for valid memu/meml capabilities in
3146 progs/dump_entry.c when handling V_HPUX case.
3147 > fixes based on Coverity report:
3148 + remove dead code in test/bs.c
3149 + remove dead code in test/demo_defkey.c
3150 + remove an unused assignment in progs/infocmp.c
3151 + fix a limit check in tack/ansi.c tools_charset()
3152 + fix tack/ansi.c tools_status() to perform the VT320/VT420
3153 tests in request_cfss(). The function had exited too soon.
3154 + fix a memory leak in tic.c's make_namelist()
3155 + fix a couple of places in tack/output.c which did not check for EOF.
3156 + fix a loop-condition in test/bs.c
3157 + add index checks in lib_color.c for color palettes
3158 + add index checks in progs/dump_entry.c for version_filter() handling
3160 + fix a possible null-pointer dereference in copywin()
3161 + fix a possible null-pointer dereference in waddchnstr()
3162 + add a null-pointer check in _nc_expand_try()
3163 + add a null-pointer check in tic.c's make_namelist()
3164 + add a null-pointer check in _nc_expand_try()
3165 + add null-pointer checks in test/cardfile.c
3166 + fix a double-free in ncurses/tinfo/trim_sgr0.c
3167 + fix a double-free in ncurses/base/wresize.c
3168 + add try/catch block to c++/cursesmain.cc
3171 + modify Ada95 binding to build with --enable-reentrant by wrapping
3172 global variables (bug: acs_map does not yet work).
3173 + modify Ada95 binding to use the new access-functions, allowing it
3174 to build/run when NCURSES_OPAQUE is set.
3175 + add access-functions and macros to return properties of the WINDOW
3176 structure, e.g., when NCURSES_OPAQUE is set.
3177 + improved install-sh's quoting.
3178 + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
3182 + eliminate part of the direct use of WINDOW data from Ada95 interface.
3183 + fix substitutions for termlib filename to make configure option
3184 --enable-reentrant work with --with-termlib.
3185 + change a constructor for NCursesWindow to allow compiling with
3186 NCURSES_OPAQUE set, since we cannot pass a reference to
3190 + ignore --with-chtype=unsigned since unsigned is always added to
3191 the type in curses.h; do the same for --with-mmask-t.
3192 + change warning regarding --enable-ext-colors and wide-character
3193 in the configure script to an error.
3194 + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
3195 such as Darwin's libtool program (report by Michail Vidiassov)
3196 + modify edit_man.sh to allow for multiple substitutions per line.
3197 + set locale in misc/ncurses-config.in since it uses a range
3198 + change permissions libncurses++.a install (report by Michail
3200 + corrected length of temporary buffer in wide-character version
3201 of set_field_buffer() (related to report by Bryan Christ).
3204 + fix mk-1st.awk script install_shlib() function, broken in 20070224
3205 changes for cygwin (report by Michail Vidiassov).
3208 + increase size of array in _nc_visbuf2n() to make "tic -v" work
3209 properly in its similar_sgr() function (report/analysis by Peter
3211 + add --enable-reentrant configure option for ongoing changes to
3212 implement a reentrant version of ncurses:
3213 + libraries are suffixed with "t"
3214 + wrap several global variables (curscr, newscr, stdscr, ttytype,
3215 COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
3216 functions returning values stored in SCREEN or cur_term.
3217 + move some initialization (LINES, COLS) from lib_setup.c,
3218 i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
3221 + regenerated html documentation.
3222 + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
3223 opaque in selected configurations.
3224 + move the chunk in lib_acs.c which resets acs capabilities when
3225 running on a terminal whose locale interferes with those into
3226 _nc_setupscreen(), so the libtinfo/libtinfow files can be made
3227 identical (requested by Miroslav Lichvar).
3228 + do not use configure variable SHLIB_LIBS for building libraries
3229 outside the ncurses directory, since that symbol is customized
3230 only for that directory, and using it introduces an unneeded
3231 dependency on libdl (requested by Miroslav Lichvar).
3232 + modify mk-1st.awk so the generated makefile rules for linking or
3233 installing shared libraries do not first remove the library, in
3234 case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
3236 + revised section "Using NCURSES under XTERM" in ncurses-intro.html
3237 (prompted by newsgroup comment by Nick Guenther).
3240 + change internal return codes of _nc_wgetch() to check for cases
3241 where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
3242 ungetch'd, and read by wget_wch().
3243 + fix static-library build broken in 20070217 changes to remove "-ldl"
3244 (report by Miroslav Lichvar).
3245 + change makefile/scripts for cygwin to allow building termlib.
3246 + use Form_Hook in manpages to match form.h
3247 + use Menu_Hook in manpages, as well as a few places in menu.h
3248 + correct form- and menu-manpages to use specific Field_Options,
3249 Menu_Options and Item_Options types.
3250 + correct prototype for _tracechar() in manpage (cf: 20011229).
3251 + correct prototype for wunctrl() in manpage.
3254 + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
3256 + modify relinking of shared libraries to apply only when rpath is
3257 enabled, and add --disable-relink option which can be used to
3258 disable the feature altogether (reports by Michail Vidiassov,
3260 + fix --with-termlib option for wide-character configuration, stripping
3261 the "w" suffix in one place (report by Miroslav Lichvar).
3262 + remove "-ldl" from some library lists to reduce dependencies in
3263 programs (report by Miroslav Lichvar).
3264 + correct description of --enable-signed-char in configure --help
3265 (report by Michail Vidiassov).
3266 + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
3267 which matches an earlier change to CF_SHARED_OPTS, from xterm #224
3269 + remove "${DESTDIR}" from -install_name option used for linking
3270 shared libraries on Darwin (report by Michail Vidiassov).
3273 + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
3274 + remove libdl from library list for termlib (report by Miroslav
3276 + fix configure.in to allow --without-progs --with-termlib (patch by
3278 + modify win_wchnstr() to ensure that only a base cell is returned
3279 for each multi-column character (prompted by report by Wei Kong
3280 regarding change in mvwin_wch() cf: 20041023).
3283 + modify fix_wchnstr() in form library to strip attributes (and color)
3284 from the cchar_t array (field cells) read from a field's window.
3285 Otherwise, when copying the field cells back to the window, the
3286 associated color overrides the field's background color (report by
3288 + improve tracing for form library, showing created forms, fields, etc.
3289 + ignore --enable-rpath configure option if --with-shared was omitted.
3290 + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
3291 to allow leak-checking when both tic- and tinfo-libraries are built.
3292 + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
3293 no longer relies on it.
3294 + disallow combining configure script options --with-ticlib and
3295 --enable-termcap (report by Rong-En Fan).
3296 + remove tack from ncurses tree.
3299 + fix typo in configure script that broke --with-termlib option
3300 (report by Rong-En Fan).
3303 + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
3304 to tgetent() (report by Rong-en Fan).
3305 + update tack/HISTORY and tack/README to tell how to build it after
3306 it is removed from the ncurses tree.
3307 + fix configure check for libtool's version to trim blank lines
3308 (report by sci-fi@hush.ai).
3309 + review/eliminate other original-file artifacts in cursesw.cc, making
3310 its license consistent with ncurses.
3311 + use ncurses vw_scanw() rather than reading into a fixed buffer in
3312 the c++ binding for scanw() methods (prompted by report by Nuno Dias).
3313 + eliminate fixed-buffer vsprintf() calls in c++ binding.
3316 + add _nc_leaks_tic() to separate leak-checking of tic library from
3317 term/ncurses libraries, and thereby eliminate a library dependency.
3318 + fix test/mk-test.awk to ignore blank lines.
3319 + correct paths in include/headers, for --srcdir (patch by Miroslav
3323 + add a break-statement in misc/shlib to ensure that it exits on the
3324 _first_ matched directory (report by Paul Novak).
3325 + add tack/configure, which can be used to build tack outside the
3327 + add --with-ticlib option, to build/install the tic-support functions
3328 in a separate library (suggested by Miroslav Lichvar).
3331 + change MKunctrl.awk to reduce relocation table for unctrl.o
3332 + change MKkeyname.awk to reduce relocation table for keyname.o
3333 (patch by Miroslav Lichvar).
3336 + modify configure check for libtool's version to trim blank lines
3337 (report by sci-fi@hush.ai).
3338 + modify some modules to allow them to be reentrant if _REENTRANT is
3339 defined: lib_baudrate.c, resizeterm.c (local data only)
3340 + eliminate static data from some modules: add_tries.c, hardscroll.c,
3341 lib_ttyflags.c, lib_twait.c
3342 + improve manpage install to add aliases for the transformed program
3343 names, e.g., from --program-prefix.
3344 + used linklint to verify links in the HTML documentation, made fixes
3345 to manpages as needed.
3346 + fix a typo in curs_mouse.3x (report by William McBrine).
3347 + fix install-rule for ncurses5-config to make the bin-directory.
3350 + modify configure script to omit the tic (terminfo compiler) support
3351 from ncurses library if --without-progs option is given.
3352 + modify install rule for ncurses5-config to do this via "install.libs"
3353 + modify shared-library rules to allow FreeBSD 3.x to use rpath.
3354 + update config.guess, config.sub
3356 20061217 5.6 release for upload to ftp.gnu.org
3359 + add ifdef's for <wctype.h> for HPUX, which has the corresponding
3360 definitions in <wchar.h>.
3361 + revert the va_copy() change from 20061202, since it was neither
3362 correct nor portable.
3363 + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
3365 + ignore wide-acs line-drawing characters that wcwidth() claims are
3366 not one-column. This is a workaround for Solaris' broken locale
3370 + modify configure --with-gpm option to allow it to accept a parameter,
3371 i.e., the name of the dynamic GPM library to load via dlopen()
3372 (requested by Bryan Henderson).
3373 + add configure option --with-valgrind, changes from vile.
3374 + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
3375 'return' in preference to 'exit()'.
3378 + change default for --with-develop back to "no".
3379 + add XTABS to tracing of TTY bits.
3380 + updated autoconf patch to ifdef-out the misfeature which declares
3381 exit() for configure tests. This fixes a redefinition warning on
3383 + use ${CC} rather than ${LD} in shared library rules for IRIX64,
3384 Solaris to help ensure that initialization sections are provided for
3385 extra linkage requirements, e.g., of C++ applications (prompted by
3386 comment by Casper Dik in newsgroup).
3387 + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
3388 from the autoconf predefined symbol. There was no conflict,
3389 since "$target" was used only in the generated edit_man.sh file,
3390 but SuSE's rpm package contains a patch.
3393 + update man/term.5 to reflect extended terminfo support and hashed
3394 database configuration.
3395 + updates for test/configure script.
3396 + adapted from SuSE rpm package:
3397 + remove long-obsolete workaround for broken-linker which declared
3399 + improve error recovery in PUTC() macro when wcrtomb() does not
3400 return usable results for an 8-bit character.
3401 + patches from rpm package (SuSE):
3402 + use va_copy() in extra varargs manipulation for tracing version
3404 + use a va_list rather than a null in _nc_freeall()'s call to
3405 _nc_printf_string().
3406 + add some see-also references in manpages to show related
3407 wide-character functions (suggested by Claus Fischer).
3410 + add a check in lib_color.c to ensure caller does not increase COLORS
3411 above max_colors, which is used as an array index (discussion with
3413 + add ifdef's allowing ncurses to be built with tparm() using either
3414 varargs (the existing status), or using a fixed-parameter list (to
3418 + fix redrawing of windows other than stdscr using wredrawln() by
3419 touching the corresponding rows in curscr (discussion with Dan
3422 + add test/echochar.c
3423 + review/cleanup manpage descriptions of error-returns for form- and
3424 menu-libraries (prompted by FreeBSD docs/46196).
3427 + add AUTHORS file -TD
3428 + omit the -D options from output of the new config script --cflags
3429 option (suggested by Ralf S Engelschall).
3430 + make NCURSES_INLINE unconditionally defined in curses.h
3433 + revert change to accommodate bash 3.2, since that breaks other
3434 platforms, e.g., Solaris.
3435 + minor fixes to NEWS file to simplify scripting to obtain list of
3437 + improve some shared-library configure scripting for Linux, FreeBSD
3438 and NetBSD to make "--with-shlib-version" work.
3439 + change configure-script rules for FreeBSD shared libraries to allow
3440 for rpath support in versions past 3.
3441 + use $(DESTDIR) in makefile rules for installing/uninstalling the
3442 package config script (reports/patches by Christian Wiese,
3443 Ralf S Engelschall).
3444 + fix a warning in the configure script for NetBSD 2.0, working around
3445 spurious blanks embedded in its ${MAKEFLAGS} symbol.
3446 + change test/Makefile to simplify installing test programs in a
3447 different directory when --enable-rpath is used.