summaryrefslogtreecommitdiffstats
path: root/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-02-012-24/+65
|\
| * 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
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-01-203-131/+147
|\|
| * 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
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-01-153-68/+78
|\|
| * 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
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-01-122-17/+24
|\|
| * 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
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-01-114-114/+124
|\|
| * Fix up sys/wait.h header for XPG7.Ulrich Drepper2010-01-101-4/+4
| * Fix up sys/types.h for XPG7.Ulrich Drepper2010-01-101-5/+6
| * Fix glob.h for XPG7.Ulrich Drepper2010-01-101-2/+3
| * Add support for XPG7 testing.Ulrich Drepper2010-01-091-103/+111
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-12-141-8/+8
|\|
| * Add more warnings to exec functions.Bruno Haible2009-12-091-8/+8
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-11-244-2/+107
|\|
| * Whitespace fixes.Ulrich Drepper2009-11-171-2/+2
| * Fix ranges with multibyte characters as endpoints.Paolo Bonzini2009-11-173-2/+106
| * Add missing stdio.h include.Mike Frsyinger2009-11-141-0/+1
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-09-141-34/+38
|\|
| * Handle -- on getconf command line.Ulrich Drepper2009-09-091-34/+38
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-09-071-0/+1
|\|
| * Handle POSIX2_LINE_MAX in getconf.Ulrich Drepper2009-09-071-0/+1
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-261-1/+8
|\|
| * Extend last test case.Ulrich Drepper2009-08-231-1/+8
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-244-7/+51
|\|
| * Add test case for last fixed regex bug.Ulrich Drepper2009-08-232-0/+16
| * Recognize ill-formed { } expressions in regcomp.Ulrich Drepper2009-08-231-1/+1
| * Also correct _POSIX2_* constants in case older standards are selected.Ulrich Drepper2009-08-231-5/+19
| * Define _POSIX_VERSION correctly when older POSIX versions are selected.Ulrich Drepper2009-08-231-1/+15
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-07-273-0/+6
|\|
| * Avoid warnings in test cases.Ulrich Drepper2009-07-233-0/+6