Age | Commit message (Expand) | Author | Files | Lines |
2015-03-23 | Avoid SIGFPE in wordexp [BZ #18100] | Florian Weimer | 2 | -0/+44 |
2015-03-11 | Fix BZ #18043 comment # 19: don't call undefined setenv(..., NULL, 1). | Paul Pluzhnikov | 1 | -1/+1 |
2015-03-10 | Harmonize posix/regcomp.c with gnulib: comment formatting | Roland McGrath | 1 | -32/+32 |
2015-03-09 | Minor refactoring: | Paul Pluzhnikov | 1 | -3/+7 |
2015-03-09 | Fix BZ #18043 (c4): buffer-overflow (read past the end) in wordexp/parse_doll... | Paul Pluzhnikov | 2 | -3/+5 |
2015-03-08 | Fix off-by-one which caused BZ #18042 and add a test for it. | Paul Pluzhnikov | 2 | -2/+2 |
2015-03-08 | Refactor wordexp-test.c such that words always ends at the edge of | Paul Pluzhnikov | 1 | -31/+36 |
2015-03-06 | Fix BZ #18043: buffer-overflow (read past the end) in wordexp/parse_dollars/p... | Paul Pluzhnikov | 2 | -1/+32 |
2015-03-02 | Fix BZ 18036 buffer overflow (read past end of buffer) in internal_fnmatch | Paul Pluzhnikov | 2 | -2/+27 |
2015-02-26 | Fix read past end of pattern in fnmatch (bug 18032) | Andreas Schwab | 2 | -6/+7 |
2015-02-06 | Move tst-getlogin to login/ subdirectory. | Roland McGrath | 2 | -61/+1 |
2015-01-07 | posix/regcomp: initialize union structure tag to avoid warning | Chris Metcalf | 1 | -0/+2 |
2015-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 192 | -192/+192 |
2014-12-30 | Replace %ld with %jd and cast to intmax_t | H.J. Lu | 1 | -8/+8 |
2014-12-29 | posix/Makefile: use $(objpfx) for files in before-compile. | Chris Metcalf | 1 | -1/+1 |
2014-12-29 | Make type for spec variable size as size_t | Siddhesh Poyarekar | 1 | -1/+1 |
2014-12-29 | Use posix-conf-vars.list to generate spec array | Siddhesh Poyarekar | 4 | -21/+11 |
2014-12-29 | Add _POSIX namespace SYSCONF macros to posix-conf-vars.list | Siddhesh Poyarekar | 1 | -0/+90 |
2014-12-29 | Remove Wundef warnings for specification macros | Siddhesh Poyarekar | 5 | -38/+118 |
2014-12-11 | Fix -Wformat-security warnings in posix/regexbug1.c | Roland McGrath | 1 | -2/+2 |
2014-12-02 | Fix warning in posix/tst-getopt_long1.c. | Joseph Myers | 1 | -1/+1 |
2014-12-02 | Remove excess declarations from unistd.h for XPG3/XPG4 (bug 17665). | Joseph Myers | 1 | -2/+2 |
2014-11-25 | fnmatch: work around GCC compiler warning bug with uninit var | Paul Eggert | 1 | -4/+9 |
2014-11-25 | Fix warning in posix/bug-regex31.c. | Joseph Myers | 1 | -1/+1 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 1 | -2/+2 |
2014-11-21 | BZ#16469: don't drop trailing dot in res_nquerydomain(..., name, NULL, ...) | Alexandre Oliva | 2 | -1/+70 |
2014-11-19 | CVE-2014-7817: wordexp fails to honour WRDE_NOCMD. | Carlos O'Donell | 2 | -12/+48 |
2014-11-12 | Fix qsort_r namespace (bug 17571). | Joseph Myers | 3 | -0/+3 |
2014-11-07 | Remove __libc_waitpid function name. | Joseph Myers | 1 | -4/+3 |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar | 4 | -8/+20 |
2014-11-04 | Remove unused include | Andreas Schwab | 1 | -1/+0 |
2014-11-01 | Remove __libc_nanosleep function name. | Joseph Myers | 1 | -4/+3 |
2014-09-16 | Assume that all _[PS]C_* and _CS_* macros are always defined | Siddhesh Poyarekar | 1 | -628/+0 |
2014-09-15 | Add correct variable names for _POSIX_IPV6 and _POSIX_RAW_SOCKETS | Siddhesh Poyarekar | 1 | -0/+7 |
2014-09-11 | Move findidx nested functions to top-level. | Roland McGrath | 5 | -20/+30 |
2014-08-01 | Fix -Wundef warnings in regex_internal.h | Siddhesh Poyarekar | 1 | -1/+1 |
2014-08-01 | Check if DEBUG is defined in regex_internal.c | Siddhesh Poyarekar | 1 | -2/+2 |
2014-08-01 | Fix -Wundef warnings in fnmatch.c | Siddhesh Poyarekar | 1 | -6/+1 |
2014-07-13 | regex: don't deref NULL upon heap allocation failure | Jim Meyering | 1 | -0/+2 |
2014-06-26 | Add missing #include in spawn_faction_addopen.c | Roland McGrath | 1 | -0/+1 |
2014-06-26 | Fix Wundef warning for WIDE_CHAR_VERSION | Siddhesh Poyarekar | 2 | -13/+15 |
2014-06-20 | Fix another memory leak in regexp compiler (BZ #17069) | Andreas Schwab | 2 | -3/+7 |
2014-06-19 | Fix memory leak in regexp compiler (BZ #17069) | Andreas Schwab | 3 | -6/+48 |
2014-06-18 | Don't read past end of pattern in fnmatch (BZ #17062) | Andreas Schwab | 3 | -11/+35 |
2014-06-12 | posix_spawn_faction_addopen: Add missing string.h include directive | Stefan Liebler | 1 | -0/+1 |
2014-06-11 | posix_spawn_file_actions_addopen needs to copy the path argument (BZ 17048) | Florian Weimer | 4 | -7/+40 |
2014-06-07 | Remove redundant C locale settings. | Joseph Myers | 1 | -2/+0 |
2014-06-06 | Don't require test wrappers to preserve environment variables, use more consi... | Joseph Myers | 3 | -18/+25 |
2014-06-04 | Include LOCPATH in default test environment. | Joseph Myers | 1 | -22/+0 |