Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-24 | Don't read past end of pattern in fnmatch (BZ #17062) | Andreas Schwab | 3 | -11/+34 | |
(cherry picked from commit b3a9f56ba59c3d8eadd3135a1c25c37a63151450) Conflicts: NEWS posix/Makefile | |||||
2015-10-19 | Fix read past end of pattern in fnmatch (bug 18032) | Andreas Schwab | 1 | -3/+2 | |
(cherry picked from commit 4a28f4d55a6cc33474c0792fe93b5942d81bf185) Conflicts: ChangeLog NEWS | |||||
2014-09-05 | Fix another memory leak in regexp compiler (BZ #17069) | Andreas Schwab | 2 | -3/+7 | |
(cherry picked from commit aa6ec754f3b4b1df81d186480c534b6486a1e6ee) Conflicts: NEWS | |||||
2014-09-05 | Fix memory leak in regexp compiler (BZ #17069) | Andreas Schwab | 3 | -5/+47 | |
(cherry picked from commit 4d43ef1e7434d7d419afbcd754931cb0c794763c) Conflicts: posix/Makefile | |||||
2014-09-05 | posix_spawn_faction_addopen: Add missing string.h include directive | Stefan Liebler | 1 | -0/+1 | |
This is needed to avoid a PLT call on s390. (cherry picked from commit 35a5e3e338ae17f3d42c60a708763c5d498fb840) | |||||
2014-06-22 | posix_spawn_file_actions_addopen needs to copy the path argument (BZ 17048) | Florian Weimer | 4 | -7/+40 | |
POSIX requires that we make a copy, so we allocate a new string and free it in posix_spawn_file_actions_destroy. Reported by David Reid, Alex Gaynor, and Glyph Lefkowitz. This bug may have security implications. (cherry picked from commit 89e435f3559c53084498e9baad22172b64429362) Conflicts: NEWS | |||||
2014-01-01 | Update remaining copyright dates | Allan McRae | 1 | -1/+1 | |
Update copyright years that are not handled by scripts/update-copyright. | |||||
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 188 | -188/+188 | |
2013-12-17 | Remove __FAVOR_BSD. | Joseph Myers | 1 | -24/+2 | |
2013-11-21 | Use __glibc_block in public headers. | Meador Inge | 1 | -1/+2 | |
As detailed in PR11157, the use of '__block' is known to interfere with keywords in some environments, such as the Clang -fblocks extension. Recently a similar issue was raised concerning the use of '__unused' and a '__glibc' prefix was proposed to create a glibc implementation namespace for these sorts of issues [1]. This patches takes that approach. [1] https://sourceware.org/ml/libc-alpha/2012-02/msg00047.html [2] http://lists.debian.org/debian-glibc/2013/11/msg00020.html | |||||
2013-10-20 | When glob pattern contains a trailing slash match only directories. Fixes ↵ | Ondřej Bílka | 2 | -2/+13 | |
bug 10278. | |||||
2013-10-01 | glob: silence -Wattribute warnings | Eric Blake | 1 | -3/+3 | |
Colin Watson reported that some versions of gcc warn about attribute leaf used on a static function, since it has no effect on anything but external functions. * posix/glob.c (next_brace_sub, prefix_array, collated_compare): Use __THROWNL rather than __THROW on static functions. Signed-off-by: Eric Blake <eblake@redhat.com> | |||||
2013-06-13 | Fix raciness in waitid test. | Roland McGrath | 1 | -4/+11 | |
2013-06-08 | Use (void) in no-arguments function definitions. | Joseph Myers | 11 | -11/+11 | |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers | 4 | -10/+10 | |
2013-06-06 | Fix executable mode. | Ondrej Bilka | 1 | -0/+0 | |
2013-06-05 | Remove trailing whitespace. | Joseph Myers | 3 | -4/+4 | |
2013-06-04 | Increase test case timeout | Siddhesh Poyarekar | 1 | -0/+1 | |
2013-05-21 | Test getaddrinfo return value | Dmitry V. Levin | 2 | -1/+68 | |
This helps testing for regression of BZ#15339. Creation of network isolated environments is a privileged operation and therefore is not included to the test. | |||||
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 7 | -0/+10 | |
2013-05-06 | Move getlogin, getlogin_r, setlogin to login/ subdir. | Roland McGrath | 5 | -98/+1 | |
2013-03-08 | Set LC_ALL=C before sed. | Paul Pluzhnikov | 1 | -2/+2 | |
2013-03-07 | Remove PIPE_BUF Linux-specific code | Siddhesh Poyarekar | 2 | -1/+178 | |
Fixes BZ #12723 The variable pipe buffer size does nothing to the value of PIPE_BUF, since the number of bytes that are atomically written is still PIPE_BUF on Linux. | |||||
2013-02-26 | Bring back definition of __attribute__ for non-gcc and older gcc | Paul Eggert | 1 | -0/+4 | |
gnulib copies this file over and needs it. | |||||
2013-02-26 | Fix some build warnings | Siddhesh Poyarekar | 1 | -14/+8 | |
2013-02-17 | Sort Versions files | Andreas Jaeger | 1 | -2/+2 | |
2013-02-12 | Fix buffer overrun in regexp matcher | Andreas Schwab | 3 | -8/+57 | |
2013-02-12 | Fix handling of collating symbols in regexps | Andreas Schwab | 3 | -46/+81 | |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | 1 | -6/+5 | |
2013-01-21 | Avoid busy loop in wordexp when substituted command closed its stdout | Andreas Schwab | 1 | -2/+12 | |
2013-01-11 | Remove __GLIBC_HAVE_LONG_LONG. | Joseph Myers | 1 | -2/+2 | |
2013-01-11 | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu | 3 | -68/+67 | |
2013-01-10 | Support run tst-exec and tst-spawn directly | H.J. Lu | 5 | -24/+33 | |
2013-01-09 | Force getconf.speclist to be generated in the others pass. | Roland McGrath | 1 | -0/+5 | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 187 | -202/+187 | |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 2 | -4/+2 | |
2013-01-01 | Update copyright years. | David S. Miller | 1 | -2/+2 | |
* catgets/gencat.c: Update copyright year. * csu/version.c: Likewise. * debug/catchsegv.sh: Likewise. * debug/pcprofiledump.c: Likewise. * debug/xtrace.sh: Likewise. * elf/ldconfig.c: Likewise. * elf/ldd.bash.in: Likewise. * elf/pldd.c: Likewise. * elf/sotruss.ksh: Likewise. * elf/sprof.c: Likewise. * iconv/iconv_prog.c: Likewise. * iconv/iconvconfig.c: Likewise. * locale/programs/locale.c: Likewise. * locale/programs/localedef.c: Likewise. * login/programs/pt_chown.c: Likewise. * malloc/memusage.sh: Likewise. * malloc/memusagestat.c: Likewise. * malloc/mtrace.pl: Likewise. * nscd/nscd.c: Likewise. * nss/getent.c: Likewise. * nss/makedb.c: Likewise. * posix/getconf.c: Likewise. | |||||
2012-11-19 | Fix _POSIX_TZNAME_MAX for older POSIX (bug 14856). | Joseph Myers | 1 | -2/+6 | |
2012-11-17 | Generate /usr/libexec/getconf files when cross-compiling. | Joseph Myers | 4 | -176/+232 | |
2012-11-14 | Adding missing -fexception CFLAGS | Marcus Shawcroft | 1 | -0/+1 | |
2012-11-09 | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 1 | -3/+3 | |
2012-11-04 | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 54 | -55/+0 | |
2012-10-24 | Support cross-testing. | Joseph Myers | 2 | -3/+8 | |
2012-10-24 | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 1 | -8/+0 | |
2012-10-24 | Use build directory instead of /tmp in globtest.sh. | Joseph Myers | 1 | -3/+4 | |
2012-10-24 | Define and use $(run-built-tests). | Joseph Myers | 1 | -2/+2 | |
2012-10-23 | Use $(run-program-prefix) in posix/globtest.sh. | Joseph Myers | 2 | -55/+50 | |
2012-10-23 | Add and use $(host-built-program-cmd). | Jim Blandy | 1 | -2/+2 | |
2012-10-22 | Don't pass shell loops' stdin to programs run on glibc's host. | Jim Blandy | 1 | -2/+2 | |
2012-10-19 | Use $(run-program-prefix) in more shell script tests. | Joseph Myers | 2 | -14/+12 | |