summaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)Author
2010-02-01Merge remote branch 'origin/master' into fedora/masterAndreas Schwab
2010-01-22regexec.c: avoid overflow in realloc buffer length computationPaul Eggert
2010-01-22regexec.c: avoid leaks on out-of-memory failure pathsPaul Eggert
2010-01-22regexec.c: avoid overflow in computing sum of lengthsPaul Eggert
2010-01-22re_search_internal: Avoid overflow in computing re_malloc buffer sizePaul Eggert
2010-01-22prune_impossible_nodes: Avoid overflow in computing re_malloc buffer sizePaul Eggert
2010-01-22regexec.c: avoid arithmetic overflow in buffer size calculationPaul Eggert
2010-01-22regexec.c: simplify re_search_2_stubPaul Eggert
2010-01-22Simplify test in re_string_skip_chars.Ulrich Drepper
2010-01-22regex_internal.c: don't assume WEOF fits in wchar_tUlrich Drepper
2010-01-22regex_internal.c: remove useless variable and the code to set it.Ulrich Drepper
2010-01-22Extend overflow detection in re_dfa_add_node.Ulrich Drepper
2010-01-22regex: avoid internal re_realloc overflowUlrich Drepper
2010-01-20Merge remote branch 'origin/master' into fedora/masterAndreas Schwab
2010-01-15One forgotten checkin from regex changes.Ulrich Drepper
2010-01-15Fix a few more cases of ignored return values in regex.Ulrich Drepper
2010-01-15Merge remote branch 'origin/master' into fedora/masterAndreas Schwab
2010-01-14regcomp.c: do not ignore memory allocation failurePaul Eggert
2010-01-14Relax conditions in unistd.h.Ulrich Drepper
2010-01-14Relax visibility of some more declaration.Ulrich Drepper
2010-01-14Declare getpagesize in _GNU_SOURCE mode again.Ulrich Drepper
2010-01-12Fix up sched.h for XPG7.Ulrich Drepper
2010-01-12Merge remote branch 'origin/master' into fedora/masterAndreas Schwab
2010-01-12Fix compile error with sys/wait.h.Jakub Jelinek
2010-01-11Fix handling symbols removed in XPG7.Ulrich Drepper
2010-01-11Fix up unistd.h for XPG7.Ulrich Drepper
2010-01-11Merge remote branch 'origin/master' into fedora/masterAndreas Schwab
2010-01-10Fix up sys/wait.h header for XPG7.Ulrich Drepper
2010-01-10Fix up sys/types.h for XPG7.Ulrich Drepper
2010-01-10Fix glob.h for XPG7.Ulrich Drepper
2010-01-09Add support for XPG7 testing.Ulrich Drepper
2009-12-14Merge remote branch 'origin/master' into fedora/masterAndreas Schwab
2009-12-09Add more warnings to exec functions.Bruno Haible
2009-11-24Merge remote branch 'origin/master' into fedora/masterAndreas Schwab
2009-11-17Whitespace fixes.Ulrich Drepper
2009-11-17Fix ranges with multibyte characters as endpoints.Paolo Bonzini
2009-11-14Add missing stdio.h include.Mike Frsyinger
2009-09-14Merge remote branch 'origin/master' into fedora/masterAndreas Schwab
2009-09-09Handle -- on getconf command line.Ulrich Drepper
2009-09-07Merge commit 'origin/master' into fedora/masterAndreas Schwab
2009-09-07Handle POSIX2_LINE_MAX in getconf.Ulrich Drepper
2009-08-26Merge commit 'origin/master' into fedora/masterAndreas Schwab
2009-08-24Merge commit 'origin/master' into fedora/masterAndreas Schwab
2009-08-23Extend last test case.Ulrich Drepper
2009-08-23Add test case for last fixed regex bug.Ulrich Drepper
2009-08-23Recognize ill-formed { } expressions in regcomp.Ulrich Drepper
2009-08-23Also correct _POSIX2_* constants in case older standards are selected.Ulrich Drepper
2009-08-23Define _POSIX_VERSION correctly when older POSIX versions are selected.Ulrich Drepper
2009-07-27Merge commit 'origin/master' into fedora/masterAndreas Schwab
2009-07-23Avoid warnings in test cases.Ulrich Drepper