about summary refs log tree commit diff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* <sys/cdefs.h>: Inhibit macro expansion for __glibc_has_includeFlorian Weimer2019-06-141-1/+3
* <sys/cdefs.h>: Add __glibc_has_include macroFlorian Weimer2019-06-121-0/+6
* misc/tst-tsearch: Additional explicit error checkingFlorian Weimer2019-05-031-0/+2
* misc: Add twalk_r functionFlorian Weimer2019-05-024-3/+132
* ldbl-opt: Reuse test cases from misc/ that check long doubleGabriel F. T. Gomes2019-03-012-18/+27
* ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes2019-03-013-4/+34
* ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes2019-03-013-1/+36
* Break more lines before not after operators.Joseph Myers2019-02-251-6/+6
* Break some lines before not after operators.Joseph Myers2019-02-221-2/+2
* Add internal implementations for argp.h, err.h, and error.h functionsGabriel F. T. Gomes2019-02-212-20/+48
* Add fall-through comments.Joseph Myers2019-02-121-0/+2
* Fix a few typos in commentsDmitry V. Levin2019-01-121-1/+1
* nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella2019-01-031-2/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01165-165/+165
* Add tests for the long double version of ecvt and fcvtGabriel F. T. Gomes2018-12-144-28/+112
* Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg2018-12-051-17/+19
* Add support for GCC 9 attribute copy.Martin Sebor2018-11-091-0/+10
* Convert tst-efgcvt to the new test frameworkGabriel F. T. Gomes2018-11-091-8/+7
* Use TEST_COMPARE_STRING in recently added testGabriel F. T. Gomes2018-11-082-13/+2
* Add tests with floating-point arguments for err* and verr* functionsGabriel F. T. Gomes2018-11-062-1/+131
* Add test for warn, warnx, vwarn, and vwarnx with floating-point parametersGabriel F. T. Gomes2018-11-062-1/+122
* Fix tst-preadvwritev2 build failure on HURDAdhemerval Zanella2018-10-231-0/+5
* Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella2018-09-283-3/+66
* misc: New test misc/tst-gethostidFlorian Weimer2018-09-202-0/+115
* Avoid running some tests if the file system does not support holesFlorian Weimer2018-08-212-0/+10
* error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]Florian Weimer2018-08-144-139/+105
* error, error_at_line: Add missing va_end callsFlorian Weimer2018-08-131-0/+2
* Add <bits/indirect-return.h>H.J. Lu2018-07-241-0/+6
* Implement allocate_once for atomic initialization with allocationFlorian Weimer2018-05-234-4/+253
* Deprecate ustat syscall interfaceAdhemerval Zanella2018-05-024-43/+19
* Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu2018-04-031-1/+5
* Add missing start-of-file descriptive comment.Samuel Thibault2018-03-062-2/+4
* Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers2018-02-211-2/+2
* Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-211-1/+1
* [BZ #19239] Don't include sys/sysmacros.h from sys/types.h.Zack Weinberg2018-02-121-49/+3
* Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-071-1/+7
* Fix non-__GNUC__ definitions of __inline and __restrict (bug 17721).Joseph Myers2018-02-061-2/+11
* preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer2018-02-023-0/+40
* misc/tst-pselect.c: Add copyright headerFlorian Weimer2018-01-021-0/+17
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01157-157/+157
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-27/+27
* The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor2017-11-151-0/+9
* Hide internal __hasmntopt function [BZ #18822]H.J. Lu2017-10-011-0/+1
* Hide internal __tdestroy function [BZ #18822]H.J. Lu2017-10-011-0/+1
* Hide internal __ioctl function [BZ #18822]H.J. Lu2017-10-011-0/+1
* Hide internal sysinfo functions [BZ #18822]H.J. Lu2017-10-011-0/+4
* Hide __readv and __writev [BZ #18822]H.J. Lu2017-10-012-0/+2
* Mark internal stdlib functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-1/+6
* hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault2017-09-281-1/+3
* hurd: Fix build ot misc/tst-preadvwritev2-common.cSamuel Thibault2017-09-031-1/+13