Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Make several tool features mandatory and simplify the code. | |||||
2011-09-08 | Remove support for automatic cvs check-ins | Ulrich Drepper | 1 | -6/+0 | |
CVS use for glibc is long gone. | |||||
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 | |
Some passed in values might cause overflows in expressions. | |||||
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 | |
When incomplete characters are found at the end of a string the code ran amok and allocated lots of memory. Stricter limits are now in place. | |||||
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 | |
If provide with an ambiguous long option we now show all the possibilities. | |||||
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 | |
2010-09-21 | Undo feature selection for ftruncate. | Ulrich Drepper | 1 | -0/+3 | |
2010-08-24 | Rejigger header generation for default uname implementation. | Roland McGrath | 1 | -0/+8 | |
2010-08-09 | Avoid too much stack use in fnmatch. | Ulrich Drepper | 2 | -61/+128 | |
2010-06-19 | Correct checking loop in group_member. | Ulrich Drepper | 1 | -4/+5 | |
2010-06-14 | Fix a couple of __REDIRECT () __THROW occurrences | Jakub Jelinek | 1 | -4/+4 | |
This patch fixes some cases which fail to parse with C++. | |||||
2010-05-05 | Fix lookup of collation sequence value during regexp matching | Andreas Schwab | 1 | -1/+1 | |
2010-04-09 | Fix tst-chmod not to write into srcdir. | Roland McGrath | 1 | -1/+1 | |
2010-04-07 | Add tests for recent getopt changes. | Ulrich Drepper | 6 | -1/+396 | |
2010-04-07 | getopt mishandles optstring of "+:" | Eric Blake | 1 | -2/+4 | |
2010-04-07 | getopt mistakenly allows '-;' as short option | Eric Blake | 1 | -1/+1 | |
2010-04-07 | Fix -W with optional parameters in getopt. | Eric Blake | 1 | -1/+6 | |
According to the getopt documentation, if "W;" is part of optstring, then '-W foo' should behave like '--foo'. But if "foo" uses an optional_argument, this is not the case, since optarg is not NULL when using -W. | |||||
2010-04-04 | Fix printing error messages in getopt. | Ulrich Drepper | 1 | -12/+13 | |
2010-04-03 | Document problem with NATs in getaddrinfo. | Ulrich Drepper | 1 | -0/+9 | |
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 | Add test for last glob bug. | Ulrich Drepper | 2 | -2/+47 | |
2010-03-24 | Fix glob with empty pattern | Ulrich Drepper | 2 | -42/+81 | |