diff options
author | jofret | 2007-03-19 14:00:15 +0000 |
---|---|---|
committer | jofret | 2007-03-19 14:00:15 +0000 |
commit | c625fe17b7a88e60d8672f9126ca5b302a0c1acc (patch) | |
tree | 3941f62f45da6b88bbef06984a98f26ec963d87e | |
parent | 809de7a3f43e02c3cd3f013c03251f18ebbc3bf3 (diff) | |
download | scilab2c-c625fe17b7a88e60d8672f9126ca5b302a0c1acc.tar.gz scilab2c-c625fe17b7a88e60d8672f9126ca5b302a0c1acc.tar.bz2 scilab2c-c625fe17b7a88e60d8672f9126ca5b302a0c1acc.zip |
Changelog
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2007-03-19 Bruno JOFRET <bruno.jofret@inria.fr> + + * src/test/Makefile : + Link with my Complex Library. + * src/test/testCos.c : + Finishing all kind of tests. + * src/elementaryFunctions/*/*a.c : + Remove StrideX and StrideY useless parameters. + * src/elementaryFunctions/includes/*.h : + Update headers with right parameters. + Add Dioxygen style documentation. + 2007-02-23 Bruno JOFRET <bruno.jofret@inria.fr> * src/test/*.c : |