X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2FChangeLog;h=852b71b18b50abb30784f6f903bb19ca1dbc55cb;hb=29e712969d0d5bc1ee20458309dee7df2c38f1ae;hp=305561195f927169b7bf9926a050ea3097954250;hpb=7a2039fb1ebfd48013ab259b28091e74e7f50588;p=pspp diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index 305561195f..852b71b18b 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,26 @@ +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