mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| Extensions | ||
| Properties | ||
| .editorconfig | ||
| BinaryHelper.cs | ||
| ByteToString.cs | ||
| Cosmos.Common.csproj | ||
| Cosmos.snk | ||
| Enums.cs | ||
| LinkedQueue.cs | ||
| NumberHelper.cs | ||
| ReadMe.txt | ||
| RingAttribute.cs | ||
| StringHelper.cs | ||