aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
2010-03-15Update copyright year.Ulrich Drepper1-2/+2
2010-01-22regexec.c: avoid overflow in realloc buffer length computationPaul Eggert1-0/+4
2010-01-22regexec.c: avoid leaks on out-of-memory failure pathsPaul Eggert1-4/+15
2010-01-22regexec.c: avoid overflow in computing sum of lengthsPaul Eggert1-1/+1
2010-01-22re_search_internal: Avoid overflow in computing re_malloc buffer sizePaul Eggert1-0/+7
2010-01-22prune_impossible_nodes: Avoid overflow in computing re_malloc buffer sizePaul Eggert1-0/+5
2010-01-22regexec.c: avoid arithmetic overflow in buffer size calculationPaul Eggert1-0/+7
2010-01-22regexec.c: simplify re_search_2_stubPaul Eggert1-7/+4
2010-01-22Simplify test in re_string_skip_chars.Ulrich Drepper1-1/+1
2010-01-22regex_internal.c: don't assume WEOF fits in wchar_tUlrich Drepper1-5/+7
2010-01-22regex_internal.c: remove useless variable and the code to set it.Ulrich Drepper1-3/+1
2010-01-22Extend overflow detection in re_dfa_add_node.Ulrich Drepper1-2/+5
2010-01-22regex: avoid internal re_realloc overflowUlrich Drepper1-1/+8
2010-01-15One forgotten checkin from regex changes.Ulrich Drepper1-2/+2
2010-01-15Fix a few more cases of ignored return values in regex.Ulrich Drepper3-129/+145
2010-01-14regcomp.c: do not ignore memory allocation failurePaul Eggert1-55/+57
2010-01-14Relax conditions in unistd.h.Ulrich Drepper1-9/+9
2010-01-14Relax visibility of some more declaration.Ulrich Drepper1-2/+2
2010-01-14Declare getpagesize in _GNU_SOURCE mode again.Ulrich Drepper1-2/+2
2010-01-12Fix up sched.h for XPG7.Ulrich Drepper1-1/+9
2010-01-12Fix compile error with sys/wait.h.Jakub Jelinek1-1/+1
2010-01-11Fix handling symbols removed in XPG7.Ulrich Drepper1-6/+6
2010-01-11Fix up unistd.h for XPG7.Ulrich Drepper1-16/+23
2010-01-10Fix up sys/wait.h header for XPG7.Ulrich Drepper1-4/+4
2010-01-10Fix up sys/types.h for XPG7.Ulrich Drepper1-5/+6
2010-01-10Fix glob.h for XPG7.Ulrich Drepper1-2/+3
2010-01-09Add support for XPG7 testing.Ulrich Drepper1-103/+111
2009-12-09Add more warnings to exec functions.Bruno Haible1-8/+8
2009-11-17Whitespace fixes.Ulrich Drepper1-2/+2
2009-11-17Fix ranges with multibyte characters as endpoints.Paolo Bonzini3-2/+106
2009-11-14Add missing stdio.h include.Mike Frsyinger1-0/+1
2009-09-09Handle -- on getconf command line.Ulrich Drepper1-34/+38
2009-09-07Handle POSIX2_LINE_MAX in getconf.Ulrich Drepper1-0/+1
2009-08-23Extend last test case.Ulrich Drepper1-1/+8
2009-08-23Add test case for last fixed regex bug.Ulrich Drepper2-0/+16
2009-08-23Recognize ill-formed { } expressions in regcomp.Ulrich Drepper1-1/+1
2009-08-23Also correct _POSIX2_* constants in case older standards are selected.Ulrich Drepper1-5/+19
2009-08-23Define _POSIX_VERSION correctly when older POSIX versions are selected.Ulrich Drepper1-1/+15
2009-07-23Avoid warnings in test cases.Ulrich Drepper3-0/+6
2009-06-16Don't treat bug reporting message as a format string.Andreas Schwab1-2/+2
2009-06-15When iterating over CPU bitmask, don't try more than CPU_SETSIZE.Ulrich Drepper1-1/+2
2009-06-02Implement execvpe.Ulrich Drepper5-191/+235
2009-05-16Fix typos and pretty printing in sys/wait.h.Ulrich Drepper1-13/+13
2009-05-16Remove redundant .gitignore files.Andreas Schwab1-6/+0
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering1-0/+0
2009-04-26* posix/bits/posix1_lim.h: Cleanup namespace a bit.Ulrich Drepper1-4/+8
2009-03-10* posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,Ulrich Drepper2-9/+11
2009-02-26* wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2-2/+10
2009-02-26* include/features.h: If no feature selection given and we selectUlrich Drepper5-18/+51
2009-02-16* stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek1-4/+4