Age | Commit message (Expand) | Author | Files | Lines |
2019-03-01 | ldbl-opt: Reuse test cases from misc/ that check long double | Gabriel F. T. Gomes | 4 | -18/+59 |
2019-03-01 | ldbl-opt: Add error and error_at_line (bug 23984) | Gabriel F. T. Gomes | 17 | -4/+120 |
2019-03-01 | ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984) | Gabriel F. T. Gomes | 17 | -1/+215 |
2019-03-01 | ldbl-opt: Reuse argp tests that print long double | Gabriel F. T. Gomes | 2 | -0/+17 |
2019-03-01 | ldbl-opt: Add argp_error and argp_failure (bug 23983) | Gabriel F. T. Gomes | 17 | -1/+112 |
2019-03-01 | elf/tst-big-note: Improve accuracy of test [BZ #20419] | Florian Weimer | 3 | -4/+23 |
2019-03-01 | S390: Fix introduction of __wcscpy and weak wcscpy symbols. | Stefan Liebler | 2 | -1/+10 |
2019-03-01 | __netlink_assert_response: Add more __libc_fatal newlines [BZ #20271] | Florian Weimer | 2 | -2/+8 |
2019-02-28 | Add more spaces before '('. | Joseph Myers | 10 | -35/+63 |
2019-02-28 | elf: Add tests with a local IFUNC resolver [BZ #23937] | Florian Weimer | 7 | -3/+139 |
2019-02-27 | elf/Makefile: Run IFUNC tests if binutils supports IFUNC | H.J. Lu | 4 | -1/+10 |
2019-02-27 | powerpc: Fix linknamespace introduced by 4d8015639a75 | Adhemerval Zanella | 2 | -4/+9 |
2019-02-27 | hurd: Add renameat2 support for RENAME_NOREPLACE | Samuel Thibault | 6 | -22/+73 |
2019-02-27 | Fix -Wempty-body warnings in Hurd-specific code. | Joseph Myers | 2 | -4/+9 |
2019-02-27 | Add some spaces before '('. | Joseph Myers | 47 | -75/+138 |
2019-02-27 | wcsmbs: optimize wcsnlen | Adhemerval Zanella | 2 | -18/+6 |
2019-02-27 | wcsmbs: optimize wcsncpy | Adhemerval Zanella | 2 | -56/+7 |
2019-02-27 | wcsmbs: optimize wcsncat | Adhemerval Zanella | 2 | -46/+10 |
2019-02-27 | wcsmbs: optimize wcscpy | Adhemerval Zanella | 2 | -30/+3 |
2019-02-27 | wcsmbs: optimize wcscat | Adhemerval Zanella | 10 | -58/+67 |
2019-02-27 | wcsmbs: optimize wcpncpy | Adhemerval Zanella | 2 | -52/+8 |
2019-02-27 | wcsmbs: optimize wcpcpy | Adhemerval Zanella | 3 | -52/+8 |
2019-02-26 | Break further lines before not after operators. | Joseph Myers | 27 | -146/+192 |
2019-02-26 | Add and move fall-through comments in system-specific code. | Joseph Myers | 9 | -2/+46 |
2019-02-25 | Break more lines before not after operators. | Joseph Myers | 58 | -223/+323 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 72 | -320/+413 |
2019-02-21 | nss: tst-nss-files-hosts-long: Add host.conf [BZ #21915] | Patsy Franklin | 2 | -0/+6 |
2019-02-21 | Add internal implementations for argp.h, err.h, and error.h functions | Gabriel F. T. Gomes | 6 | -44/+111 |
2019-02-20 | Add new Fortran vector math header file. | marxin | 4 | -0/+69 |
2019-02-20 | powerpc64le: Remove test for GCC 6.2 | Gabriel F. T. Gomes | 3 | -69/+6 |
2019-02-19 | nptl: Fix comment typo in pthread_mutex_trylock.c | Wolfram Sang | 2 | -1/+5 |
2019-02-19 | nptl: Fix pthread_tryjoin comment. | Carlos O'Donell | 2 | -1/+5 |
2019-02-18 | Fix SPARC64 handling of R_SPARC_H34 (bug 24231). | Joseph Myers | 2 | -0/+7 |
2019-02-18 | resolv: Remove debugging code from compat-gethnamaddr.c | Florian Weimer | 2 | -23/+7 |
2019-02-18 | libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderr | Florian Weimer | 11 | -51/+65 |
2019-02-18 | misc/tst-clone3: Fix waiting for exited thread. | Stefan Liebler | 2 | -8/+23 |
2019-02-16 | Add check for missing wrapper headers | Florian Weimer | 4 | -4/+138 |
2019-02-16 | Add missing header wrappers under include/ | Florian Weimer | 20 | -0/+42 |
2019-02-16 | Move remaining nptl_db headers to sysdeps/nptl | Florian Weimer | 4 | -1/+9 |
2019-02-15 | io: Consolidate lockf implementation | Adhemerval Zanella | 14 | -162/+195 |
2019-02-15 | nptl: Fix invalid Systemtap probe in pthread_join [BZ #24211] | Florian Weimer | 2 | -2/+9 |
2019-02-15 | Remove qualifier from function return type in tst-svc_register.c. | Joseph Myers | 2 | -1/+4 |
2019-02-15 | Fix implicit-fallthrough warnings in tst-setjmp.c. | Joseph Myers | 2 | -1/+5 |
2019-02-14 | Avoid readline conflicts in pexpect | Jan Kratochvil | 2 | -0/+9 |
2019-02-14 | Fix fall-through warnings in sunrpc/xdr.c. | Joseph Myers | 2 | -2/+13 |
2019-02-14 | nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215) | Adhemerval Zanella | 19 | -423/+183 |
2019-02-14 | Add missing bench-malloc-simple.c file. | Wilco Dijkstra | 1 | -0/+188 |
2019-02-14 | Add malloc micro benchmark | Wilco Dijkstra | 2 | -5/+18 |
2019-02-14 | benchtests: Remove useless ORIG_SRC in memmove benchmarks | Siddhesh Poyarekar | 3 | -8/+17 |
2019-02-13 | RISC-V: Fix elfutils testsuite unwind failures. | Jim Wilson | 6 | -5/+51 |