summaryrefslogtreecommitdiffstatshomepage
path: root/py/objint_longlong.c
Commit message (Expand)AuthorAge
* Second stage of qstr revamp: uPy str object can be qstr or not.Damien George2014-01-22
* Revamp qstrs: they now include length and hash.Damien George2014-01-21
* int: Add value accessors: mp_obj_int_get() & mp_obj_int_get_checked().Paul Sokolovsky2014-01-18
* Add long int implementation using C long long type, enable for unix port.Paul Sokolovsky2014-01-17