GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdio-common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
91
-91
/
+91
*
Fix indentation.
Steve Ellcey
2015-12-11
1
-1
/
+1
*
Convert 69 more function definitions to prototype style (line wrap cases).
Joseph Myers
2015-10-19
4
-24
/
+10
*
vfprintf: Rewrite printf_positional to use struct scratch_buffer
Florian Weimer
2015-10-17
1
-40
/
+10
*
Convert 703 function definitions to prototype style.
Joseph Myers
2015-10-16
8
-32
/
+13
*
Remove -fexceptions configure test.
Joseph Myers
2015-10-15
1
-12
/
+12
*
vfscanf: Use struct scratch_buffer instead of extend_alloca
Florian Weimer
2015-10-15
1
-125
/
+231
*
Add dependencies on needed locales in each subdir tests (bug 18969)
Andreas Schwab
2015-10-12
1
-0
/
+13
*
BZ#18872: Don't conditionalize build rules for test program.
Roland McGrath
2015-10-08
1
-2
/
+0
*
stdio-common/tst-printf-bz18872.sh: Use attribute optimize instead of
Paul Pluzhnikov
2015-10-07
1
-3
/
+1
*
Cleanup a few cases where isinf is used to get the signbit to improve the rea...
Wilco Dijkstra
2015-09-18
3
-25
/
+17
*
Fix BZ #18872 -- memory leak in printf_positional.
Paul Pluzhnikov
2015-09-16
3
-1
/
+90
*
Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).
Joseph Myers
2015-09-08
5
-5
/
+5
*
Don't include <bits/stdio-lock.h> from installed <libio.h>.
Joseph Myers
2015-09-03
2
-0
/
+2
*
fix non-portable `echo -n` usage
Mike Frysinger
2015-08-09
1
-1
/
+1
*
Modify several tests to use test-skeleton.c
Arjun Shankar
2015-08-06
4
-8
/
+20
*
libio: Fix fmemopen 'w' mode with provided buffer
Adhemerval Zanella
2015-07-16
1
-2
/
+2
*
Modify several tests to use test-skeleton.c
Arjun Shankar
2015-07-15
1
-2
/
+5
*
Replace %ld with %jd and cast to intmax_t
H.J. Lu
2015-07-11
1
-4
/
+8
*
libio: Update tst-fmemopen2.c
Adhemerval Zanella
2015-07-08
1
-17
/
+203
*
libio: fmemopen rewrite to POSIX compliance
Adhemerval Zanella
2015-07-08
3
-2
/
+208
*
Fix syslog dprintf namespace (bug 18534).
Joseph Myers
2015-06-17
1
-1
/
+2
*
This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...
Wilco Dijkstra
2015-06-03
3
-6
/
+6
*
vfprintf: Remove label name switching for the jump table
Florian Weimer
2015-05-21
1
-17
/
+4
*
vfprintf: Introduce printf_positional function
Florian Weimer
2015-05-21
1
-347
/
+369
*
vfprintf: Move jump table definition and the macros out of function
Florian Weimer
2015-05-21
1
-65
/
+64
*
Remove various ABS macros and replace uses with fabs (or in one case abs)
Wilco Dijkstra
2015-05-15
1
-1
/
+1
*
vfprintf: Define WORK_BUFFER_SIZE
Florian Weimer
2015-03-06
1
-11
/
+11
*
vfprintf: Introduce JUMP_TABLE_BASE_LABEL
Florian Weimer
2015-03-06
1
-3
/
+6
*
vfprintf: Introduce THOUSANDS_SEP_T
Florian Weimer
2015-03-06
1
-18
/
+5
*
CVE-2015-1472: wscanf allocates too little memory
Paul Pluzhnikov
2015-02-06
2
-6
/
+39
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
88
-88
/
+88
*
Fix some warnings in the absence of FP round/exception support
Chris Metcalf
2014-12-30
1
-1
/
+1
*
Replace %ld with %jd and cast to intmax_t
H.J. Lu
2014-12-30
1
-4
/
+7
*
Get rid of format warning in bug-vfprintf-nargs.c.
Stefan Liebler
2014-12-17
1
-1
/
+2
*
Modify stdio-common/tst-fseek.c to use test-skeleton.c
Arjun Shankar
2014-12-16
1
-2
/
+6
*
stdio-common/Makefile: readd bug26 testcase
Allan McRae
2014-12-16
1
-1
/
+1
*
stdio-common: Include <libc-internal.h> in some tests
Adhemerval Zanella
2014-12-15
2
-0
/
+2
*
CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]
Jeff Law
2014-12-15
5
-3
/
+190
*
Eliminate -Wno-format from printf/scanf tests.
Roland McGrath
2014-12-11
8
-13
/
+58
*
Disable -Wdeprecated-declarations for register_printf_function calls in tst-p...
Joseph Myers
2014-12-10
1
-0
/
+7
*
Disable -Wdiv-by-zero for some tests in stdio-common/tst-unlockedio.c.
Joseph Myers
2014-12-10
1
-0
/
+13
*
Add macros for diagnostic control, use for scanf %a tests.
Joseph Myers
2014-12-10
2
-0
/
+30
*
Fix stdio-common/tst-fmemopen.c format warnings.
Joseph Myers
2014-11-27
1
-2
/
+2
*
Fix warning in stdio-common/tst-printf-round.c.
Joseph Myers
2014-11-25
1
-1
/
+1
*
Fix perror fileno namespace (bug 17633).
Joseph Myers
2014-11-24
1
-1
/
+1
*
Fix __printf_fp wmemset namespace (bug 17574).
Joseph Myers
2014-11-12
1
-1
/
+1
*
libio: Refactor tst-fmemopen to use test-skeleton.c
Adhemerval Zanella
2014-11-05
1
-23
/
+71
*
Modify several tests to use test-skeleton.c
Arjun Shankar
2014-11-05
15
-30
/
+75
*
Remove stray *_internal aliases (bug 14132).
Joseph Myers
2014-10-09
1
-1
/
+0
[next]