summaryrefslogtreecommitdiffstatshomepage
path: root/py/pfenv_printf.c
Commit message (Collapse)AuthorAge
* py, unix: Allow to compile with -Wunused-parameter.Damien George2015-01-20
| | | | See issue #699.
* 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
| | | | Addresses issue #1022.
* py: Remove static from definition of pfenv_printf.Damien George2014-12-10
| | | | It's used by stmhal, but not unix.
* py: Make functions static where appropriate.Damien George2014-12-10
|
* pfenv_printf: Properly implement %p format specifier.Paul Sokolovsky2014-11-27
| | | | Previously, it truncated pointer value to 32 bits on 64-bit systems.
* py: Make print() accept "file" argument, and actually print to stream.Paul Sokolovsky2014-07-19
And not system printf(), like it was before. For this, move pfenv_printf() from stmhal port to py/.