]> Savannah Git Hosting - gnulib.git/commitdiff
obstack: add NEWS entry for recent incompatible changes
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 31 Oct 2014 19:45:22 +0000 (12:45 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 31 Oct 2014 19:46:03 +0000 (12:46 -0700)
* NEWS: Describe recent changes.

ChangeLog
NEWS

index 0d6c28552b2a9ff235c4d1c04cde444124866327..1f80f395e3f37e1494b86eb79cd06d0e60ca2023 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       obstack: add NEWS entry for recent incompatible changes
+       * NEWS: Describe recent changes.
+
 2014-10-30  Pádraig Brady  <P@draigBrady.com>
 
        mountlist: don't use libmount to decide on dummy/remote
diff --git a/NEWS b/NEWS
index 45d829b6ef6766841ce2cef4cfec82ecb37ee441..23dd4f11a576da6ae4adedec255527c804b9ec71 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -32,8 +32,16 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2014-10-29  obstack         The obstack functions are no longer limited to
+                            int sizes; size values are now of type size_t.
+                            This changes both the ABI and the API.
+                            obstack_blank no longer accepts a negative size to
+                            shrink the current object; callers must now use
+                            obstack_blank_fast with a "negative" (actually,
+                            large positive) size for that.
+
 2014-02-23  diffseq         The members too_expensive, lo_minimal and hi_minimal
-                            were removed from public structureas, and the
+                            were removed from public structures, and the
                             find_minimal argument was removed from diag
                             and compareseq.