xyb
|
c178ea471e
|
Implemented int(str) in UNIX
|
2014-01-14 21:39:05 +08:00 |
Paul Sokolovsky
|
76a90f2f60
|
Move mp_obj_int_t definition to objint.h, to reuse in long int impls.
|
2014-01-13 22:36:49 +02:00 |
Damien George
|
2300537c79
|
Cleanup built-ins, and fix some compiler warnings/errors.
|
2014-01-13 19:39:01 +00:00 |
Paul Sokolovsky
|
48b3572f7e
|
Add framework to support alternative implementations of long int Python type.
|
2014-01-12 22:04:21 +02:00 |
Damien George
|
97209d38e1
|
Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus
Conflicts:
py/objcomplex.c
|
2014-01-07 15:58:30 +00:00 |
ian-v
|
7a16fadbf8
|
Co-exist with C++ (issue #85)
|
2014-01-06 09:52:29 -08:00 |
Paul Sokolovsky
|
860ffb0a43
|
Convert many object types structs to use C99 tagged initializer syntax.
|
2014-01-05 22:34:09 +02:00 |
Damien George
|
45b43c21c4
|
Oops: add objint.c
|
2014-01-05 01:50:45 +00:00 |