[cl-gsl-cvs] CVS update: cl-gsl/ChangeLog
cl-gsl-cvs at common-lisp.net
cl-gsl-cvs at common-lisp.net
Sat Apr 30 22:41:37 UTC 2005
Update of /project/cl-gsl/cvsroot/cl-gsl
In directory common-lisp.net:/tmp/cvs-serv4518
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Date: Sun May 1 00:41:36 2005
Author: edenny
Index: cl-gsl/ChangeLog
diff -u cl-gsl/ChangeLog:1.19 cl-gsl/ChangeLog:1.20
--- cl-gsl/ChangeLog:1.19 Thu Apr 28 04:43:55 2005
+++ cl-gsl/ChangeLog Sun May 1 00:41:36 2005
@@ -1,3 +1,29 @@
+2005-04-30 Edgar Denny <edgardenny at comcast.net>
+
+ * permutation.lisp: Initial checkin.
+
+ * test/test-vector.lisp: Slight sylistic changes to a few unit tests.
+
+ * c/cwrapperstub.c:
+ Added wrappers to read and write permutations from file.
+
+ * c/Makefile: Changed cwrapperstub to gsl_cwrapper.
+
+ * build/Makefile: Changed cwrappersub to gsl_cwrapper.
+
+ * vector.lisp: Added a TODO note.
+
+ * package.lisp:
+ Added symbols to be exported from cl-array due to permutations.
+
+ * load-libraries.lisp: changed cwrappersub to gsl_cwrapper.
+
+ * ffi.lisp: Added permutation structure and pointer.
+
+ * cl-gsl.asd: Added permutation to the defsystem.
+
+ * Makefile.common: Changed name of cwrapperstub.so to gsl_cwrapper.so
+
2005-04-28 Edgar Denny <edgardenny at comcast.net>
* test/test-matrix.lisp:
More information about the Cl-gsl-cvs
mailing list