Use gnulib exit module.
[pspp-builds.git] / src / ChangeLog
index 8f3b355fb5923f081680ada0c1651727ed1d50b5..75c211886c89405c2beb1c11dd93f69a6d767cf2 100644 (file)
@@ -1,3 +1,20 @@
+Mon Apr 24 14:11:33 2006  Ben Pfaff  <blp@gnu.org>
+
+       * message.c: Use exit.h from gnulib instead of checking for and
+       defining EXIT_SUCCESS and EXIT_FAILURE by hand.
+
+Sun Apr 23 22:00:23 2006  Ben Pfaff  <blp@gnu.org>
+
+       Continue reforming error message support.  In this phase, get rid
+       of message "titles" and put the message text in `struct error'.
+       Now `struct error' encapsulates a message more properly.
+
+       * message.c: (tmsg) Removed.
+       (msg) Use err_msg() instead of err_vmsg().  Format message
+       ourselves.
+       (err_vmsg) Renamed err_msg().  Changed interface, dropping message
+       and va_list args which are now in the error struct.
+               
 Sun Apr 23 20:35:28 2006  Ben Pfaff  <blp@gnu.org>
 
        Continue reforming error message support.