aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-15* string/Makefile (distribute): Add str-two-way.h.cvs/fedora-glibc-20080515T0735Ulrich Drepper2-31/+23
2008-05-15* posix/regcomp.c (optimize_utf8): Add a note on why we testUlrich Drepper3-0/+33
2008-03-29* posix/getopt.c (_getopt_internal_r): Remove old POSIX-demandedUlrich Drepper1-19/+5
2008-03-26Fix comment for scope nullbits.Ulrich Drepper1-1/+1
2008-03-08[BZ #5762]Ulrich Drepper1-33/+32
2008-01-16[BZ #5607]Ulrich Drepper1-51/+70
2008-01-10* sysdeps/posix/getaddrinfo.c (sort_results): Remove service_orderUlrich Drepper3-14/+19
2008-01-02* posix/getconf.c: Update copyright year.Ulrich Drepper1-2/+2
2007-12-14* locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.Ulrich Drepper1-1/+1
2007-12-12* posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,Ulrich Drepper1-1/+1
2007-11-26* posix/unistd.h: Declare fsync also for __USE_XOPEN2K.Ulrich Drepper2-2/+2
2007-11-26Define REG_ENOSYS also for Unix98.Ulrich Drepper1-1/+1
2007-11-26Declare fsync also for Unix98.Ulrich Drepper1-2/+2