Age | Commit message (Expand) | Author | Files | Lines |
2019-08-29 | Fix posix/tst-regex by using UTF-8 and own test input | Paul Eggert | 2 | -31/+30 |
2019-08-28 | Fix posix/tst-regex by using a dedicated input-file. | Stefan Liebler | 2 | -1/+12550 |
2019-08-21 | Remove dead regex code | Paul Eggert | 1 | -1/+0 |
2019-08-21 | Fix bad pointer / leak in regex code | Paul Eggert | 1 | -3/+7 |
2019-07-10 | posix: Fix large mmap64 offset for mips64n32 (BZ#24699) | Adhemerval Zanella | 1 | -4/+5 |
2019-04-30 | Make mktime etc. compatible with __time64_t | Paul Eggert | 1 | -3/+6 |
2019-03-14 | Remove obsolete, never-implemented XSI STREAMS declarations | Florian Weimer | 3 | -1/+109 |
2019-03-13 | Use a proper C tokenizer to implement the obsolete typedefs test. | Zack Weinberg | 2 | -30/+13 |
2019-02-27 | Add some spaces before '('. | Joseph Myers | 1 | -1/+1 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 7 | -38/+38 |
2019-02-12 | Add fall-through comments. | Joseph Myers | 1 | -0/+2 |
2019-02-08 | Provide <bits/unistd_ext.h> as a sysdeps header exclusively | Florian Weimer | 1 | -21/+0 |
2019-02-08 | Linux: Add gettid system call wrapper [BZ #6399] | Florian Weimer | 3 | -1/+26 |
2019-02-04 | Fix handling of collating elements in fnmatch (bug 17396, bug 16976) | Andreas Schwab | 5 | -143/+182 |
2019-02-04 | <spawn.h>: Add missing nonnull attributes and __restrict qualifiers | Florian Weimer | 1 | -24/+41 |
2019-02-01 | posix/tst-spawn: Fix racy tests in spawned processes. | Stefan Liebler | 1 | -5/+6 |
2019-01-31 | regex: fix read overrun [BZ #24114] | Paul Eggert | 1 | -2/+4 |
2019-01-12 | Fix a few typos in comments | Dmitry V. Levin | 1 | -1/+1 |
2019-01-05 | posix: Fix tst-spawn.c issue from commit 805334b26c | Adhemerval Zanella | 1 | -2/+2 |
2019-01-03 | posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640) | Adhemerval Zanella | 1 | -8/+36 |
2019-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 239 | -239/+239 |
2018-12-31 | regex: improve Gnulib port to AIX | Paul Eggert | 1 | -12/+0 |
2018-12-27 | regex: simplify Gnulib port | Paul Eggert | 4 | -30/+8 |
2018-12-16 | regex: fix storage-exhaustion error | Paul Eggert | 1 | -0/+2 |
2018-12-16 | regex: fix heap-use-after-free error | Assaf Gordon | 1 | -0/+1 |
2018-12-07 | hurd: Fix linknamespace of spawni | Samuel Thibault | 1 | -1/+3 |
2018-12-07 | posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405] | Florian Weimer | 7 | -95/+180 |
2018-11-29 | posix: Do not include testcases.h, ptestcases.h in source tree | Florian Weimer | 3 | -499/+9 |
2018-11-06 | posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405] | Florian Weimer | 7 | -2/+266 |
2018-11-01 | Avoid printf ("%s", NULL) in posix/bug-regex22.c. | Joseph Myers | 1 | -4/+4 |
2018-10-24 | Y2038: Add 64-bit time for all architectures | Albert ARIBAUD (3ADEV) | 1 | -0/+8 |
2018-10-24 | posix: Add internal symbols for posix_spawn interface | Adhemerval Zanella | 10 | -12/+25 |
2018-10-17 | Don't reduce test timeout to less than default | Andreas Schwab | 6 | -13/+0 |
2018-10-14 | regex: simplify by using intprops.h | Paul Eggert | 1 | -17/+1 |
2018-10-14 | regex: __builtin_expect → __glibc_unlikely | Paul Eggert | 5 | -401/+423 |
2018-09-25 | Use libsupport for tst-spawn.c | Adhemerval Zanella | 1 | -122/+92 |
2018-08-28 | regex: Add test tst-regcomp-truncated [BZ #23578] | Florian Weimer | 2 | -1/+193 |
2018-08-25 | regex: fix uninitialized memory access | Paul Eggert | 1 | -2/+2 |
2018-08-22 | regex: port Gnulib code to z/OS POSIX environment | Paul Eggert | 1 | -0/+3 |
2018-08-10 | regex: Gnulib unibyte RRI uses bytes not chars | Paul Eggert | 1 | -5/+4 |
2018-08-01 | regex: fix memory leak in Gnulib | Paul Eggert | 1 | -1/+1 |
2018-07-25 | Keep expected behaviour for [a-z] and [A-z] (Bug 23393). | Carlos O'Donell | 2 | -44/+89 |
2018-07-20 | regcomp: Fix off-by-one bug in build_equiv_class [BZ #23396] | Florian Weimer | 1 | -12/+4 |
2018-07-18 | Avoid insecure usage of tmpnam in tests. | Joseph Myers | 6 | -19/+40 |
2018-07-10 | regexec: Fix off-by-one bug in weight comparison [BZ #23036] | Florian Weimer | 1 | -23/+20 |
2018-07-04 | posix: Fix bug-regex33 after regex sync | Adhemerval Zanella | 1 | -3/+3 |
2018-07-04 | posix: Sync gnulib regex implementation | Adhemerval Zanella | 11 | -1161/+1591 |
2018-06-29 | manual: Revise crypt.texi. | Zack Weinberg | 1 | -1/+5 |
2018-06-29 | Disallow use of DES encryption functions in new programs. | Zack Weinberg | 1 | -13/+3 |