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