aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2018-03-04hurd: fix header conformitySamuel Thibault
2018-03-04hurd: avoid including hurd/signal.h when not neededSamuel Thibault
2018-03-04hurd: Move mach/param.h to bits/mach/param.hSamuel Thibault
2018-03-04hurd: Add missing includesSamuel Thibault
2018-03-03hurd: Add missing includesSamuel Thibault
2018-03-03hurd: do not check Mach and Hurd headersSamuel Thibault
2018-03-03Fix multiple definitions of __nss_*_database (bug 22918)Andreas Schwab
2018-03-02Fix powerpc ifunc-sel.h build for -Os.Joseph Myers
2018-03-01[BZ #22342] Fix netgroup cache keys.DJ Delorie
2018-03-01nptl_db: Remove stale `match_pid' parameter from `iterate_thread_list'Maciej W. Rozycki
2018-03-01nptl: Turn libpthread.so into a symbolic link to the real DSOFlorian Weimer
2018-03-01an_ES locale: update some locale data [BZ #22896]Mike FABIAN
2018-03-01bg_BG locale: Fix a typo in a commentMike FABIAN
2018-03-01nptl: Drop libpthread_nonshared.a from libpthread.soFlorian Weimer
2018-03-01nptl: Move pthread_atfork to libc_nonshared.aFlorian Weimer
2018-02-28Fix i386 fenv_private.h float128 for 32-bit --with-fpmath=sse (bug 22902).Joseph Myers
2018-02-28Use libc_hidden_* for strtoumax (bug 15105).Joseph Myers
2018-02-27Fix two more -Os strcoll / wcscoll build failures.Joseph Myers
2018-02-27Remove the lines from cmn_TW.UTF-8.in which cannot work at the moment.Mike FABIAN
2018-02-27Adapt collation in several locales to the new iso14651_t1_common fileMike FABIAN
2018-02-27Improve gen-locales.mk and gen-locale.sh to make test files with @ options workMike FABIAN
2018-02-27Fix test cases tst-fnmatch and tst-regexloc for the new iso14651_t1_common file.Mike FABIAN
2018-02-27Fix posix/bug-regex5.c test case, adapt to iso14651_t1_common upateMike FABIAN
2018-02-27Collation order of @-. and space has changed in new iso14651_t1_common file, ...Mike FABIAN
2018-02-27Collation order of ȥ has changed in new iso14651_t1_common file, adapt test ...Mike FABIAN
2018-02-27Add sections for various scripts to the iso14651_t1_common fileMike FABIAN
2018-02-27iso14651_t1_common: make the fourth level the codepoint for characters which ...Mike FABIAN
2018-02-27Add convenience symbols like <AFTER-A>, <BEFORE-A> to iso14651_t1_commonMike FABIAN
2018-02-27Fixing syntax errors after updating the iso14651_t1_common fileMike FABIAN
2018-02-27iso14651_t1_common: <U\([0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F]\)> → <U000\1>Mike FABIAN
2018-02-27Necessary changes after updating the iso14651_t1_common fileMike FABIAN
2018-02-27Update iso14651_t1_common file to ISO14651_2016_TABLE1_en.txt [BZ #14095]Mike FABIAN
2018-02-27hurd: fix gai_misc buildSamuel Thibault
2018-02-27hurd: fix timer_routines.c buildSamuel Thibault
2018-02-27Move NPTL-specific code to NPTL-specific headerSamuel Thibault
2018-02-26Fix another -Os strcoll build issue.Joseph Myers
2018-02-26Use libc_hidden_* for atoi (bug 15105).Joseph Myers
2018-02-26linux/powerpc: sync sys/ptrace.h with Linux 4.15 [BZ #22433, #22807]Dmitry V. Levin
2018-02-26powerpc: Undefine Linux ptrace macros that conflict with __ptrace_requestTulio Magno Quites Machado Filho
2018-02-26Fix a typo in ChangeLog (bit_cpu_BIT -> bit_cpu_IBT)H.J. Lu
2018-02-23Update ChangeLog for BZ 22884 - riscv fmax/fminDJ Delorie
2018-02-23Define GEN_AS_CONST_HEADERS when generating header files [BZ #22792]H.J. Lu
2018-02-23Use libc_hidden_* for tolower, toupper (bug 15105).Joseph Myers
2018-02-23Remove --quiet argument when installing localesMike FABIAN
2018-02-23Use / instead of - in d_fmt for pt_BR and pt_PT [BZ #17438]Mike FABIAN
2018-02-23Use “copy "es_BO"” in LC_TIME of es_CU, es_CL, and es_ECMike FABIAN
2018-02-22Update sparc ulpsAdhemerval Zanella
2018-02-22Refactor atfork handlersAdhemerval Zanella
2018-02-22Rename nptl-signals.h to internal-signals.hAdhemerval Zanella
2018-02-22RISC-V: fmax/fmin: Handle signalling NaNs correctly.Andrew Waterman