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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Y2038: make __tz_convert compatible with 64-bit-time
Albert ARIBAUD (3ADEV)
2018-12-05
1
-4
/
+4
*
Fix _dl_profile_fixup data-dependency issue (Bug 23690)
Tulio Magno Quites Machado Filho
2018-11-30
1
-0
/
+4
*
Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.
Zack Weinberg
2018-11-16
1
-3
/
+14
*
Add hidden_tls_def macros, fix powerpc-soft build with GCC 9.
Joseph Myers
2018-11-13
1
-2
/
+31
*
Add support for GCC 9 attribute copy.
Martin Sebor
2018-11-09
1
-5
/
+15
*
Y2038: Add 64-bit time for all architectures
Albert ARIBAUD (3ADEV)
2018-10-24
1
-5
/
+1
*
posix: Add internal symbols for posix_spawn interface
Adhemerval Zanella
2018-10-24
1
-0
/
+35
*
Use copysign functions not __copysign functions in glibc libm.
Joseph Myers
2018-09-27
1
-0
/
+2
*
Use round functions not __round functions in glibc libm.
Joseph Myers
2018-09-27
1
-0
/
+1
*
Use trunc functions not __trunc functions in glibc libm.
Joseph Myers
2018-09-20
1
-0
/
+1
*
Fix mktime localtime offset confusion
Paul Eggert
2018-09-19
1
-2
/
+2
*
Merge mktime, timegm from upstream Gnulib
Paul Eggert
2018-09-19
2
-0
/
+457
*
Use ceil functions not __ceil functions in glibc libm.
Joseph Myers
2018-09-17
1
-0
/
+1
*
Use rint functions not __rint functions in glibc libm.
Joseph Myers
2018-09-14
1
-0
/
+1
*
Use floor functions not __floor functions in glibc libm.
Joseph Myers
2018-09-14
1
-8
/
+21
*
Move float128 inlines from sysdeps/generic/math_private.h to include/math.h.
Joseph Myers
2018-09-05
1
-0
/
+23
*
Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.
Joseph Myers
2018-09-04
1
-0
/
+90
*
[BZ #20271] Add newlines in __libc_fatal calls.
Paul Pluzhnikov
2018-08-31
1
-1
/
+2
*
error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]
Florian Weimer
2018-08-14
1
-0
/
+2
*
Update NEWS, version.h, and features.h for glibc 2.28.
glibc-2.28
Carlos O'Donell
2018-08-01
1
-1
/
+1
*
Fix C11 conformance issues
Adhemerval Zanella
2018-07-25
1
-1
/
+0
*
nptl: Add C11 threads thrd_* functions
Adhemerval Zanella
2018-07-24
2
-3
/
+1
*
Add the statx function
Florian Weimer
2018-07-10
1
-0
/
+1
*
libio: Implement internal function __libc_readline_unlocked
Florian Weimer
2018-07-06
1
-0
/
+17
*
Add renameat2 function [BZ #17662]
Florian Weimer
2018-07-05
1
-0
/
+3
*
libc: Extend __libc_freeres framework (Bug 23329).
Carlos O'Donell
2018-06-29
3
-12
/
+78
*
Remove macros extend_alloca, extend_alloca_account [BZ #18023]
Florian Weimer
2018-06-27
1
-40
/
+0
*
Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)
Adhemerval Zanella
2018-06-26
1
-1
/
+6
*
Run thread shutdown functions in an explicit order
Florian Weimer
2018-06-26
2
-1
/
+4
*
sunrpc: Remove always-defined _RPC_THREAD_SAFE_ macro
Florian Weimer
2018-06-26
1
-3
/
+0
*
hurd: avoid PLT ref between sendfile and sendfile64
Samuel Thibault
2018-06-16
1
-0
/
+6
*
Avoid cancellable I/O primitives in ld.so.
Zack Weinberg
2018-06-12
1
-1
/
+2
*
posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...
Adhemerval Zanella
2018-06-08
1
-0
/
+2
*
Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]
Florian Weimer
2018-05-23
2
-9
/
+1
*
Implement allocate_once for atomic initialization with allocation
Florian Weimer
2018-05-23
1
-0
/
+95
*
time: Use 64-bit time values for time zone parsing
Florian Weimer
2018-05-11
1
-1
/
+5
*
sunrpc: Remove stray exports without --enable-obsolete-rpc [BZ #23166]
Florian Weimer
2018-05-11
2
-0
/
+5
*
Move math_narrow_eval to separate math-narrow-eval.h.
Joseph Myers
2018-05-09
1
-0
/
+47
*
Increase robustness of internal dlopen() by using RTLD_NOW [BZ #22766]
Tulio Magno Quites Machado Filho
2018-04-26
1
-1
/
+22
*
Consolidate scandir{at}{64} implementation
Adhemerval Zanella
2018-04-20
1
-10
/
+8
*
Revert "hurd: Fix mach installed headers test"
Samuel Thibault
2018-04-20
4
-34
/
+0
*
hurd: Fix mach installed headers test
Samuel Thibault
2018-04-19
4
-0
/
+8
*
hurd: Fix spurious installation of headers defining hidden prototypes
Samuel Thibault
2018-04-18
4
-0
/
+26
*
Revert "hurd: Avoid PLTs for longjmp & siglongjmp"
Samuel Thibault
2018-04-05
1
-2
/
+0
*
hurd: Avoid PLT for dirfd
Samuel Thibault
2018-04-05
1
-0
/
+1
*
hurd: Avoid PLTs for longjmp & siglongjmp
Samuel Thibault
2018-04-04
1
-0
/
+2
*
Revert parts of "hurd: Avoid more libc.so local PLTs"
Samuel Thibault
2018-04-03
1
-3
/
+0
*
hurd: Avoid more libc.so local PLTs
Samuel Thibault
2018-04-03
1
-0
/
+3
*
hurd: Fix accessing errno from rtld
Samuel Thibault
2018-03-25
1
-1
/
+1
*
Add support for sqrt asm redirects
Wilco Dijkstra
2018-03-15
1
-0
/
+15
[next]