_dl_sort_fini: Remove unused argument
[platform/upstream/glibc.git] / posix /
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.
2009-03-10 Ulrich Drepper* posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION,...
2009-02-26 Ulrich Drepper* wctype/wctype.h: The *_l functions are in POSIX 2008.
2009-02-26 Ulrich Drepper* include/features.h: If no feature selection given...
2009-02-16 Jakub Jelinek* stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534
2009-02-07 Ulrich Drepper[BZ #7095]
2009-02-06 Ulrich Drepper* debug/xtrace.sh: Unify translatable messages.
2009-01-08 Ulrich Drepper[BZ 697] cvs/fedora-glibc-20090108T0952
2009-01-08 Ulrich Drepper[BZ 9697]
2009-01-08 Ulrich Drepper* posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
2009-01-02 Ulrich Drepper* posix/getconf.c: Update copyright year.
2008-12-06 Ulrich Drepper* posix/globtest.sh: Use mktemp to create temporary...
2008-12-06 Ulrich Drepper* posix/regex_internal.h (build_wcs_upper_buffer):
2008-10-31 Ulrich Drepper[BZ #6919]
next