Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Fix some warnings in the absence of FP round/exception support | Chris Metcalf | 2014-12-30 | 1 | -1/+1 |
| | | | | | | | Due to tile missing a bunch of FP exception and rounding support, the tests generate warnings. These changes fix the warnings by just not compiling some unused functions, and adding some attribute ((unused)) tags. | ||||
* | Fix warning in stdio-common/tst-printf-round.c. | Joseph Myers | 2014-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | This patch fixes warnings of the form "tst-printf-round.c:202:17: warning: passing argument 3 of 'test_hex_in_one_mode' discards 'const' qualifier from pointer target type", by adding an extra const to that argument (so that after array-to-pointer conversion it's const char *const *). Tested for x86_64. * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make third argument const. | ||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Make printf respect the rounding mode for hex output (bug 5044). | Joseph Myers | 2012-09-24 | 1 | -0/+124 |
| | |||||
* | Make printf respect the rounding mode for decimal output (bug 5044). | Joseph Myers | 2012-09-14 | 1 | -0/+110 |