aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-07[BZ #7095]Ulrich Drepper4-25/+288
2009-02-06* debug/xtrace.sh: Unify translatable messages.Ulrich Drepper1-3/+17
2009-01-08[BZ 697]cvs/fedora-glibc-20090108T0952Ulrich Drepper2-1/+10
2009-01-08[BZ 9697]Ulrich Drepper2-37/+73
2009-01-08* posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.Ulrich Drepper3-11/+12
2009-01-02* posix/getconf.c: Update copyright year.Ulrich Drepper1-2/+2
2008-12-06* posix/globtest.sh: Use mktemp to create temporary file andUlrich Drepper1-6/+3
2008-12-06* posix/regex_internal.h (build_wcs_upper_buffer):Ulrich Drepper1-2/+3
2008-10-31[BZ #6919]Ulrich Drepper1-2/+2
2008-10-31[BZ #6980]Ulrich Drepper1-2/+2
2008-07-27* posix/wordexp.c (exec_comm): Use pipe2 if possible to createUlrich Drepper1-12/+46
2008-07-25* Versions.def (glibc): Add GLIBC_2.9.Ulrich Drepper1-1/+13
2008-06-25* posix/tst-regex.c (main): Rename to...Ulrich Drepper1-10/+10
2008-05-27Remove useless more "if" tests before "free".Ulrich Drepper1-3/+2