Age | Commit message (Expand) | Author | Files | Lines |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -21/+21 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-10-20 | When glob pattern contains a trailing slash match only directories. Fixes bug... | Ondřej Bílka | 1 | -0/+5 |
2013-10-01 | glob: silence -Wattribute warnings | Eric Blake | 1 | -3/+3 |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers | 1 | -3/+3 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -2/+1 |
2012-09-25 | Use size_t instead of int for internal variables in glob (bug 14621). | Joseph Myers | 1 | -5/+5 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2011-07-20 | Check for overflows in expressions | Ulrich Drepper | 1 | -8/+34 |
2011-05-28 | Remove unused variable | Ulrich Drepper | 1 | -1/+0 |
2011-05-22 | Add a few more alloca size checks | Ulrich Drepper | 1 | -87/+276 |
2010-03-27 | Whitespace fixes. | Ulrich Drepper | 1 | -2/+2 |
2010-03-27 | Fix one more issue with the glob patch. | Ulrich Drepper | 1 | -2/+2 |
2010-03-24 | Fix glob with empty pattern | Ulrich Drepper | 1 | -21/+27 |
2008-05-27 | Remove useless more "if" tests before "free". | Ulrich Drepper | 1 | -3/+2 |
2007-10-15 | * posix/glob.c: Reimplement link_exists_p to use fstatat64.cvs/fedora-glibc-20071015T0728 | Ulrich Drepper | 1 | -3/+28 |
2007-10-15 | * posix/glob.c: Add some branch prediction throughout. | Ulrich Drepper | 1 | -9/+9 |
2007-10-07 | [BZ #73] | Ulrich Drepper | 1 | -1/+2 |
2007-10-07 | [BZ #5103] | Ulrich Drepper | 1 | -2/+3 |
2007-02-14 | [BZ #3996] | Ulrich Drepper | 1 | -117/+260 |
2006-09-30 | * posix/glob.c (glob_in_dir): Add some comments and asserts to | Ulrich Drepper | 1 | -2/+16 |
2006-09-25 | [BZ #3252, BZ #3253]cvs/fedora-glibc-20060925T1535 | Ulrich Drepper | 1 | -54/+88 |
2006-01-11 | [BZ #1060] | Roland McGrath | 1 | -341/+86 |
2005-12-14 | Moved to csu/errno-loc.c. | Ulrich Drepper | 1 | -0/+1558 |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 1 | -1351/+0 |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | 1 | -0/+1351 |
1998-05-12 | Update. | Ulrich Drepper | 1 | -1114/+0 |
1998-03-02 | (glob_in_dir): Add support for cases insensitive VMS. | Ulrich Drepper | 1 | -2/+2 |
1997-11-06 | Update.cvs/libc-ud-971105 | Ulrich Drepper | 1 | -123/+81 |
1997-10-31 | Update.cvs/libc-ud-971031 | Ulrich Drepper | 1 | -3/+26 |
1997-10-29 | Update. | Ulrich Drepper | 1 | -1/+62 |
1997-09-16 | Update.cvs/libc-ud-970915 | Ulrich Drepper | 1 | -116/+153 |
1997-08-24 | Update. | Ulrich Drepper | 1 | -0/+5 |
1997-08-14 | Update.cvs/libc-ud-970813 | Ulrich Drepper | 1 | -19/+22 |
1997-06-12 | Update.cvs/libc-ud-970612 | Ulrich Drepper | 1 | -3/+3 |
1997-03-27 | Update.cvs/libc-ud-970326cvs/libc-970329cvs/libc-970328cvs/libc-970327 | Ulrich Drepper | 1 | -7/+9 |
1997-03-21 | Update. | Ulrich Drepper | 1 | -107/+187 |
1996-12-18 | update from main archive 961217cvs/libc-961219cvs/libc-961218 | Ulrich Drepper | 1 | -18/+4 |
1996-12-07 | update from main archive 961206 | Ulrich Drepper | 1 | -2/+2 |
1996-12-04 | update from main archive 961203 | Ulrich Drepper | 1 | -16/+30 |
1996-12-02 | update from main archive 961201cvs/libc-961202 | Ulrich Drepper | 1 | -4/+41 |
1996-09-27 | update from main archivecvs/libc-960927 | Ulrich Drepper | 1 | -4/+6 |
1996-07-21 | Sat Jul 20 21:55:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> | Roland McGrath | 1 | -2/+20 |
1996-06-22 | * version.h (VERSION): Version 1.92 test release. | Roland McGrath | 1 | -2/+2 |
1996-05-22 | Wed May 22 17:22:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> | Roland McGrath | 1 | -0/+5 |
1996-05-22 | Wed May 22 17:22:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> | Roland McGrath | 1 | -1/+1 |
1996-05-13 | * posix/glob.c [_AMIGA]: Don't include <pwd.h>. | Roland McGrath | 1 | -3/+25 |
1996-04-03 | Tue Apr 2 21:27:01 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu... | Roland McGrath | 1 | -1/+1 |
1996-03-17 | Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> | Roland McGrath | 1 | -33/+106 |
1996-03-01 | Fri Mar 1 10:09:46 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> | Roland McGrath | 1 | -27/+26 |