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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Manual typos: Contributors to
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Library Maintenance
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Installing
Rical Jasan
2016-10-06
1
-0
/
+3
*
Manual typos: C Language Facilities in the Library
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Internal probes
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: POSIX Threads
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Debugging support
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: DES Encryption and Password Handling
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: System Configuration Parameters
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: System Management
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Users and Groups
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Job Control
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Processes
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: The Basic Program/System Interface
Rical Jasan
2016-10-06
1
-0
/
+4
*
Manual typos: Signal Handling
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Non-Local Exits
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Resource Usage and Limitation
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Date and Time
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Arithmetic Functions
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Mathematics
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Syslog
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Low-Level Terminal Interface
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Sockets
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: File System Interface
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Low-Level Input/Output
Rical Jasan
2016-10-06
1
-0
/
+2
*
Manual typos: Input/Output on Streams
Rical Jasan
2016-10-06
1
-0
/
+4
*
Check n instead of k1 to decide on sign of sin/cos result
Siddhesh Poyarekar
2016-10-06
1
-0
/
+3
*
Make the quadrant shift K a bool in do_sincos_* functions
Siddhesh Poyarekar
2016-10-06
1
-0
/
+10
*
powerpc: Regenerate ULPs
Tulio Magno Quites Machado Filho
2016-10-05
1
-0
/
+4
*
Fix LONG_WIDTH, ULONG_WIDTH include ordering issue.
Joseph Myers
2016-10-04
1
-0
/
+7
*
powerpc: Installed-header hygiene
Tulio Magno Quites Machado Filho
2016-10-04
1
-0
/
+12
*
S390: Regenerate ULPs
Stefan Liebler
2016-10-04
1
-0
/
+4
*
Add TCP_REPAIR_WINDOW from Linux 4.8.
Joseph Myers
2016-10-03
1
-0
/
+5
*
Fix tst-memstream3 build failure
Adhemerval Zanella
2016-10-02
1
-0
/
+4
*
libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)
Adhemerval Zanella
2016-09-30
1
-0
/
+20
*
Use __builtin_fma more in dbl-64 code.
Joseph Myers
2016-09-30
1
-0
/
+4
*
Fix ldbl-128ibm iscanonical for -mlong-double-64.
Joseph Myers
2016-09-30
1
-0
/
+6
*
Bug 20292 - Simplify and test _dl_addr_inside_object
Carlos O'Donell
2016-09-30
1
-0
/
+16
*
Add iscanonical.
Joseph Myers
2016-09-30
1
-0
/
+41
*
Remove C++ style comments from string3.h
Adhemerval Zanella
2016-09-29
1
-0
/
+4
*
Use copysign instead of ternary for some sin/cos input ranges
Siddhesh Poyarekar
2016-09-30
1
-0
/
+11
*
Use copysign instead of ternary conditions for positive constants
Siddhesh Poyarekar
2016-09-30
1
-0
/
+13
*
consolidate sign checks for slow2
Siddhesh Poyarekar
2016-09-30
1
-0
/
+7
*
Fix iszero for excess precision.
Joseph Myers
2016-09-28
1
-0
/
+9
*
posix: Fix open file action for posix_spawn on Linux
Adhemerval Zanella
2016-09-28
1
-0
/
+5
*
linux: spawni.c: simplify error reporting to parent
Rasmus Villemoes
2016-09-28
1
-0
/
+7
*
Minor corrections to scripts/check-installed-headers.sh.
Zack Weinberg
2016-09-28
1
-0
/
+3
*
Minor correction to the "installed header hygiene" patches.
Zack Weinberg
2016-09-28
1
-0
/
+5
*
Add INTERNAL_SYSCALL_CALL
Adhemerval Zanella
2016-09-26
1
-0
/
+28
*
Add iszero.
Joseph Myers
2016-09-23
1
-0
/
+11
[next]