diff options
author | jofret | 2007-04-20 14:40:52 +0000 |
---|---|---|
committer | jofret | 2007-04-20 14:40:52 +0000 |
commit | 4a2c219771f55d20bc6b034a7cfa078e4c92b6c3 (patch) | |
tree | e480189a47c7e25c6cb6a13be40eecf8ceaa71f5 | |
parent | 9cd4e5a8a5ebd846fd08ea7e9c763d1bd4923444 (diff) | |
download | scilab2c-4a2c219771f55d20bc6b034a7cfa078e4c92b6c3.tar.gz scilab2c-4a2c219771f55d20bc6b034a7cfa078e4c92b6c3.tar.bz2 scilab2c-4a2c219771f55d20bc6b034a7cfa078e4c92b6c3.zip |
Working around the clock...
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +2007-04-20 Bruno JOFRET <jofret@agon.inria.fr> + + * src/ElementaryFunctions/sinh : + [RELEASE] Ending Hyperbolic Sine implementation AND tests. + +2007-04-19 Bruno JOFRET <bruno.jofret@inria.fr> + + * src/ElementaryFunctions/cosh : + [RELEASE] Ending Hyperbolic Cosine implementation AND tests. + +2007-04-18 Bruno JOFRET <bruno.jofret@inria.fr> + + * src/ElementaryFunctions/sin : + [RELEASE] Ending Sine implementation AND tests. + +2007-04-17 Bruno JOFRET <bruno.jofret@inria.fr> + + * src/ElementaryFunctions/cos : + [RELEASE] Ending Cosine implementation AND tests. + +2007-04-16 Bruno JOFRET <bruno.jofret@inria.fr> + + * src/test : + Removing tests to add it under Autotools management. + 2007-03-25 Bruno JOFRET <bruno.jofret@inria.fr> * src/elementaryFunctions/*/Makefile.am : |