X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=89ecd9fd877a34e35336f10ad7d5ce73c2ff6528;hb=ae22732e85d6c314545b2b4772e56d7b541ef2d2;hp=adb016372971a38beaf2bd6cb4e828435af2a608;hpb=2321bc21a4f2c5fde9bb19e9bf4c597cadc5d625;p=gnulib.git diff --git a/NEWS b/NEWS index adb016372..89ecd9fd8 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,23 @@ User visible incompatible changes Date Modules Changes +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 .