Age | Commit message (Expand) | Author |
2016-09-12 | Spaces to tab | Iván Pérez |
2016-09-12 | WString: add `toDouble` | Iván Pérez |
2016-07-12 | Make String::move of an invalidated String result in an invalidated String | Sandeep Mistry |
2015-07-16 | Check for __cplusplus >= 201103L as well as __GXX_EXPERIMENTAL_CXX0X__ | Matthijs Kooijman |
2014-09-10 | Fix off-by-one in String::substring | Matthijs Kooijman |
2014-09-10 | Simplify String::remove(unsigned int) | Matthijs Kooijman |
2014-09-10 | Fix bounds check in String::remove() | Matthijs Kooijman |
2014-09-10 | Remove unneeded check in String::remove(unsigned int) | Matthijs Kooijman |
2014-01-01 | Improved portability of String class (maniacbug) | Cristian Maglie |
2013-12-31 | Use PGM_P instead of prog_char | Matthijs Kooijman |
2013-09-03 | Fixed String class regression after f80c6c5f35cddcf4761a3c97feb8504425e9d27d | Cristian Maglie |
2013-08-20 | Removed unused flags from String (free 1 byte of SRAM) | Cristian Maglie |
2013-06-28 | String: fixed number of whitespaces in concat() methods | Cristian Maglie |
2013-06-21 | String: changed default to 2 decimal digits | Cristian Maglie |
2013-06-06 | Fixed buffer overflow on String class (Paul Stoffregen) | Cristian Maglie |
2013-06-06 | Merged various bugfix / improvements to String class. | Cristian Maglie |
2013-06-06 | Added support for Flash string on String class. | Cristian Maglie |
2013-06-06 | String class: removed deep copy on substring method. | Cristian Maglie |
2013-06-06 | add String.toFloat | Tevin Zhang |
2013-06-05 | Added remove methods to WString | Ryan Esteves |
2012-01-02 | Fixing warnings (unsigned comparisons to 0). (maniacbug) | David A. Mellis |
2011-10-25 | Bug fix in replace(). | David A. Mellis |
2011-10-10 | Fixing more warnings (Paul Stoffregen). | David A. Mellis |
2011-03-31 | Restoring concatenation of built-in types with String. | David A. Mellis |
2011-03-26 | String: removing implicit numeric conversions and new approach to "if (s)". | David A. Mellis |
2011-03-19 | Return an invalid string (not a partial one) when operator+() fails. | David A. Mellis |
2011-03-18 | Starting to distinguish between empty strings and invalid (null) ones. | David A. Mellis |
2011-03-13 | Moving move() to __GXX_EXPERIMENTAL_CXX0X__ only, adding operator bool(). | David A. Mellis |
2011-03-12 | Modifying String.concat() to return success or failure, not this. | David A. Mellis |
2011-03-11 | Don't return the string when modifying its value. | David A. Mellis |
2011-03-11 | Renaming append() back to concat(). | David A. Mellis |
2011-03-11 | Removing F("string") syntax for now. | David A. Mellis |
2011-03-11 | Rewrite of the String class by Paul Stoffregen. | David A. Mellis |
2011-03-01 | Renamed WProgram.h to Arduino.h. | David A. Mellis |
2010-12-11 | Changing String append to use realloc(); thanks to Paul Stoffregen. | David A. Mellis |
2010-12-03 | Replacing custom String.toInt() function with a call to atol(). | David A. Mellis |
2010-11-29 | Redoing 448222e4b65e0cf44dfc0c494f7f76901f1fabea without all the extra files. | David A. Mellis |
2010-11-29 | Revert "added toInt() function to WString". | David A. Mellis |
2010-11-29 | added toInt() function to WString | Tom Igoe |
2010-08-28 | Changing String::toCharArray() and getBytes() to accept a buffer, rather than... | David A. Mellis |
2010-08-28 | Returning a reference to a dummy character for indices beyond the string leng... | David A. Mellis |
2010-08-18 | Adding some basic error checking to the String class (i.e. checking for a non... | David A. Mellis |
2010-07-27 | Reverting changes to String class and modifying to allow + and += to work on ... | David A. Mellis |
2010-07-27 | removed append() from String library | Tom Igoe |
2010-07-27 | checked in Xiaoyang Feng's changes to String library | Tom Igoe |
2010-07-27 | Checked in Xiaoyang's changes to String library | Tom Igoe |
2010-07-05 | whitespace. | David A. Mellis |
2010-07-04 | Modifying String from new/delete to malloc()/free(). Also #include'ing WStri... | David A. Mellis |
2010-07-04 | Adding WString.h and WString.cpp straight from Wiring (r. 726). Won't actual... | David A. Mellis |