diff mbox

[cli] added round and roundf to libstd

Message ID 4CD56594.70101@inria.fr
State New
Headers show

Commit Message

Erven Rohou Nov. 6, 2010, 2:26 p.m. UTC
Added support for round and roundf to the libstd support in the cli-be branch.

--
Erven.
diff mbox

Patch

Index: ChangeLog
===================================================================
--- ChangeLog   (revision 166402)
+++ ChangeLog   (working copy)
@@ -1,3 +1,13 @@ 
+2010-10-06  Erven Rohou <erven.rohou@inria.fr>
+
+        Add prototype and implementation for round and roundf.
+
+        * libstd/include/__host.h: prototype
+        * libstd/src/__host.c: implementation
+        * libstd/src/math.c: implementation
+        * libstd/src/MSCorelibWrapper.cs: implementation
+        * libstd/src_opt/MSCorelibWrapper.cs: pinvoke declaration
+