aboutsummaryrefslogtreecommitdiff
path: root/src/string.cpp
AgeCommit message (Expand)Author
2010-02-11Added string::append method that takes iterators as args.Nicolas Catania
2010-02-09Added insert(iterator, char); method.Nicolas Catania
2010-02-08Added <,>,<= and >= operators functions for strings.Nicolas Catania
2010-02-08Added the methods to find a char in a string:Nicolas Catania
2010-02-07Added string::substr support.Nicolas Catania
2010-02-04Added support to output int, void* and std::string.Nicolas Catania
2010-01-30Added the 'at' method to string.Nicolas Catania
2010-01-29Changed char_traits to be a template.Nicolas Catania
2010-01-27Add char_traits support (needed for sstream).Nicolas Catania
2009-06-12Trivial: renamed the parameters to be inline with the standard.Nicolas Catania
2009-05-26Implementation of string::eraseNicolas Catania
2009-05-18Use realloc to implement the reserve call.Nicolas Catania
2009-05-11Added find method to the string class.Nicolas Catania
2009-05-02Added 2 new files: algorithm and string.Niko Catania