changeset 17785:e470f867f61e

obstack: add NEWS entry for recent incompatible changes * NEWS: Describe recent changes.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 31 Oct 2014 12:45:22 -0700
parents f8a2b0c3de24
children 49eed2643636
files ChangeLog NEWS
diffstat 2 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/NEWS
+++ b/NEWS
@@ -32,8 +32,16 @@
 
 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.