summary refs log tree commit diff stats
path: root/lib/std/private/dragonbox.nim
Commit message (Collapse)AuthorAgeFilesLines
* Implements: [C++] constructor pragma improvement (fix #21921) (#21916)Juan M Gómez2023-05-301-2/+2
| | | | | | | | | | | | | | | * implements: [C++] constructor pragma improvement (fix #21921) t * fix test so it doesnt use echo in globals * Update compiler/ccgtypes.nim * Update lib/std/private/dragonbox.nim --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* tyInt tyUint fit target int bit width (#20829)Bung2022-12-011-19/+19
|
* move formatfloat out of system (#20195)ringabout2022-08-241-0/+1325
* move formatfloat out of system * fixes doc * Update changelog.md * careless * fixes * deprecate system/formatfloat * better handling