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