Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py, unix: Allow to compile with -Wunused-parameter. | Damien George | 2015-01-20 |
| | | | | See issue #699. | ||
* | py: Can compile with -Wmissing-declarations and -Wmissing-prototypes. | Damien George | 2015-01-12 |
| | |||
* | py: Move to guarded includes, everywhere in py/ core. | Damien George | 2015-01-01 |
| | | | | Addresses issue #1022. | ||
* | py: Remove static from definition of pfenv_printf. | Damien George | 2014-12-10 |
| | | | | It's used by stmhal, but not unix. | ||
* | py: Make functions static where appropriate. | Damien George | 2014-12-10 |
| | |||
* | pfenv_printf: Properly implement %p format specifier. | Paul Sokolovsky | 2014-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 Sokolovsky | 2014-07-19 |
And not system printf(), like it was before. For this, move pfenv_printf() from stmhal port to py/. |