summaryrefslogtreecommitdiffstatshomepage
path: root/windows/msvc/snprintf.c
Commit message (Collapse)AuthorAge
* py: Implement mp_format_float for doubles and use where appropriatestijn2015-05-17
| | | | | | | This allows using (almost) the same code for printing floats everywhere, removes the dependency on sprintf and uses just snprintf and applies an msvc-specific fix for snprintf in a single place so nan/inf are now printed correctly.
* Windows MSVC portstijn2014-05-08
Extend the windows port so it compiles with the toolchain from Visual Studio 2013