Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcc: remove deprecated gcc 4.2.[1-3] versions and unused patches | Peter Korsgaard | 2010-08-30 | 1 | -26/+0 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | This patch fixes a bug into ostream::operator<<(double) due to the wrong size | Bernhard Reutner-Fischer | 2007-08-25 | 1 | -0/+26 |
passed into the __convert_from_v method. The wrong size is then passed to std::snprintf function, that, on uClibc, doens't handle sized 0 buffer. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> |