aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-06Add iseqsig.Joseph Myers40-5/+348
2016-10-06Update comments for some functions in s_sin.cSiddhesh Poyarekar2-22/+20
2016-10-06Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.cSiddhesh Poyarekar2-4/+7
2016-10-06Make quadrant shift a boolean in reduce_and_compute in s_sin.cSiddhesh Poyarekar2-4/+11
2016-10-06Manual typos: System Databases and Name Service SwitchSiddhesh Poyarekar2-18/+23
2016-10-06Manual typos: Contributors toRical Jasan2-3/+5
2016-10-06Manual typos: Library MaintenanceRical Jasan2-1/+3
2016-10-06Manual typos: InstallingRical Jasan3-7/+10
2016-10-06Manual typos: C Language Facilities in the LibraryRical Jasan2-2/+4
2016-10-06Manual typos: Internal probesRical Jasan2-2/+4
2016-10-06Manual typos: POSIX ThreadsRical Jasan2-1/+3
2016-10-06Manual typos: Debugging supportRical Jasan2-2/+4
2016-10-06Manual typos: DES Encryption and Password HandlingRical Jasan2-4/+6
2016-10-06Manual typos: System Configuration ParametersRical Jasan2-5/+7
2016-10-06Manual typos: System ManagementRical Jasan2-25/+27
2016-10-06Manual typos: Users and GroupsRical Jasan2-17/+18
2016-10-06Manual typos: Job ControlRical Jasan2-1/+3
2016-10-06Manual typos: ProcessesRical Jasan2-1/+3
2016-10-06Manual typos: The Basic Program/System InterfaceRical Jasan4-14/+18
2016-10-06Manual typos: Signal HandlingRical Jasan2-3/+5
2016-10-06Manual typos: Non-Local ExitsRical Jasan2-4/+6
2016-10-06Manual typos: Resource Usage and LimitationRical Jasan2-26/+28
2016-10-06Manual typos: Date and TimeRical Jasan2-19/+21
2016-10-06Manual typos: Arithmetic FunctionsRical Jasan2-8/+10
2016-10-06Manual typos: MathematicsRical Jasan2-18/+20
2016-10-06Manual typos: SyslogRical Jasan2-2/+4
2016-10-06Manual typos: Low-Level Terminal InterfaceRical Jasan2-9/+11
2016-10-06Manual typos: SocketsRical Jasan2-14/+16
2016-10-06Manual typos: File System InterfaceRical Jasan2-21/+23
2016-10-06Manual typos: Low-Level Input/OutputRical Jasan2-37/+39
2016-10-06Manual typos: Input/Output on StreamsRical Jasan2-41/+46
2016-10-06Check n instead of k1 to decide on sign of sin/cos resultSiddhesh Poyarekar2-1/+4
2016-10-06Make the quadrant shift K a bool in do_sincos_* functionsSiddhesh Poyarekar2-19/+29
2016-10-05powerpc: Regenerate ULPsTulio Magno Quites Machado Filho2-55/+59
2016-10-04Fix LONG_WIDTH, ULONG_WIDTH include ordering issue.Joseph Myers2-14/+12
2016-10-04powerpc: Installed-header hygieneTulio Magno Quites Machado Filho4-9/+23
2016-10-04S390: Regenerate ULPsStefan Liebler2-8/+6
2016-10-03Add TCP_REPAIR_WINDOW from Linux 4.8.Joseph Myers2-0/+16
2016-10-02Fix tst-memstream3 build failureAdhemerval Zanella2-0/+5
2016-09-30libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)Adhemerval Zanella9-63/+348
2016-09-30Use __builtin_fma more in dbl-64 code.Joseph Myers3-8/+8
2016-09-30Fix ldbl-128ibm iscanonical for -mlong-double-64.Joseph Myers2-1/+11
2016-09-30Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell6-35/+325
2016-09-30Add iscanonical.Joseph Myers27-8/+643
2016-09-29Remove C++ style comments from string3.hAdhemerval Zanella2-1/+5
2016-09-30Use copysign instead of ternary for some sin/cos input rangesSiddhesh Poyarekar2-13/+24
2016-09-30Use copysign instead of ternary conditions for positive constantsSiddhesh Poyarekar2-19/+32
2016-09-30consolidate sign checks for slow2Siddhesh Poyarekar2-8/+17
2016-09-28Fix iszero for excess precision.Joseph Myers4-2/+62
2016-09-28posix: Fix open file action for posix_spawn on LinuxAdhemerval Zanella4-1/+203