about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Manual typos: C Language Facilities in the LibraryRical Jasan2016-10-062-2/+4
* Manual typos: Internal probesRical Jasan2016-10-062-2/+4
* Manual typos: POSIX ThreadsRical Jasan2016-10-062-1/+3
* Manual typos: Debugging supportRical Jasan2016-10-062-2/+4
* Manual typos: DES Encryption and Password HandlingRical Jasan2016-10-062-4/+6
* Manual typos: System Configuration ParametersRical Jasan2016-10-062-5/+7
* Manual typos: System ManagementRical Jasan2016-10-062-25/+27
* Manual typos: Users and GroupsRical Jasan2016-10-062-17/+18
* Manual typos: Job ControlRical Jasan2016-10-062-1/+3
* Manual typos: ProcessesRical Jasan2016-10-062-1/+3
* Manual typos: The Basic Program/System InterfaceRical Jasan2016-10-064-14/+18
* Manual typos: Signal HandlingRical Jasan2016-10-062-3/+5
* Manual typos: Non-Local ExitsRical Jasan2016-10-062-4/+6
* Manual typos: Resource Usage and LimitationRical Jasan2016-10-062-26/+28
* Manual typos: Date and TimeRical Jasan2016-10-062-19/+21
* Manual typos: Arithmetic FunctionsRical Jasan2016-10-062-8/+10
* Manual typos: MathematicsRical Jasan2016-10-062-18/+20
* Manual typos: SyslogRical Jasan2016-10-062-2/+4
* Manual typos: Low-Level Terminal InterfaceRical Jasan2016-10-062-9/+11
* Manual typos: SocketsRical Jasan2016-10-062-14/+16
* Manual typos: File System InterfaceRical Jasan2016-10-062-21/+23
* Manual typos: Low-Level Input/OutputRical Jasan2016-10-062-37/+39
* Manual typos: Input/Output on StreamsRical Jasan2016-10-062-41/+46
* Check n instead of k1 to decide on sign of sin/cos resultSiddhesh Poyarekar2016-10-062-1/+4
* Make the quadrant shift K a bool in do_sincos_* functionsSiddhesh Poyarekar2016-10-062-19/+29
* powerpc: Regenerate ULPsTulio Magno Quites Machado Filho2016-10-052-55/+59
* Fix LONG_WIDTH, ULONG_WIDTH include ordering issue.Joseph Myers2016-10-042-14/+12
* powerpc: Installed-header hygieneTulio Magno Quites Machado Filho2016-10-044-9/+23
* S390: Regenerate ULPsStefan Liebler2016-10-042-8/+6
* Add TCP_REPAIR_WINDOW from Linux 4.8.Joseph Myers2016-10-032-0/+16
* Fix tst-memstream3 build failureAdhemerval Zanella2016-10-022-0/+5
* libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)Adhemerval Zanella2016-09-309-63/+348
* Use __builtin_fma more in dbl-64 code.Joseph Myers2016-09-303-8/+8
* Fix ldbl-128ibm iscanonical for -mlong-double-64.Joseph Myers2016-09-302-1/+11
* Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell2016-09-306-35/+325
* Add iscanonical.Joseph Myers2016-09-3027-8/+643
* Remove C++ style comments from string3.hAdhemerval Zanella2016-09-292-1/+5
* Use copysign instead of ternary for some sin/cos input rangesSiddhesh Poyarekar2016-09-302-13/+24
* Use copysign instead of ternary conditions for positive constantsSiddhesh Poyarekar2016-09-302-19/+32
* consolidate sign checks for slow2Siddhesh Poyarekar2016-09-302-8/+17
* Fix iszero for excess precision.Joseph Myers2016-09-284-2/+62
* posix: Fix open file action for posix_spawn on LinuxAdhemerval Zanella2016-09-284-1/+203
* linux: spawni.c: simplify error reporting to parentRasmus Villemoes2016-09-282-46/+32
* Minor corrections to scripts/check-installed-headers.sh.Zack Weinberg2016-09-282-3/+11
* Minor correction to the "installed header hygiene" patches.Zack Weinberg2016-09-282-2/+7
* Add INTERNAL_SYSCALL_CALLAdhemerval Zanella2016-09-262-18/+83
* Add iszero.Joseph Myers2016-09-236-3/+55
* Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg2016-09-2366-21/+470
* Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg2016-09-2333-108/+271
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-2351-335/+327