aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)Author
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-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-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-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-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-09Add more warnings to exec functions.Bruno Haible
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-09Handle -- on getconf command line.Ulrich Drepper
2009-09-07Handle POSIX2_LINE_MAX in getconf.Ulrich Drepper
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-23Avoid warnings in test cases.Ulrich Drepper
2009-06-16Don't treat bug reporting message as a format string.Andreas Schwab
2009-06-15When iterating over CPU bitmask, don't try more than CPU_SETSIZE.Ulrich Drepper
2009-06-02Implement execvpe.Ulrich Drepper
2009-05-16Fix typos and pretty printing in sys/wait.h.Ulrich Drepper
2009-05-16Remove redundant .gitignore files.Andreas Schwab
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering
2009-04-26* posix/bits/posix1_lim.h: Cleanup namespace a bit.Ulrich Drepper
2009-03-10* posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,Ulrich Drepper
2009-02-26* wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper
2009-02-26* include/features.h: If no feature selection given and we selectUlrich Drepper
2009-02-16* stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek
2009-02-07[BZ #7095]Ulrich Drepper
2009-02-06* debug/xtrace.sh: Unify translatable messages.Ulrich Drepper
2009-01-08[BZ 697]cvs/fedora-glibc-20090108T0952Ulrich Drepper
2009-01-08[BZ 9697]Ulrich Drepper
2009-01-08* posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.Ulrich Drepper