Fix the calc bug, modf is compelete wrong, replace it with DJGPP C version of modf...
authorMagnus Olsen <magnus@greatlord.com>
Thu, 18 May 2006 23:42:50 +0000 (23:42 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Thu, 18 May 2006 23:42:50 +0000 (23:42 +0000)
commit0dc484382c23d708cc279ddc1d84b013dea62076
treeb0b50f43ca3bded03b2a29dce58a8e03531d2cbd
parentc28f1204ffc1d235391995d4bc8b0d5ca7c1cc28
Fix the calc bug, modf is compelete wrong, replace it with DJGPP C version of modf with small changes from me. so it compile in ReactOS,
Follow bugs did I notice in our modf
1. bug did not clear the st reg before it was use
2. bug did not load the reg right
3. bug did not handler all case

svn path=/trunk/; revision=21937
reactos/lib/crt/crt.rbuild
reactos/lib/crt/math/fmod.c [deleted file]
reactos/lib/crt/math/math.c
reactos/lib/crt/math/s_modf.c [new file with mode: 0644]