pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/math ChangeLog automake.mk linreg/Chan...


From: Jason H Stover
Subject: [Pspp-cvs] pspp/src/math ChangeLog automake.mk linreg/Chan...
Date: Fri, 19 May 2006 20:05:59 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Branch:         
Changes by:     Jason H Stover <address@hidden> 06/05/19 20:05:59

Modified files:
        src/math       : ChangeLog automake.mk 
        src/math/linreg: ChangeLog automake.mk predict.c linreg.c 

Log message:
        moved coefficient.[ch] to src/math

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/math/ChangeLog.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/math/automake.mk.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/math/linreg/ChangeLog.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/math/linreg/automake.mk.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/math/linreg/predict.c.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/math/linreg/linreg.c.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: pspp/src/math/ChangeLog
diff -u pspp/src/math/ChangeLog:1.5 pspp/src/math/ChangeLog:1.6
--- pspp/src/math/ChangeLog:1.5 Wed May 10 04:11:07 2006
+++ pspp/src/math/ChangeLog     Fri May 19 20:05:59 2006
@@ -1,3 +1,9 @@
+2006-05-19  Jason Stover  <address@hidden>
+
+       * coefficient.c: Moved to src/math.
+
+       * coefficient.h: Moved to src/math.
+
 Tue May  9 21:09:37 2006  Ben Pfaff  <address@hidden>
 
        * sort.c (sort_active_file_to_casefile): Check return value of
Index: pspp/src/math/automake.mk
diff -u pspp/src/math/automake.mk:1.2 pspp/src/math/automake.mk:1.3
--- pspp/src/math/automake.mk:1.2       Wed Mar 15 03:29:11 2006
+++ pspp/src/math/automake.mk   Fri May 19 20:05:59 2006
@@ -9,6 +9,8 @@
        src/math/factor-stats.h \
        src/math/chart-geometry.c \
        src/math/chart-geometry.h \
+       src/math/coefficient.c \
+       src/math/coefficient.h \
        src/math/group.c  src/math/group.h \
        src/math/histogram.c src/math/histogram.h \
        src/math/group-proc.h \
Index: pspp/src/math/linreg/ChangeLog
diff -u pspp/src/math/linreg/ChangeLog:1.13 pspp/src/math/linreg/ChangeLog:1.14
--- pspp/src/math/linreg/ChangeLog:1.13 Thu May 11 18:02:11 2006
+++ pspp/src/math/linreg/ChangeLog      Fri May 19 20:05:59 2006
@@ -1,3 +1,9 @@
+2006-05-19  Jason Stover  <address@hidden>
+
+       * coefficient.c: Moved to src/math.
+
+       * coefficient.h: Moved to src/math.
+
 2006-05-11  Jason Stover  <address@hidden>
 
        * linreg.h: Made linreg_cache's coeff a pspp_linreg_coeff**. 
Index: pspp/src/math/linreg/automake.mk
diff -u pspp/src/math/linreg/automake.mk:1.3 
pspp/src/math/linreg/automake.mk:1.4
--- pspp/src/math/linreg/automake.mk:1.3        Wed Apr  5 19:18:51 2006
+++ pspp/src/math/linreg/automake.mk    Fri May 19 20:05:59 2006
@@ -4,8 +4,6 @@
 
 src_math_linreg_libpspp_linreg_a_SOURCES = \
        src/math/linreg/predict.c \
-       src/math/linreg/coefficient.c \
-       src/math/linreg/coefficient.h \
        src/math/linreg/linreg.c \
        src/math/linreg/linreg.h 
 
Index: pspp/src/math/linreg/linreg.c
diff -u pspp/src/math/linreg/linreg.c:1.13 pspp/src/math/linreg/linreg.c:1.14
--- pspp/src/math/linreg/linreg.c:1.13  Thu May 11 18:02:11 2006
+++ pspp/src/math/linreg/linreg.c       Fri May 19 20:05:59 2006
@@ -53,7 +53,7 @@
 */
 
 #include <math/linreg/linreg.h>
-#include <math/linreg/coefficient.h>
+#include <math/coefficient.h>
 #include <gsl/gsl_errno.h>
 #include <linreg/sweep.h>
 /*
Index: pspp/src/math/linreg/predict.c
diff -u pspp/src/math/linreg/predict.c:1.8 pspp/src/math/linreg/predict.c:1.9
--- pspp/src/math/linreg/predict.c:1.8  Thu May 11 18:02:11 2006
+++ pspp/src/math/linreg/predict.c      Fri May 19 20:05:59 2006
@@ -19,7 +19,7 @@
  */
 
 #include <math/linreg/linreg.h>
-#include <math/linreg/coefficient.h>
+#include <math/coefficient.h>
 #include <gl/xalloc.h>
 
 /*




reply via email to

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