Update of /project/cl-gsl/cvsroot/cl-gsl In directory common-lisp.net:/tmp/cvs-serv30374
Modified Files: ChangeLog Log Message: *** empty log message *** Date: Wed May 4 04:54:45 2005 Author: edenny
Index: cl-gsl/ChangeLog diff -u cl-gsl/ChangeLog:1.20 cl-gsl/ChangeLog:1.21 --- cl-gsl/ChangeLog:1.20 Sun May 1 00:41:36 2005 +++ cl-gsl/ChangeLog Wed May 4 04:54:45 2005 @@ -1,3 +1,45 @@ +2005-05-04 Edgar Denny edgardenny@comcast.net + + * test/test-permutation.lisp: Initial checkin. + + * test/cl-gsl-test.asd: + Added test-permutation to list of files in defsystem. + + * c/cwrapperstub.c: + Minor modifications to the wrappers for reading and writing + permutations to file. + + * permutation.lisp: Completed adding the wrappers. + + * package.lisp: + Change symbol valid to isvalid. Add symbol with-permutation. + +2005-04-30 Edgar Denny <edenny@parenchyma,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-30 Edgar Denny edgardenny@comcast.net
* permutation.lisp: Initial checkin.