Commit message (Expand) | Author | Age | |
---|---|---|---|
* | py: Change all uint to mp_uint_t in obj.h. | Damien George | 2014-08-30 |
* | py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself. | Damien George | 2014-07-31 |
* | Rename machine_(u)int_t to mp_(u)int_t. | Damien George | 2014-07-03 |
* | unix: Fix mpconfig.h not being included before misc.h | stijn | 2014-06-28 |
* | Prefix ARRAY_SIZE with micropython prefix MP_ | Emmanuel Blot | 2014-06-19 |
* | - Cast the struct stat sb.st_ino field to machine_int_t explicitly to avoid a | Marcus von Appen | 2014-06-07 |
* | modos: stat(): Accept bytes argument. | Paul Sokolovsky | 2014-05-26 |
* | unix: Fix casting issue, int to small int object. | Damien George | 2014-05-21 |
* | modos: Clean 64-bit issues. | Paul Sokolovsky | 2014-05-15 |
* | unix: Add "_os" module with stat(). | Paul Sokolovsky | 2014-05-14 |