aboutsummaryrefslogtreecommitdiff
path: root/py/mpprint.c
AgeCommit message (Expand)Author
2020-12-07py/mpprint: Fix length calculation for strings with precision-modifier.Joris Peeraer
2020-11-29py/mpprint: Prevent case fall-through when assert is disabled.Damien George
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
2019-04-23py/mpprint: Support printing %ld and %lu formats on 64-bit archs.Damien George
2019-02-12py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.Damien George
2017-12-07py/mpprint: Fix "%x" vs "%X" regression introduced in previous commit.Paul Sokolovsky
2017-12-07py/mpprint: Support "%lx" format on 64-bit systems.Paul Sokolovsky
2017-12-07py/mpprint: Make "%p" format work properly on 64-bit systems.Paul Sokolovsky
2017-10-04py/mpprint: Only check for null string printing when NDEBUG not defined.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-06-30py/mpprint: Remove unreachable check for neg return of mp_format_float.Damien George
2017-03-15py/mpprint: Fix int formatting so "+" is printed for 0-valued integer.Damien George
2016-12-28py/mpprint: Add assertion for, and comment about, valid base values.Damien George
2016-10-11py/objint: Use size_t for arguments that measure bytes/sizes.Damien George
2016-09-01py/mpprint: Fail an assertion with unsupported format specifiers.Delio Brignoli
2016-02-01py/mpprint: Fix sign extension when printf'ing %u, %x and %X.Damien George
2016-01-07py: Change mp_obj_int_is_positive to more general mp_obj_int_sign.Damien George
2015-12-19py/mpprint: Fix printing of 64bit integers for 64bit windows buildsstijn
2015-12-17py/mpprint: Implement %llu and %lld format specifiers for mp_printf.Damien George
2015-12-02py/mpprint: Printing of doubles is now supported (by uPy own routine).fabien.lementec
2015-11-29py: Change qstr_* functions to use size_t as the type for str len arg.Damien George
2015-11-29py: Change mp_print_strn_t func type to use size_t for the str length.Damien George
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-05-28py: Remove unnecessary extra handling of padding of nan/inf.Damien George
2015-05-28py: Reduce size of mp_printf by eliminating unnecessary code.Damien George
2015-05-17py: Implement mp_format_float for doubles and use where appropriatestijn
2015-04-16py: Add %q format support to mp_[v]printf, and use it.Damien George
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George