index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
formatfloat.c
Age
Commit message (
Expand
)
Author
2017-08-21
py/formatfloat: Don't post-increment variable that won't be used again.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-07-07
py,extmod: Some casts and minor refactors to quiet compiler warnings.
Tom Collins
2017-06-13
py/formatfloat: Fix number of digits and exponent sign when rounding.
Damien George
2017-01-19
py/formatfloat: Remove unreachable code.
Damien George
2016-03-29
py/formatfloat: Fix further cases of buffer overflow in formatting.
Damien George
2016-03-29
py/formatfloat: Fix case of float format where leading digit was "10".
Damien George
2016-03-15
py/formatfloat: Fix buffer overflow when formatting tiny numbers.
Damien George
2016-01-29
py/formatfloat: Add ability to format doubles with exponents > 99.
Damien George
2015-11-22
py/formatfloat: Handle calculation of integer digit for %f format properly.
Paul Sokolovsky
2015-11-22
py/formatfloat: Workaround (fix?) incorrect rounding for %f format.
Paul Sokolovsky
2015-11-22
py/formatfloat: Convert to fully portable implementation.
Paul Sokolovsky
2015-09-11
stmhal: fix single precision float printing error
Dave Hylands
2015-05-17
py: Implement mp_format_float for doubles and use where appropriate
stijn
2015-04-12
py/formatfloat.c: Fix format of floating point numbers near 1.0.
Dave Hylands
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-07-17
formatfloat.c: Typo fix in comment.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-01
Enhance str.format support
Dave Hylands
2014-03-17
py: Clean up includes.
xbe
2014-03-10
Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.
Damien George