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
*
Use IS_IN internally only
Siddhesh Poyarekar
2014-11-24
2
-3
/
+9
*
Remove NOT_IN_libc
Siddhesh Poyarekar
2014-11-24
12
-18
/
+18
*
Remove IS_IN_rtld
Siddhesh Poyarekar
2014-11-24
4
-4
/
+4
*
Remove IS_IN_libm
Siddhesh Poyarekar
2014-11-24
1
-1
/
+1
*
Remove IS_IN_librt
Siddhesh Poyarekar
2014-11-24
1
-1
/
+1
*
Remove IS_IN_nscd
Siddhesh Poyarekar
2014-11-24
1
-1
/
+1
*
Remove IS_IN_libc
Siddhesh Poyarekar
2014-11-24
1
-4
/
+0
*
Remove IN_LIB
Siddhesh Poyarekar
2014-11-24
4
-16
/
+9
*
Use MODULE_NAME in stap-probe instead of IN_LIB
Siddhesh Poyarekar
2014-11-24
2
-3
/
+7
*
Add atomic operations similar to those provided by C11.
Torvald Riegel
2014-11-20
1
-0
/
+212
*
Auto-generate libc-modules.h
Siddhesh Poyarekar
2014-11-19
2
-44
/
+0
*
Fix -Wundef warning in SHLIB_COMPAT
Siddhesh Poyarekar
2014-11-19
1
-1
/
+1
*
Add new macro IN_MODULE to identify module in which source is built
Siddhesh Poyarekar
2014-11-19
2
-10
/
+56
*
Remove sigvec.
Roland McGrath
2014-11-14
1
-2
/
+0
*
Only declare __sigpause in installed signal.h when necessary.
Joseph Myers
2014-11-14
1
-1
/
+1
*
Fix build of C mempcpy and stpcpy.
Joseph Myers
2014-11-14
1
-1
/
+2
*
Fix locale memmem namespace (bug 17585).
Joseph Myers
2014-11-12
1
-0
/
+2
*
Fix __get_nprocs fgets_unlocked namespace (bug 17582).
Joseph Myers
2014-11-12
1
-0
/
+2
*
Fix __printf_fp wmemset namespace (bug 17574).
Joseph Myers
2014-11-12
1
-0
/
+2
*
Fix stpcpy / mempcpy namespace (bug 17573).
Joseph Myers
2014-11-12
1
-0
/
+7
*
Fix qsort_r namespace (bug 17571).
Joseph Myers
2014-11-12
1
-1
/
+2
*
Fix __getcwd rewinddir namespace (bug 17584).
Joseph Myers
2014-11-12
1
-1
/
+2
*
Fix tzfile.c namespace (bug 17583).
Joseph Myers
2014-11-12
1
-2
/
+6
*
Remove __libc_waitpid function name.
Joseph Myers
2014-11-07
1
-1
/
+0
*
Remove INTDEF / INTUSE / INTVARDEF (bug 14132).
Joseph Myers
2014-11-05
1
-20
/
+0
*
Clean up internal ctype.h header.
Roland McGrath
2014-10-30
1
-16
/
+16
*
Remove __libc_readv and __libc_writev function names.
Joseph Myers
2014-10-30
1
-4
/
+0
*
Remove __libc_creat function name.
Joseph Myers
2014-10-30
1
-1
/
+0
*
Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).
Joseph Myers
2014-10-10
1
-4
/
+1
*
Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).
Joseph Myers
2014-10-09
1
-4
/
+1
*
Remove stray *_internal aliases (bug 14132).
Joseph Myers
2014-10-09
1
-9
/
+0
*
Update version.h and include/features.h for 2.20 release
glibc-2.20
Allan McRae
2014-09-07
1
-1
/
+1
*
Remove unnecessary uses of NOT_IN_libc
Siddhesh Poyarekar
2014-08-21
1
-9
/
+9
*
Fix -Wundef warnings in regex_internal.h
Siddhesh Poyarekar
2014-08-01
1
-0
/
+4
*
Fix -Wundef warnings in fnmatch.c
Siddhesh Poyarekar
2014-08-01
1
-2
/
+4
*
Clean up HAVE_CONFIG_H and STDC_HEADERS.
Roland McGrath
2014-06-20
1
-0
/
+13
*
Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/.
Joseph Myers
2014-06-20
1
-8
/
+0
*
Get rid of nptl/sysdeps/pthread/ subdirectory
Roland McGrath
2014-06-12
1
-0
/
+117
*
Clean up __exit_thread.
Roland McGrath
2014-05-13
1
-3
/
+0
*
Compile with -Wundef.
Roland McGrath
2014-03-14
2
-0
/
+47
*
BZ #16632: Change [_BSD/_SVID]_SOURCE warning.
Carlos O'Donell
2014-02-25
1
-2
/
+5
*
Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answer
Andreas Schwab
2014-02-19
1
-3
/
+3
*
Combine __USE_BSD and __USE_SVID into __USE_MISC.
Joseph Myers
2014-02-12
1
-25
/
+4
*
Remove _BSD_SOURCE and _SVID_SOURCE.
Joseph Myers
2014-02-11
1
-7
/
+12
*
include/stap-probe.h: Add comment about SystemTap argument format
Will Newton
2014-02-11
1
-1
/
+9
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
1
-1
/
+1
*
Avoid comma operator warnings.
Roland McGrath
2014-02-07
1
-1
/
+2
*
Update version.h and include/features.h for 2.19 release
glibc-2.19
Allan McRae
2014-02-07
1
-1
/
+1
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
19
-19
/
+19
*
Add _DEFAULT_SOURCE feature test macro.
Joseph Myers
2013-12-19
1
-13
/
+36
[next]