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