Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revamp qstrs: they now include length and hash. | Damien George | 2014-01-21 |
| | | | | | Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h | ||
* | Add errno=0 before call. | Damien George | 2014-01-15 |
| | |||
* | Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2int | Damien George | 2014-01-15 |
| | | | | | | | Conflicts: py/objint.c unix-cpy/Makefile unix/Makefile | ||
* | add more tests and remove debug code | xyb | 2014-01-15 |
| | |||
* | int() test passed | xyb | 2014-01-15 |
| | |||
* | Implemented int(str) in UNIX | xyb | 2014-01-14 |