Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
2014-12-30 | Fix some warnings in the absence of FP round/exception support | Chris Metcalf | 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. | |||||
2014-11-25 | Fix warning in stdio-common/tst-printf-round.c. | Joseph Myers | 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. | |||||
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
2012-09-24 | Make printf respect the rounding mode for hex output (bug 5044). | Joseph Myers | 1 | -0/+124 | |
2012-09-14 | Make printf respect the rounding mode for decimal output (bug 5044). | Joseph Myers | 1 | -0/+110 | |