Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | One more regex memory leak fixed. | Ulrich Drepper | 2010-10-12 | 2 | -0/+3 |
| | |||||
* | More regex memory leak fixes and tests. | Ulrich Drepper | 2010-10-11 | 3 | -10/+36 |
| | |||||
* | Test case for last regex problem. | Ulrich Drepper | 2010-10-11 | 2 | -2/+24 |
| | |||||
* | Fix memory leak for some invalid regular expressions. | Ulrich Drepper | 2010-10-11 | 1 | -1/+9 |
| | |||||
* | Undo feature selection for ftruncate. | Ulrich Drepper | 2010-09-21 | 1 | -0/+3 |
| | |||||
* | Rejigger header generation for default uname implementation. | Roland McGrath | 2010-08-24 | 1 | -0/+8 |
| | |||||
* | Avoid too much stack use in fnmatch. | Ulrich Drepper | 2010-08-09 | 2 | -61/+128 |
| | |||||
* | Correct checking loop in group_member. | Ulrich Drepper | 2010-06-19 | 1 | -4/+5 |
| | |||||
* | Fix a couple of __REDIRECT () __THROW occurrences | Jakub Jelinek | 2010-06-14 | 1 | -4/+4 |
| | | | | This patch fixes some cases which fail to parse with C++. | ||||
* | Fix lookup of collation sequence value during regexp matching | Andreas Schwab | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | Fix tst-chmod not to write into srcdir. | Roland McGrath | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Add tests for recent getopt changes. | Ulrich Drepper | 2010-04-07 | 6 | -1/+396 |
| | |||||
* | getopt mishandles optstring of "+:" | Eric Blake | 2010-04-07 | 1 | -2/+4 |
| | |||||
* | getopt mistakenly allows '-;' as short option | Eric Blake | 2010-04-07 | 1 | -1/+1 |
| | |||||
* | Fix -W with optional parameters in getopt. | Eric Blake | 2010-04-07 | 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. | ||||
* | Fix printing error messages in getopt. | Ulrich Drepper | 2010-04-04 | 1 | -12/+13 |
| | |||||
* | Document problem with NATs in getaddrinfo. | Ulrich Drepper | 2010-04-03 | 1 | -0/+9 |
| | |||||
* | Whitespace fixes. | Ulrich Drepper | 2010-03-27 | 1 | -2/+2 |
| | |||||
* | Fix one more issue with the glob patch. | Ulrich Drepper | 2010-03-27 | 1 | -2/+2 |
| | |||||
* | Add test for last glob bug. | Ulrich Drepper | 2010-03-24 | 2 | -2/+47 |
| | |||||
* | Fix glob with empty pattern | Ulrich Drepper | 2010-03-24 | 2 | -42/+81 |
| | |||||
* | Update copyright year. | Ulrich Drepper | 2010-03-15 | 1 | -2/+2 |
| | |||||
* | regexec.c: avoid overflow in realloc buffer length computation | Paul Eggert | 2010-01-22 | 1 | -0/+4 |
| | |||||
* | regexec.c: avoid leaks on out-of-memory failure paths | Paul Eggert | 2010-01-22 | 1 | -4/+15 |
| | |||||
* | regexec.c: avoid overflow in computing sum of lengths | Paul Eggert | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | re_search_internal: Avoid overflow in computing re_malloc buffer size | Paul Eggert | 2010-01-22 | 1 | -0/+7 |
| | |||||
* | prune_impossible_nodes: Avoid overflow in computing re_malloc buffer size | Paul Eggert | 2010-01-22 | 1 | -0/+5 |
| | |||||
* | regexec.c: avoid arithmetic overflow in buffer size calculation | Paul Eggert | 2010-01-22 | 1 | -0/+7 |
| | |||||
* | regexec.c: simplify re_search_2_stub | Paul Eggert | 2010-01-22 | 1 | -7/+4 |
| | |||||
* | Simplify test in re_string_skip_chars. | Ulrich Drepper | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | regex_internal.c: don't assume WEOF fits in wchar_t | Ulrich Drepper | 2010-01-22 | 1 | -5/+7 |
| | |||||
* | regex_internal.c: remove useless variable and the code to set it. | Ulrich Drepper | 2010-01-22 | 1 | -3/+1 |
| | |||||
* | Extend overflow detection in re_dfa_add_node. | Ulrich Drepper | 2010-01-22 | 1 | -2/+5 |
| | |||||
* | regex: avoid internal re_realloc overflow | Ulrich Drepper | 2010-01-22 | 1 | -1/+8 |
| | |||||
* | One forgotten checkin from regex changes. | Ulrich Drepper | 2010-01-15 | 1 | -2/+2 |
| | |||||
* | Fix a few more cases of ignored return values in regex. | Ulrich Drepper | 2010-01-15 | 3 | -129/+145 |
| | |||||
* | regcomp.c: do not ignore memory allocation failure | Paul Eggert | 2010-01-14 | 1 | -55/+57 |
| | |||||
* | Relax conditions in unistd.h. | Ulrich Drepper | 2010-01-14 | 1 | -9/+9 |
| | |||||
* | Relax visibility of some more declaration. | Ulrich Drepper | 2010-01-14 | 1 | -2/+2 |
| | |||||
* | Declare getpagesize in _GNU_SOURCE mode again. | Ulrich Drepper | 2010-01-14 | 1 | -2/+2 |
| | |||||
* | Fix up sched.h for XPG7. | Ulrich Drepper | 2010-01-12 | 1 | -1/+9 |
| | |||||
* | Fix compile error with sys/wait.h. | Jakub Jelinek | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | Fix handling symbols removed in XPG7. | Ulrich Drepper | 2010-01-11 | 1 | -6/+6 |
| | |||||
* | Fix up unistd.h for XPG7. | Ulrich Drepper | 2010-01-11 | 1 | -16/+23 |
| | |||||
* | Fix up sys/wait.h header for XPG7. | Ulrich Drepper | 2010-01-10 | 1 | -4/+4 |
| | |||||
* | Fix up sys/types.h for XPG7. | Ulrich Drepper | 2010-01-10 | 1 | -5/+6 |
| | | | | Also fix a test. | ||||
* | Fix glob.h for XPG7. | Ulrich Drepper | 2010-01-10 | 1 | -2/+3 |
| | |||||
* | Add support for XPG7 testing. | Ulrich Drepper | 2010-01-09 | 1 | -103/+111 |
| | | | | | The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come. | ||||
* | Add more warnings to exec functions. | Bruno Haible | 2009-12-09 | 1 | -8/+8 |
| | |||||
* | Whitespace fixes. | Ulrich Drepper | 2009-11-17 | 1 | -2/+2 |
| |