Age | Commit message (Expand) | Author |
2017-05-23 | Removed unneeded include in Print.h | Cristian Maglie |
2017-05-23 | Move the flush method from Stream to Print | Matthijs Kooijman |
2017-05-16 | Add Print::availableForWrite | Eric Wieser |
2017-03-08 | AVR: Prevent warnings if BIN is previously defined | Cristian Maglie |
2013-12-24 | Add Print::write(const char *, size_t) | Matthijs Kooijman |
2012-12-10 | fixed permissions on a lot of text files. see #1116 | Federico Fissore |
2012-06-03 | Check for NULL pointer in Print.write(). | David A. Mellis |
2011-09-07 | Making Print::write(char *) non-virtual. | David A. Mellis |
2011-08-31 | Renaming writeError() to getWriteError() in Print (and Stream and friends). | David A. Mellis |
2011-08-26 | Moving write errors out of return value into separate API methods. | David A. Mellis |
2011-08-26 | Changing from long to ssize_t (int) for write(), print(), println() return. | David A. Mellis |
2011-08-23 | write(), print(), and println() now return number of bytes written. | David A. Mellis |
2011-06-04 | Added Printable interface class to allow printing of classes such as IPAddress | David A. Mellis |
2011-03-27 | Adding F("foo") syntax for flash strings. | David A. Mellis |
2011-02-26 | Removing BYTE keyword (use Serial.write() instead). | David A. Mellis |
2010-07-04 | Adding support for printing Strings to the Print class. | David A. Mellis |
2009-12-25 | Adding precision parameter for printing of floats / doubles. Restructured th... | David A. Mellis |
2009-11-21 | Improving third-party hardware support: | David A. Mellis |
2009-11-07 | Moving things around. | David A. Mellis |
2009-04-26 | Adding write(str) and write(buf, size) methods to Print class and Ethernet li... | David A. Mellis |
2008-11-26 | Adding support for printing floats and doubles (defaulting to 2 decimal places) | David A. Mellis |
2008-05-07 | Changing Print class to use regular virtual write() function (instead of my hack | David A. Mellis |
2008-04-18 | Adding the Print class. | David A. Mellis |