Age | Commit message (Expand) | Author | Files | Lines |
2012-10-24 | Define and use $(run-built-tests). | Joseph Myers | 1 | -1/+1 |
2012-09-28 | 2012-09-28 Andreas Schwab <schwab@linux-m68k.org> | Jeff Law | 3 | -36/+17 |
2012-09-25 | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | 3 | -9/+11 |
2012-09-24 | Make printf respect the rounding mode for hex output (bug 5044). | Joseph Myers | 2 | -13/+151 |
2012-09-14 | Make printf respect the rounding mode for decimal output (bug 5044). | Joseph Myers | 3 | -30/+142 |
2012-08-18 | Fix last patch: Add missing DUMMY variable | Andreas Jaeger | 1 | -2/+2 |
2012-08-17 | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 2 | -3/+5 |
2012-08-16 | Suppress -Wunused-but-set warnings in GMP code. | Roland McGrath | 2 | -9/+15 |
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | 5 | -5/+37 |
2012-06-01 | Remove use of INTDEF/INTUSE in stdio-common | Andreas Schwab | 5 | -39/+16 |
2012-05-24 | 2012-05-24 Jeff Law <law@redhat.com> | Jeff Law | 2 | -1/+72 |
2012-05-24 | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | 18 | -58/+54 |
2012-05-21 | [BZ #13691], Revert breakage of iconv() converter for TCVN-5712. | Andreas Jaeger | 2 | -12/+1 |
2012-05-18 | Check _ITOA_NEEDED and use _ITOA_WORD_TYPE | H.J. Lu | 1 | -5/+6 |
2012-05-17 | Bump up stdio bug22 timeout from 30 seconds to 60 seconds | Chris Metcalf | 1 | -1/+1 |
2012-04-28 | Fix formatting of denormal IBM long double numbers | Andreas Schwab | 2 | -1/+91 |
2012-04-02 | Tighten up vfprintf width, precision, and total length overflow handling. | David S. Miller | 4 | -39/+131 |
2012-03-21 | Add _ITOA_NEEDED and _ITOA_WORD_TYPE | H.J. Lu | 2 | -2/+9 |
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 5 | -98/+6 |
2012-03-10 | Replace FSF snail mail address with URL in miscellaneous files. | Paul Eggert | 1 | -3/+2 |
2012-03-09 | Install bits/stdio_lim.h in install-headers. | Joseph Myers | 1 | -6/+1 |
2012-03-08 | Clean up tst-fphex test | Ulrich Drepper | 2 | -23/+14 |
2012-03-08 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 3 | -19/+73 |
2012-03-08 | Fix up long double fphex test | Marek Polacek | 1 | -7/+22 |
2012-03-08 | Enhance fphex test. | Marek Polacek | 3 | -19/+73 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -3/+1 |
2012-03-06 | Formatting fixes | Ulrich Drepper | 1 | -13/+13 |
2012-03-06 | Fix up long double fphex. | Marek Polacek | 2 | -1/+39 |
2012-03-05 | 2012-03-02 Kees Cook <keescook@chromium.org> | Kees Cook | 1 | -3/+7 |
2012-03-05 | 2012-03-02 Kees Cook <keescook@chromium.org> | Kees Cook | 3 | -10/+118 |
2012-02-27 | Remove a spurious const in tst-fmemopen. | Roland McGrath | 1 | -1/+1 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 80 | -240/+160 |
2012-01-30 | Remove miscellaneous __STDC__ conditionals. | Joseph Myers | 1 | -2/+0 |
2012-01-24 | Fix gets problems | Ulrich Drepper | 1 | -5/+1 |
2012-01-08 | sscanf always calls realloc | Paul Pluzhnikov | 1 | -2/+2 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -10/+10 |
2012-01-01 | Better gets prototype and fallout from removal | Ulrich Drepper | 1 | -1/+6 |
2011-12-17 | Fix extension of array in extended printf format handling | Ulrich Drepper | 1 | -7/+6 |
2011-10-08 | isinf returns the sign of the number, use it in printf* | Ulrich Drepper | 3 | -23/+27 |
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | 2 | -22/+14 |
2011-09-09 | Fix boundary conditions in scanf | Ulrich Drepper | 1 | -27/+97 |
2011-09-09 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 1 | -5/+5 |
2011-08-20 | Add test for BZ 13114 | Ulrich Drepper | 2 | -1/+27 |
2011-06-10 | Quash some new warnings from GCC 4.6. | Roland McGrath | 1 | -2/+0 |
2011-05-21 | Set stream errors in more cases | Ulrich Drepper | 2 | -1/+7 |
2011-02-20 | Fix allocation when handling positional parameters in printf. | Petr Baudis | 3 | -3/+25 |
2011-02-16 | Conditionalize use of SIGRTMIN in psiginfo. | Samuel Thibault | 1 | -1/+6 |
2011-02-15 | Fix two printf handler issues. | Jakub Jelinek | 2 | -7/+13 |
2011-01-12 | Fix grouping when rounding increases number of integer digits. | Ulrich Drepper | 3 | -9/+102 |
2010-12-24 | Always allow overwriting printf modifiers etc. | Ulrich Drepper | 1 | -7/+13 |