pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/data file-name.c ChangeLog
Date: Thu, 08 Feb 2007 05:26:43 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/02/08 05:26:43

Modified files:
        src/data       : file-name.c ChangeLog 

Log message:
        Correct name of function fn_is_special.  Thanks to John McCabe-Dansted
        <address@hidden> for pointing this out.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/file-name.c?cvsroot=pspp&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/ChangeLog?cvsroot=pspp&r1=1.101&r2=1.102

Patches:
Index: file-name.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/file-name.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- file-name.c 15 Dec 2006 00:16:02 -0000      1.9
+++ file-name.c 8 Feb 2007 05:26:42 -0000       1.10
@@ -353,7 +353,7 @@
   char *fn2;
 
   /* Don't change special file names. */
-  if (is_special_file_name (file_name))
+  if (fn_is_special (file_name))
     return xstrdup (file_name);
 
   /* First find the required buffer length. */

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -b -r1.101 -r1.102
--- ChangeLog   2 Feb 2007 00:57:32 -0000       1.101
+++ ChangeLog   8 Feb 2007 05:26:42 -0000       1.102
@@ -1,3 +1,9 @@
+Wed Feb  7 21:25:15 2007  Ben Pfaff  <address@hidden>
+
+       * file-name.c (fn_normalize): Correct name of function
+       fn_is_special.  Thanks to John McCabe-Dansted <address@hidden>
+       for pointing this out.
+
 Thu Feb  1 16:53:37 2007  Ben Pfaff  <address@hidden>
 
        We are using a single member in struct file_handle, the "name"




reply via email to

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