summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorjofret2007-01-31 16:37:34 +0000
committerjofret2007-01-31 16:37:34 +0000
commit1f2b1f49842a9a788303ef48bbc4e39eb4fa058c (patch)
tree330fe1efb8152d784c04ac9c822c690f370dd720 /ChangeLog
parent170334ed9128da4a2f916d88ba52db0988e1d119 (diff)
downloadscilab2c-1f2b1f49842a9a788303ef48bbc4e39eb4fa058c.tar.gz
scilab2c-1f2b1f49842a9a788303ef48bbc4e39eb4fa058c.tar.bz2
scilab2c-1f2b1f49842a9a788303ef48bbc4e39eb4fa058c.zip
* src/elementaryFunctions/*.c :
Remove Multi Complex definition. * src/type/doubleComplex.h : Used as C99 Complex interface or hand-made complex. * src/type/floatComplex.h : Used as C99 Complex interface or hand-made complex. * src/*/Makefile : Add -std=c99 flag for native c99 complex compilation. * src/elementaryFunctions/exp : Exponential functions. * src/test/testExp.c : Add some Exponential functions tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1eead380..23efdb06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,24 @@
+2007-01-31 Bruno JOFRET <bruno.jofret@inria.fr>
+
+ * src/elementaryFunctions/*.c :
+ Remove Multi Complex definition.
+ * src/type/doubleComplex.h :
+ Used as C99 Complex interface or hand-made complex.
+ * src/type/floatComplex.h :
+ Used as C99 Complex interface or hand-made complex.
+ * src/*/Makefile :
+ Add -std=c99 flag for native c99 complex compilation.
+ * src/elementaryFunctions/exp :
+ Exponential functions.
+ * src/test/testExp.c :
+ Add some Exponential functions tests.
+
2007-01-29 Bruno JOFRET <bruno.jofret@inria.fr>
* src/elementaryFunctions/tan :
- Tangeant functions
+ Tangeant functions.
* src/elementaryFunctions/tanh :
- Hyperbolic Tangeant functions
+ Hyperbolic Tangeant functions.
* src/test/testCosh.c :
Add some Hyperbolic Cosine tests.
* src/test/tesSinh.c :