Age | Commit message (Expand) | Author |
2014-02-13 | Clean up trivially redundant __USE_MISC conditionals. | Joseph Myers |
2014-02-12 | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka |
2014-01-01 | Update remaining copyright dates | Allan McRae |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-12-17 | Remove __FAVOR_BSD. | Joseph Myers |
2013-11-21 | Use __glibc_block in public headers. | Meador Inge |
2013-10-20 | When glob pattern contains a trailing slash match only directories. Fixes bug... | Ondřej Bílka |
2013-10-01 | glob: silence -Wattribute warnings | Eric Blake |
2013-06-13 | Fix raciness in waitid test. | Roland McGrath |
2013-06-08 | Use (void) in no-arguments function definitions. | Joseph Myers |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers |
2013-06-06 | Fix executable mode. | Ondrej Bilka |
2013-06-05 | Remove trailing whitespace. | Joseph Myers |
2013-06-04 | Increase test case timeout | Siddhesh Poyarekar |
2013-05-21 | Test getaddrinfo return value | Dmitry V. Levin |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold |
2013-05-06 | Move getlogin, getlogin_r, setlogin to login/ subdir. | Roland McGrath |
2013-03-08 | Set LC_ALL=C before sed. | Paul Pluzhnikov |
2013-03-07 | Remove PIPE_BUF Linux-specific code | Siddhesh Poyarekar |
2013-02-26 | Bring back definition of __attribute__ for non-gcc and older gcc | Paul Eggert |
2013-02-26 | Fix some build warnings | Siddhesh Poyarekar |
2013-02-17 | Sort Versions files | Andreas Jaeger |
2013-02-12 | Fix buffer overrun in regexp matcher | Andreas Schwab |
2013-02-12 | Fix handling of collating symbols in regexps | Andreas Schwab |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath |
2013-01-21 | Avoid busy loop in wordexp when substituted command closed its stdout | Andreas Schwab |
2013-01-11 | Remove __GLIBC_HAVE_LONG_LONG. | Joseph Myers |
2013-01-11 | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu |
2013-01-10 | Support run tst-exec and tst-spawn directly | H.J. Lu |
2013-01-09 | Force getconf.speclist to be generated in the others pass. | Roland McGrath |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers |
2013-01-01 | Update copyright years. | David S. Miller |
2012-11-19 | Fix _POSIX_TZNAME_MAX for older POSIX (bug 14856). | Joseph Myers |
2012-11-17 | Generate /usr/libexec/getconf files when cross-compiling. | Joseph Myers |
2012-11-14 | Adding missing -fexception CFLAGS | Marcus Shawcroft |
2012-11-09 | Support --with-pkgversion and --with-bugurl. | Joseph Myers |
2012-11-04 | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge |
2012-10-24 | Support cross-testing. | Joseph Myers |
2012-10-24 | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath |
2012-10-24 | Use build directory instead of /tmp in globtest.sh. | Joseph Myers |
2012-10-24 | Define and use $(run-built-tests). | Joseph Myers |
2012-10-23 | Use $(run-program-prefix) in posix/globtest.sh. | Joseph Myers |
2012-10-23 | Add and use $(host-built-program-cmd). | Jim Blandy |
2012-10-22 | Don't pass shell loops' stdin to programs run on glibc's host. | Jim Blandy |
2012-10-19 | Use $(run-program-prefix) in more shell script tests. | Joseph Myers |
2012-10-19 | Use $(built-program-cmd) in posix/tst-getconf.sh. | Joseph Myers |
2012-09-28 | Add a missing $(make-target-directory). | Roland McGrath |
2012-09-28 | [BZ #11438] | Jeff Law |