Cosmos/source/Cosmos.Common
fanoI ad960c9a1a Continuation of Float work
- Fixed Single.ToString() on special cases (infinities, NaN and 0) and aumented the range of printable values
- Fixed Double.ToString(): it always printed "Double Overrange" for a bug in opcode ldarga
- Fixed opcode ldarga: the displacement of the argument variable was off of 4 bytes
- Fixed opcodes shr, shr_un and shl when the shift was more that 32 bytes, added to BCL relative tests
- Added BLC tests regarding BitConverter and unsafe code
- Moved the meat of the code of Single.ToString() and Double.ToString() to the class StringHelper together with the analogous methods for numer types
- Re-added _floatsignbit to CosmosAssembler.cs so the neg test should not fail anymore
- Removed all code relative to x87 that I had left under #if false
- Clean up
2016-08-22 16:31:22 +02:00
..
Extensions Continuing FAT work. 2015-11-11 10:21:49 -06:00
Properties Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
.editorconfig Reading almost fixed. 2015-10-02 19:39:56 +02:00
BinaryHelper.cs Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
ByteToString.cs Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
Cosmos.Common.csproj Updating solution config. 2016-03-13 12:27:58 -05:00
Cosmos.snk Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
Enums.cs - cleanup 2014-12-05 19:57:17 +01:00
LinkedQueue.cs Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
NumberHelper.cs Use shared code where possible 2015-05-26 22:42:47 +06:00
ReadMe.txt
RingAttribute.cs Rings verification 2014-12-05 16:02:06 +01:00
StringHelper.cs Continuation of Float work 2016-08-22 16:31:22 +02:00