X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=f541b61443f61cb6d7051b81cc06a80827b489c6;hb=f19812dec8982dc3c69d3b6995025184dd4dbddb;hp=438644ca073f55a4590d9288c7b71c8fcb6fd8e4;hpb=d68417c03e69fde605af699ba9a9671c663d8baf;p=gnulib.git diff --git a/NEWS b/NEWS index 438644ca0..f541b6144 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,54 @@ User visible incompatible changes Date Modules Changes +2008-01-26 isnan-nolibm The module name is changed from isnan-nolibm to + isnand-nolibm. The include file is changed from + "isnan.h" to "isnand.h". The function that it + defines is changed from isnan() to isnand(). + +2008-01-14 strcasestr This module now replaces worst-case inefficient + implementations; clients that use controlled + needles and thus do not care about worst-case + efficiency should use the new strcasestr-simple + module instead for smaller code size. + +2008-01-09 alloca-opt Now defines HAVE_ALLOCA_H only when the system + supplies an . Gnulib-using code is now + expected to include unconditionally. + Non-gnulib-using code can continue to include + only if HAVE_ALLOCA_H is defined. + +2008-01-08 memmem This module now replaces worst-case inefficient + implementations; clients that use controlled + needles and thus do not care about worst-case + efficiency should use the new memmem-simple + module instead for smaller code size. + +2007-12-24 setenv The include file is changed from "setenv.h" to + . Also, the unsetenv function is no + longer declared in this module; use the 'unsetenv' + module if you need it. + +2007-12-03 getpagesize The include file is changed from "getpagesize.h" + to . + +2007-12-03 strcase The include file is changed from to + . + +2007-10-07 most modules The license for most modules has changed from + GPLv2+ to GPLv3+, and from LGPLv2+ to LGPLv3+. + A few modules are still under LGPLv2+; see the + module description for the applicable license. + +2007-09-01 linebreak "linebreak.h" no longer declares the functions + locale_charset, uc_width, u{8,16,32}_width. Use + "uniwidth.h" to get these functions declared. + +2007-08-28 areadlink-with-size + Renamed from mreadlink-with-size. + Function renamed: mreadlink_with_size -> + areadlink_with_size. + 2007-08-22 getdelim, getline The include file is changed from "getdelim.h" and "getline.h" to the POSIX 200x .