Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-10 | fixed permissions on a lot of text files. see #1116 | Federico Fissore | |
2012-10-18 | Merged latest changes in AVR arduino core | Cristian Maglie | |
2012-06-23 | Print "inf" for infinite floating point numbers (using isinf()). | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=961 | |||
2012-06-04 | Printing NaN values as "nan" in printFloat(). | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=946 | |||
2012-02-12 | prog_char -> char PROGMEM in Print.cpp | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=795 | |||
2011-10-27 | Revert "Merge branch 'master' of github.com:arduino/Arduino into ↵ | Zach Eveland | |
diskloader_reboot" This reverts commit df9835efafd13685251749bc210c0b96a18a96a5, reversing changes made to ec45af8bfa9222a807c075dd1db4b5aa798bba03. Conflicts: hardware/arduino/variants/mega/pins_arduino.h libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino | |||
2011-03-03 | Fixing warnings (David H. Lynch Jr). | David A. Mellis | |
2010-08-28 | Changing String::toCharArray() and getBytes() to accept a buffer, rather ↵ | David A. Mellis | |
than return one. That way they don't expose the internal representation of the String class, allowing future optimization. Thanks to Paul Stoffregen. | |||
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 ↵ | David A. Mellis | |
the print() and println() functions a bit. | |||
2009-11-21 | Improving third-party hardware support: | David A. Mellis | |
- moving back to multple cores per platform - using target instead of platform - moving per-board and per-programmer preferences out of Preferences.java and into a new Target class - adding a new "target" preference - support for platform:value values in board preferences for bootloader path and core - XXX: need to support platform:value syntax for board upload.using preferences. | |||
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 ↵ | David A. Mellis | |
library Client and Server classes. This allows sending a whole string or buffer at once, reducing the number of ethernet packets. | |||
2009-01-25 | fixing / improving printFloat() from Mikal Hart | David A. Mellis | |
2008-11-26 | Adding support for printing floats and doubles (defaulting to 2 decimal places) | David A. Mellis | |
2008-06-21 | Wire library patch to provide better error handling. | David A. Mellis | |
2008-05-07 | Changing Print class to use regular virtual write() function (instead of my hack | David A. Mellis | |
ed together version). | |||
2008-04-18 | Adding the Print class. | David A. Mellis | |