X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2FChangeLog;h=852b71b18b50abb30784f6f903bb19ca1dbc55cb;hb=74fc00cc0eb769ab61141d290490037ba040f63a;hp=6375857a66230b277c132907b244b37e1529874b;hpb=7dc0dcc86cfceecf53be9e88619885935ec40f8a;p=pspp-builds.git diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index 6375857a..852b71b1 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,62 @@ +Tue May 30 19:45:12 WST 2006 John Darrington + + * i18n.c i18n.h: New files. + +Tue May 16 06:50:35 2006 Ben Pfaff + + * automake.mk (src/libpspp/version.c): Removed groff_font_path, + which is no longer used. + + * message.c (request_bug_report_and_abort): Don't print + groff_font_path, which no longer exists. + + * version.h (locale_dir): Removed groff_font_path. + +Sun May 14 22:06:53 2006 Ben Pfaff + + * str.c (spprintf): Moved definition of spprintf() here, from + str.h. + + * str.h: (nsprintf) Removed. Changed all users to use sprintf() + instead. + (nvsprintf) Removed. Changed all users to use vsprintf() instead. + +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