Age | Commit message (Expand) | Author | Files | Lines |
2012-04-29 | Fix attributes for fortify functions. | Marek Polacek | 2 | -15/+15 |
2012-03-25 | Fix last change. | Roland McGrath | 1 | -2/+3 |
2012-03-25 | Fix confstr use of local buffer outside its extent. | Roland McGrath | 1 | -116/+106 |
2012-03-23 | 2012-03-23 Daniel Jacobowitz <dmj@google.com> | Paul Pluzhnikov | 1 | -8/+0 |
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 2 | -2/+2 |
2012-03-10 | Replace FSF snail mail address with URL in miscellaneous files. | Paul Eggert | 1 | -3/+2 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -8/+1 |
2012-02-28 | [BZ #13637] | Stanislav Brabec | 3 | -2/+123 |
2012-02-26 | Add first fixes for conformtest for POSIX2008 | Ulrich Drepper | 3 | -2/+9 |
2012-02-26 | Fix up POSIX testing in conformtest | Ulrich Drepper | 2 | -5/+4 |
2012-02-25 | First steps to get conformtest fully working | Ulrich Drepper | 1 | -2/+7 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 181 | -542/+361 |
2012-01-24 | Remove posix/glob directory (standalone glob build support). | Joseph Myers | 8 | -6085/+0 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 8 | -112/+105 |
2012-01-03 | Optimize regex a bit | Ulrich Drepper | 1 | -4/+32 |
2012-01-01 | Update copyright year | Ulrich Drepper | 1 | -2/+2 |
2011-12-30 | Fix up regcomp/regexec | Jakub Jelinek | 1 | -1/+1 |
2011-11-30 | Fix access after end of search string in regex matcher | Andreas Schwab | 4 | -9/+8 |
2011-11-12 | Fix warnings in regex | Ulrich Drepper | 2 | -5/+6 |
2011-11-01 | Fix tst-rfc3484 build failures | Ulrich Drepper | 3 | -0/+18 |
2011-10-29 | Mark a few more functions with __THROWNL. | Ulrich Drepper | 1 | -3/+3 |
2011-10-27 | Don't mark memory synchronisation functions as leaf | Andreas Schwab | 1 | -1/+1 |
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | 2 | -30/+28 |
2011-09-08 | Remove support for automatic cvs check-ins | Ulrich Drepper | 1 | -6/+0 |
2011-09-08 | Add missing definition of LOCPATH for bug-regex32 run | John Stanley | 1 | -0/+1 |
2011-09-05 | Try shell in posix_spawn* only in compat mode | Ulrich Drepper | 4 | -14/+52 |
2011-09-05 | Fix last checkin | Ulrich Drepper | 1 | -0/+1 |
2011-09-05 | Fix glob.h header by removing gcc 1.x support | Ulrich Drepper | 1 | -16/+3 |
2011-07-23 | Define SEEK_DATA and SEEK_HOLE | Ulrich Drepper | 1 | -0/+4 |
2011-07-20 | Check for overflows in expressions | Ulrich Drepper | 1 | -8/+34 |
2011-07-06 | Handle W; without long options in getopt | Ulrich Drepper | 1 | -2/+7 |
2011-06-10 | Quash some new warnings from GCC 4.6. | Roland McGrath | 1 | -0/+1 |
2011-05-28 | Fix unnecessary overallocation due to incomplete character | Ulrich Drepper | 4 | -15/+57 |
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 |
2011-05-20 | Update documentation in regex.h | Reuben Thomas | 1 | -4/+9 |
2011-05-16 | Update RE_SYNTAX*_AWK constants in regex.h | Aharon Robbins | 1 | -9/+12 |
2011-05-15 | Provide more helpful error message in getopt | Ulrich Drepper | 3 | -21/+124 |
2011-04-01 | Add syncfs syscall. | Andreas Schwab | 1 | -0/+7 |
2011-04-01 | Fix typos in comments. | Ulrich Drepper | 2 | -6/+6 |
2011-03-18 | Check size of pattern in wide character representation in fnmatch. | Ulrich Drepper | 1 | -1/+12 |
2011-02-04 | Fix some warning nits. | Roland McGrath | 1 | -2/+2 |
2011-01-17 | Update copyright year. | Ulrich Drepper | 1 | -2/+2 |
2011-01-14 | FIx handling of unterminated [ expression in fnmatch. | Ulrich Drepper | 5 | -14/+30 |
2010-12-27 | Fix infloop on persistent failing calloc in regex. | Jim Meyering | 1 | -0/+2 |
2010-11-12 | Fix memory leak in fnmatch | Andreas Schwab | 3 | -8/+15 |
2010-10-12 | One more regex memory leak fixed. | Ulrich Drepper | 2 | -0/+3 |
2010-10-11 | More regex memory leak fixes and tests. | Ulrich Drepper | 3 | -10/+36 |
2010-10-11 | Test case for last regex problem. | Ulrich Drepper | 2 | -2/+24 |
2010-10-11 | Fix memory leak for some invalid regular expressions. | Ulrich Drepper | 1 | -1/+9 |