pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/libpspp ChangeLog str.h


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/libpspp ChangeLog str.h
Date: Mon, 23 Jul 2007 04:48:10 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/07/23 04:48:10

Modified files:
        src/libpspp    : ChangeLog str.h 

Log message:
        Include xstrndup.h also.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/ChangeLog?cvsroot=pspp&r1=1.74&r2=1.75
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/str.h?cvsroot=pspp&r1=1.21&r2=1.22

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- ChangeLog   23 Jul 2007 04:46:30 -0000      1.74
+++ ChangeLog   23 Jul 2007 04:48:10 -0000      1.75
@@ -1,5 +1,7 @@
 2007-07-22  Ben Pfaff  <address@hidden>
 
+       * str.h: Include xstrndup.h also.
+
        * float-format.c (float_get_double): New function.
 
 2007-07-06  Ben Pfaff  <address@hidden>

Index: str.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/str.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- str.h       7 Jul 2007 06:14:22 -0000       1.21
+++ str.h       23 Jul 2007 04:48:10 -0000      1.22
@@ -25,6 +25,7 @@
 
 #include "compiler.h"
 #include "memcasecmp.h"
+#include "xstrndup.h"
 #include "xvasprintf.h"
 
 /* Miscellaneous. */




reply via email to

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