X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FChangeLog;h=8f3b355fb5923f081680ada0c1651727ed1d50b5;hb=df077fb9f3229dde43c7f72ad78ce0c2a98c195c;hp=e649e8032833c271256f7d5261cf6c4d096d9c47;hpb=c3ff2edaca074e102e3b8fddda610d68e051229c;p=pspp diff --git a/src/ChangeLog b/src/ChangeLog index e649e80328..8f3b355fb5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,76 @@ +Sun Apr 23 20:35:28 2006 Ben Pfaff + + Continue reforming error message support. + + * message.c: Use linebreak module from gnulib instead of home-brew + line breaking. + (puts_stdout) Rewrote. + (dump_message) Rewrote. Changed interface and updated all callers. + (compulsory_break) Removed. + (char_is_break) Removed. + (break_before) Removed. + (break_after) Removed. + (macro BREAK_LONG_WORD) Removed. + +Sun Apr 16 20:41:10 2006 Ben Pfaff + + Continue reforming error message support. In this phase, we + divide the classification of messages along "category" and + "severity" axes. + + * message.c: (err_vmsg) Rewrite to deal with categories and + severities in a straightforward manner instead of mixing them into + classes. + [0] (puts_stderr) Removed (dead code). + (msg) Changed first argument from `int' to `enum msg_class'. + (tmsg) Ditto. + +Sun Apr 16 18:53:12 2006 Ben Pfaff + + GNU standards require "file name" instead of "filename" in + documentation. It's nice for our code to follow the convention + too. + + Basically did search and replace in the whole source tree. Major + changes in function names or struct member names have their own + change log entries. + +Sun Apr 16 15:58:56 2006 Ben Pfaff + + Continue reforming error message support. In this phase, we get + rid of VM() and the other msg() support for "verbosity", replacing + it by a new function verbose_msg(). + + * message.c: (verbose_msg) New function. + (err_vmsg) Remove support for verbosity levels. + +Sun Apr 16 11:46:51 2006 Ben Pfaff + + Start reforming error message support. In this phase, we get rid + of "installation errors" and change all uses of msg() in the + output drivers to uses of error() or error_at_line(). + + * message.c: (err_vmsg) Get rid of IE, IS support. + +Sat Mar 11 14:17:47 WST 2006 John Darrington + + * automake.mk: Changed the pattern specific AM_CPPFLAGS to two target + specific ones. Eventually there will be none at all. + + * automake.mk: Moved the pspp binary to ui/terminal + +Sat Mar 4 12:59:08 2006 Ben Pfaff + + * In many source files, #include "compiler.h" to get GCC attribute + definitions. + +Sat Mar 4 12:28:09 2006 Ben Pfaff + + * In many source files, replace INT_DIGITS by + INT_STRLEN_BOUND(int) and include intprops.h. + +John Darrington: + * Replaced '_' with '-' in most filenames. * Renamed files as follows: