aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-10-07Use libc_ifunc macro for system in libpthread.Stefan Liebler
2016-10-07Use libc_ifunc macro for clock_* symbols in librt.Stefan Liebler
2016-10-07ppc: Use libc_ifunc macro for time, gettimeofday.Stefan Liebler
2016-10-07i386, x86: Use libc_ifunc macro for time, gettimeofday.Stefan Liebler
2016-10-07s390: Refactor ifunc resolvers due to false debuginfo.Stefan Liebler
2016-10-07Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler
2016-10-07Add configure check to test if gcc supports attribute ifunc.Stefan Liebler
2016-10-06Add iseqsig.Joseph Myers
2016-10-06Update comments for some functions in s_sin.cSiddhesh Poyarekar
2016-10-06Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.cSiddhesh Poyarekar
2016-10-06Make quadrant shift a boolean in reduce_and_compute in s_sin.cSiddhesh Poyarekar
2016-10-06Manual typos: System Databases and Name Service SwitchSiddhesh Poyarekar
2016-10-06Manual typos: Contributors toRical Jasan
2016-10-06Manual typos: Library MaintenanceRical Jasan
2016-10-06Manual typos: InstallingRical Jasan
2016-10-06Manual typos: C Language Facilities in the LibraryRical Jasan
2016-10-06Manual typos: Internal probesRical Jasan
2016-10-06Manual typos: POSIX ThreadsRical Jasan
2016-10-06Manual typos: Debugging supportRical Jasan
2016-10-06Manual typos: DES Encryption and Password HandlingRical Jasan
2016-10-06Manual typos: System Configuration ParametersRical Jasan
2016-10-06Manual typos: System ManagementRical Jasan
2016-10-06Manual typos: Users and GroupsRical Jasan
2016-10-06Manual typos: Job ControlRical Jasan
2016-10-06Manual typos: ProcessesRical Jasan
2016-10-06Manual typos: The Basic Program/System InterfaceRical Jasan
2016-10-06Manual typos: Signal HandlingRical Jasan
2016-10-06Manual typos: Non-Local ExitsRical Jasan
2016-10-06Manual typos: Resource Usage and LimitationRical Jasan
2016-10-06Manual typos: Date and TimeRical Jasan
2016-10-06Manual typos: Arithmetic FunctionsRical Jasan
2016-10-06Manual typos: MathematicsRical Jasan
2016-10-06Manual typos: SyslogRical Jasan
2016-10-06Manual typos: Low-Level Terminal InterfaceRical Jasan
2016-10-06Manual typos: SocketsRical Jasan
2016-10-06Manual typos: File System InterfaceRical Jasan
2016-10-06Manual typos: Low-Level Input/OutputRical Jasan
2016-10-06Manual typos: Input/Output on StreamsRical Jasan
2016-10-06Check n instead of k1 to decide on sign of sin/cos resultSiddhesh Poyarekar
2016-10-06Make the quadrant shift K a bool in do_sincos_* functionsSiddhesh Poyarekar
2016-10-05powerpc: Regenerate ULPsTulio Magno Quites Machado Filho
2016-10-04Fix LONG_WIDTH, ULONG_WIDTH include ordering issue.Joseph Myers
2016-10-04powerpc: Installed-header hygieneTulio Magno Quites Machado Filho
2016-10-04S390: Regenerate ULPsStefan Liebler
2016-10-03Add TCP_REPAIR_WINDOW from Linux 4.8.Joseph Myers
2016-10-02Fix tst-memstream3 build failureAdhemerval Zanella
2016-09-30libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)Adhemerval Zanella
2016-09-30Use __builtin_fma more in dbl-64 code.Joseph Myers
2016-09-30Fix ldbl-128ibm iscanonical for -mlong-double-64.Joseph Myers
2016-09-30Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell