diff options
author | jofret | 2007-03-30 13:59:03 +0000 |
---|---|---|
committer | jofret | 2007-03-30 13:59:03 +0000 |
commit | 9351bc553d676b2ad89fb206c9f60caf747fa284 (patch) | |
tree | 9a8e297816f9c56791b69cc6874c907a76f53f74 /ChangeLog | |
parent | e05e38f3eb10509d4fd4d812f97ce53c4dcb81cf (diff) | |
download | scilab2c-9351bc553d676b2ad89fb206c9f60caf747fa284.tar.gz scilab2c-9351bc553d676b2ad89fb206c9f60caf747fa284.tar.bz2 scilab2c-9351bc553d676b2ad89fb206c9f60caf747fa284.zip |
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
@@ -1,3 +1,46 @@ +2007-03-25 Bruno JOFRET <bruno.jofret@inria.fr> + + * src/elementaryFunctions/*/Makefile.am : + Migration to Autotools. + * src/elementaryFunctions/*/Makefile.in : + Migration to Autotools. + + +2007-03-23 Bruno JOFRET <bruno.jofret@inria.fr> + + * src/elementaryFunctions/sqrt/* : + Adding Square Root module. + * src/elementaryfunctions/log/* : + Adding Logarithm module. + +2007-03-22 Bruno JOFRET <bruno.jofret@inria.fr> + + * src/type/testFloatComplex.c : + Best fit C99. + * src/type/testFloatComplex.h : + Best fit C99. + * src/type/testDoubleComplex.c : + Best fit C99. + * src/type/testDoubleComplex.h : + Best fit C99. + * src/configure.ac : + Enable STD C99 compilation process. + +2007-03-20 Bruno JOFRET <bruno.jofret@inria.fr> + + * src/type/Makefile : + Removed : delegate to AutoTools. + * src/type/Makefile.am : + Automake file. + * src/type/Makefile.in : + Automake generated file : ./configure needed. + * src/type/testFloatComplex.c : + Test Float Complex generation : + Assert + AutoCheck through AutoTools. + * src/type/testDoubleComplex.c : + Test Double Complex generation : + Assert + AutoCheck through AutoTools. + 2007-03-19 Bruno JOFRET <bruno.jofret@inria.fr> * src/test/Makefile : |