Fix lookup of collation sequence value during regexp matching
[platform/upstream/glibc.git] / posix /
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]
2008-10-31 Ulrich Drepper[BZ #6980]
2008-07-27 Ulrich Drepper* posix/wordexp.c (exec_comm): Use pipe2 if possible...
2008-07-25 Ulrich Drepper* Versions.def (glibc): Add GLIBC_2.9.
2008-06-25 Ulrich Drepper* posix/tst-regex.c (main): Rename to...
2008-05-27 Ulrich DrepperRemove useless more "if" tests before "free".
2008-05-15 Ulrich Drepper* string/Makefile (distribute): Add str-two-way.h. cvs/fedora-glibc-20080515T0735
2008-05-15 Ulrich Drepper* posix/regcomp.c (optimize_utf8): Add a note on why...
2008-03-29 Ulrich Drepper* posix/getopt.c (_getopt_internal_r): Remove old POSIX...
2008-03-26 Ulrich DrepperFix comment for scope nullbits.
2008-03-08 Ulrich Drepper[BZ #5762]
2008-01-16 Ulrich Drepper[BZ #5607]
2008-01-10 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (sort_results): Remove...
2008-01-02 Ulrich Drepper* posix/getconf.c: Update copyright year.
2007-12-14 Ulrich Drepper* locale/nl_langinfo.c (nl_langinfo): Just call __nl_la...
2007-12-12 Ulrich Drepper* posix/regcomp.c (optimize_utf8): Fix a typo, s/idx...
2007-11-26 Ulrich Drepper* posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
2007-11-26 Ulrich DrepperDefine REG_ENOSYS also for Unix98.
2007-11-26 Ulrich DrepperDeclare fsync also for Unix98.
2007-11-20 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes...
2007-11-19 Ulrich Drepper* posix/gai.conf: Update for current default tables.
2007-11-14 Ulrich Drepper* include/ifaddrs.h: Remove in6ai_temporary.
2007-11-13 Ulrich Drepper* posix/tst-rfc3484.c: Adjust for addition of prefixlen...
2007-10-15 Ulrich Drepper* posix/glob.c: Reimplement link_exists_p to use fstatat64. cvs/fedora-glibc-20071015T0728
2007-10-15 Ulrich Drepper* posix/glob.c: Add some branch prediction throughout.
2007-10-14 Ulrich Drepper* posix/tst-rfc3484-2.c (do_test): Likewise.
next