summaryrefslogtreecommitdiff
path: root/src/string.cc
AgeCommit message (Collapse)Author
2012-10-01String and BufferIterator value_type goes back to plain charMaxime Coste
2012-08-29Fix escaped whitespace handling in command managerMaxime Coste
2012-06-27Tweak String class, and cleanup usagesMaxime Coste
remove String::clear, add operator=(String&&) add str_to_int(const String&) to replace atoi.
2012-05-29Add some string helpers and unit testsMaxime Coste
functions int_to_str(int) and split(const String&, Character), plus corresponding unit tests