Age | Commit message (Expand) | Author | Files | Lines |
2015-10-21 | Convert a few more function definitions to prototype style. | Joseph Myers | 1 | -14/+9 |
2015-10-20 | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 3 | -9/+4 |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 5 | -88/+39 |
2015-10-20 | Convert 24 more function definitions to prototype style (array parameters). | Joseph Myers | 4 | -15/+4 |
2015-10-19 | Do not use -Wno-strict-prototypes. | Joseph Myers | 1 | -1/+0 |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers | 18 | -49/+18 |
2015-10-12 | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab | 1 | -0/+30 |
2015-09-17 | Use __pthread_setcancelstate in libc.a | H.J. Lu | 1 | -2/+3 |
2015-09-16 | Add missing va_end calls (bug 17243) | Andreas Schwab | 3 | -0/+3 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2 | -2/+2 |
2015-08-28 | Fix wordsize-32 mmap offset for negative value (BZ#18877) | Adhemerval Zanella | 2 | -1/+68 |
2015-08-11 | Fix BZ #18086 -- nice resets errno to 0. | Paul Pluzhnikov | 1 | -1/+10 |
2015-08-09 | fix non-portable `echo -n` usage | Mike Frysinger | 1 | -2/+2 |
2015-08-06 | Modify several tests to use test-skeleton.c | Arjun Shankar | 1 | -2/+5 |
2015-07-09 | PLT avoidance for _exit in rtld. | Roland McGrath | 1 | -0/+1 |
2015-06-12 | Fix getlogin_r namespace (bug 18527). | Joseph Myers | 1 | -1/+1 |
2015-06-12 | Fix aio_* pread namespace (bug 18519). | Joseph Myers | 1 | -1/+1 |
2015-06-09 | Fix regcomp wcscoll, wcscmp namespace (bug 18497). | Joseph Myers | 2 | -5/+5 |
2015-06-05 | Fix open_memstream namespace (bug 18498). | Joseph Myers | 1 | -1/+1 |
2015-06-05 | Fix regex wcrtomb namespace (bug 18496). | Joseph Myers | 1 | -2/+2 |
2015-06-05 | Fix regex wctype namespace (bug 18495). | Joseph Myers | 3 | -7/+7 |
2015-06-03 | Fix fnmatch strnlen namespace (bug 18470). | Joseph Myers | 1 | -2/+2 |
2015-06-03 | Fix fnmatch wmemchr namespace (bug 18468). | Joseph Myers | 1 | -1/+1 |
2015-06-02 | Fix fnmatch towlower namespace (bug 18469). | Joseph Myers | 1 | -1/+1 |
2015-05-22 | Restore _POSIX2_C_VERSION definition (bug 438). | Joseph Myers | 1 | -0/+3 |
2015-05-12 | NaCl: Provide non-default values for uname. | Roland McGrath | 2 | -3/+32 |
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 |