Update of /project/cl-gsl/cvsroot/cl-gsl In directory common-lisp.net:/tmp/cvs-serv15898
Modified Files: ChangeLog Log Message: *** empty log message *** Date: Fri Apr 22 04:48:09 2005 Author: edenny
Index: cl-gsl/ChangeLog diff -u cl-gsl/ChangeLog:1.16 cl-gsl/ChangeLog:1.17 --- cl-gsl/ChangeLog:1.16 Mon Apr 18 03:06:38 2005 +++ cl-gsl/ChangeLog Fri Apr 22 04:48:09 2005 @@ -1,3 +1,18 @@ +2005-04-22 Edgar Denny edgardenny@comcast.net + + * test/test-vector.lisp: + Replaced references to gsl-vector package with gsl-array package - + since this is now the package that the vector symbols now belong. + + * c/cwrapperstub.c: Added wrappers to matrix functions. + + * vector.lisp: Now part of gsl-array package. A few minor + modifications to some assertions. + + * package.lisp: Added additional matrix symbols to gsl-array package. + + * matrix.lisp: Most functions are now wrapped. + 2005-04-18 Edgar Denny edgardenny@comcast.net
* test/test-vector.lisp: