Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warning in posix/bug-regex31.c. | Joseph Myers | 2014-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | This patch fixes a "set but not used" warning in posix/bug-regex31.c. A variable res stored an indication of whether the test behaved as expected, but was then ignored and the test returned 0 unconditionally (as an mtrace test, the auxiliary test for leaks could still have failed if that bug was present). This patch makes the test return res. Tested for x86_64. * posix/bug-regex31.c (main): Return RES not 0. | ||||
* | Quash some new warnings from GCC 4.6. | Roland McGrath | 2011-06-10 | 1 | -0/+1 |
| | |||||
* | More regex memory leak fixes and tests. | Ulrich Drepper | 2010-10-11 | 1 | -7/+27 |
| | |||||
* | Test case for last regex problem. | Ulrich Drepper | 2010-10-11 | 1 | -0/+16 |