summaryrefslogtreecommitdiffstatshomepage
path: root/py/objlist.h
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* all: Unify header guard usage.Alexander Steffen2017-07-18
* py/objlist: Convert mp_uint_t to size_t where appropriate.Damien George2017-02-16
* py: Fix adding of traceback so that it appends to existing info.Damien George2015-02-27
* objexcept: Optimize traceback allocation for exception.Paul Sokolovsky2015-02-15
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* Add license header to (almost) all files.Damien George2014-05-03
* objlist: Add support for statically allocated lists.Paul Sokolovsky2014-04-13