X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2FChangeLog;h=305561195f927169b7bf9926a050ea3097954250;hb=7a2039fb1ebfd48013ab259b28091e74e7f50588;hp=ce4acf903c327eebafb94300cd4635e67bacc0ab;hpb=9f1d9ea8ac4f5e35a773581cf3d5ebd9e219bff8;p=pspp diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index ce4acf903c..305561195f 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,55 @@ +Sun May 14 20:52:20 2006 Ben Pfaff + + * 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 + + * 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 + + * pool.c (pool_vasprintf): New function. + (pool_asprintf) New function. + +Sun May 7 17:09:54 2006 Ben Pfaff + + * compiler.h: (macro WARN_UNUSED_RESULT) New macro. + +Sun May 7 14:32:25 2006 Ben Pfaff + + * va_copy.h: New header. + + * str.c: Use header instead of inlining va_copy() macro + implementation. + +Sun May 7 10:06:29 WST 2006 John Darrington + + * array.c array.h: Constness of sort. + +Thu May 4 18:01:37 WST 2006 John Darrington + + * message.c message.h: Added functions to create and copy a msg. + +Tue May 2 15:41:50 2006 Ben Pfaff + + * str.c (ds_append_uninit): No need to add 1 to arg passed to + ds_extend(), because the argument does not include space for a + null terminator. Also, fix warning. + +Tue Apr 25 11:07:19 2006 Ben Pfaff + + Finish reforming error message support. In this phase, move + message.c into libpspp. + + * message.c: Move here from src/. Also remove a few unneeded + headers. + + * automake.mk (src_libpspp_libpspp_a_SOURCES): Add message.c. + Tue Apr 25 10:54:44 2006 Ben Pfaff Continue reforming error message support. In this phase, drop