summary refs log tree commit diff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* Remove use of INTDEF/INTUSE in stdio-commonAndreas Schwab2012-06-015-39/+16
* 2012-05-24 Jeff Law <law@redhat.com>Jeff Law2012-05-242-1/+72
* Remove use of INTDEF/INTUSE in libioAndreas Schwab2012-05-2418-58/+54
* [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.Andreas Jaeger2012-05-212-12/+1
* Check _ITOA_NEEDED and use _ITOA_WORD_TYPEH.J. Lu2012-05-181-5/+6
* Bump up stdio bug22 timeout from 30 seconds to 60 secondsChris Metcalf2012-05-171-1/+1
* Fix formatting of denormal IBM long double numbersAndreas Schwab2012-04-282-1/+91
* Tighten up vfprintf width, precision, and total length overflow handling.David S. Miller2012-04-024-39/+131
* Add _ITOA_NEEDED and _ITOA_WORD_TYPEH.J. Lu2012-03-212-2/+9
* Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu2012-03-205-98/+6
* Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert2012-03-101-3/+2
* Install bits/stdio_lim.h in install-headers.Joseph Myers2012-03-091-6/+1
* Clean up tst-fphex testUlrich Drepper2012-03-082-23/+14
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2012-03-083-19/+73
|\
| * Enhance fphex test.Marek Polacek2012-03-083-19/+73
* | Fix up long double fphex testMarek Polacek2012-03-081-7/+22
|/
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-3/+1
* Formatting fixesUlrich Drepper2012-03-061-13/+13
* Fix up long double fphex.Marek Polacek2012-03-062-1/+39
* 2012-03-02 Kees Cook <keescook@chromium.org>Kees Cook2012-03-051-3/+7
* 2012-03-02 Kees Cook <keescook@chromium.org>Kees Cook2012-03-053-10/+118
* Remove a spurious const in tst-fmemopen.Roland McGrath2012-02-271-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0980-240/+160
* Remove miscellaneous __STDC__ conditionals.Joseph Myers2012-01-301-2/+0
* Fix gets problemsUlrich Drepper2012-01-241-5/+1
* sscanf always calls reallocPaul Pluzhnikov2012-01-081-2/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-071-10/+10
* Better gets prototype and fallout from removalUlrich Drepper2012-01-011-1/+6
* Fix extension of array in extended printf format handlingUlrich Drepper2011-12-171-7/+6
* isinf returns the sign of the number, use it in printf*Ulrich Drepper2011-10-083-23/+27
* Cleanup of configuration optionsUlrich Drepper2011-09-102-22/+14
* Fix boundary conditions in scanfUlrich Drepper2011-09-091-27/+97
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-091-5/+5
* Add test for BZ 13114Ulrich Drepper2011-08-202-1/+27
* Quash some new warnings from GCC 4.6.Roland McGrath2011-06-101-2/+0
* Set stream errors in more casesUlrich Drepper2011-05-212-1/+7
* Fix allocation when handling positional parameters in printf.Petr Baudis2011-02-203-3/+25
* Conditionalize use of SIGRTMIN in psiginfo.Samuel Thibault2011-02-161-1/+6
* Fix two printf handler issues.Jakub Jelinek2011-02-152-7/+13
* Fix grouping when rounding increases number of integer digits.Ulrich Drepper2011-01-123-9/+102
* Always allow overwriting printf modifiers etc.Ulrich Drepper2010-12-241-7/+13
* psiginfo relied too much on sys_siglist.Ulrich Drepper2010-10-111-2/+21
* Unify psiginfo output.Ulrich Drepper2010-10-111-5/+6
* tst-fmemopen: Do not write test file in $srcdir.Roland McGrath2010-04-191-6/+12
* Fix printf format warning for si_band.Richard Henderson2010-03-261-1/+1
* Add support for XPG7 testing.Ulrich Drepper2010-01-091-11/+11
* Avoid warning in scanf test.Ulrich Drepper2009-10-301-1/+0
* Implement mkstemps and mkstemps64.Ulrich Drepper2009-10-305-10/+11
* Check for integer overflows in formatting functionsAndreas Schwab2009-09-292-20/+40
* Print sign of NaN values.Ulrich Drepper2009-08-233-23/+122