X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;fp=NEWS;h=2fc4c83dcdb887d184f6800a0c03a318a7ece79f;hp=241c6188ddaf74dbdaa987688797df3cc8c22ed0;hb=b5d80765d2da2bcc9d9f71cafd081ad4453cd365;hpb=3ffedbf1016b2d7026e7543fe73e87b046fbd862 diff --git a/NEWS b/NEWS index 241c6188..2fc4c83d 100644 --- a/NEWS +++ b/NEWS @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.3858 2022/09/17 20:49:10 tom Exp $ +-- $Id: NEWS,v 1.3860 2022/09/24 20:40:35 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,16 @@ 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. +20220924 + + modify configure macro CF_BUILD_CC to check if the build-compiler + works, rather than that it is different from the cross-compiler, e.g., + to accommodate a compiler which can be used for either purpose with + different flags (report by Mikhail Korolev). + + fix another memory-leak in tic. + + correct change for cppcheck in menu library (report/analysis by + "tuxway", cf: 20220903). + + update config.guess, config.sub + 20220917 + reduce memory-leak in tic by separating allocations for struct entry from TERMTYPE2 (cf: 20220430).