aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/WString.h
AgeCommit message (Expand)Author
2011-10-10Fixing more warnings (Paul Stoffregen).David A. Mellis
2011-03-31Restoring concatenation of built-in types with String.David A. Mellis
2011-03-27Adding F("foo") syntax for flash strings.David A. Mellis
2011-03-26String: removing implicit numeric conversions and new approach to "if (s)".David A. Mellis
2011-03-23Commenting String API behavior.David A. Mellis
2011-03-19Return an invalid string (not a partial one) when operator+() fails.David A. Mellis
2011-03-18Starting to distinguish between empty strings and invalid (null) ones.David A. Mellis
2011-03-13Protecting String copy() and move().David A. Mellis
2011-03-13Adding additional String + operators for disambiguation.David A. Mellis
2011-03-13Moving move() to __GXX_EXPERIMENTAL_CXX0X__ only, adding operator bool().David A. Mellis
2011-03-12Modifying String.concat() to return success or failure, not this.David A. Mellis
2011-03-11Don't return the string when modifying its value.David A. Mellis
2011-03-11Renaming append() back to concat().David A. Mellis
2011-03-11Removing F("string") syntax for now.David A. Mellis
2011-03-11Rewrite of the String class by Paul Stoffregen.David A. Mellis
2011-03-01Renamed WProgram.h to Arduino.h.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-18Adding some basic error checking to the String class (i.e. checking for a non...David A. Mellis
2010-08-06No longer requiring WProgram.h for Print / Stream classes (replaced Arduino-s...David A. Mellis
2010-07-27added more String examplesTom Igoe
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-04Adding support for printing Strings to the Print class.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