Age | Commit message (Expand) | Author | Files | Lines |
2020-05-04 | improve out-of-bounds checking with GCC 10 attribute access [BZ #25219] | Martin Sebor | 1 | -0/+11 |
2020-04-30 | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy | 4 | -5/+5 |
2020-04-28 | misc: Remove sstk from the autogenerated system call list | Florian Weimer | 1 | -1/+1 |
2020-04-27 | misc: Turn sstk into a compat symbol | Florian Weimer | 1 | -7/+4 |
2020-04-22 | Add a syscall test for [BZ #25810] | H.J. Lu | 2 | -1/+168 |
2020-02-18 | <fd_to_filename.h>: Add type safety and port to Hurd | Florian Weimer | 3 | -1/+144 |
2020-02-17 | Prepare redirections for IEEE long double on powerpc64le | Gabriel F. T. Gomes | 5 | -8/+47 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 172 | -172/+172 |
2019-12-23 | ldbl-128ibm-compat: Add *cvt functions | Gabriel F. T. Gomes | 2 | -2/+10 |
2019-12-23 | Refactor *cvt functions implementation (2/2) | Gabriel F. T. Gomes | 6 | -59/+62 |
2019-12-23 | Refactor *cvt functions implementation (1/2) | Gabriel F. T. Gomes | 8 | -385/+424 |
2019-11-22 | misc: Set generic pselect as ENOSYS | Adhemerval Zanella | 1 | -43/+3 |
2019-11-21 | Don't use a custom wrapper macro around __has_include (bug 25189). | Emilio Cobos Álvarez | 1 | -8/+0 |
2019-10-30 | Change most internal uses of time to __clock_gettime. | Adhemerval Zanella | 1 | -1/+1 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 168 | -168/+168 |
2019-09-02 | Add misc/tst-mntent-autofs, testing autofs "ignore" filtering | Florian Weimer | 2 | -1/+143 |
2019-09-02 | Use autofs "ignore" mount hint in getmntent_r/getmntent | Ian Kent | 1 | -12/+36 |
2019-08-28 | misc: Use allocate_once in getmntent | Florian Weimer | 1 | -16/+21 |
2019-08-21 | Don't use the argument to time. | Zack Weinberg | 1 | -1/+1 |
2019-06-14 | <sys/cdefs.h>: Inhibit macro expansion for __glibc_has_include | Florian Weimer | 1 | -1/+3 |
2019-06-12 | <sys/cdefs.h>: Add __glibc_has_include macro | Florian Weimer | 1 | -0/+6 |
2019-05-03 | misc/tst-tsearch: Additional explicit error checking | Florian Weimer | 1 | -0/+2 |
2019-05-02 | misc: Add twalk_r function | Florian Weimer | 4 | -3/+132 |
2019-03-01 | ldbl-opt: Reuse test cases from misc/ that check long double | Gabriel F. T. Gomes | 2 | -18/+27 |
2019-03-01 | ldbl-opt: Add error and error_at_line (bug 23984) | Gabriel F. T. Gomes | 3 | -4/+34 |
2019-03-01 | ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984) | Gabriel F. T. Gomes | 3 | -1/+36 |
2019-02-25 | Break more lines before not after operators. | Joseph Myers | 1 | -6/+6 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 1 | -2/+2 |
2019-02-21 | Add internal implementations for argp.h, err.h, and error.h functions | Gabriel F. T. Gomes | 2 | -20/+48 |
2019-02-12 | Add fall-through comments. | Joseph Myers | 1 | -0/+2 |
2019-01-12 | Fix a few typos in comments | Dmitry V. Levin | 1 | -1/+1 |
2019-01-03 | nptl: Remove tst-cancel-wrappers test and related macros | Adhemerval Zanella | 1 | -2/+0 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 165 | -165/+165 |
2018-12-14 | Add tests for the long double version of ecvt and fcvt | Gabriel F. T. Gomes | 4 | -28/+112 |
2018-12-05 | Add __vsyslog_internal, with same flags as __v*printf_internal. | Zack Weinberg | 1 | -17/+19 |
2018-11-09 | Add support for GCC 9 attribute copy. | Martin Sebor | 1 | -0/+10 |
2018-11-09 | Convert tst-efgcvt to the new test framework | Gabriel F. T. Gomes | 1 | -8/+7 |
2018-11-08 | Use TEST_COMPARE_STRING in recently added test | Gabriel F. T. Gomes | 2 | -13/+2 |
2018-11-06 | Add tests with floating-point arguments for err* and verr* functions | Gabriel F. T. Gomes | 2 | -1/+131 |
2018-11-06 | Add test for warn, warnx, vwarn, and vwarnx with floating-point parameters | Gabriel F. T. Gomes | 2 | -1/+122 |
2018-10-23 | Fix tst-preadvwritev2 build failure on HURD | Adhemerval Zanella | 1 | -0/+5 |
2018-09-28 | Fix misreported errno on preadv2/pwritev2 (BZ#23579) | Adhemerval Zanella | 3 | -3/+66 |
2018-09-20 | misc: New test misc/tst-gethostid | Florian Weimer | 2 | -0/+115 |
2018-08-21 | Avoid running some tests if the file system does not support holes | Florian Weimer | 2 | -0/+10 |
2018-08-14 | error, warn, warnx: Use __fxprintf for wide printing [BZ #23519] | Florian Weimer | 4 | -139/+105 |
2018-08-13 | error, error_at_line: Add missing va_end calls | Florian Weimer | 1 | -0/+2 |
2018-07-24 | Add <bits/indirect-return.h> | H.J. Lu | 1 | -0/+6 |
2018-05-23 | Implement allocate_once for atomic initialization with allocation | Florian Weimer | 4 | -4/+253 |
2018-05-02 | Deprecate ustat syscall interface | Adhemerval Zanella | 4 | -43/+19 |
2018-04-03 | Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947] | H.J. Lu | 1 | -1/+5 |