aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
2019-08-29Fix posix/tst-regex by using UTF-8 and own test inputPaul Eggert2-31/+30
2019-08-28Fix posix/tst-regex by using a dedicated input-file.Stefan Liebler2-1/+12550
2019-08-21Remove dead regex codePaul Eggert1-1/+0
2019-08-21Fix bad pointer / leak in regex codePaul Eggert1-3/+7
2019-07-10posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella1-4/+5
2019-04-30Make mktime etc. compatible with __time64_tPaul Eggert1-3/+6
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer3-1/+109
2019-03-13Use a proper C tokenizer to implement the obsolete typedefs test.Zack Weinberg2-30/+13
2019-02-27Add some spaces before '('.Joseph Myers1-1/+1
2019-02-22Break some lines before not after operators.Joseph Myers7-38/+38
2019-02-12Add fall-through comments.Joseph Myers1-0/+2
2019-02-08Provide <bits/unistd_ext.h> as a sysdeps header exclusivelyFlorian Weimer1-21/+0
2019-02-08Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer3-1/+26
2019-02-04Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab5-143/+182
2019-02-04<spawn.h>: Add missing nonnull attributes and __restrict qualifiersFlorian Weimer1-24/+41
2019-02-01posix/tst-spawn: Fix racy tests in spawned processes.Stefan Liebler1-5/+6
2019-01-31regex: fix read overrun [BZ #24114]Paul Eggert1-2/+4
2019-01-12Fix a few typos in commentsDmitry V. Levin1-1/+1
2019-01-05posix: Fix tst-spawn.c issue from commit 805334b26cAdhemerval Zanella1-2/+2
2019-01-03posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)Adhemerval Zanella1-8/+36
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers239-239/+239
2018-12-31regex: improve Gnulib port to AIXPaul Eggert1-12/+0
2018-12-27regex: simplify Gnulib portPaul Eggert4-30/+8
2018-12-16regex: fix storage-exhaustion errorPaul Eggert1-0/+2
2018-12-16regex: fix heap-use-after-free errorAssaf Gordon1-0/+1
2018-12-07hurd: Fix linknamespace of spawniSamuel Thibault1-1/+3
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer7-95/+180
2018-11-29posix: Do not include testcases.h, ptestcases.h in source treeFlorian Weimer3-499/+9
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer7-2/+266
2018-11-01Avoid printf ("%s", NULL) in posix/bug-regex22.c.Joseph Myers1-4/+4
2018-10-24Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)1-0/+8
2018-10-24posix: Add internal symbols for posix_spawn interfaceAdhemerval Zanella10-12/+25
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab6-13/+0
2018-10-14regex: simplify by using intprops.hPaul Eggert1-17/+1
2018-10-14regex: __builtin_expect → __glibc_unlikelyPaul Eggert5-401/+423
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