Commit message (Expand) | Author | Age | |
---|---|---|---|
* | py/mpprint: Fix printing of 64bit integers for 64bit windows builds | stijn | 2015-12-19 |
* | py/mpprint: Implement %llu and %lld format specifiers for mp_printf. | Damien George | 2015-12-17 |
* | py/mpprint: Printing of doubles is now supported (by uPy own routine). | fabien.lementec | 2015-12-02 |
* | py: Change qstr_* functions to use size_t as the type for str len arg. | Damien George | 2015-11-29 |
* | py: Change mp_print_strn_t func type to use size_t for the str length. | Damien George | 2015-11-29 |
* | all: Add py/mphal.h and use it in all ports. | Damien George | 2015-10-31 |
* | py: Remove unnecessary extra handling of padding of nan/inf. | Damien George | 2015-05-28 |
* | py: Reduce size of mp_printf by eliminating unnecessary code. | Damien George | 2015-05-28 |
* | py: Implement mp_format_float for doubles and use where appropriate | stijn | 2015-05-17 |
* | py: Add %q format support to mp_[v]printf, and use it. | Damien George | 2015-04-16 |
* | py: Overhaul and simplify printf/pfenv mechanism. | Damien George | 2015-04-16 |