summaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)Author
2010-05-19Merge remote branch 'origin/master' into fedora/masterAndreas Schwab
2010-05-05Fix lookup of collation sequence value during regexp matchingAndreas Schwab
2010-04-12Merge remote branch 'origin/master' into fedora/masterAndreas Schwab
2010-04-09Fix tst-chmod not to write into srcdir.Roland McGrath
2010-04-07Add tests for recent getopt changes.Ulrich Drepper
2010-04-07getopt mishandles optstring of "+:"Eric Blake
2010-04-07getopt mistakenly allows '-;' as short optionEric Blake
2010-04-07Fix -W with optional parameters in getopt.Eric Blake
2010-04-06Assign global scope to RFC 1918 addressesUlrich Drepper
2010-04-06Merge remote branch 'origin/master' into fedora/masterAndreas Schwab
2010-04-04Fix printing error messages in getopt.Ulrich Drepper
2010-04-03Document problem with NATs in getaddrinfo.Ulrich Drepper
2010-03-27Whitespace fixes.Ulrich Drepper
2010-03-27Fix one more issue with the glob patch.Ulrich Drepper
2010-03-24Add test for last glob bug.Ulrich Drepper
2010-03-24Fix glob with empty patternUlrich Drepper
2010-03-15Update copyright year.Ulrich Drepper
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