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
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add dependencies on needed locales in each subdir tests (bug 18969)
Andreas Schwab
2015-10-12
1
-0
/
+12
*
Harden tls_dtor_list with pointer mangling [BZ #19018]
Florian Weimer
2015-10-06
1
-1
/
+9
*
Refactor code forcing underflow exceptions.
Joseph Myers
2015-09-23
1
-2
/
+2
*
Use math_narrow_eval more consistently.
Joseph Myers
2015-09-23
1
-8
/
+5
*
Use __pthread_setcancelstate in libc.a
H.J. Lu
2015-09-17
1
-3
/
+3
*
Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).
Joseph Myers
2015-09-08
5
-5
/
+5
*
fix missing ctype.h include
Mike Frysinger
2015-08-06
1
-0
/
+1
*
Modify several tests to use test-skeleton.c
Arjun Shankar
2015-08-06
1
-2
/
+5
*
Mention dl_load_lock by name in the comments
Siddhesh Poyarekar
2015-07-24
1
-9
/
+10
*
Also use l_tls_dtor_count to decide on object unload (BZ #18657)
Siddhesh Poyarekar
2015-07-23
4
-33
/
+146
*
Remove Linuxism from tst-tls-atexit
Siddhesh Poyarekar
2015-07-21
2
-43
/
+55
*
Whitespace fixup in cxa_thread_atexit_impl.c
Siddhesh Poyarekar
2015-07-16
1
-1
/
+1
*
Fix up typo in tst-tls-atexit
Siddhesh Poyarekar
2015-07-14
1
-1
/
+1
*
Whitespace fix in tst-tls-atexit.c
Siddhesh Poyarekar
2015-07-14
1
-1
/
+1
*
Remove unnecessary mutex locks from tst-tls-atexit test case
Siddhesh Poyarekar
2015-07-10
1
-3
/
+0
*
Avoid boolean coercion in tst-tls-atexit test case
Siddhesh Poyarekar
2015-07-10
1
-2
/
+2
*
S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(...
Stefan Liebler
2015-07-07
2
-1
/
+42
*
Fix fmtmsg addseverity namespace (bug 18539).
Joseph Myers
2015-06-17
1
-1
/
+2
*
Fix setenv.c diagnostic pragma to be compatible with GCC 4.6
Roland McGrath
2015-06-02
1
-1
/
+5
*
Fix monetary.h comment
Marko Myllynen
2015-05-27
1
-2
/
+2
*
Fix monetary.h comment
Siddhesh Poyarekar
2015-05-26
1
-1
/
+1
*
Fix stdlib/tst-setcontext3 with dash [BZ#18418]
Adhemerval Zanella
2015-05-17
1
-4
/
+2
*
Remove various ABS macros and replace uses with fabs (or in one case abs)
Wilco Dijkstra
2015-05-15
1
-2
/
+0
*
Bug 18125: Call exit after last linked context.
Carlos O'Donell
2015-05-08
3
-1
/
+200
*
Better fix for setenv (..., NULL, ...)
Paul Eggert
2015-04-19
1
-1
/
+17
*
Fix strtof decimal rounding close to half least subnormal (bug 18247).
Joseph Myers
2015-04-10
3
-2
/
+4680
*
* stdlib/setenv.c (__add_to_environ): Revert previous change.
Paul Eggert
2015-03-15
1
-9
/
+1
*
* stdlib/setenv.c (__add_to_environ):
Paul Eggert
2015-03-13
1
-1
/
+9
*
S/390: Fix setcontext/swapcontext which are not restoring sigmask.
Stefan Liebler
2015-03-12
2
-5
/
+235
*
setenv fix memory leak when setting large, duplicate string (BZ #17658)
Eric Biggers
2015-01-07
1
-0
/
+7
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
146
-146
/
+146
*
Fix some warnings in the absence of FP round/exception support
Chris Metcalf
2014-12-30
2
-2
/
+2
*
Fix a couple of -Wundef warnings.
Chris Metcalf
2014-12-29
1
-1
/
+1
*
Modify stdlib/tst-bsearch.c to use test-skeleton.c
Arjun Shankar
2014-12-16
1
-12
/
+15
*
Remove NOT_IN_libc
Siddhesh Poyarekar
2014-11-24
2
-3
/
+3
*
Add new macro IN_MODULE to identify module in which source is built
Siddhesh Poyarekar
2014-11-19
1
-0
/
+1
*
Use prototype definition for __strtol.
Joseph Myers
2014-11-13
1
-4
/
+1
*
Fix strtoll / strtoull namespace for 32-bit (bug 17594).
Joseph Myers
2014-11-13
1
-2
/
+7
*
Fix qsort_r namespace (bug 17571).
Joseph Myers
2014-11-12
1
-3
/
+4
*
Modify several tests to use test-skeleton.c
Arjun Shankar
2014-11-05
11
-22
/
+55
*
Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).
Joseph Myers
2014-10-09
1
-1
/
+1
*
stdlib/tst-strtod-round.c: Fix build on ARM
Will Newton
2014-09-30
1
-0
/
+3
*
stdlib/longlong.h: Add __udiv_w_sdiv prototype.
Andreas Krebbel
2014-09-19
1
-1
/
+2
*
Don't use a nested function in rpmatch.
Roland McGrath
2014-09-12
1
-30
/
+28
*
Turn on -Werror=implicit-function-declaration
Florian Weimer
2014-09-10
1
-0
/
+2
*
tst-setcontext: fix style
Mike Frysinger
2014-08-03
1
-5
/
+5
*
stdlib/tst-strtod-overflow: Bump timeout up yet
Maciej W. Rozycki
2014-07-03
1
-1
/
+1
*
Clean up HAVE_CONFIG_H and STDC_HEADERS.
Roland McGrath
2014-06-20
1
-1
/
+0
*
stdlib/tst-qsort2.c: Fix off-by-one argc interpretation error
Maciej W. Rozycki
2014-06-20
1
-1
/
+1
*
Don't require test wrappers to preserve environment variables, use more consi...
Joseph Myers
2014-06-06
2
-39
/
+41
[next]