aboutsummaryrefslogtreecommitdiff
path: root/py/formatfloat.c
AgeCommit message (Expand)Author
2020-04-18all: Fix implicit conversion from double to float.stijn
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2018-03-01py/formatfloat: Fix case where floats could render with negative digits.Damien George
2018-03-01py/formatfloat: Fix case where floats could render with a ":" character.Damien George
2018-03-01py/formatfloat: Fix rounding of %f format with edge-case FP values.Damien George
2017-10-10py/formatfloat: Use standard isinf, isnan funcs instead of custom ones.Damien George
2017-10-10py/formatfloat: Don't print the negative sign of a NaN value.Damien George
2017-08-21py/formatfloat: Don't post-increment variable that won't be used again.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-19all: Remove trailing spaces, per coding conventions.Damien George
2017-07-07py,extmod: Some casts and minor refactors to quiet compiler warnings.Tom Collins
2017-06-13py/formatfloat: Fix number of digits and exponent sign when rounding.Damien George
2017-01-19py/formatfloat: Remove unreachable code.Damien George
2016-03-29py/formatfloat: Fix further cases of buffer overflow in formatting.Damien George
2016-03-29py/formatfloat: Fix case of float format where leading digit was "10".Damien George
2016-03-15py/formatfloat: Fix buffer overflow when formatting tiny numbers.Damien George
2016-01-29py/formatfloat: Add ability to format doubles with exponents > 99.Damien George
2015-11-22py/formatfloat: Handle calculation of integer digit for %f format properly.Paul Sokolovsky
2015-11-22py/formatfloat: Workaround (fix?) incorrect rounding for %f format.Paul Sokolovsky
2015-11-22py/formatfloat: Convert to fully portable implementation.Paul Sokolovsky
2015-09-11stmhal: fix single precision float printing errorDave Hylands
2015-05-17py: Implement mp_format_float for doubles and use where appropriatestijn
2015-04-12py/formatfloat.c: Fix format of floating point numbers near 1.0.Dave Hylands
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-07-17formatfloat.c: Typo fix in comment.Paul Sokolovsky
2014-05-03Add license header to (almost) all files.Damien George
2014-04-01Enhance str.format supportDave Hylands
2014-03-17py: Clean up includes.xbe
2014-03-10Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.Damien George