summaryrefslogtreecommitdiff
path: root/py/vstr.c
AgeCommit message (Expand)Author
2014-03-31py: Fix vstr_init for case that alloc = 0.Damien George
2014-03-17py: Clean up includes.xbe
2014-03-15py: Fix bug in vstr_ins_blank_bytes.Damien George
2014-03-15Add vstr_ins and vstr_cut_out; improve stmhal readline.Damien George
2014-02-12Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.Paul Sokolovsky
2014-02-06Implement fixed buffer vstrs; use them for import path.Damien George
2014-01-22Fix 1 warning and 1 bug.Damien George
2014-01-13Add "buffer management" and "shrink" API calls to vstr.Paul Sokolovsky
2014-01-03Basic implementation of import.Damien George
2013-12-29Change memory allocation API to require size for free and realloc.Damien
2013-11-03Add simple var-arg functions; add simple string.format.Damien
2013-10-23Fix func decls with no arguments: () -> (void).Damien
2013-10-20Add vstr and its functions.Damien