summaryrefslogtreecommitdiff
path: root/unix/ffi.c
AgeCommit message (Expand)Author
2014-04-04unix: Rename module sources per latest naming conventions (mod*.c).Paul Sokolovsky
2014-03-30Merge map.h into obj.h.Damien George
2014-03-30Rename rt_* to mp_*.Damien George
2014-03-29unix: Fix ffi.c to compile with latest changes to API.Damien George
2014-03-29py: Rename old const type objects to mp_type_* for consistency.Damien George
2014-03-26Remove mp_obj_type_t.methods entry and use .locals_dict instead.Damien George
2014-02-15Implement proper exception type hierarchy.Damien George
2014-02-14ffi: Implement ffivar.get()/set() methods.Paul Sokolovsky
2014-02-08ffi: Fix mp_obj_str_get_data() return type.Paul Sokolovsky
2014-01-28unix: Fix compile warnings for ffi module on 64-bit machine.Damien George
2014-01-29unix: Initial implementation of FFI module.Paul Sokolovsky