Optimize x86-32 feraiseexcept also for !__SSE_MATH__
[platform/upstream/glibc.git] / posix /
2011-11-30 Andreas SchwabFix access after end of search string in regex matcher
2011-11-12 Ulrich DrepperFix warnings in regex
2011-11-01 Ulrich DrepperFix tst-rfc3484 build failures
2011-10-29 Ulrich DrepperMark a few more functions with __THROWNL.
2011-10-27 Andreas SchwabDon't mark memory synchronisation functions as leaf
2011-09-10 Ulrich DrepperCleanup of configuration options
2011-09-09 Ulrich DrepperRemove support for automatic cvs check-ins
2011-09-09 John StanleyAdd missing definition of LOCPATH for bug-regex32 run
2011-09-06 Ulrich DrepperTry shell in posix_spawn* only in compat mode
2011-09-06 Ulrich DrepperFix last checkin
2011-09-05 Ulrich DrepperFix glob.h header by removing gcc 1.x support
2011-07-24 Ulrich DrepperDefine SEEK_DATA and SEEK_HOLE
2011-07-21 Ulrich DrepperCheck for overflows in expressions
2011-07-07 Ulrich DrepperHandle W; without long options in getopt
2011-06-11 Roland McGrathQuash some new warnings from GCC 4.6.
2011-05-28 Ulrich DrepperFix unnecessary overallocation due to incomplete character
2011-05-28 Ulrich DrepperRemove unused variable
2011-05-23 Ulrich DrepperAdd a few more alloca size checks
2011-05-20 Reuben ThomasUpdate documentation in regex.h
2011-05-16 Aharon RobbinsUpdate RE_SYNTAX*_AWK constants in regex.h
2011-05-15 Ulrich DrepperProvide more helpful error message in getopt
2011-04-01 Andreas SchwabAdd syncfs syscall.
2011-04-01 Ulrich DrepperFix typos in comments.
2011-03-18 Ulrich DrepperCheck size of pattern in wide character representation...
2011-02-04 Roland McGrathFix some warning nits.
2011-01-17 Ulrich DrepperUpdate copyright year.
2011-01-14 Ulrich DrepperFIx handling of unterminated [ expression in fnmatch.
2010-12-27 Jim MeyeringFix infloop on persistent failing calloc in regex.
2010-11-12 Andreas SchwabFix memory leak in fnmatch
2010-10-12 Ulrich DrepperOne more regex memory leak fixed.
2010-10-12 Ulrich DrepperMore regex memory leak fixes and tests.
2010-10-11 Ulrich DrepperTest case for last regex problem.
2010-10-11 Ulrich DrepperFix memory leak for some invalid regular expressions.
2010-09-21 Ulrich DrepperUndo feature selection for ftruncate.
2010-08-24 Roland McGrathRejigger header generation for default uname implementa...
2010-08-10 Ulrich DrepperAvoid too much stack use in fnmatch.
2010-06-19 Ulrich DrepperCorrect checking loop in group_member.
2010-06-14 Jakub JelinekFix a couple of __REDIRECT () __THROW occurrences
2010-05-05 Andreas SchwabFix lookup of collation sequence value during regexp...
2010-04-09 Roland McGrathFix tst-chmod not to write into srcdir.
2010-04-08 Ulrich DrepperMerge remote branch 'origin/roland/hwcap_mask'
2010-04-08 Ulrich DrepperAdd tests for recent getopt changes.
2010-04-08 Eric Blakegetopt mishandles optstring of "+:"
2010-04-08 Eric Blakegetopt mistakenly allows '-;' as short option
2010-04-08 Eric BlakeFix -W with optional parameters in getopt.
2010-04-05 Ulrich DrepperFix printing error messages in getopt.
2010-04-04 Ulrich DrepperDocument problem with NATs in getaddrinfo.
2010-03-27 Ulrich DrepperWhitespace fixes.
2010-03-27 Ulrich DrepperFix one more issue with the glob patch.
2010-03-24 Ulrich DrepperAdd test for last glob bug.
2010-03-24 Ulrich DrepperFix glob with empty pattern
2010-03-15 Ulrich DrepperUpdate copyright year.
2010-01-22 Paul Eggertregexec.c: avoid overflow in realloc buffer length...
2010-01-22 Paul Eggertregexec.c: avoid leaks on out-of-memory failure paths
2010-01-22 Paul Eggertregexec.c: avoid overflow in computing sum of lengths
2010-01-22 Paul Eggertre_search_internal: Avoid overflow in computing re_mall...
2010-01-22 Paul Eggertprune_impossible_nodes: Avoid overflow in computing...
2010-01-22 Paul Eggertregexec.c: avoid arithmetic overflow in buffer size...
2010-01-22 Paul Eggertregexec.c: simplify re_search_2_stub
2010-01-22 Ulrich DrepperSimplify test in re_string_skip_chars.
2010-01-22 Ulrich Drepperregex_internal.c: don't assume WEOF fits in wchar_t
2010-01-22 Ulrich Drepperregex_internal.c: remove useless variable and the code...
2010-01-22 Ulrich DrepperExtend overflow detection in re_dfa_add_node.
2010-01-22 Ulrich Drepperregex: avoid internal re_realloc overflow
2010-01-15 Ulrich DrepperOne forgotten checkin from regex changes.
2010-01-15 Ulrich DrepperFix a few more cases of ignored return values in regex.
2010-01-15 Paul Eggertregcomp.c: do not ignore memory allocation failure
2010-01-15 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-01-15 Ulrich DrepperRelax conditions in unistd.h.
2010-01-14 Ulrich DrepperRelax visibility of some more declaration.
2010-01-14 Ulrich DrepperDeclare getpagesize in _GNU_SOURCE mode again.
2010-01-12 Ulrich DrepperFix up sched.h for XPG7.
2010-01-12 Jakub JelinekFix compile error with sys/wait.h.
2010-01-11 Ulrich DrepperFix handling symbols removed in XPG7.
2010-01-11 Ulrich DrepperFix up unistd.h for XPG7.
2010-01-10 Ulrich DrepperFix up sys/wait.h header for XPG7.
2010-01-10 Ulrich DrepperFix up sys/types.h for XPG7.
2010-01-10 Ulrich DrepperFix glob.h for XPG7.
2010-01-09 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-01-09 Ulrich DrepperAdd support for XPG7 testing.
2009-12-09 Bruno HaibleAdd more warnings to exec functions.
2009-11-18 Ulrich DrepperWhitespace fixes.
2009-11-18 Paolo BonziniFix ranges with multibyte characters as endpoints.
2009-11-15 Mike FrsyingerAdd missing stdio.h include.
2009-09-10 Ulrich DrepperHandle -- on getconf command line.
2009-09-07 Ulrich DrepperHandle POSIX2_LINE_MAX in getconf.
2009-08-24 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2009-08-23 Ulrich DrepperExtend last test case.
2009-08-23 Ulrich DrepperAdd test case for last fixed regex bug.
2009-08-23 Ulrich DrepperRecognize ill-formed { } expressions in regcomp.
2009-08-23 Ulrich DrepperAlso correct _POSIX2_* constants in case older standard...
2009-08-23 Ulrich DrepperDefine _POSIX_VERSION correctly when older POSIX versio...
2009-07-23 Ulrich DrepperAvoid warnings in test cases.
2009-06-17 Andreas SchwabDon't treat bug reporting message as a format string.
2009-06-16 Ulrich DrepperWhen iterating over CPU bitmask, don't try more than...
2009-06-02 Ulrich DrepperImplement execvpe.
2009-05-16 Ulrich DrepperFix typos and pretty printing in sys/wait.h.
2009-05-16 Andreas SchwabRemove redundant .gitignore files.
2009-05-15 Jim Meyeringrename each .cvsignore file to .gitignore
2009-04-26 Ulrich Drepper* posix/bits/posix1_lim.h: Cleanup namespace a bit.
next