Get rid of capacity argument to ds_init() and update all callers.
[pspp-builds.git] / src / libpspp / ChangeLog
index 31097a107da4eb8277a94be94437b8feb8ad6771..305561195f927169b7bf9926a050ea3097954250 100644 (file)
@@ -1,3 +1,20 @@
+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
+       instead.
+
+       * automake.mk: (src_libpspp_libpspp_a_SOURCES) Removed va_copy.h.
+
+Sun May  7 18:17:32 2006  Ben Pfaff  <blp@gnu.org>
+
+       * pool.c (pool_vasprintf): New function.
+       (pool_asprintf) New function.
+
 Sun May  7 17:09:54 2006  Ben Pfaff  <blp@gnu.org>
 
        * compiler.h: (macro WARN_UNUSED_RESULT) New macro.