about summary refs log tree commit diff
path: root/posix
Commit message (Collapse)AuthorAgeFilesLines
* Fix some warning nits.Roland McGrath2011-02-041-2/+2
|
* Update copyright year.Ulrich Drepper2011-01-171-2/+2
|
* FIx handling of unterminated [ expression in fnmatch.Ulrich Drepper2011-01-145-14/+30
|
* Fix infloop on persistent failing calloc in regex.Jim Meyering2010-12-271-0/+2
|
* Fix memory leak in fnmatchAndreas Schwab2010-11-123-8/+15
|
* One more regex memory leak fixed.Ulrich Drepper2010-10-122-0/+3
|
* More regex memory leak fixes and tests.Ulrich Drepper2010-10-113-10/+36
|
* Test case for last regex problem.Ulrich Drepper2010-10-112-2/+24
|
* Fix memory leak for some invalid regular expressions.Ulrich Drepper2010-10-111-1/+9
|
* Undo feature selection for ftruncate.Ulrich Drepper2010-09-211-0/+3
|
* Rejigger header generation for default uname implementation.Roland McGrath2010-08-241-0/+8
|
* Avoid too much stack use in fnmatch.Ulrich Drepper2010-08-092-61/+128
|
* Correct checking loop in group_member.Ulrich Drepper2010-06-191-4/+5
|
* Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek2010-06-141-4/+4
| | | | This patch fixes some cases which fail to parse with C++.
* Fix lookup of collation sequence value during regexp matchingAndreas Schwab2010-05-051-1/+1
|
* Fix tst-chmod not to write into srcdir.Roland McGrath2010-04-091-1/+1
|
* Add tests for recent getopt changes.Ulrich Drepper2010-04-076-1/+396
|
* getopt mishandles optstring of "+:"Eric Blake2010-04-071-2/+4
|
* getopt mistakenly allows '-;' as short optionEric Blake2010-04-071-1/+1
|
* Fix -W with optional parameters in getopt.Eric Blake2010-04-071-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 Drepper2010-04-041-12/+13
|
* Document problem with NATs in getaddrinfo.Ulrich Drepper2010-04-031-0/+9
|
* Whitespace fixes.Ulrich Drepper2010-03-271-2/+2
|
* Fix one more issue with the glob patch.Ulrich Drepper2010-03-271-2/+2
|
* Add test for last glob bug.Ulrich Drepper2010-03-242-2/+47
|
* Fix glob with empty patternUlrich Drepper2010-03-242-42/+81
|
* Update copyright year.Ulrich Drepper2010-03-151-2/+2
|
* regexec.c: avoid overflow in realloc buffer length computationPaul Eggert2010-01-221-0/+4
|
* regexec.c: avoid leaks on out-of-memory failure pathsPaul Eggert2010-01-221-4/+15
|
* regexec.c: avoid overflow in computing sum of lengthsPaul Eggert2010-01-221-1/+1
|
* re_search_internal: Avoid overflow in computing re_malloc buffer sizePaul Eggert2010-01-221-0/+7
|
* prune_impossible_nodes: Avoid overflow in computing re_malloc buffer sizePaul Eggert2010-01-221-0/+5
|
* regexec.c: avoid arithmetic overflow in buffer size calculationPaul Eggert2010-01-221-0/+7
|
* regexec.c: simplify re_search_2_stubPaul Eggert2010-01-221-7/+4
|
* Simplify test in re_string_skip_chars.Ulrich Drepper2010-01-221-1/+1
|
* regex_internal.c: don't assume WEOF fits in wchar_tUlrich Drepper2010-01-221-5/+7
|
* regex_internal.c: remove useless variable and the code to set it.Ulrich Drepper2010-01-221-3/+1
|
* Extend overflow detection in re_dfa_add_node.Ulrich Drepper2010-01-221-2/+5
|
* regex: avoid internal re_realloc overflowUlrich Drepper2010-01-221-1/+8
|
* One forgotten checkin from regex changes.Ulrich Drepper2010-01-151-2/+2
|
* Fix a few more cases of ignored return values in regex.Ulrich Drepper2010-01-153-129/+145
|
* regcomp.c: do not ignore memory allocation failurePaul Eggert2010-01-141-55/+57
|
* Relax conditions in unistd.h.Ulrich Drepper2010-01-141-9/+9
|
* Relax visibility of some more declaration.Ulrich Drepper2010-01-141-2/+2
|
* Declare getpagesize in _GNU_SOURCE mode again.Ulrich Drepper2010-01-141-2/+2
|
* Fix up sched.h for XPG7.Ulrich Drepper2010-01-121-1/+9
|
* Fix compile error with sys/wait.h.Jakub Jelinek2010-01-121-1/+1
|
* Fix handling symbols removed in XPG7.Ulrich Drepper2010-01-111-6/+6
|
* Fix up unistd.h for XPG7.Ulrich Drepper2010-01-111-16/+23
|
* Fix up sys/wait.h header for XPG7.Ulrich Drepper2010-01-101-4/+4
|