summaryrefslogtreecommitdiff
path: root/py/pfenv.c
AgeCommit message (Expand)Author
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-04-04py: Some trivial cosmetic changes, for code style consistency.Damien George
2015-03-14py: Remove unnecessary and unused sgn argument from pfenv_print_mp_int.Damien George
2015-02-27py: Use m_{new,renew,del} consistently.Damien George
2015-01-20py, unix: Allow to compile with -Wunused-parameter.Damien George
2015-01-16py, unix: Allow to compile with -Wsign-compare.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-10-03py: Convert [u]int to mp_[u]int_t where appropriate.Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-06-21py: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-06-05Fix str.modulo when precision is specified.Dave Hylands
2014-06-01Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-17py: Fix pfenv_print_strn to return correct number of chars printed.Damien George
2014-04-08py: Reinstate old pfenv_print_int function for stmhal's printf.Damien George
2014-04-08py: Rename pfenv_print_int to pfenv_print_mp_int, and add back former.Damien George
2014-04-07Add string formatting support for longlong and mpz.Dave Hylands
2014-04-05Change pfenv_print_int to take machine_uint_t rather than unsinged inDave Hylands
2014-04-01py: Make pfenv.c conform to code conventions.Damien George
2014-04-01Reduce stack usage of pfenv_print_strnDave Hylands
2014-04-01Fix INT_BUF_SIZE to work with 32-bit and 64-bitDave Hylands
2014-04-01Enhance str.format supportDave Hylands