| Commit message (Expand) | Author | Age | Files | Lines |
* | Add convenience target 'install-locale-files'. | Carlos O'Donell | 2018-08-02 | 1 | -1/+6 |
* | Rename the glibc.tune namespace to glibc.cpu | Siddhesh Poyarekar | 2018-08-02 | 1 | -1/+2 |
* | Open master branch for glibc 2.29 development glibc-2.28.9000 | Carlos O'Donell | 2018-08-01 | 1 | -0/+24 |
* | Update NEWS, version.h, and features.h for glibc 2.28. glibc-2.28 | Carlos O'Donell | 2018-08-01 | 1 | -2/+180 |
* | Update NEWS with ISO 14651 update information. | Carlos O'Donell | 2018-07-27 | 1 | -0/+12 |
* | NEWS: Avoid the words "nominative" and "genitive". | Rafal Luzynski | 2018-07-27 | 1 | -3/+4 |
* | Mention ISO C threads addition | Adhemerval Zanella | 2018-07-24 | 1 | -0/+19 |
* | INSTALL: Add a note for Intel CET status | H.J. Lu | 2018-07-19 | 1 | -1/+4 |
* | oc_FR locale: Multiple updates (bug 23140, bug 23422). | Quentin PAGÈS | 2018-07-18 | 1 | -1/+1 |
* | Intel CET: Document --enable-cet | H.J. Lu | 2018-07-18 | 1 | -0/+10 |
* | New locale: Yakut (Sakha) for Russia (sah_RU) [BZ #22241] | Valery Timiriliyev | 2018-07-18 | 1 | -2/+2 |
* | os_RU: Add alternative month names (bug 23140). | Rafal Luzynski | 2018-07-17 | 1 | -3/+3 |
* | Add the statx function | Florian Weimer | 2018-07-10 | 1 | -0/+5 |
* | libc-abis: Define ABSOLUTE ABI [BZ #19818][BZ #23307] | Maciej W. Rozycki | 2018-07-05 | 1 | -0/+7 |
* | Add renameat2 function [BZ #17662] | Florian Weimer | 2018-07-05 | 1 | -0/+9 |
* | testrun.sh: Implement --tool=strace, --tool=valgrind | Florian Weimer | 2018-07-04 | 1 | -1/+1 |
* | Bug 23308: Update to Unicode 11.0.0 | Mike FABIAN | 2018-07-04 | 1 | -0/+4 |
* | New locale: Lower Sorbian (dsb_DE) [BZ #23208] | Michael Wolf | 2018-06-29 | 1 | -0/+3 |
* | hy_AM: Add alternative month names (bug 23140). | Rafal Luzynski | 2018-06-29 | 1 | -1/+1 |
* | New configure option --disable-crypt. | Zack Weinberg | 2018-06-29 | 1 | -0/+12 |
* | Disallow use of DES encryption functions in new programs. | Zack Weinberg | 2018-06-29 | 1 | -0/+17 |
* | ast_ES: Add alternative month names (bug 23140). | Rafal Luzynski | 2018-06-29 | 1 | -3/+3 |
* | Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251) | Adhemerval Zanella | 2018-06-26 | 1 | -0/+6 |
* | csb_PL: Add alternative month names (bug 23140). | Rafal Luzynski | 2018-06-25 | 1 | -3/+3 |
* | Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259). | Carlos O'Donell | 2018-06-12 | 1 | -0/+11 |
* | gd_GB, hsb_DE, wa_BE: Add alternative month names (bug 23140). | Rafal Luzynski | 2018-06-12 | 1 | -3/+4 |
* | Add references to CVE-2017-18269, CVE-2018-11236, CVE-2018-11237 | Florian Weimer | 2018-05-24 | 1 | -0/+11 |
* | Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247] | Florian Weimer | 2018-05-23 | 1 | -1/+23 |
* | Make llseek a compat symbol (bug 18471). | Joseph Myers | 2018-05-22 | 1 | -0/+5 |
* | Obsolete nfsservctl. | Joseph Myers | 2018-05-18 | 1 | -0/+5 |
* | Add narrowing divide functions. | Joseph Myers | 2018-05-17 | 1 | -0/+3 |
* | Add narrowing multiply functions. | Joseph Myers | 2018-05-16 | 1 | -0/+3 |
* | Deprecate ustat syscall interface | Adhemerval Zanella | 2018-05-02 | 1 | -0/+4 |
* | Remove tilegx port. | Joseph Myers | 2018-04-27 | 1 | -0/+2 |
* | NEWS: Reindent and copyedit | Zack Weinberg | 2018-04-23 | 1 | -29/+29 |
* | hurd: Announce that glibc now builds unpatched | Samuel Thibault | 2018-04-02 | 1 | -0/+3 |
* | Add narrowing subtract functions. | Joseph Myers | 2018-03-20 | 1 | -0/+3 |
* | NEWS: Mention the locale data changes (bug 22848, 22937, 22963). | Rafal Luzynski | 2018-03-16 | 1 | -0/+4 |
* | [BZ 1190] Make EOF sticky in stdio. | Zack Weinberg | 2018-03-13 | 1 | -0/+8 |
* | [BZ #19239] Don't include sys/sysmacros.h from sys/types.h. | Zack Weinberg | 2018-02-12 | 1 | -0/+11 |
* | Add narrowing add functions. | Joseph Myers | 2018-02-10 | 1 | -1/+5 |
* | Don't install libio.h or _G_config.h. | Zack Weinberg | 2018-02-07 | 1 | -0/+4 |
* | Record CVE-2018-6551 in NEWS and ChangeLog [BZ #22774] | Florian Weimer | 2018-02-06 | 1 | -0/+4 |
* | Remove getc and putc macros from the public stdio.h. | Zack Weinberg | 2018-02-05 | 1 | -1/+6 |
* | Open master branch for glibc 2.28 development glibc-2.27.9000 | Dmitry V. Levin | 2018-02-01 | 1 | -0/+24 |
* | NEWS: add the list of bugs fixed in 2.27 | Dmitry V. Levin | 2018-02-01 | 1 | -2/+312 |
* | Record CVE-2018-6485 in ChangeLog and NEWS [BZ #22343] | Florian Weimer | 2018-02-01 | 1 | -0/+4 |
* | NEWS: List the languages which use the alternative months. | Rafal Luzynski | 2018-02-01 | 1 | -1/+8 |
* | Skeleton documentation for the RISC-V port | Palmer Dabbelt | 2018-01-29 | 1 | -4/+12 |
* | NEWS: Fix spelling mistake: "%ob" -> "%Ob". | Rafal Luzynski | 2018-01-23 | 1 | -1/+1 |