* NEWS: Mention 2011-02-08 change to stdlib.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Feb 2011 06:16:39 +0000 (22:16 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Feb 2011 06:16:39 +0000 (22:16 -0800)
ChangeLog
NEWS

index 84c0f5e37bfb59c0142d2164d728c62491d524d8..c2c194600cf14a23f98618902f9eed5ea245ce2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * NEWS: Mention 2011-02-08 change to stdlib.
+
 2011-02-17  Bruno Haible  <bruno@clisp.org>
 
        getloadavg: Add comments about platforms.
diff --git a/NEWS b/NEWS
index 795488a9cd8fb323f18923543cf92a46a8390aa4..b203b2cf4074b984099d657f163e8e13bba7d0e9 100644 (file)
--- 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.