pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src data/ChangeLog data/make-file.c ui/ter...


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src data/ChangeLog data/make-file.c ui/ter...
Date: Sun, 18 Feb 2007 21:29:20 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/02/18 21:29:20

Modified files:
        src/data       : ChangeLog make-file.c 
        src/ui/terminal: ChangeLog msg-ui.c 

Log message:
        Adapt to most recent gnulib.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/ChangeLog?cvsroot=pspp&r1=1.106&r2=1.107
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/make-file.c?cvsroot=pspp&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/ChangeLog?cvsroot=pspp&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/msg-ui.c?cvsroot=pspp&r1=1.10&r2=1.11

Patches:
Index: data/ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -b -r1.106 -r1.107
--- data/ChangeLog      18 Feb 2007 19:20:55 -0000      1.106
+++ data/ChangeLog      18 Feb 2007 21:29:20 -0000      1.107
@@ -1,3 +1,8 @@
+Sun Feb 18 13:28:02 2007  Ben Pfaff  <address@hidden>
+
+       * make-file.c: Don't include mkstemp.h, because gnulib now causes
+       <stdlib.h> to have the same effect.
+
 Sun Feb 18 11:20:24 2007  Ben Pfaff  <address@hidden>
 
        * por-file-reader.c: Add missing _() around messages.

Index: data/make-file.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/make-file.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- data/make-file.c    12 Feb 2007 04:44:49 -0000      1.8
+++ data/make-file.c    18 Feb 2007 21:29:20 -0000      1.9
@@ -27,8 +27,6 @@
 #include <libpspp/message.h>
 #include <libpspp/alloc.h>
 
-#include "mkstemp.h"
-
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
 

Index: ui/terminal/ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/terminal/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- ui/terminal/ChangeLog       12 Feb 2007 02:10:54 -0000      1.20
+++ ui/terminal/ChangeLog       18 Feb 2007 21:29:20 -0000      1.21
@@ -1,3 +1,9 @@
+Sun Feb 18 13:28:26 2007  Ben Pfaff  <address@hidden>
+
+       * msg-ui.c: Don't include exit.h, because gnulib fixes up stdlib.h
+       as necessary.  Do include stdlib.h, because exit.h did so for us
+       and we need it.
+
 Thu Feb  8 15:07:04 2007  Ben Pfaff  <address@hidden>
 
        * read-line.c (readln_initialize): Instead of only supporting

Index: ui/terminal/msg-ui.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/terminal/msg-ui.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- ui/terminal/msg-ui.c        15 Dec 2006 00:16:03 -0000      1.10
+++ ui/terminal/msg-ui.c        18 Feb 2007 21:29:20 -0000      1.11
@@ -20,7 +20,6 @@
 
 #include "msg-ui.h"
 
-#include "exit.h"
 #include "linebreak.h"
 
 #include <libpspp/msg-locator.h>
@@ -30,7 +29,7 @@
 #include <libpspp/str.h>
 #include <errno.h>
 #include <stdio.h>
-
+#include <stdlib.h>
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]