Get rid of capacity argument to ds_init() and update all callers.
[pspp-builds.git] / src / libpspp / ChangeLog
index 6e029143041d4448cca2f2f57ad2c71ed0ea12f5..305561195f927169b7bf9926a050ea3097954250 100644 (file)
@@ -1,3 +1,8 @@
+Sun May 14 20:52:20 2006  Ben Pfaff  <blp@gnu.org>
+
+       * str.c (ds_init): Remove `capacity' argument and just initialize
+       the string to a capacity of zero.  Updated all callers.
+
 Tue May  9 09:56:57 2006  Ben Pfaff  <blp@gnu.org>
 
        * va_copy.h: Removed.  Now use va_copy() provided by gnulib