]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20090725
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index ef8e3f40f20bd51ac256ac2531f6cd0b08f13707..c3da4581331559c2a324eb46aada1e5e06f8164c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.1403 2009/07/11 18:26:12 tom Exp $
+-- $Id: NEWS,v 1.1410 2009/07/25 15:50:22 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,22 @@ See the AUTHORS file for the corresponding full names.
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
+20090725
+       + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
+
+20090718
+       + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
+         20070704 changes.
+       + modify _nc_find_type_entry() to use hashing.
+       + make CCHARW_MAX value configurable, noting that changing this would
+         change the size of cchar_t, and would be ABI-incompatible.
+       + modify test-programs, e.g,.  test/view.c, to address subtle
+         differences between Tru64/Solaris and HPUX/AIX getcchar() return
+         values.
+       + modify length returned by getcchar() to count the trailing null
+         which is documented in X/Open (cf: 20020427).
+       + fixes for test programs to build/work on HPUX and AIX, etc.
+
 20090711
        + improve performance of tigetstr, etc., by using hashing code from tic.
        + minor fixes for memory-leak checking.