Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py: Move to guarded includes, everywhere in py/ core. | Damien George | 2015-01-01 |
| | | | | Addresses issue #1022. | ||
* | py: Fix smallint modulo with negative arguments. | Damien George | 2014-10-22 |
| | | | | Addresses issue #927. | ||
* | Rename machine_(u)int_t to mp_(u)int_t. | Damien George | 2014-07-03 |
| | | | | See discussion in issue #50. | ||
* | py: Include mpconfig.h before all other includes. | Paul Sokolovsky | 2014-06-21 |
| | | | | | | It defines types used by all other headers. Fixes #691. | ||
* | py: Fix check of small-int overflow when parsing ints. | Damien George | 2014-05-28 |
| | | | | Also unifies use of SMALL_INT_FITS macro across parser and runtime. | ||
* | Add license header to (almost) all files. | Damien George | 2014-05-03 |
| | | | | | | | Blanket wide to all .c and .h files. Some files originating from ST are difficult to deal with (license wise) so it was left out of those. Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/. | ||
* | py: This time, real proper overflow checking of small int power. | Damien George | 2014-04-04 |
Previous overflow test was inadequate. |