index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
vstr.c
Commit message (
Expand
)
Author
Age
*
py: Convert [u]int to mp_[u]int_t where appropriate.
Damien George
2014-10-03
*
py: For malloc and vstr functions, use size_t exclusively for int type.
Damien George
2014-09-25
*
vstr: Restore bytestr compatibility.
Paul Sokolovsky
2014-06-27
*
lexer, vstr: Add unicode support.
Chris Angelico
2014-06-27
*
py: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-21
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
py: Fix vstr_init for case that alloc = 0.
Damien George
2014-03-31
*
py: Clean up includes.
xbe
2014-03-17
*
py: Fix bug in vstr_ins_blank_bytes.
Damien George
2014-03-15
*
Add vstr_ins and vstr_cut_out; improve stmhal readline.
Damien George
2014-03-15
*
Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.
Paul Sokolovsky
2014-02-12
*
Implement fixed buffer vstrs; use them for import path.
Damien George
2014-02-06
*
Fix 1 warning and 1 bug.
Damien George
2014-01-22
*
Add "buffer management" and "shrink" API calls to vstr.
Paul Sokolovsky
2014-01-13
*
Basic implementation of import.
Damien George
2014-01-03
*
Change memory allocation API to require size for free and realloc.
Damien
2013-12-29
*
Add simple var-arg functions; add simple string.format.
Damien
2013-11-03
*
Fix func decls with no arguments: () -> (void).
Damien
2013-10-23
*
Add vstr and its functions.
Damien
2013-10-20