Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
5f47ebbf824a5ab6f94a1ac9f8efda9f2a57b008
/
py
/
unicode.c
40f3c02
Rename machine_(u)int_t to mp_(u)int_t.
by Damien George
· 11 years ago
9e215fa
py: Make unichar_charlen() accept/return machine_uint_t.
by Paul Sokolovsky
· 11 years ago
e04a44e
py: Small comments, name changes, use of machine_int_t.
by Damien George
· 11 years ago
1044c3d
unicode: Make get_char()/next_char()/charlen() be 8-bit compatible.
by Paul Sokolovsky
· 11 years ago
46d31e9
unicode: Add utf8_ptr_to_index().
by Paul Sokolovsky
· 11 years ago
c88987c
py: Implement basic unicode functions.
by Chris Angelico
· 11 years ago
59c675a
py: Include mpconfig.h before all other includes.
by Paul Sokolovsky
· 11 years ago
b0bb458
unicode: String API is const byte*.
by Paul Sokolovsky
· 11 years ago
c59af52
py: Rename some unichar functions for consistency.
by Damien George
· 11 years ago
6913521
objstr: Implement .lower() and .upper().
by Paul Sokolovsky
· 11 years ago
04b9147
Add license header to (almost) all files.
by Damien George
· 11 years ago
175cecf
py: Make form-feed character a space (following C isspace).
by Damien George
· 11 years ago
520e2f5
Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.
by Paul Sokolovsky
· 11 years ago
0b7184d
Implement octal and hex escapes in strings.
by Paul Sokolovsky
· 12 years ago
8cc96a3
Put unicode functions in unicode.c, and tidy their names.
by Damien George
· 12 years ago
[Renamed (85%) from py/misc.c]
429d719
Initial commit.
by Damien
· 12 years ago