aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/string-utils.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-03-01moved String helper functions from sciteco.h and main.cpp to ↵Robin Haberkorn1-0/+51
string-utils.cpp and string-utils.h * also improved performance of String::append() by using g_realloc() * added String::append() variant for non-null-terminated strings