| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
(that is most of the time when we are not concerned with displaying)
|
|
s/utf8::Codepoint/Codepoint/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove String::clear, add operator=(String&&) add str_to_int(const String&)
to replace atoi.
|
|
|
|
functions int_to_str(int) and split(const String&, Character),
plus corresponding unit tests
|
|
|
|
|