summaryrefslogtreecommitdiff
path: root/py/pfenv_printf.c
AgeCommit message (Expand)Author
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-03-14py: In pfenv_vprintf, adjust type from mp_uint_t to unsigned int.Damien George
2015-01-20py, unix: Allow to compile with -Wunused-parameter.Damien George
2015-01-12py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-12-10py: Remove static from definition of pfenv_printf.Damien George
2014-12-10py: Make functions static where appropriate.Damien George
2014-11-27pfenv_printf: Properly implement %p format specifier.Paul Sokolovsky
2014-07-19py: Make print() accept "file" argument, and actually print to stream.Paul Sokolovsky