Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-24 | Fix tst-long-dbl-fphex swprintf length calculation. | Olivier Langlois | |
2013-08-30 | Fix typos. | Ondřej Bílka | |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers | |
2013-06-06 | Fix leading whitespaces. | Ondrej Bilka | |
2013-06-05 | Remove trailing whitespace. | Joseph Myers | |
2013-05-26 | * stdio-common/bug26.c (main): Correct fscanf template. | Thomas Schwinge | |
Fixup for commit 6ecec3b616aeaf121c68c1053cd17fdcf0cdb5a2. | |||
2013-04-15 | Fix coding-style violation. | Thomas Schwinge | |
Introduced in commit ee091edf1a16312fff0cc3c6ae0116aded7f1dbf. | |||
2013-04-11 | Don't accept exp char without preceding digits in scanf float parsing | Andreas Schwab | |
2013-04-05 | More tests for external charater sequences representing NaNs. | Thomas Schwinge | |
2013-04-05 | Properly collect individual tests' results. | Thomas Schwinge | |
Fixup for commit 003c9895a89e71767ad64bafac1ca99622be2eb7. | |||
2013-03-15 | Better distinguish between NaN/qNaN/sNaN. | Thomas Schwinge | |
2013-03-15 | Remove unused declarations. | Thomas Schwinge | |
Added in commit f83af095b6fc49de3914f4426202171341783277, and forgotten to be removed in commit 76f2646f3dbe45d3ed53a0c73fa52f1595306b35. | |||
2013-03-05 | Replace __builtin_expect(..., 0) with __glibc_unlikely(). | Paul Pluzhnikov | |
2013-03-05 | * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't | Paul Pluzhnikov | |
call free(NULL). | |||
2013-02-13 | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | |
2013-01-11 | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | |
2012-12-06 | Add newline to last test in stdio-common/tst-put-error.c | Siddhesh Poyarekar | |
The newline ensures that the buffer is flushed and the test executes as expected. | |||
2012-12-05 | Increase width of padded output in stdio-common/tst-put-error. | Joseph Myers | |
2012-11-20 | Fix more set-but-not-used warnings in _itowa.c. | Joseph Myers | |
2012-11-16 | printf should return negative value on error | Siddhesh Poyarekar | |
[BZ #11741] Fixed bug where printf and family may return a spurious success when printing padded formats. | |||
2012-11-04 | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | |
2012-10-24 | Define and use $(run-built-tests). | Joseph Myers | |
2012-09-28 | 2012-09-28 Andreas Schwab <schwab@linux-m68k.org> | Jeff Law | |
[BZ #6530] * stdio-common/vfprintf.c (process_string_arg): Revert 2000-07-22 change. 2011-09-28 Jonathan Nieder <jrnieder@gmail.com> * stdio-common/Makefile (tst-sprintf-ENV): Set environment for testcase. * stdio-common/tst-sprintf.c: Include <locale.h> (main): Test sprintf's handling of incomplete multibyte characters. | |||
2012-09-25 | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | |
2012-09-24 | Make printf respect the rounding mode for hex output (bug 5044). | Joseph Myers | |
2012-09-14 | Make printf respect the rounding mode for decimal output (bug 5044). | Joseph Myers | |
2012-08-18 | Fix last patch: Add missing DUMMY variable | Andreas Jaeger | |
2012-08-17 | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | |
2012-08-16 | Suppress -Wunused-but-set warnings in GMP code. | Roland McGrath | |
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | |
2012-06-01 | Remove use of INTDEF/INTUSE in stdio-common | Andreas Schwab | |
2012-05-24 | 2012-05-24 Jeff Law <law@redhat.com> | Jeff Law | |
* stdio-common/Makefile (tests): Add bug25. * stdio-common/bug25.c: New test. | |||
2012-05-24 | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | |
2012-05-21 | [BZ #13691], Revert breakage of iconv() converter for TCVN-5712. | Andreas Jaeger | |
* iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider inptr and inend for must_buffer_ch. * wcsmbs/tst-mbsnrtowcs.c: Remove file. * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs. * stdio-common/Makefile (tests): Remove bug15. (bug15-ENV): Remove macro. * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1 anymore. localedata: * SUPPORTED: Remove vi_VN.TCVN/TCVN5712-1. * tst-strptime.c: Remove, we do not support vi_VN.TCVN5712-1 anymore. * Makefile (LOCALES): Remove vi_VN.TCVN5712-1 from list. (tests): Remove tst-strptime. | |||
2012-05-18 | Check _ITOA_NEEDED and use _ITOA_WORD_TYPE | H.J. Lu | |
2012-05-17 | Bump up stdio bug22 timeout from 30 seconds to 60 seconds | Chris Metcalf | |
The older Tilera platform (tilepro) needs just a hair over 30 seconds to run this on one core. | |||
2012-04-28 | Fix formatting of denormal IBM long double numbers | Andreas Schwab | |
2012-04-02 | Tighten up vfprintf width, precision, and total length overflow handling. | David S. Miller | |
With help from Paul Eggert, Carlos O'Donell, and Roland McGrath. * stdio-common/printf-parse.h (read_int): Change return type to 'int', return -1 on INT_MAX overflow. * stdio-common/vfprintf.c (vfprintf): Validate width and precision against overflow of INT_MAX. Set errno to EOVERFLOW when 'done' overflows INT_MAX. Check for overflow of in-format-string precision values properly. Use EOVERFLOW rather than ERANGE throughout. Use SIZE_MAX not INT_MAX for integer overflow test. * stdio-common/printf-parsemb.c: If read_int signals an overflow, skip the construct in the format string but do not record anything. * stdio-common/bug22.c: Adjust to test both width/prevision INT_MAX overflow as well as total length INT_MAX overflow. Check explicitly for proper errno values. | |||
2012-03-21 | Add _ITOA_NEEDED and _ITOA_WORD_TYPE | H.J. Lu | |
Add _ITOA_NEEDED and _ITOA_WORD_TYPE to override _itoa and _itowa. | |||
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | |
2012-03-10 | Replace FSF snail mail address with URL in miscellaneous files. | Paul Eggert | |
2012-03-09 | Install bits/stdio_lim.h in install-headers. | Joseph Myers | |
2012-03-08 | Clean up tst-fphex test | Ulrich Drepper | |
2012-03-08 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2012-03-08 | Fix up long double fphex test | Marek Polacek | |
2012-03-08 | Enhance fphex test. | Marek Polacek | |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | |
2012-03-06 | Formatting fixes | Ulrich Drepper | |