Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace __builtin_expect(..., 0) with __glibc_unlikely(). | Paul Pluzhnikov | 2013-03-05 | 1 | -19/+19 |
| | |||||
* | * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't | Paul Pluzhnikov | 2013-03-05 | 1 | -4/+13 |
| | | | | call free(NULL). | ||||
* | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 2013-02-13 | 1 | -2/+2 |
| | |||||
* | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu | 2013-01-11 | 3 | -7/+7 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 86 | -95/+86 |
| | |||||
* | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 2013-01-01 | 1 | -2/+1 |
| | |||||
* | Add newline to last test in stdio-common/tst-put-error.c | Siddhesh Poyarekar | 2012-12-06 | 1 | -1/+11 |
| | | | | | The newline ensures that the buffer is flushed and the test executes as expected. | ||||
* | Increase width of padded output in stdio-common/tst-put-error. | Joseph Myers | 2012-12-05 | 1 | -1/+1 |
| | |||||
* | Fix more set-but-not-used warnings in _itowa.c. | Joseph Myers | 2012-11-20 | 1 | -2/+4 |
| | |||||
* | printf should return negative value on error | Siddhesh Poyarekar | 2012-11-16 | 2 | -4/+50 |
| | | | | | | [BZ #11741] Fixed bug where printf and family may return a spurious success when printing padded formats. | ||||
* | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 2012-11-04 | 6 | -6/+0 |
| | |||||
* | Define and use $(run-built-tests). | Joseph Myers | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | 2012-09-28 Andreas Schwab <schwab@linux-m68k.org> | Jeff Law | 2012-09-28 | 3 | -36/+17 |
| | | | | | | | | | | | | | | [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. | ||||
* | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | 2012-09-25 | 3 | -9/+11 |
| | |||||
* | Make printf respect the rounding mode for hex output (bug 5044). | Joseph Myers | 2012-09-24 | 2 | -13/+151 |
| | |||||
* | Make printf respect the rounding mode for decimal output (bug 5044). | Joseph Myers | 2012-09-14 | 3 | -30/+142 |
| | |||||
* | Fix last patch: Add missing DUMMY variable | Andreas Jaeger | 2012-08-18 | 1 | -2/+2 |
| | |||||
* | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 2012-08-17 | 2 | -3/+5 |
| | |||||
* | Suppress -Wunused-but-set warnings in GMP code. | Roland McGrath | 2012-08-16 | 2 | -9/+15 |
| | |||||
* | Fix lots of bitrot for stub configurations. | Roland McGrath | 2012-07-30 | 5 | -5/+37 |
| | |||||
* | Remove use of INTDEF/INTUSE in stdio-common | Andreas Schwab | 2012-06-01 | 5 | -39/+16 |
| | |||||
* | 2012-05-24 Jeff Law <law@redhat.com> | Jeff Law | 2012-05-24 | 2 | -1/+72 |
| | | | | | * stdio-common/Makefile (tests): Add bug25. * stdio-common/bug25.c: New test. | ||||
* | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | 2012-05-24 | 18 | -58/+54 |
| | |||||
* | [BZ #13691], Revert breakage of iconv() converter for TCVN-5712. | Andreas Jaeger | 2012-05-21 | 2 | -12/+1 |
| | | | | | | | | | | | | | | | | | | * 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. | ||||
* | Check _ITOA_NEEDED and use _ITOA_WORD_TYPE | H.J. Lu | 2012-05-18 | 1 | -5/+6 |
| | |||||
* | Bump up stdio bug22 timeout from 30 seconds to 60 seconds | Chris Metcalf | 2012-05-17 | 1 | -1/+1 |
| | | | | | The older Tilera platform (tilepro) needs just a hair over 30 seconds to run this on one core. | ||||
* | Fix formatting of denormal IBM long double numbers | Andreas Schwab | 2012-04-28 | 2 | -1/+91 |
| | |||||
* | Tighten up vfprintf width, precision, and total length overflow handling. | David S. Miller | 2012-04-02 | 4 | -39/+131 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Add _ITOA_NEEDED and _ITOA_WORD_TYPE | H.J. Lu | 2012-03-21 | 2 | -2/+9 |
| | | | | Add _ITOA_NEEDED and _ITOA_WORD_TYPE to override _itoa and _itowa. | ||||
* | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 2012-03-20 | 5 | -98/+6 |
| | |||||
* | Replace FSF snail mail address with URL in miscellaneous files. | Paul Eggert | 2012-03-10 | 1 | -3/+2 |
| | |||||
* | Install bits/stdio_lim.h in install-headers. | Joseph Myers | 2012-03-09 | 1 | -6/+1 |
| | |||||
* | Clean up tst-fphex test | Ulrich Drepper | 2012-03-08 | 2 | -23/+14 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-03-08 | 3 | -19/+73 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Enhance fphex test. | Marek Polacek | 2012-03-08 | 3 | -19/+73 |
| | | |||||
* | | Fix up long double fphex test | Marek Polacek | 2012-03-08 | 1 | -7/+22 |
|/ | |||||
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -3/+1 |
| | |||||
* | Formatting fixes | Ulrich Drepper | 2012-03-06 | 1 | -13/+13 |
| | |||||
* | Fix up long double fphex. | Marek Polacek | 2012-03-06 | 2 | -1/+39 |
| | |||||
* | 2012-03-02 Kees Cook <keescook@chromium.org> | Kees Cook | 2012-03-05 | 1 | -3/+7 |
| | | | | * stdio-common/vfprintf.c (vfprintf): add missing errno settings. | ||||
* | 2012-03-02 Kees Cook <keescook@chromium.org> | Kees Cook | 2012-03-05 | 3 | -10/+118 |
| | | | | | | | | [BZ #13656] * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and possibly allocate from heap instead of stack. * stdio-common/bug-vfprintf-nargs.c: New file. * stdio-common/Makefile (tests): Add nargs overflow test. | ||||
* | Remove a spurious const in tst-fmemopen. | Roland McGrath | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 80 | -240/+160 |
| | |||||
* | Remove miscellaneous __STDC__ conditionals. | Joseph Myers | 2012-01-30 | 1 | -2/+0 |
| | |||||
* | Fix gets problems | Ulrich Drepper | 2012-01-24 | 1 | -5/+1 |
| | |||||
* | sscanf always calls realloc | Paul Pluzhnikov | 2012-01-08 | 1 | -2/+2 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 1 | -10/+10 |
| | | | | No more __const. | ||||
* | Better gets prototype and fallout from removal | Ulrich Drepper | 2012-01-01 | 1 | -1/+6 |
| | |||||
* | Fix extension of array in extended printf format handling | Ulrich Drepper | 2011-12-17 | 1 | -7/+6 |
| | |||||
* | isinf returns the sign of the number, use it in printf* | Ulrich Drepper | 2011-10-08 | 3 | -23/+27 |
| |