summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0710598-10604/+10604
* Use __attribute_pure__ macro in bits/mathcalls.hGabriel F. T. Gomes2019-09-051-2/+2
* locale: Avoid zero-length array in _nl_category_names [BZ #24962]Florian Weimer2019-09-057-27/+38
* math: Replace const attribute with pure in totalorder* functionsGabriel F. T. Gomes2019-09-052-3/+9
* y2038: Introduce the __ASSUME_TIME64_SYSCALLS defineLukasz Majewski2019-09-042-0/+64
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-0472-243/+382
* Update Alpha libm-test-ulpsAurelien Jarno2019-09-032-8/+12
* localedef: Use initializer for flexible array member [BZ #24950]Florian Weimer2019-09-033-7/+15
* Add misc/tst-mntent-autofs, testing autofs "ignore" filteringFlorian Weimer2019-09-023-1/+148
* Use autofs "ignore" mount hint in getmntent_r/getmntentIan Kent2019-09-022-12/+44
* hurd: Fix buildSamuel Thibault2019-08-301-1/+1
* Use generic memset/memcpy/memmove in benchtestsWilco Dijkstra2019-08-309-98/+91
* nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer2019-08-3033-34/+69
* hurd: Fix SS_ONSTACK supportSamuel Thibault2019-08-302-26/+47
* hurd: Remove optimizing anonymous maps as __vm_allocate.Samuel Thibault2019-08-302-23/+4
* hurd: Fix poll and select POSIX compliancy details about errorsSamuel Thibault2019-08-302-41/+123
* hurd: Fix timeout handling in _hurd_selectRichard Braun2019-08-303-41/+87
* hurd getcwd: Allow unknown root directorySamuel Thibault2019-08-302-13/+9
* hurd: Fix implementation of setitimer.Samuel Thibault2019-08-302-8/+13
* hurd: Fix _hurd_select for single fd setsRichard Braun2019-08-302-4/+6
* MIPS support for GNU hashMihailo Stojanovic2019-08-299-8/+70
* sh: Split BE/LE abilistAdhemerval Zanella2019-08-2937-9/+3756
* microblaze: Split BE/LE abilistAdhemerval Zanella2019-08-2931-1/+3661
* arm: Split BE/LE abilistAdhemerval Zanella2019-08-2936-2/+3705
* Correct the spelling of more contributorsPaul Eggert2019-08-2919-77/+78
* Fix posix/tst-regex by using UTF-8 and own test inputPaul Eggert2019-08-293-31/+41
* [powerpc] fegetenv_status: simplify instruction generationPaul A. Clarke2019-08-282-15/+11
* [powerpc] fesetenv: optimize FPSCR accessPaul A. Clarke2019-08-282-8/+10
* [powerpc] SET_RESTORE_ROUND improvementsPaul A. Clarke2019-08-282-2/+44
* [powerpc] fe{en,dis}ableexcept, fesetmode: optimize FPSCR accessesPaul A. Clarke2019-08-285-24/+41
* [powerpc] fe{en,dis}ableexcept optimize bit translationsPaul A. Clarke2019-08-284-33/+72
* misc: Use allocate_once in getmntentFlorian Weimer2019-08-282-16/+29
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-2830-32/+63
* login: pututxline could fail to overwrite existing entries [BZ #24902]Florian Weimer2019-08-284-11/+201
* Fix posix/tst-regex by using a dedicated input-file.Stefan Liebler2019-08-283-1/+12555
* Don't put non-ASCII into installed headersPaul Eggert2019-08-237-7/+11
* Fix spellings of contributor names in comments and docPaul Eggert2019-08-2339-141/+141
* [MIPS] Raise highest supported EI_ABIVERSION value [BZ #24916]Mihailo Stojanovic2019-08-235-1/+91
* mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic2019-08-234-5/+105
* linux: Make profil_counter a compat_symbol (BZ#17726)Adhemerval Zanella2019-08-234-2/+16
* Refactor sigcontextinfo.hAdhemerval Zanella2019-08-2352-964/+965
* Add RTLD_SINGLE_THREAD_P on generic single-thread.hAdhemerval Zanella2019-08-232-0/+6
* Chinese locales: Set first_weekday to 2 (bug 24682).Rafal Luzynski2019-08-234-0/+10
* powerpc: Fix typos and field name in commentsGustavo Romero2019-08-222-4/+9
* Mark IDN tests unsupported with libidn2 before 2.0.5.Joseph Myers2019-08-223-0/+14
* Document strftime %Ob and %OB as C2X features.Joseph Myers2019-08-222-5/+16
* Remove dead regex codePaul Eggert2019-08-212-1/+5
* Fix bad pointer / leak in regex codePaul Eggert2019-08-212-3/+14
* Don't use the argument to time.Zack Weinberg2019-08-216-6/+17
* Add tgmath.h macros for narrowing functions.Joseph Myers2019-08-215-20/+425