aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/WString.cpp
AgeCommit message (Expand)Author
2011-03-01Renamed WProgram.h to Arduino.h.David A. Mellis
2010-12-11Changing String append to use realloc(); thanks to Paul Stoffregen.David A. Mellis
2010-12-03Replacing custom String.toInt() function with a call to atol().David A. Mellis
2010-11-29Redoing 448222e4b65e0cf44dfc0c494f7f76901f1fabea without all the extra files.David A. Mellis
2010-11-29Revert "added toInt() function to WString".David A. Mellis
2010-11-29added toInt() function to WStringTom Igoe
2010-08-28Changing String::toCharArray() and getBytes() to accept a buffer, rather than...David A. Mellis
2010-08-28Returning a reference to a dummy character for indices beyond the string leng...David A. Mellis
2010-08-18Adding some basic error checking to the String class (i.e. checking for a non...David A. Mellis
2010-07-27Reverting changes to String class and modifying to allow + and += to work on ...David A. Mellis
2010-07-27removed append() from String libraryTom Igoe
2010-07-27checked in Xiaoyang Feng's changes to String libraryTom Igoe
2010-07-27Checked in Xiaoyang's changes to String libraryTom Igoe
2010-07-05whitespace.David A. Mellis
2010-07-04Modifying String from new/delete to malloc()/free(). Also #include'ing WStri...David A. Mellis
2010-07-04Adding WString.h and WString.cpp straight from Wiring (r. 726). Won't actual...David A. Mellis