aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Use libsupport for tst-spawn.cAdhemerval Zanella1-122/+92
2018-08-28regex: Add test tst-regcomp-truncated [BZ #23578]Florian Weimer2-1/+193
2018-08-25regex: fix uninitialized memory accessPaul Eggert1-2/+2
2018-08-22regex: port Gnulib code to z/OS POSIX environmentPaul Eggert1-0/+3
2018-08-10regex: Gnulib unibyte RRI uses bytes not charsPaul Eggert1-5/+4
2018-08-01regex: fix memory leak in GnulibPaul Eggert1-1/+1
2018-07-25Keep expected behaviour for [a-z] and [A-z] (Bug 23393).Carlos O'Donell2-44/+89
2018-07-20regcomp: Fix off-by-one bug in build_equiv_class [BZ #23396]Florian Weimer1-12/+4
2018-07-18Avoid insecure usage of tmpnam in tests.Joseph Myers6-19/+40
2018-07-10regexec: Fix off-by-one bug in weight comparison [BZ #23036]Florian Weimer1-23/+20
2018-07-04posix: Fix bug-regex33 after regex syncAdhemerval Zanella1-3/+3
2018-07-04posix: Sync gnulib regex implementationAdhemerval Zanella11-1161/+1591
2018-06-29manual: Revise crypt.texi.Zack Weinberg1-1/+5
2018-06-29Disallow use of DES encryption functions in new programs.Zack Weinberg1-13/+3
2018-06-27wordexp: Rewrite parse_tilde to use struct scratch_buffer [BZ #18023]Florian Weimer1-17/+29
2018-06-26Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers2-2/+3
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg1-0/+1
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella4-9/+154
2018-04-19hurd: Avoid exposing all <sched.h> symbols from sys/types.hSamuel Thibault1-1/+1
2018-04-19Revert "Fix sched_param"Samuel Thibault2-3/+2
2018-04-18Fix sched_paramSamuel Thibault2-2/+3
2018-03-03Fix multiple definitions of __nss_*_database (bug 22918)Andreas Schwab3-0/+3
2018-02-27Fix test cases tst-fnmatch and tst-regexloc for the new iso14651_t1_common file.Mike FABIAN2-18/+44
2018-02-27Fix posix/bug-regex5.c test case, adapt to iso14651_t1_common upateMike FABIAN1-2/+2
2018-02-18Fix posix/tst-glob_lstat_compat on alpha [BZ #22818]Aurelien Jarno1-0/+7
2018-02-12[BZ #19239] Don't include sys/sysmacros.h from sys/types.h.Zack Weinberg1-9/+0
2018-02-07Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b...Joseph Myers1-0/+10
2018-02-07Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-1/+1
2018-02-06Correct type of SSIZE_MAX for 32-bit (bug 13575).Joseph Myers3-2/+49
2018-02-06Only define loff_t for __USE_MISC (bug 14553).Joseph Myers1-2/+1
2018-01-06hurd: Fix posix glob testSamuel Thibault1-0/+3
2018-01-04Increase some test timeouts.Joseph Myers1-0/+1
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers230-230/+230
2017-12-22Avoid gcc warnings on cygwinEric Blake2-1/+3
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer1-1/+6
2017-12-19regex: Fix spelling in comments.Arnold Robbins4-7/+7
2017-12-19glob: Silence warning about void pointer arithmeticAdhemerval Zanella1-1/+2
2017-12-19glob: pacify fuzzer for mempcpyAdhemerval Zanella1-2/+5
2017-12-18Fix truncation warnings in posix/tst-glob_symlinks.c.Joseph Myers1-1/+1
2017-12-15Fix testing with read-only source directory.Joseph Myers1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-22/+22
2017-11-28posix: Make tst-getaddrinfo[45] xtests due to DNS dependency [BZ #20826]Florian Weimer1-3/+3
2017-11-22* posix/regcomp.c (init_word_char): Add comments.Paul Eggert1-0/+3
2017-11-20regex: don't assume uint64_t or uint32_tPaul Eggert1-14/+15
2017-11-02posix/tst-glob-tilde.c: Add test for bug 22332Florian Weimer1-23/+30
2017-10-30Assume that _DIRENT_HAVE_D_TYPE is always defined.Florian Weimer4-31/+0
2017-10-30tst-gnuglob64: New test for glob64 based on tst-gnuglobFlorian Weimer4-486/+553
2017-10-22glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]Paul Eggert1-2/+2
2017-10-21glob: Add new test tst-glob-tildeFlorian Weimer2-2/+146