about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* test_printers_common.py: Remove invalid escape sequenceH.J. Lu2024-02-121-1/+1
* elf: Remove attempt at env handling in elf/tst-rtld-list-diagnostics.pyFlorian Weimer2024-02-091-3/+2
* Add SOL_VSOCK from Linux 6.7 to bits/socket.hJoseph Myers2024-02-081-0/+1
* localedata: ssy_ER: Fix syntax errorMike FABIAN2024-02-081-1/+1
* localedata: hr_HR: change currency to EUR/€Dragan Stanojević (Nevidljivi)2024-02-082-8/+8
* Change lv_LV collation to agree with the recent change in CLDRMike FABIAN2024-02-082-36/+122
* Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.hJoseph Myers2024-02-081-0/+3
* string: Add hidden builtin definition for __strcpy_chk.Stefan Liebler2024-02-062-0/+2
* arm: Remove wrong ldr from _dl_start_user (BZ 31339)Adhemerval Zanella2024-02-051-1/+0
* LoongArch: Use builtins for ffs and ffsllXi Ruoyao2024-02-051-0/+2
* Remove sysdeps/ia64/math-use-builtins-ffs.hXi Ruoyao2024-02-051-2/+0
* Fix stringop-overflow warning in tst-strlcat2.Stefan Liebler2024-02-051-0/+1
* mips: FIx clone3 implementation (BZ 31325)Adhemerval Zanella2024-02-021-5/+27
* stdlib: fix qsort example in manualPaul Eggert2024-02-011-9/+12
* soft-fp: Add brain format supportJakub Jelinek2024-02-0112-0/+738
* Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers2024-02-0124-38/+38
* manual: Fix up stdbit.texiJakub Jelinek2024-02-011-1/+1
* string: Use builtins for ffs and ffsllAdhemerval Zanella Netto2024-02-0128-651/+48
* misc: tst-poll: Proper synchronize with child before sending the signalAdhemerval Zanella2024-02-011-3/+3
* math: Remove bogus math implementationsAdhemerval Zanella2024-02-015-164/+0
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-0179-278/+300
* elf: Remove _dl_sysdep_open_object hook functionFlorian Weimer2024-02-012-60/+0
* build-many-glibcs: relax version check to allow non-digit charactersFangrui Song2024-01-311-9/+7
* Use gcc __builtin_stdc_* builtins in stdbit.h if possibleJakub Jelinek2024-01-315-16/+860
* Open master branch for glibc 2.40 development glibc-2.39.9000Andreas K. Hüttel2024-01-312-2/+29
* Create ChangeLog.old/ChangeLog.28 glibc-2.39Andreas K. Hüttel2024-01-311-0/+8505
* version.h, include/features.h: Bump version to 2.39Andreas K. Hüttel2024-01-312-3/+3
* po: Update translationsAndreas K. Hüttel2024-01-3138-845/+694
* libc.pot: regenerateAndreas K. Hüttel2024-01-311-31/+26
* INSTALL, install.texi: minor updates, regenerateAndreas K. Hüttel2024-01-312-6/+6
* contrib.texi: updateAndreas K. Hüttel2024-01-301-8/+24
* NEWS: insert advisories and fixed bugs for 2.39Andreas K. Hüttel2024-01-301-4/+133
* S390: Fix building with --disable-mutli-arch [BZ #31196]Stefan Liebler2024-01-302-2/+6
* Fix typoAndreas K. Hüttel2024-01-301-1/+1
* manual/io: Fix swapped reading and writing phrase.Joe Simmons-Talbott2024-01-301-1/+1
* Update advisory format and introduce some automationSiddhesh Poyarekar2024-01-308-67/+182
* Document CVE-2023-6246, CVE-2023-6779, and CVE-2023-6780Arjun Shankar2024-01-303-0/+43
* syslog: Fix integer overflow in __vsyslog_internal (CVE-2023-6780)Arjun Shankar2024-01-301-1/+2
* syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6779)Arjun Shankar2024-01-301-11/+28
* syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6246)Arjun Shankar2024-01-304-15/+82
* Use binutils 2.42 branch in build-many-glibcs.pyJoseph Myers2024-01-301-1/+1
* elf: correct relocation statistics for !ELF_MACHINE_START_ADDRESSAndreas Schwab2024-01-291-4/+3
* Relicense IBM portions of resolv/base64.c resolv/res_debug.c.Carlos O'Donell2024-01-263-38/+55
* localedata: Use consistent values for grouping and mon_groupingMike FABIAN2024-01-25133-233/+292
* manual: fix order of arguments of memalign and aligned_alloc (Bug 27547)Dennis Brendel2024-01-241-2/+2
* manual, NEWS: Document malloc side effect of dynamic TLS changesFlorian Weimer2024-01-242-0/+14
* NEWS: Update temporary files ignored by ldconfigFlorian Weimer2024-01-241-2/+2
* po: Incorporate translations (sr)Andreas K. Hüttel2024-01-231-4/+45
* string: Disable stack protector for memset in early static initializationAdhemerval Zanella2024-01-231-0/+1
* qsort: Fix a typo causing unnecessary malloc/free (BZ 31276)Xi Ruoyao2024-01-231-1/+1