index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdio-common
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-10-11
psiginfo relied too much on sys_siglist.
Ulrich Drepper
1
-2
/
+21
2010-10-11
Unify psiginfo output.
Ulrich Drepper
1
-5
/
+6
2010-04-19
tst-fmemopen: Do not write test file in $srcdir.
Roland McGrath
1
-6
/
+12
2010-03-26
Fix printf format warning for si_band.
Richard Henderson
1
-1
/
+1
2010-01-09
Add support for XPG7 testing.
Ulrich Drepper
1
-11
/
+11
2009-10-30
Avoid warning in scanf test.
Ulrich Drepper
1
-1
/
+0
2009-10-30
Implement mkstemps and mkstemps64.
Ulrich Drepper
5
-10
/
+11
2009-09-29
Check for integer overflows in formatting functions
Andreas Schwab
2
-20
/
+40
2009-08-23
Print sign of NaN values.
Ulrich Drepper
3
-23
/
+122
2009-07-29
Preserve SSE registers in runtime relocations on x86-64.
Ulrich Drepper
2
-0
/
+2
2009-05-16
remove subsumed .gitignore entries and files
Jim Meyering
1
-8
/
+0
2009-05-16
remove mpn-copy.mk from .gitignore files
Jim Meyering
1
-1
/
+1
2009-05-16
remove COPYING* from .gitignore files
Jim Meyering
1
-1
/
+1
2009-05-15
rename each .cvsignore file to .gitignore
Jim Meyering
1
-0
/
+0
2009-04-26
* sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):
Ulrich Drepper
1
-3
/
+3
2009-04-26
* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.
Ulrich Drepper
1
-1
/
+1
2009-04-25
* stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
Ulrich Drepper
1
-2
/
+4
2009-04-24
* stdio-common/psiginfo.c: Include <errno.h>.
Ulrich Drepper
1
-0
/
+1
2009-04-23
* stdio-common/printf.h: Add missing const to register_printf_modifier.
Ulrich Drepper
2
-3
/
+3
2009-04-14
* sysdeps/x86-64/strrchr.S: New file.
Ulrich Drepper
1
-1
/
+1
2009-04-11
* stdio-common/printf.h (struct printf_info): Add user element.
Ulrich Drepper
10
-88
/
+491
2009-04-10
Simplified code and possible copy problem fixed.
Ulrich Drepper
1
-17
/
+3
2009-04-10
* stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
Ulrich Drepper
1
-8
/
+15
2009-02-26
* libio/stdio.h: dprintf, fmemopen, getdelim, getline,
Ulrich Drepper
1
-0
/
+5
2009-02-26
* locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
Ulrich Drepper
5
-2
/
+249
2009-02-06
[BZ #9823]
Ulrich Drepper
1
-2
/
+2
2008-07-26
* stdio-common/printf_fp.c (___printf_fp): Give wide outout code
Ulrich Drepper
1
-0
/
+4
2008-07-25
[BZ #6698]
Ulrich Drepper
3
-13
/
+38
2008-07-20
* locale/setlocale.c (setlocale): Take the setlocale lock earlier.
Ulrich Drepper
1
-2
/
+7
2008-07-15
* stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
Ulrich Drepper
1
-1
/
+5
2008-07-08
* stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
Ulrich Drepper
3
-2
/
+27
2008-05-24
* libio/stdio.h (vscanf): Fix -std=c99 redirect.
Jakub Jelinek
5
-2
/
+376
2008-03-30
* stdio-common/vfprintf.c (vfprintf): Correct overflow test.
Ulrich Drepper
1
-1
/
+2
2007-12-10
[BZ #5424, BZ #5428, BZ #5451]
Ulrich Drepper
3
-10
/
+56
2007-12-07
[BZ #5441, BZ #5452, BZ #5454]
Ulrich Drepper
3
-2
/
+17
2007-11-06
* stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
Ulrich Drepper
2
-14
/
+21
2007-10-28
* stdio-common/Makefile (tests): Add bug20.
Ulrich Drepper
2
-1
/
+33
2007-10-28
[BZ #5225]
Ulrich Drepper
1
-8
/
+10
2007-10-10
* stdio-common/printf-parse.h: Include string.h and wchar.h.
Ulrich Drepper
4
-56
/
+24
[next]