pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src data/data-in.c data/file-name.c data/v...


From: John Darrington
Subject: [Pspp-cvs] pspp/src data/data-in.c data/file-name.c data/v...
Date: Sun, 20 Apr 2008 07:51:10 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   08/04/20 07:51:10

Modified files:
        src/data       : data-in.c file-name.c value.h 
        src/language/tests: check-model.q 

Log message:
        Fixed some recent problems with the mingw cross compile.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/data-in.c?cvsroot=pspp&r1=1.29&r2=1.30
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/file-name.c?cvsroot=pspp&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/value.h?cvsroot=pspp&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/tests/check-model.q?cvsroot=pspp&r1=1.6&r2=1.7

Patches:
Index: data/data-in.c
===================================================================
RCS file: /sources/pspp/pspp/src/data/data-in.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- data/data-in.c      18 Mar 2008 08:08:13 -0000      1.29
+++ data/data-in.c      20 Apr 2008 07:51:09 -0000      1.30
@@ -27,6 +27,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdbool.h>
+#include <limits.h>
 
 #include "calendar.h"
 #include "identifier.h"

Index: data/file-name.c
===================================================================
RCS file: /sources/pspp/pspp/src/data/file-name.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- data/file-name.c    19 Jan 2008 06:58:04 -0000      1.21
+++ data/file-name.c    20 Apr 2008 07:51:09 -0000      1.22
@@ -411,7 +411,7 @@
   identity->device = 0;
   identity->inode = 0;
   identity->name = xstrdup (ok ? cname : file_name);
-  str_lowercase (identity->file_name);
+  str_lowercase (identity->name);
 #endif /* Windows */
 
   return identity;

Index: data/value.h
===================================================================
RCS file: /sources/pspp/pspp/src/data/value.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- data/value.h        11 Nov 2007 05:51:42 -0000      1.14
+++ data/value.h        20 Apr 2008 07:51:09 -0000      1.15
@@ -19,6 +19,7 @@
 
 #include <libpspp/misc.h>
 #include <stdbool.h>
+#include <stddef.h>
 #include "minmax.h"
 
 /* "Short" strings, which are generally those no more than 8

Index: language/tests/check-model.q
===================================================================
RCS file: /sources/pspp/pspp/src/language/tests/check-model.q,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- language/tests/check-model.q        12 Oct 2007 04:49:27 -0000      1.6
+++ language/tests/check-model.q        20 Apr 2008 07:51:10 -0000      1.7
@@ -15,6 +15,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
 #include <config.h>
+#include <limits.h>
 
 #include <language/tests/check-model.h>
 




reply via email to

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