From: Paul Eggert Date: Fri, 18 Feb 2011 06:16:39 +0000 (-0800) Subject: * NEWS: Mention 2011-02-08 change to stdlib. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3dd01f37b0a3cf0f59df4eee43ff21eee521672;p=pspp * NEWS: Mention 2011-02-08 change to stdlib. --- diff --git a/ChangeLog b/ChangeLog index 84c0f5e37b..c2c194600c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-02-17 Paul Eggert + + * NEWS: Mention 2011-02-08 change to stdlib. + 2011-02-17 Bruno Haible getloadavg: Add comments about platforms. diff --git a/NEWS b/NEWS index 795488a9cd..b203b2cf40 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,11 @@ Date Modules Changes KMEM_GROUP and NEED_SETGID are no longer substituted for. +2011-02-08 stdlib Unless the random_r module is also used, this + module no longer guarantees that the following are + defined: struct random_data, RAND_MAX, random_r, + srandom_r, initstate_r, setstate_r. + 2011-02-08 wctype-h This module no longer provides the iswblank() function. If you need this function, you now need to request the 'iswblank' module.