David A. Mellis
|
4bbd4f7448
|
Changing String::toCharArray() and getBytes() to accept a buffer, rather than return one. That way they don't expose the internal representation of the String class, allowing future optimization. Thanks to Paul Stoffregen.
|
2010-08-28 10:23:54 +00:00 |
David A. Mellis
|
14831247bc
|
Adding some basic error checking to the String class (i.e. checking for a non-null buffer before modifying its contents).
|
2010-08-18 21:39:28 +00:00 |
David A. Mellis
|
fddeda1717
|
No longer requiring WProgram.h for Print / Stream classes (replaced Arduino-specific type names in String).
|
2010-08-06 01:23:19 +00:00 |
Tom Igoe
|
58f043e0f3
|
added more String examples
|
2010-07-27 22:59:18 +00:00 |
David A. Mellis
|
e871ae5236
|
Reverting changes to String class and modifying to allow + and += to work on more types.
|
2010-07-27 14:20:56 +00:00 |
Tom Igoe
|
8eea4576c4
|
removed append() from String library
|
2010-07-27 10:18:04 +00:00 |
Tom Igoe
|
58f5b67b71
|
checked in Xiaoyang Feng's changes to String library
|
2010-07-27 10:09:09 +00:00 |
Tom Igoe
|
82fefa76ac
|
Checked in Xiaoyang's changes to String library
|
2010-07-27 10:06:49 +00:00 |
David A. Mellis
|
2c32369685
|
Adding support for printing Strings to the Print class.
|
2010-07-04 23:22:34 +00:00 |
David A. Mellis
|
50bfce889e
|
Modifying String from new/delete to malloc()/free(). Also #include'ing WString.h from WProgram.h.
|
2010-07-04 16:36:52 +00:00 |
David A. Mellis
|
0c09741c72
|
Adding WString.h and WString.cpp straight from Wiring (r. 726). Won't actually work yet.
|
2010-07-04 16:27:23 +00:00 |